UNPKG

@lightningchart/lcjs-trader

Version:

LightningChart JS Trader is a library for creating interactive and impressive technical analysis applications with top performance.

2 lines 3.7 MB
/* LightningChart JS Trader v3.1.2 */ "use strict";var t,s,i,h,e,o,n,l,r,c,u,a,p,x,d,m=require("@lightningchart/lcjs");class f{constructor(){}calculateHeikinAshiValues(t){const s=[];for(let i=0;i<t.length;i++)0==i?s.push([t[i][0],(t[i][1]+t[i][4])/2,Math.max(t[i][1],t[i][2],t[i][4]),Math.min(t[i][1],t[i][3],t[i][4]),(t[i][1]+t[i][2]+t[i][3]+t[i][4])/4]):s.push([t[i][0],(s[i-1][1]+s[i-1][4])/2,Math.max(t[i][1],t[i][2],t[i][4]),Math.min(t[i][1],t[i][3],t[i][4]),(t[i][1]+t[i][2]+t[i][3]+t[i][4])/4]);return s}extractPositionValues(t){const s=[];if(t.length>0)for(let i=0;i<t.length;i++)s.push(t[i][0]);return s}extractOpenValues(t){const s=[];if(t.length>0)for(let i=0;i<t.length;i++)s.push(t[i][1]);return s}extractHighValues(t){const s=[];if(t.length>0)for(let i=0;i<t.length;i++)s.push(t[i][2]);return s}extractLowValues(t){const s=[];if(t.length>0)for(let i=0;i<t.length;i++)s.push(t[i][3]);return s}extractCloseValues(t){const s=[];if(t.length>0)for(let i=0;i<t.length;i++)s.push(t[i][4]);return s}convertStringToColor(t){if(null!=t){if(7==t.length){let s=parseInt(t.slice(1,3),16),i=parseInt(t.slice(3,5),16),h=parseInt(t.slice(5),16);return isNaN(s)||isNaN(i)||isNaN(h)?null:m.ColorRGBA(s,i,h)}if(9==t.length){let s=parseInt(t.slice(1,3),16),i=parseInt(t.slice(3,5),16),h=parseInt(t.slice(5,7),16),e=parseInt(t.slice(7),16);return isNaN(s)||isNaN(i)||isNaN(h)||isNaN(e)?null:m.ColorRGBA(s,i,h,e)}return null}}convertColorToString(t,s=!1){if(null==t)return"";let i=Math.round(t.getR()).toString(16);i.length<2&&(i="0"+i);let h=Math.round(t.getG()).toString(16);h.length<2&&(h="0"+h);let e=Math.round(t.getB()).toString(16);e.length<2&&(e="0"+e);let o=Math.round(t.getA()).toString(16);return s||"ff"==o?"#"+i+h+e:"#"+i+h+e+o}readCsvString(t,s=new Date(1e3,0),i=new Date(3e3,0),h=","){const e=[],o=[],n=[],l=[],r=[],c=[],u=[],a=s.getTime(),p=i.getTime(),x=t.slice(0,t.indexOf("\n")).split(h);x.forEach(((t,s)=>x[s]=t.toLowerCase()));const d=t.slice(t.indexOf("\n")+1).split("\n").map((function(t){const s=t.split(h);return x.reduce((function(t,i,h){return t[i]=s[h],t}),{})}));let m=!1;if(d.length>2){const t=Date.parse(d[1].date),s=Date.parse(d[2].date);!Number.isNaN(t)&&!Number.isNaN(s)&&t>s&&(m=!0)}if(m){for(let t=d.length-1;t>=0;t--)if(""!=(f=d[t]).date&&null!=f.open&&null!=f.high&&null!=f.low&&null!=f.close&&""!=f.date&&null!=f.open&&null!=f.high&&null!=f.low&&null!=f.close){const t=Date.parse(f.date);t>=a&&t<=p&&(e.push(f.date),o.push(Number(f.open)),n.push(Number(f.high)),l.push(Number(f.low)),r.push(Number(f.close)),null!=f.volume&&c.push(Number(f.volume)),null!=f["open interest"]&&u.push(Number(f["open interest"])))}}else for(let t=0;t<d.length;t++){var f;if(""!=(f=d[t]).date&&null!=f.open&&null!=f.high&&null!=f.low&&null!=f.close){const t=Date.parse(f.date);t>=a&&t<=p&&(e.push(f.date),o.push(Number(f.open)),n.push(Number(f.high)),l.push(Number(f.low)),r.push(Number(f.close)),null!=f.volume&&c.push(Number(f.volume)),null!=f["open interest"]&&u.push(Number(f["open interest"])))}}return[e,o,n,l,r,c,u]}}exports.PriceChartType=void 0,(t=exports.PriceChartType||(exports.PriceChartType={}))[t.CandleStick=0]="CandleStick",t[t.Bar=1]="Bar",t[t.Line=2]="Line",t[t.Mountain=3]="Mountain",t[t.HeikinAshi=4]="HeikinAshi",t[t.Renko=5]="Renko",t[t.Kagi=6]="Kagi",t[t.PointAndFigure=7]="PointAndFigure",exports.OHLCTrackingType=void 0,(s=exports.OHLCTrackingType||(exports.OHLCTrackingType={}))[s.All=0]="All",s[s.Open=1]="Open",s[s.High=2]="High",s[s.Low=3]="Low",s[s.Close=4]="Close",s[s.CursorLocation=5]="CursorLocation",exports.ResultTablePosition=void 0,(i=exports.ResultTablePosition||(exports.ResultTablePosition={}))[i.Hidden=0]="Hidden",i[i.TopLeft=1]="TopLeft",i[i.CursorLocation=2]="CursorLocation",exports.ZoomingType=void 0,(h=exports.ZoomingType||(exports.ZoomingType={}))[h.KeepEnd=0]="KeepEnd",h[h.KeepStart=1]="KeepStart",h[h.TowardPointer=2]="TowardPointer",h[h.Centered=3]="Centered",h[h.Off=4]="Off",exports.MouseButtonSelection=void 0,(e=exports.MouseButtonSelection||(exports.MouseButtonSelection={}))[e.LeftButton=0]="LeftButton",e[e.RightButton=1]="RightButton",e[e.MiddleButton=2]="MiddleButton",e[e.Off=3]="Off",exports.AxisInteraction=void 0,(o=exports.AxisInteraction||(exports.AxisInteraction={}))[o.DragZoom=0]="DragZoom",o[o.Pan=1]="Pan",o[o.RectangleZoom=2]="RectangleZoom",o[o.ZoomToEnd=3]="ZoomToEnd",o[o.Off=4]="Off",exports.FillStyle=void 0,(n=exports.FillStyle||(exports.FillStyle={}))[n.Solid=0]="Solid",n[n.LinearGradient=1]="LinearGradient",n[n.RadialGradient=2]="RadialGradient",exports._DataProvider=void 0,(l=exports._DataProvider||(exports._DataProvider={}))[l.AlphaVantage=0]="AlphaVantage",l[l.MarketStack=1]="MarketStack",l[l.UserDefined=2]="UserDefined",exports.MovingAverageType=void 0,(r=exports.MovingAverageType||(exports.MovingAverageType={}))[r.ExponentialMovingAverage=0]="ExponentialMovingAverage",r[r.None=1]="None",r[r.SimpleMovingAverage=2]="SimpleMovingAverage",r[r.TimeSeriesMovingAverage=3]="TimeSeriesMovingAverage",r[r.TriangularMovingAverage=4]="TriangularMovingAverage",r[r.VariableMovingAverage=5]="VariableMovingAverage",r[r.VIDYA=6]="VIDYA",r[r.VolumeWeightedMovingAverage=7]="VolumeWeightedMovingAverage",r[r.WeightedMovingAverage=8]="WeightedMovingAverage",r[r.WellesWilderSmoothing=9]="WellesWilderSmoothing",exports.LinearRegressionChannelType=void 0,(c=exports.LinearRegressionChannelType||(exports.LinearRegressionChannelType={}))[c.Line=0]="Line",c[c.StandardDeviations=1]="StandardDeviations",c[c.RaffChannel=2]="RaffChannel",exports.ElliotWaveType=void 0,(u=exports.ElliotWaveType||(exports.ElliotWaveType={}))[u.ElliotWave=0]="ElliotWave",u[u.ImpulseWave=1]="ImpulseWave",u[u.TriangleWave=2]="TriangleWave",u[u.TripleComboWave=3]="TripleComboWave",u[u.CorrectionWave=4]="CorrectionWave",u[u.DoubleComboWave=5]="DoubleComboWave",exports.ArrowType=void 0,(a=exports.ArrowType||(exports.ArrowType={}))[a.UpArrow=0]="UpArrow",a[a.DownArrow=1]="DownArrow",a[a.LeftArrow=2]="LeftArrow",a[a.RightArrow=3]="RightArrow",exports.Source=void 0,(p=exports.Source||(exports.Source={}))[p.Open=0]="Open",p[p.High=1]="High",p[p.Low=2]="Low",p[p.Close=3]="Close",p[p.Hl2=4]="Hl2",p[p.Oc2=5]="Oc2",p[p.Hlc3=6]="Hlc3",p[p.Olhc4=7]="Olhc4",p[p.Hlcc4=8]="Hlcc4",p[p.Indicator=9]="Indicator",exports.BaseType=void 0,(x=exports.BaseType||(exports.BaseType={}))[x.Close=0]="Close",x[x.HighLowRange=1]="HighLowRange",x[x.Percentage=2]="Percentage",x[x.ATR=3]="ATR",exports._MarketProfileType=void 0,(d=exports._MarketProfileType||(exports._MarketProfileType={}))[d.Boxes=0]="Boxes",d[d.Heatmap=1]="Heatmap",d[d.Letters=2]="Letters",d[d.VolumeProfile=3]="VolumeProfile";class b{constructor(){}o(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 18.000 18.000"),s.style.width="18.000px",s.style.height="18.000px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","rect");i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","1.2"),i.setAttribute("width","14"),i.setAttribute("height","14");const h=document.createElementNS("http://www.w3.org/2000/svg","rect");return h.setAttribute("fill","none"),h.setAttribute("stroke",t.toRGBAString()),h.setAttribute("stroke-width","1.2"),h.setAttribute("stroke-dasharray","2,2"),h.setAttribute("width","14"),h.setAttribute("height","14"),h.setAttribute("x","4"),h.setAttribute("y","4"),s.appendChild(h),s.appendChild(i),s}u(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M7.1,8.8a1.409,1.409,0,0,1,.49-.348,1.578,1.578,0,0,1,.633-.122,1.717,1.717,0,0,1,.347.03,1.585,1.585,0,0,1,.26.072,1.224,1.224,0,0,1,.192.094c.055.034.1.065.148.094s.089.053.128.074a.274.274,0,0,0,.128.03.261.261,0,0,0,.158-.043.545.545,0,0,0,.1-.1L10.106,8a2.043,2.043,0,0,0-.353-.3,2.4,2.4,0,0,0-.437-.229,2.69,2.69,0,0,0-.509-.151,2.909,2.909,0,0,0-.58-.055,3.171,3.171,0,0,0-1.163.207,2.657,2.657,0,0,0-.9.578,2.624,2.624,0,0,0-.587.885,2.914,2.914,0,0,0-.211,1.126,3.245,3.245,0,0,0,.184,1.114,2.58,2.58,0,0,0,.527.887,2.435,2.435,0,0,0,.838.587,2.81,2.81,0,0,0,1.118.211,2.884,2.884,0,0,0,1.179-.22A2.08,2.08,0,0,0,10.038,12l-.5-.528a.247.247,0,0,0-.087-.059.237.237,0,0,0-.09-.016.26.26,0,0,0-.109.024.453.453,0,0,0-.1.062,1.617,1.617,0,0,1-.223.164,1.121,1.121,0,0,1-.235.106,1.306,1.306,0,0,1-.264.059,2.925,2.925,0,0,1-.316.016,1.39,1.39,0,0,1-.564-.115,1.343,1.343,0,0,1-.46-.341,1.645,1.645,0,0,1-.311-.55,2.25,2.25,0,0,1-.115-.748,2.16,2.16,0,0,1,.115-.726A1.617,1.617,0,0,1,7.1,8.8"),i.setAttribute("transform","translate(4.551 9.752)");const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill",t.toRGBAString()),h.setAttribute("d","M12.114,10.06a1.5,1.5,0,0,0-.391-.277,4.086,4.086,0,0,0-.449-.19c-.153-.053-.3-.1-.45-.146a3.155,3.155,0,0,1-.39-.145.874.874,0,0,1-.276-.189.376.376,0,0,1-.106-.274.52.52,0,0,1,.174-.412.8.8,0,0,1,.533-.152,1.173,1.173,0,0,1,.367.055,2.032,2.032,0,0,1,.288.122l.226.122a.4.4,0,0,0,.186.055.262.262,0,0,0,.159-.046.447.447,0,0,0,.118-.134l.317-.59a1.876,1.876,0,0,0-.333-.242,2.417,2.417,0,0,0-.4-.184,2.716,2.716,0,0,0-.453-.118,3.141,3.141,0,0,0-.491-.038,2.179,2.179,0,0,0-.8.137,1.811,1.811,0,0,0-.59.366,1.557,1.557,0,0,0-.364.522,1.538,1.538,0,0,0-.124.6,1.756,1.756,0,0,0,.1.645,1.312,1.312,0,0,0,.277.435,1.378,1.378,0,0,0,.388.282,3.329,3.329,0,0,0,.447.18q.23.073.447.133a2.756,2.756,0,0,1,.39.14.816.816,0,0,1,.276.2.449.449,0,0,1,.1.311.583.583,0,0,1-.19.484.854.854,0,0,1-.539.152,1.221,1.221,0,0,1-.443-.072,2,2,0,0,1-.333-.158c-.1-.056-.181-.111-.258-.158a.43.43,0,0,0-.227-.071.328.328,0,0,0-.162.041.308.308,0,0,0-.117.109l-.376.593a1.943,1.943,0,0,0,.381.294,2.906,2.906,0,0,0,.466.227,3,3,0,0,0,.512.149,2.641,2.641,0,0,0,.521.052,2.3,2.3,0,0,0,.832-.14,1.773,1.773,0,0,0,.617-.388,1.648,1.648,0,0,0,.381-.575,1.893,1.893,0,0,0,.133-.711,1.481,1.481,0,0,0-.106-.584,1.293,1.293,0,0,0-.276-.412"),h.setAttribute("transform","translate(6.115 9.752)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill",t.toRGBAString()),e.setAttribute("d","M15.622,7.4a.421.421,0,0,0-.146.19l-1.052,2.932q-.069.19-.137.416c-.047.151-.087.308-.122.474q-.064-.248-.137-.474c-.049-.151-.1-.289-.145-.416L12.823,7.591a.427.427,0,0,0-.151-.2.468.468,0,0,0-.271-.074H11.38l2.194,5.476h1.149l2.2-5.476h-1.03a.425.425,0,0,0-.267.084"),e.setAttribute("transform","translate(7.411 9.771)");const o=document.createElementNS("http://www.w3.org/2000/svg","path");return o.setAttribute("fill",t.toRGBAString()),o.setAttribute("d","M26,8.034a2.307,2.307,0,0,0-1.8-1.012V6.885a3.6,3.6,0,0,0-1.074-2.578,3.738,3.738,0,0,0-2.584-1.043c-.2,0-6.547,0-7.938,0h0a1.752,1.752,0,0,1-1.3-.583L9.992,1.223A3.689,3.689,0,0,0,7.249,0h-3.3A3.954,3.954,0,0,0,0,3.949V16.111a3.91,3.91,0,0,0,.146,1.006l-.066.034c.055.108.112.2.168.292a3.944,3.944,0,0,0,3.7,2.616H19.515a3.962,3.962,0,0,0,3.617-2.383l.012,0L26.22,10.2A2.309,2.309,0,0,0,26,8.034M1.476,3.949A2.476,2.476,0,0,1,3.949,1.476h3.3a2.214,2.214,0,0,1,1.645.733L10.2,3.67a3.223,3.223,0,0,0,2.4,1.074h0c1.4,0,7.751,0,7.953,0a2.139,2.139,0,0,1,2.166,2.145v.122H10.2a3.787,3.787,0,0,0-3.482,2.3s-2.272,5.38-3.071,7.156c-.261.583-.775,1.046-1.17,1.055-.308-.009-.651-.37-.887-.714a2.442,2.442,0,0,1-.111-.692Zm23.38,5.694L21.912,16.8l-.018-.006a2.484,2.484,0,0,1-2.379,1.788H3.949c-.066,0-.13-.015-.195-.019a3.689,3.689,0,0,0,1.236-1.5c.8-1.782,3.081-7.183,3.081-7.183a2.311,2.311,0,0,1,2.125-1.4H24.079a.84.84,0,0,1,.776,1.16"),o.setAttribute("transform","translate(2 6.292)"),s.appendChild(i),s.appendChild(h),s.appendChild(e),s.appendChild(o),s}N(t,s,i=!1){const h=document.createElementNS("http://www.w3.org/2000/svg","svg");if(h.setAttribute("viewBox","0 0 30 30"),h.style.width="30px",h.style.height="30px",h.style.pointerEvents="none",s==exports.PriceChartType.CandleStick){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M21.229,4.468h-3.74V.8a.8.8,0,0,0-1.6,0V4.468H12.148V19.735h3.741v3.892a.8.8,0,0,0,1.6,0V19.735h3.74Zm-1.6,13.667H13.748V6.068H19.63Z"),s.setAttribute("transform","translate(5 2)");const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M5.34,4.194a.8.8,0,1,0-1.6,0V7.839H0V23.1H3.741v3.916a.8.8,0,1,0,1.6,0V23.1H9.081V7.839H5.34ZM7.481,21.506H1.6V9.439H7.481Z"),i.setAttribute("transform","translate(5 2)"),h.appendChild(s),h.appendChild(i)}else if(s==exports.PriceChartType.Bar){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M9.54,21.931H5.969V4.2a.8.8,0,1,0-1.6,0V7.708H.8a.8.8,0,1,0,0,1.6H4.37V27.022a.8.8,0,1,0,1.6,0V23.531H9.54a.8.8,0,1,0,0-1.6"),s.setAttribute("transform","translate(4 2)");const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M22.059,4.449H18.118V.8a.8.8,0,0,0-1.6,0V18.226h-3.57a.8.8,0,1,0,0,1.6h3.57v3.8a.8.8,0,0,0,1.6,0V6.049h3.941a.8.8,0,0,0,0-1.6"),i.setAttribute("transform","translate(4 2)"),h.appendChild(s),h.appendChild(i)}else if(s==exports.PriceChartType.Line){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M.738,14.589a.737.737,0,0,1-.562-1.214L8.66,3.367l8.583,7.766L25.73.282a.738.738,0,0,1,1.162.91l-9.464,12.1L8.8,5.483,1.3,14.329a.738.738,0,0,1-.563.26"),s.setAttribute("transform","translate(1.476 9)"),h.appendChild(s)}else if(s==exports.PriceChartType.Mountain){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M.738,14.589a.737.737,0,0,1-.562-1.214L8.66,3.367l8.582,7.765L25.73.282a.738.738,0,0,1,1.162.91l-9.464,12.1L8.8,5.483,1.3,14.329a.738.738,0,0,1-.563.26"),s.setAttribute("transform","translate(1.476 9)");const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("opacity","0.3"),i.setAttribute("d","M.8,13.913,8.792,4.488,17.4,12.274,26.372.8V21.341H.8Z"),i.setAttribute("transform","translate(1.414 8.937)"),h.appendChild(i),h.appendChild(s)}else if(s==exports.PriceChartType.HeikinAshi){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M17.43,4.421V.79a.791.791,0,0,0-1.582,0v3.63h-3.7v15.1h8.983V4.421Zm2.118,13.519H13.73V6h5.819Z"),s.setAttribute("transform","translate(4.869 3.42)");const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M5.282,4.185a.791.791,0,1,0-1.582,0v3.6H0v15.1H8.983V7.79h-3.7ZM7.4,21.31H1.582V9.373H7.4Z"),i.setAttribute("transform","translate(5 3.05)"),h.appendChild(s),h.appendChild(i)}else if(s==exports.PriceChartType.Renko){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M1.512,19.667H7.075V25.23H1.512ZM0,26.743H8.588V18.155H0Z"),s.setAttribute("transform","translate(2 2.016)");const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M9.085,17.669h8.588V9.081H9.085ZM10.6,10.593h5.563v5.563H10.6Z"),i.setAttribute("transform","translate(1.507 2.508)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill",t.toRGBAString()),e.setAttribute("d","M19.681,1.512h5.563V7.075H19.681ZM18.169,8.587h8.588V0H18.169Z"),e.setAttribute("transform","translate(1.014 3.001)"),h.appendChild(s),h.appendChild(i),h.appendChild(e)}else if(s==exports.PriceChartType.Kagi){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M12.921,21.682H5.864V10.026H1.553V20.9A.777.777,0,1,1,0,20.9V8.472H7.417V20.128h3.95V4.155h7.49V15.595h4.275V.777a.777.777,0,1,1,1.553,0V17.149H17.3V5.709H12.921Z"),s.setAttribute("transform","translate(3 5)"),h.appendChild(s)}else if(s==exports.PriceChartType.PointAndFigure){const s=document.createElementNS("http://www.w3.org/2000/svg","path");s.setAttribute("fill",t.toRGBAString()),s.setAttribute("d","M7.256,17.72a.744.744,0,0,0-1.051,0L3.736,20.188,1.268,17.72A.743.743,0,0,0,.217,18.77l2.469,2.469L.217,23.708a.743.743,0,0,0,1.051,1.05L3.736,22.29,6.2,24.758a.743.743,0,0,0,1.051-1.05L4.787,21.239,7.256,18.77a.743.743,0,0,0,0-1.05"),s.setAttribute("transform","translate(3.219 2.877)");const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M7.256,8.979a.744.744,0,0,0-1.051,0L3.736,11.447,1.268,8.979a.743.743,0,0,0-1.051,1.05L2.686,12.5.217,14.967a.743.743,0,0,0,1.051,1.05l2.468-2.468L6.2,16.017a.743.743,0,0,0,1.051-1.05L4.787,12.5l2.469-2.469a.743.743,0,0,0,0-1.05"),i.setAttribute("transform","translate(3.219 3.502)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill",t.toRGBAString()),e.setAttribute("d","M7.256.217A.744.744,0,0,0,6.2.217L3.736,2.685,1.268.217A.743.743,0,1,0,.217,1.267L2.686,3.736.217,6.2a.743.743,0,0,0,1.051,1.05L3.736,4.787,6.2,7.255A.743.743,0,0,0,7.256,6.2L4.787,3.736,7.256,1.267a.743.743,0,0,0,0-1.05"),e.setAttribute("transform","translate(3.219 4.128)");const o=document.createElementNS("http://www.w3.org/2000/svg","path");o.setAttribute("fill",t.toRGBAString()),o.setAttribute("d","M24.582,17.742a.744.744,0,0,0-1.051,0L21.062,20.21l-2.468-2.468a.743.743,0,0,0-1.051,1.05l2.469,2.469L17.543,23.73a.743.743,0,0,0,1.051,1.05l2.468-2.468,2.468,2.468a.743.743,0,0,0,1.051-1.05l-2.469-2.468,2.469-2.469a.743.743,0,0,0,0-1.05"),o.setAttribute("transform","translate(1.981 2.875)");const n=document.createElementNS("http://www.w3.org/2000/svg","path");n.setAttribute("fill",t.toRGBAString()),n.setAttribute("d","M24.582,9a.744.744,0,0,0-1.051,0l-2.468,2.468L18.594,9a.743.743,0,0,0-1.051,1.05l2.469,2.469-2.469,2.468a.743.743,0,0,0,1.051,1.05l2.468-2.468,2.468,2.468a.743.743,0,1,0,1.051-1.05L22.113,12.52l2.469-2.469a.743.743,0,0,0,0-1.05"),n.setAttribute("transform","translate(1.981 3.5)");const l=document.createElementNS("http://www.w3.org/2000/svg","path");l.setAttribute("fill",t.toRGBAString()),l.setAttribute("d","M22.114,3.757l2.469-2.469A.743.743,0,1,0,23.532.238L21.063,2.707,18.594.238a.743.743,0,0,0-1.05,1.05l2.468,2.469L17.544,6.226a.743.743,0,0,0,1.05,1.05l2.469-2.469,2.468,2.469a.743.743,0,1,0,1.051-1.05Z"),l.setAttribute("transform","translate(1.981 4.126)");const r=document.createElementNS("http://www.w3.org/2000/svg","path");r.setAttribute("fill",t.toRGBAString()),r.setAttribute("d","M12.4,17.5a3.736,3.736,0,1,0,3.736,3.736A3.74,3.74,0,0,0,12.4,17.5m0,5.987a2.251,2.251,0,1,1,2.251-2.252A2.254,2.254,0,0,1,12.4,23.49"),r.setAttribute("transform","translate(2.6 2.877)");const c=document.createElementNS("http://www.w3.org/2000/svg","path");c.setAttribute("fill",t.toRGBAString()),c.setAttribute("d","M12.4,8.762A3.736,3.736,0,1,0,16.137,12.5,3.741,3.741,0,0,0,12.4,8.762m0,5.987A2.251,2.251,0,1,1,14.651,12.5,2.254,2.254,0,0,1,12.4,14.749"),c.setAttribute("transform","translate(2.6 3.502)"),h.appendChild(s),h.appendChild(i),h.appendChild(e),h.appendChild(o),h.appendChild(n),h.appendChild(l),h.appendChild(r),h.appendChild(c)}return i&&(h.style.scale="0.7"),h}S(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 12.671 9.002"),s.style.width="12.671px",s.style.height="9.002px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(-292.167 -34.167)"),i.setAttribute("d","M296.682,43.169h-.01a.9.9,0,0,1-.638-.276l-3.615-3.755a.9.9,0,0,1,1.3-1.248l2.981,3.1,6.607-6.558a.9.9,0,1,1,1.268,1.278l-7.256,7.2A.9.9,0,0,1,296.682,43.169Z"),s.appendChild(i),s}C(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M6.487,18.677a1.419,1.419,0,0,0,.719.192l3.364-.021a.6.6,0,0,0,0-1.2h-.006l-3.358.022a.231.231,0,0,1-.234-.23A.226.226,0,0,1,7,17.325l1.423-2.463.081.278a.6.6,0,0,0,.573.433.569.569,0,0,0,.167-.024.6.6,0,0,0,.411-.741l-.465-1.619a.6.6,0,0,0-.72-.415L6.764,13.2a.6.6,0,0,0,.288,1.164l.333-.082L5.965,16.725a1.429,1.429,0,0,0,.522,1.953"),i.setAttribute("transform","translate(3.181 3.617)");const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill",t.toRGBAString()),h.setAttribute("d","M14.738,14.353l1.649,2.9a.232.232,0,0,1-.086.317.226.226,0,0,1-.116.032h-2.86l.273-.27a.6.6,0,0,0-.846-.849l-1.193,1.193a.6.6,0,0,0-.017.829l1.2,1.292a.6.6,0,0,0,.878-.815l-.17-.184h2.739a1.431,1.431,0,0,0,1.241-2.144l-1.647-2.888a.6.6,0,1,0-1.04.592"),h.setAttribute("transform","translate(3.764 3.69)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill",t.toRGBAString()),e.setAttribute("d","M9.039,12.561a.6.6,0,0,0,.82-.205l1.624-2.71a.227.227,0,0,1,.2-.116.224.224,0,0,1,.2.116l1.326,2.312-.294-.076a.6.6,0,0,0-.3,1.16l1.635.418a.6.6,0,0,0,.72-.41l.5-1.687a.6.6,0,0,0-1.148-.341l-.092.316L12.926,9.047a1.431,1.431,0,0,0-2.474-.008l-1.618,2.7a.6.6,0,0,0,.205.82"),e.setAttribute("transform","translate(3.49 3.158)");const o=document.createElementNS("http://www.w3.org/2000/svg","path");return o.setAttribute("fill",t.toRGBAString()),o.setAttribute("d","M22.294,1.658H16.7V1.171A1.172,1.172,0,0,0,15.531,0H9.7a1.172,1.172,0,0,0-1.17,1.171v.487H2.544A2.547,2.547,0,0,0,0,4.2v.9A1.338,1.338,0,0,0,1.337,6.441h.729L3.832,24.979A2.374,2.374,0,0,0,6.2,27.136H18.488a2.385,2.385,0,0,0,2.368-2.1L23.069,6.441H23.5A1.338,1.338,0,0,0,24.838,5.1V4.2a2.547,2.547,0,0,0-2.543-2.544M19.76,24.9a1.28,1.28,0,0,1-1.272,1.128H6.2A1.275,1.275,0,0,1,4.93,24.873L3.183,6.531H21.948ZM9.7,1.1l5.9.067v.487H9.661Zm14.038,4a.233.233,0,0,1-.232.233H1.337A.234.234,0,0,1,1.1,5.1V4.2A1.442,1.442,0,0,1,2.544,2.762h19.75A1.441,1.441,0,0,1,23.734,4.2Z"),o.setAttribute("transform","translate(2.581 2.292)"),s.appendChild(i),s.appendChild(h),s.appendChild(e),s.appendChild(o),s}M(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 15.436 15.339"),s.style.width="15.436px",s.style.height="15.339px",s.style.marginTop="3px",s.style.marginLeft="1px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(-783.246 -388.65)"),i.setAttribute("d","M798.49,398.457l-1.656-1.3-1.273-4.56a.5.5,0,0,0-.4-.359l-9.333-1.585a.5.5,0,0,0-.577.575l1.563,9.355a.5.5,0,0,0,.371.4l4.658,1.174,1.308,1.638a.5.5,0,0,0,.363.187h.028a.494.494,0,0,0,.353-.147l4.639-4.638a.5.5,0,0,0-.046-.747Zm-11.993-5.85,3.523,3.524a1.834,1.834,0,1,0,.721-.693l-3.533-3.533,7.475,1.27,1.153,4.132-1.957,1.957-1.9,1.9-4.229-1.066Zm5.1,3.609a.828.828,0,1,1-.586.242A.825.825,0,0,1,791.6,396.216Zm1.988,6.524-.785-.983,1.829-1.828,1.808-1.808.992.775Z"),s.appendChild(i);const h=document.createElementNS("http://www.w3.org/2000/svg","path");return h.setAttribute("fill","none"),h.setAttribute("stroke","#FF3A3A"),h.setAttribute("stroke-width","2"),h.setAttribute("d","M0 0 L15.4 15.3"),s.appendChild(h),s.style.scale="1.2",s}_(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 22 22"),s.style.width="22px",s.style.height="22px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(2 3)"),i.setAttribute("d","M17.093,5.527H15.279V2.771H12.2V1.909A1.916,1.916,0,0,0,10.276,0H7.614A1.916,1.916,0,0,0,5.693,1.909v.862H2.179V5.527H.646a.641.641,0,1,0,0,1.283H2.179v7.526a3.83,3.83,0,0,0,3.837,3.812h5.424a3.83,3.83,0,0,0,3.839-3.812V6.81h1.814a.641.641,0,1,0,0-1.283M6.984,1.909a.629.629,0,0,1,.63-.626h2.662a.628.628,0,0,1,.629.626v.862H6.984ZM3.471,4.053H13.988V5.527H3.471ZM13.988,14.336a2.542,2.542,0,0,1-2.547,2.53H6.017a2.541,2.541,0,0,1-2.546-2.53V6.81H5.079v5.068a.646.646,0,0,0,1.291,0V6.81H8.084v6.056a.646.646,0,0,0,1.291,0V6.81H11.3v5.068a.646.646,0,0,0,1.291,0V6.81h1.4Z"),s.appendChild(i),s}F(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 15.222 17.167"),s.style.width="15.222px",s.style.height="17.167px",s.style.marginTop="2px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(-706.212 -390.446)"),i.setAttribute("d","M720.934,392.224h-.778v-1.278a.5.5,0,0,0-1,0v1.278h-.778a.5.5,0,0,0-.5.5v3.789a4.273,4.273,0,0,1-2.489,1.472v-2.537a.5.5,0,0,0-.5-.5h-.778v-1.557a.5.5,0,0,0-1,0v1.557h-.778a.5.5,0,0,0-.5.5v3.041a5.047,5.047,0,0,0-2.065,1.2v-3.3a.5.5,0,0,0-.5-.5h-.778v-1.278a.5.5,0,0,0-1,0v1.278h-.778a.5.5,0,0,0-.5.5V405.5a.5.5,0,0,0,.5.5h.778v1.111a.5.5,0,0,0,1,0V406h.778a.5.5,0,0,0,.5-.5v-4.171a3.84,3.84,0,0,1,2.065-1.8v1.947a.5.5,0,0,0,.5.5h.778v1.465a.5.5,0,0,0,1,0v-1.465h.778a.5.5,0,0,0,.5-.5v-2.476a5.9,5.9,0,0,0,2.489-1.094v3.924a.5.5,0,0,0,.5.5h.778v1.111a.5.5,0,0,0,1,0v-1.111h.778a.5.5,0,0,0,.5-.5v-9.111A.5.5,0,0,0,720.934,392.224ZM708.768,405h-1.556v-8.111h1.556Zm5.621-4.021h-1.556v-5.033h1.556Zm6.045.354h-1.556v-8.111h1.556Z"),s.appendChild(i);const h=document.createElementNS("http://www.w3.org/2000/svg","path");return h.setAttribute("fill","none"),h.setAttribute("stroke","#FF3A3A"),h.setAttribute("stroke-width","2"),h.setAttribute("d","M0.1 0.1 L15 17"),s.appendChild(h),s.style.scale="1.2",s}L(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 10.002 10"),s.style.width="10.002px",s.style.height="10px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(0 0)"),i.setAttribute("d","M6.2,5,9.753,1.444a.846.846,0,0,0-1.2-1.2L5,3.805,1.442.247a.846.846,0,0,0-1.2,1.2L3.805,5,.247,8.557a.846.846,0,0,0,1.2,1.2L5,6.2,8.558,9.753a.846.846,0,1,0,1.2-1.2Z"),s.appendChild(i),s}I(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 42 42"),s.style.width="42px",s.style.height="42px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","1"),i.setAttribute("d","M32 38 L38 38 L38 32"),s.appendChild(i),s}A(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.id="indicatorSettings",s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M10.9,18.862a2.3,2.3,0,1,0,2.067,2.511A2.3,2.3,0,0,0,10.9,18.862"),i.setAttribute("transform","translate(2 2)");const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill",t.toRGBAString()),h.setAttribute("d","M8.136,17.673A2.3,2.3,0,1,0,5.625,19.74a2.3,2.3,0,0,0,2.511-2.067"),h.setAttribute("transform","translate(2 2)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill",t.toRGBAString()),e.setAttribute("d","M5.29,13.925a2.3,2.3,0,1,0-2.067-2.511A2.3,2.3,0,0,0,5.29,13.925"),e.setAttribute("transform","translate(2 2)");const o=document.createElementNS("http://www.w3.org/2000/svg","path");o.setAttribute("fill",t.toRGBAString()),o.setAttribute("d","M10.72,5.5A2.3,2.3,0,1,0,12.787,8.01,2.3,2.3,0,0,0,10.72,5.5"),o.setAttribute("transform","translate(2 2)");const n=document.createElementNS("http://www.w3.org/2000/svg","path");n.setAttribute("fill",t.toRGBAString()),n.setAttribute("d","M16.209,11.341A2.3,2.3,0,1,0,14.142,8.83a2.3,2.3,0,0,0,2.067,2.511"),n.setAttribute("transform","translate(2 2)");const l=document.createElementNS("http://www.w3.org/2000/svg","path");return l.setAttribute("fill",t.toRGBAString()),l.setAttribute("d","M23.841.562,23.4,0l-.48.526c-.364.4-.754.785-1.137,1.165a9.847,9.847,0,0,0-2.352,2.974,14.624,14.624,0,0,0-5.6-1.759C6.859,2.229.676,6.932.051,13.386S4.59,25.641,11.567,26.317h0c.963.093,2.42.235,3.368-.67a3.249,3.249,0,0,0,.809-2.623,2.184,2.184,0,0,1,.57-1.616,2.873,2.873,0,0,1,.487-.343c0,.013-.008.031-.011.044a3.756,3.756,0,0,0,.487,3.165,2.539,2.539,0,0,0,1.9,1.061,2.946,2.946,0,0,0,.982-.106,3.542,3.542,0,0,0,2.248-2.856c.018-.073.775-4.395,1.255-8.361a10.176,10.176,0,0,1-.022,1.268,6.555,6.555,0,0,1-.38,1.8l-.368,2.533A5.554,5.554,0,0,0,24.919,15.4a11.4,11.4,0,0,0-.871-5.582c-.012.434-.053.971-.107,1.521a19.48,19.48,0,0,0,.079-2.925,2.788,2.788,0,0,0,1.768-1.734C26.634,4.258,24.129.933,23.841.562M15.4,20.512a3.432,3.432,0,0,0-.936,2.575,2.076,2.076,0,0,1-.416,1.632c-.523.5-1.627.392-2.358.321C5.418,24.432.774,19.261,1.331,13.51S7.444,3.576,13.714,4.183A12,12,0,0,1,19.3,6.132a2.788,2.788,0,0,0,.39.923,3.044,3.044,0,0,0,.748.781C20,9.389,17.892,16.922,17.02,20.23l.172-.671a4.015,4.015,0,0,0-1.791.953m5.841,1.578c-.516,2.125-1.635,2.066-2,2.047a1.345,1.345,0,0,1-.995-.577,2.579,2.579,0,0,1-.289-2.159c.612-2.432,2.916-10.673,3.555-12.956a5.283,5.283,0,0,0,1.384.19A109.7,109.7,0,0,1,21.242,22.09M24.656,6.278A1.625,1.625,0,0,1,23.5,7.327L23.465,7.3,23.15,7.4A2.678,2.678,0,0,1,20.7,6.405c-.727-1.128.262-2.2,1.936-3.863.223-.22.448-.443.669-.67.753,1.137,1.8,3.136,1.355,4.406"),l.setAttribute("transform","translate(2 2)"),s.appendChild(i),s.appendChild(h),s.appendChild(e),s.appendChild(o),s.appendChild(n),s.appendChild(l),s}O(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30.000 30.000"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M-1651.831,102.256a.8.8,0,0,1-.5-.173.8.8,0,0,1-.13-1.124l6.723-8.484a.8.8,0,0,1,1.08-.162l5.615,3.861,7.315-9.022a.8.8,0,0,1,1.125-.118.8.8,0,0,1,.118,1.125l-7.781,9.6a.8.8,0,0,1-1.075.155l-5.609-3.856-6.259,7.9A.8.8,0,0,1-1651.831,102.256Z"),i.setAttribute("transform","translate(1656.63 -75.343)");const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill",t.toRGBAString()),h.setAttribute("d","M8.02.8H0A.8.8,0,0,1-.8,0,.8.8,0,0,1,0-.8H8.02a.8.8,0,0,1,.8.8A.8.8,0,0,1,8.02.8Z"),h.setAttribute("transform","translate(4.81 8.303)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("fill",t.toRGBAString()),e.setAttribute("d","M8.02.8H0A.8.8,0,0,1-.8,0,.8.8,0,0,1,0-.8H8.02a.8.8,0,0,1,.8.8A.8.8,0,0,1,8.02.8Z"),e.setAttribute("transform","translate(8.81 4.303) rotate(90)"),s.appendChild(i),s.appendChild(h),s.appendChild(e),s}H(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 18 18"),s.style.width="18px",s.style.height="18px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","1.2"),i.setAttribute("d","M0 9 L13 3 L8 18"),s.appendChild(i),s}P(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 22 22"),s.style.width="22px",s.style.height="22px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(8 -1) rotate(41)"),i.setAttribute("d","M19.367,7.433A8.413,8.413,0,0,0,2.623,9.06L.992,7.186a.565.565,0,0,0-.853.742l2.388,2.744a.566.566,0,0,0,.781.069L6.263,8.359a.565.565,0,1,0-.71-.88L3.747,8.935a7.272,7.272,0,1,1,3.506,5.73.565.565,0,0,0-.583.969,8.317,8.317,0,0,0,4.315,1.2,8.514,8.514,0,0,0,1.007-.06,8.418,8.418,0,0,0,7.375-9.346"),s.appendChild(i),s}V(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(-781 -385.442)"),i.setAttribute("d","M807.126,403.548l-2.736-2.141-2.1-7.533a.824.824,0,0,0-.657-.593l-15.419-2.619a.826.826,0,0,0-.953.95l2.582,15.455a.828.828,0,0,0,.613.664l7.7,1.939,2.161,2.706a.828.828,0,0,0,.6.309l.046,0a.816.816,0,0,0,.583-.243l7.664-7.662a.826.826,0,0,0-.076-1.234Zm-19.813-9.665,5.82,5.822a3.03,3.03,0,1,0,1.191-1.145l-5.837-5.837,12.349,2.1,1.9,6.826-3.233,3.233-3.141,3.142-6.987-1.761Zm8.426,5.962a1.368,1.368,0,1,1-.968.4A1.363,1.363,0,0,1,795.738,399.845Zm3.284,10.778-1.3-1.624,3.022-3.02,2.987-2.987,1.639,1.28Z"),s.appendChild(i),s}T(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.id="indicatorSettings",s.setAttribute("viewBox","0 0 13.364 13.364"),s.style.width="13.364px",s.style.height="13.364px",s.style.marginTop="3px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("transform","translate(-713.246 -363.047)"),i.setAttribute("d","M726.482,365.228l-2.054-2.053a.436.436,0,0,0-.616,0l-9.24,9.241,0,.006a.527.527,0,0,0-.046.069.445.445,0,0,0-.047.077l0,.006-1.2,3.251a.436.436,0,0,0,.409.586.452.452,0,0,0,.151-.027l3.251-1.2.006,0a.528.528,0,0,0,.072-.044.432.432,0,0,0,.073-.05l.006,0,9.24-9.241a.434.434,0,0,0,0-.616Zm-11.429,8.285,1.091,1.091-1.727.636Zm1.88.648-1.438-1.438,8.625-8.625,1.438,1.438Z"),s.appendChild(i),s}R(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 18 18"),s.style.width="18px",s.style.height="18px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","1.2"),i.setAttribute("d","M2 3 L2 6 L1 6 L1 8 L3 8 L3 6 L2 6 L2 18"),s.appendChild(i);const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill","none"),h.setAttribute("stroke",t.toRGBAString()),h.setAttribute("stroke-width","1.2"),h.setAttribute("d","M8 18 L8 15 L7 15 L7 13 L9 13 L9 15 L8 15 L8 3"),s.appendChild(h);const e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("fill","none"),e.setAttribute("stroke",t.toRGBAString()),e.setAttribute("stroke-width","1.2"),e.setAttribute("d","M14 3 L14 6 L13 6 L13 8 L15 8 L15 6 L14 6 L14 18"),s.appendChild(e),s}D(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M726.928,392.948h-1.095v-1.8a.7.7,0,1,0-1.407,0v1.8h-1.095a.7.7,0,0,0-.7.7v5.332a6.012,6.012,0,0,1-3.5,2.071v-3.57a.7.7,0,0,0-.7-.7h-1.095V394.59a.7.7,0,0,0-1.407,0v2.191h-1.095a.7.7,0,0,0-.7.7v4.279a7.1,7.1,0,0,0-2.906,1.694v-4.646a.7.7,0,0,0-.7-.7h-1.095v-1.8a.7.7,0,0,0-1.407,0v1.8h-1.095a.7.7,0,0,0-.7.7v12.82a.7.7,0,0,0,.7.7h1.095V413.9a.7.7,0,0,0,1.407,0v-1.563h1.095a.7.7,0,0,0,.7-.7v-5.869a5.4,5.4,0,0,1,2.906-2.529v2.74a.7.7,0,0,0,.7.7h1.095v2.061a.7.7,0,0,0,1.407,0v-2.061h1.095a.7.7,0,0,0,.7-.7V402.49a8.3,8.3,0,0,0,3.5-1.539v5.522a.7.7,0,0,0,.7.7h1.095v1.563a.7.7,0,1,0,1.407,0v-1.563h1.095a.7.7,0,0,0,.7-.7v-12.82A.7.7,0,0,0,726.928,392.948Zm-17.119,17.98h-2.19V399.515h2.19Zm7.909-5.658h-2.19v-7.082h2.19Zm8.506.5h-2.19V394.355h2.19Z"),i.setAttribute("transform","translate(-701.922 -386.548)"),s.appendChild(i),s}X(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M21.861,8.035a2.3,2.3,0,0,0-1.8-1.012V6.884A3.615,3.615,0,0,0,16.4,3.264c-.2,0-2.4,0-3.793,0a1.758,1.758,0,0,1-1.3-.583L9.992,1.225A3.692,3.692,0,0,0,7.249,0h-3.3A3.954,3.954,0,0,0,0,3.948V16.11a3.921,3.921,0,0,0,.146,1.008L.08,17.15c.055.108.112.2.168.292a3.942,3.942,0,0,0,3.7,2.617H15.374a3.964,3.964,0,0,0,3.616-2.384l.012.006L22.078,10.2a2.309,2.309,0,0,0-.217-2.167M1.475,3.948A2.476,2.476,0,0,1,3.948,1.475h3.3a2.216,2.216,0,0,1,1.645.733L10.2,3.671a3.233,3.233,0,0,0,2.4,1.073c1.4,0,3.613,0,3.812,0a2.108,2.108,0,0,1,1.53.617,2.134,2.134,0,0,1,.636,1.529v.124H10.2a3.785,3.785,0,0,0-3.483,2.3s-2.271,5.381-3.07,7.157c-.261.581-.776,1.046-1.17,1.055-.364-.007-.664-.348-.876-.683a2.452,2.452,0,0,1-.121-.724ZM20.713,9.642,17.77,16.8l-.018-.006a2.485,2.485,0,0,1-2.378,1.79H3.948c-.066,0-.13-.015-.2-.021a3.656,3.656,0,0,0,1.236-1.5c.8-1.782,3.082-7.182,3.082-7.182a2.31,2.31,0,0,1,2.126-1.4h9.741a.838.838,0,0,1,.776,1.158"),i.setAttribute("transform","translate(4 5.292)"),s.appendChild(i),s}B(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 10 10"),s.style.width="10px",s.style.height="10px",s.style.pointerEvents="none",s.style.padding="0px",s.style.margin="0px";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","1"),i.setAttribute("transform","translate(0 0)"),i.setAttribute("d","M1 5 L9 5"),s.appendChild(i),s}W(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 10 10"),s.style.width="10px",s.style.height="10px",s.style.pointerEvents="none",s.style.padding="0px",s.style.margin="0px";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","1"),i.setAttribute("transform","translate(0 0)"),i.setAttribute("d","M1 5 L9 5");const h=document.createElementNS("http://www.w3.org/2000/svg","path");return h.setAttribute("fill","none"),h.setAttribute("stroke",t.toRGBAString()),h.setAttribute("stroke-width","1"),h.setAttribute("transform","translate(0 0)"),h.setAttribute("d","M5 1 L5 9"),s.appendChild(i),s.appendChild(h),s}Y(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M19.121,4.062,16.091.989A3.321,3.321,0,0,0,13.709,0H4.092A4.1,4.1,0,0,0,0,4.092V15.968A4.1,4.1,0,0,0,4.092,20.06H15.968a4.1,4.1,0,0,0,4.092-4.092V6.345a3.226,3.226,0,0,0-.938-2.283M12.782,1.476a.454.454,0,0,1,.453.454v3.6a.454.454,0,0,1-.453.454H6.653A.456.456,0,0,1,6.2,5.529V1.93a.456.456,0,0,1,.454-.454ZM5.511,18.584a.626.626,0,0,1-.626-.624V11.393a.626.626,0,0,1,.626-.624h9.1a.625.625,0,0,1,.624.624V17.96a.625.625,0,0,1-.624.624Zm13.073-2.616a2.615,2.615,0,0,1-1.954,2.522,2.087,2.087,0,0,0,.075-.53V11.393a2.1,2.1,0,0,0-2.1-2.1h-9.1a2.1,2.1,0,0,0-2.1,2.1V17.96a2.04,2.04,0,0,0,.083.549,2.616,2.616,0,0,1-2.017-2.541V4.092A2.619,2.619,0,0,1,4.092,1.476h.724a1.816,1.816,0,0,0-.093.454v3.6a1.933,1.933,0,0,0,1.93,1.93h6.129a1.931,1.931,0,0,0,1.929-1.93V1.93c0-.052-.025-.094-.028-.146a1.9,1.9,0,0,1,.36.242L18.074,5.1a1.757,1.757,0,0,1,.511,1.244Z"),i.setAttribute("transform","translate(5 5.292)"),s.appendChild(i);const h=document.createElementNS("http://www.w3.org/2000/svg","rect");return h.setAttribute("fill",t.toRGBAString()),h.setAttribute("width","1.476"),h.setAttribute("height","2.846"),h.setAttribute("transform","translate(15.848 7.598)"),s.appendChild(h),s}q(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 12.194 14.131"),s.style.width="12.194px",s.style.height="14.131px",s.style.marginTop="3px",s.style.marginLeft="0px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M7.455,0A4.718,4.718,0,0,0,4.321,8.262L.132,13.209a.56.56,0,0,0,.855.723L5.247,8.9a4.676,4.676,0,0,0,2.208.572A4.737,4.737,0,1,0,7.455,0m0,8.355a3.618,3.618,0,1,1,3.618-3.618A3.621,3.621,0,0,1,7.455,8.355"),s.appendChild(i),s.style.scale="1.4",s}U(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M11.093,22.323a3.043,3.043,0,0,1-1.046-.124,2.9,2.9,0,0,1-2.258-2.046s-.057-.173-.151-.479c-.295.153-.463.233-.463.233a2.858,2.858,0,0,1-2.926-.094A3.867,3.867,0,0,1,3.22,19a3.039,3.039,0,0,1-.652-.826,2.9,2.9,0,0,1-.15-3.044s.081-.163.231-.445c-.316-.1-.492-.163-.492-.163a2.862,2.862,0,0,1-2-2.134A3.825,3.825,0,0,1,0,11.093a3.043,3.043,0,0,1,.124-1.046A2.9,2.9,0,0,1,2.17,7.788s.173-.057.477-.15c-.151-.295-.233-.464-.233-.464a2.862,2.862,0,0,1,.1-2.924,3.8,3.8,0,0,1,.81-1.031,3.039,3.039,0,0,1,.826-.652,2.9,2.9,0,0,1,3.043-.15s.163.081.445.233c.1-.318.163-.494.163-.494a2.864,2.864,0,0,1,2.136-2A3.86,3.86,0,0,1,11.23,0a3.048,3.048,0,0,1,1.046.122,2.9,2.9,0,0,1,2.259,2.046s.057.173.151.479c.293-.153.463-.233.463-.233a2.869,2.869,0,0,1,2.924.094,3.839,3.839,0,0,1,1.029.808,3.107,3.107,0,0,1,.652.824,2.9,2.9,0,0,1,.151,3.048s-.081.161-.231.443c.316.1.492.163.492.163a2.867,2.867,0,0,1,2,2.136l-.782.225.795-.182a3.772,3.772,0,0,1,.145,1.258,3.031,3.031,0,0,1-.124,1.044,2.9,2.9,0,0,1-2.046,2.259s-.173.059-.479.151c.153.295.233.463.233.463a2.865,2.865,0,0,1-.094,2.926A3.838,3.838,0,0,1,19,19.1a3.049,3.049,0,0,1-.824.652,2.9,2.9,0,0,1-3.046.148s-.161-.08-.443-.23c-.1.316-.165.494-.165.494a2.863,2.863,0,0,1-2.134,2,3.812,3.812,0,0,1-1.3.156M8.141,17.661a.815.815,0,0,1,.785.6c.228.836.4,1.36.407,1.37a1.233,1.233,0,0,0,1.023.963l.163.046a1.609,1.609,0,0,0,.573.054,2.264,2.264,0,0,0,.8-.08,1.3,1.3,0,0,0,1.1-.992c0-.016.187-.533.422-1.372a.815.815,0,0,1,1.189-.489c.751.432,1.244.678,1.256.683a1.233,1.233,0,0,0,1.4-.044l.148-.083a1.643,1.643,0,0,0,.441-.367,2.3,2.3,0,0,0,.511-.624,1.3,1.3,0,0,0,.073-1.479c-.007-.013-.243-.507-.671-1.266a.813.813,0,0,1,.5-1.186c.837-.228,1.362-.4,1.373-.407a1.233,1.233,0,0,0,.961-1.023c0-.011.042-.151.046-.163a1.653,1.653,0,0,0,.054-.573,2.307,2.307,0,0,0-.08-.8l-.015-.05a1.265,1.265,0,0,0-.979-1.047c-.015,0-.531-.187-1.37-.422a.814.814,0,0,1-.489-1.189c.43-.751.678-1.246.683-1.256a1.236,1.236,0,0,0-.044-1.4c-.007-.01-.078-.137-.081-.147a1.718,1.718,0,0,0-.37-.445,2.337,2.337,0,0,0-.624-.511,1.3,1.3,0,0,0-1.477-.072c-.013.007-.508.243-1.267.671a.816.816,0,0,1-1.186-.5c-.228-.836-.4-1.36-.406-1.372a1.231,1.231,0,0,0-1.023-.959L11.8,1.681a1.68,1.68,0,0,0-.575-.052,2.264,2.264,0,0,0-.8.08,1.294,1.294,0,0,0-1.1.992c0,.015-.187.531-.422,1.372a.816.816,0,0,1-1.189.489c-.753-.432-1.246-.679-1.258-.684a1.23,1.23,0,0,0-1.4.044L4.914,4a1.594,1.594,0,0,0-.445.368,2.234,2.234,0,0,0-.51.622,1.3,1.3,0,0,0-.075,1.479c.007.013.244.508.671,1.267a.814.814,0,0,1-.5,1.186c-.836.226-1.359.4-1.37.406a1.231,1.231,0,0,0-.963,1.023l-.046.165a1.609,1.609,0,0,0-.054.573,2.264,2.264,0,0,0,.08.8,1.3,1.3,0,0,0,.994,1.1c.015,0,.531.187,1.368.42a.815.815,0,0,1,.49,1.189c-.43.753-.678,1.246-.683,1.258a1.23,1.23,0,0,0,.044,1.4c.007.01.077.137.081.148a1.686,1.686,0,0,0,.37.443,2.355,2.355,0,0,0,.621.511,1.3,1.3,0,0,0,1.479.073c.015-.007.51-.244,1.267-.673a.813.813,0,0,1,.4-.1"),i.setAttribute("transform","translate(4 5)"),s.appendChild(i);const h=document.createElementNS("http://www.w3.org/2000/svg","path");return h.setAttribute("fill",t.toRGBAString()),h.setAttribute("d","M8.4,12.411A4.01,4.01,0,1,1,12.41,8.4a4.013,4.013,0,0,1-4.01,4.01m0-6.392A2.381,2.381,0,1,0,10.781,8.4,2.384,2.384,0,0,0,8.4,6.019"),h.setAttribute("transform","translate(6.762 7.761)"),s.appendChild(h),s}Z(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");return i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","2"),i.setAttribute("d","M19 10 L11 15 L19 20"),s.appendChild(i),s}K(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 18 18"),s.style.width="18px",s.style.height="18px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill","none"),i.setAttribute("stroke",t.toRGBAString()),i.setAttribute("stroke-width","2"),i.setAttribute("d","M12 12 L18 18");const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill","none"),h.setAttribute("stroke",t.toRGBAString()),h.setAttribute("stroke-width","1"),h.setAttribute("d","M6 8 L10 8");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill","none"),e.setAttribute("stroke",t.toRGBAString()),e.setAttribute("stroke-width","1"),e.setAttribute("d","M8 6 L8 10");const o=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return o.setAttribute("fill","none"),o.setAttribute("stroke",t.toRGBAString()),o.setAttribute("stroke-width","1"),o.setAttribute("cx","8"),o.setAttribute("rx","6"),o.setAttribute("cy","8"),o.setAttribute("ry","6"),s.appendChild(i),s.appendChild(h),s.appendChild(e),s.appendChild(o),s}G(t,s){const i=document.createElementNS("http://www.w3.org/2000/svg","svg");i.setAttribute("viewBox","0 0 30 30"),i.style.width="30px",i.style.height="30px",i.style.pointerEvents="none";const h=document.createElementNS("http://www.w3.org/2000/svg","path");h.setAttribute("fill",t.toRGBAString()),h.setAttribute("opacity","0.34"),h.setAttribute("d","M12.505,2.174H11.092V-.65a.611.611,0,0,0-.61-.611.611.611,0,0,0-.611.611V2.174h-1.3a.608.608,0,0,0-.608.608v9.436a.608.608,0,0,0,.608.608h1.3v1.357a.611.611,0,0,0,1.221,0V12.824H12.5a.608.608,0,0,0,.608-.608V2.786a.607.607,0,0,0-.6-.612m-.615,9.433H9.178V3.395H11.89Z"),h.setAttribute("transform","translate(4.722 10.902)");const e=document.createElementNS("http://www.w3.org/2000/svg","path");e.setAttribute("fill",t.toRGBAString()),e.setAttribute("opacity","0.34"),e.setAttribute("d","M12.505,2.174H11.092V.611a.611.611,0,1,0-1.221,0V2.174h-1.3a.608.608,0,0,0-.608.608v9.436a.608.608,0,0,0,.608.608h1.3v1.357a.611.611,0,0,0,1.221,0V12.824H12.5a.608.608,0,0,0,.608-.608V2.786a.607.607,0,0,0-.6-.612m-.615,9.433H9.178V3.395H11.89Z"),e.setAttribute("transform","translate(11.652 3.299)");const o=document.createElementNS("http://www.w3.org/2000/svg","path");o.setAttribute("fill",t.toRGBAString()),o.setAttribute("opacity","0.34"),o.setAttribute("d","M4.545,5.943H3.132v-3.3a.611.611,0,0,0-1.221,0v3.3H.608A.608.608,0,0,0,0,6.55v7.426a.608.608,0,0,0,.608.608h1.3V17.1a.611.611,0,0,0,1.221,0v-2.52H4.541a.608.608,0,0,0,.608-.608V6.555a.609.609,0,0,0-.6-.612M3.93,13.366H1.218v-6.2H3.93Z"),o.setAttribute("transform","translate(5.25 4.452)");const n=document.createElementNS("http://www.w3.org/2000/svg","path");return n.setAttribute("fill",t.toRGBAString()),n.setAttribute("d","M67.035,234.911a2.641,2.641,0,0,1-.5-.049c-1.452.248-2.469-1.059-2.811-1.5a24.44,24.44,0,0,1-2.138-3.656c-1.2-2.325-2.556-4.961-4.079-5.122a.6.6,0,0,1-.091-.017,1.167,1.167,0,0,0-.85.214c-1.322.822-3.063,3.668-3.972,8.175a.6.6,0,0,1-1.176-.237,22.507,22.507,0,0,1,1.927-5.753,8.094,8.094,0,0,1,2.588-3.2,2.292,2.292,0,0,1,1.745-.367c2.142.262,3.582,3.057,4.975,5.76,1.218,2.365,2.478,4.81,3.748,4.507a.6.6,0,0,1,.282,0,1.489,1.489,0,0,0,1.2-.227c1.9-1.207,3.206-5.9,3.549-7.6a.6.6,0,0,1,1.176.237,28.107,28.107,0,0,1-.981,3.475c-.892,2.514-1.935,4.164-3.1,4.9A2.751,2.751,0,0,1,67.035,234.911Z"),n.setAttribute("transform","translate(-46.754 -214.307)"),i.appendChild(h),i.appendChild(e),i.appendChild(o),i.appendChild(n),i}j(t){const s=document.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("viewBox","0 0 30 30"),s.style.width="30px",s.style.height="30px",s.style.pointerEvents="none";const i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("fill",t.toRGBAString()),i.setAttribute("d","M66.881,228.823q-.241,0-.485-.022c-1.924.164-3.362-1-4.753-2.123-1.3-1.05-2.525-2.041-4.154-2.113l-.04,0c-1.481-.163-3.859,1.158-4.9,3.317a.6.6,0,0,1-1.08-.523c1.32-2.724,4.186-4.187,6.1-3.988,2.014.1,3.513,1.308,4.837,2.378s2.476,2,3.941,1.856a.6.6,0,0,1,.12,0c3.145.322,4.811-3.052,4.827-3.086a.6.6,0,1,1,1.081.522,8.139,8.139,0,0,1-1.482,2.014A5.627,5.627,0,0,1,66.881,228.823Z"),i.setAttribute("transform","translate(-46.915 -213.349)");const h=document.createElementNS("http://www.w3.org/2000/svg","path");return h.setAttribute("fill",t.toRGBAString()),h.setAttribute("d","M66.881,228.823q-.241,0-.485-.022c-1.924.164-3.362-1-4.753-2.123-1.3-1.05-2.525-2.041-4.154-2.113l-.04,0c-1.481-.163-3.859,1.158-4.9,3.3