btt-ui 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/es/index.mjs +54 -48
  2. package/es/src/countUp/index.mjs +7 -0
  3. package/es/src/countUp/src/countUp.mjs +48 -0
  4. package/es/src/countUp/src/index.mjs +103 -0
  5. package/es/src/countUp/src/style/index.css +6 -0
  6. package/es/src/directives/bubble.mjs +12 -7
  7. package/es/src/gradientText/index.mjs +7 -0
  8. package/es/src/gradientText/src/style/index.css +9 -0
  9. package/es/src/gradientText/src/text.mjs +24 -0
  10. package/es/src/icon/src/svg/approval.mjs +3 -3
  11. package/es/src/icon/src/svg/console.mjs +20 -20
  12. package/es/src/icon/src/svg/delete.mjs +3 -3
  13. package/es/src/icon/src/svg/dictionary.mjs +11 -11
  14. package/es/src/icon/src/svg/download.mjs +3 -3
  15. package/es/src/icon/src/svg/edit.mjs +3 -3
  16. package/es/src/icon/src/svg/export.mjs +5 -5
  17. package/es/src/icon/src/svg/info.mjs +3 -3
  18. package/es/src/icon/src/svg/module.mjs +11 -11
  19. package/es/src/icon/src/svg/msg.mjs +10 -10
  20. package/es/src/icon/src/svg/notice.mjs +9 -9
  21. package/es/src/icon/src/svg/plus.mjs +3 -3
  22. package/es/src/icon/src/svg/print.mjs +5 -5
  23. package/es/src/icon/src/svg/publish.mjs +5 -5
  24. package/es/src/icon/src/svg/regenerate.mjs +9 -9
  25. package/es/src/icon/src/svg/reset.mjs +10 -10
  26. package/es/src/icon/src/svg/upload.mjs +11 -11
  27. package/es/src/icon/src/svg/xiajia.mjs +6 -6
  28. package/es/src/icon/src/svg/xmbb.mjs +10 -10
  29. package/es/src/index.mjs +78 -69
  30. package/es/src/numberScroll/index.mjs +7 -0
  31. package/es/src/numberScroll/src/index.mjs +59 -0
  32. package/es/src/numberScroll/src/number.mjs +42 -0
  33. package/es/src/numberScroll/src/style/index.css +32 -0
  34. package/es/src/wheel/wheel.mjs +10 -10
  35. package/es/src/xgplay/src/style/index.css +0 -2
  36. package/lib/index.js +1 -1
  37. package/lib/src/countUp/index.js +1 -0
  38. package/lib/src/countUp/src/countUp.js +1 -0
  39. package/lib/src/countUp/src/index.js +1 -0
  40. package/lib/src/countUp/src/style/index.css +6 -0
  41. package/lib/src/directives/bubble.js +1 -1
  42. package/lib/src/gradientText/index.js +1 -0
  43. package/lib/src/gradientText/src/style/index.css +9 -0
  44. package/lib/src/gradientText/src/text.js +1 -0
  45. package/lib/src/icon/src/svg/approval.js +3 -3
  46. package/lib/src/icon/src/svg/console.js +20 -20
  47. package/lib/src/icon/src/svg/delete.js +3 -3
  48. package/lib/src/icon/src/svg/dictionary.js +11 -11
  49. package/lib/src/icon/src/svg/download.js +3 -3
  50. package/lib/src/icon/src/svg/edit.js +3 -3
  51. package/lib/src/icon/src/svg/export.js +5 -5
  52. package/lib/src/icon/src/svg/info.js +3 -3
  53. package/lib/src/icon/src/svg/module.js +10 -10
  54. package/lib/src/icon/src/svg/msg.js +10 -10
  55. package/lib/src/icon/src/svg/notice.js +9 -9
  56. package/lib/src/icon/src/svg/plus.js +3 -3
  57. package/lib/src/icon/src/svg/print.js +5 -5
  58. package/lib/src/icon/src/svg/publish.js +5 -5
  59. package/lib/src/icon/src/svg/regenerate.js +9 -9
  60. package/lib/src/icon/src/svg/reset.js +10 -10
  61. package/lib/src/icon/src/svg/upload.js +10 -10
  62. package/lib/src/icon/src/svg/xiajia.js +6 -6
  63. package/lib/src/icon/src/svg/xmbb.js +10 -10
  64. package/lib/src/index.js +1 -1
  65. package/lib/src/numberScroll/index.js +1 -0
  66. package/lib/src/numberScroll/src/index.js +14 -0
  67. package/lib/src/numberScroll/src/number.js +1 -0
  68. package/lib/src/numberScroll/src/style/index.css +32 -0
  69. package/lib/src/wheel/wheel.js +1 -1
  70. package/lib/src/xgplay/src/style/index.css +0 -2
  71. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),o=require("../../../assets/ts/utils.js"),a=require("./index.js");require("./style/index.css");const s=e.defineComponent({name:"k-number-count"}),i=e.defineComponent({...s,props:{value:{default:0},gradientColor:{default:()=>[]},size:{default:16},options:{default:()=>({startVal:0,duration:2,decimalPlaces:0,useGrouping:!0,separator:",",decimal:".",prefix:"\xA5",suffix:"\u5143",useEasing:!0,enableScrollSpy:!0,scrollSpyDelay:300})}},setup(t){const n=e.ref(),{n:l}=o.createNamespace("number-count");let r,u=t;return e.watch(()=>u.value,()=>{r.update(u.value)}),e.onMounted(()=>{r=new a.default(n.value,u.value,u.options),r.error?console.error("\u8BA1\u6570\u5668\u521B\u5EFA\u5931\u8D25\uFF1A",r.error):r.start()}),(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(l)()])},[e.createElementVNode("div",{class:e.normalizeClass([e.unref(l)("wrapper"),t.gradientColor.length>0?"number-gradient-text":""]),ref_key:"numberRef",ref:n,style:e.normalizeStyle({"--firstColor":t.gradientColor[0],"--lastColor":t.gradientColor[1],fontSize:t.size+"px"})},null,6)],2))}});exports.default=i;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class f{constructor(t,i,n){this.endVal=i,this.options=n,this.version="1.0.0",this.defaults={startVal:0,decimalPlaces:0,duration:2,useEasing:!0,useGrouping:!0,useIndianSeparators:!1,smartEasingThreshold:999,smartEasingAmount:333,separator:",",decimal:".",prefix:"",suffix:"",enableScrollSpy:!1,scrollSpyDelay:200,scrollSpyOnce:!1},this.finalEndVal=null,this.useEasing=!0,this.countDown=!1,this.error="",this.startVal=0,this.paused=!0,this.once=!1,this.count=s=>{this.startTime||(this.startTime=s);const e=s-this.startTime;this.remaining=this.duration-e,this.useEasing?this.countDown?this.frameVal=this.startVal-this.easingFn(e,0,this.startVal-this.endVal,this.duration):this.frameVal=this.easingFn(e,this.startVal,this.endVal-this.startVal,this.duration):this.frameVal=this.startVal+(this.endVal-this.startVal)*(e/this.duration);const o=this.countDown?this.frameVal<this.endVal:this.frameVal>this.endVal;this.frameVal=o?this.endVal:this.frameVal,this.frameVal=Number(this.frameVal.toFixed(this.options.decimalPlaces)),this.printValue(this.frameVal),e<this.duration?this.rAF=requestAnimationFrame(this.count):this.finalEndVal!==null?this.update(this.finalEndVal):this.options.onCompleteCallback&&this.options.onCompleteCallback()},this.formatNumber=s=>{const e=s<0?"-":"";let o,a,u,r;o=Math.abs(s).toFixed(this.options.decimalPlaces),o+="";const d=o.split(".");if(a=d[0],u=d.length>1?this.options.decimal+d[1]:"",this.options.useGrouping){r="";let l=3,p=0;for(let h=0,m=a.length;h<m;++h)this.options.useIndianSeparators&&h===4&&(l=2,p=1),h!==0&&p%l===0&&(r=this.options.separator+r),p++,r=a[m-h-1]+r;a=r}return this.options.numerals&&this.options.numerals.length&&(a=a.replace(/[0-9]/g,l=>this.options.numerals[+l]),u=u.replace(/[0-9]/g,l=>this.options.numerals[+l])),e+this.options.prefix+a+u+this.options.suffix},this.easeOutExpo=(s,e,o,a)=>o*(-Math.pow(2,-10*s/a)+1)*1024/1023+e,this.options={...this.defaults,...n},this.formattingFn=this.options.formattingFn?this.options.formattingFn:this.formatNumber,this.easingFn=this.options.easingFn?this.options.easingFn:this.easeOutExpo,this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.endVal=this.validateValue(i),this.options.decimalPlaces=Math.max(this.options.decimalPlaces),this.resetDuration(),this.options.separator=String(this.options.separator),this.useEasing=this.options.useEasing,this.options.separator===""&&(this.options.useGrouping=!1),this.el=typeof t=="string"?document.getElementById(t):t,this.el?this.printValue(this.startVal):this.error="[CountUp] target is null or undefined",typeof window<"u"&&this.options.enableScrollSpy&&(this.error?console.error(this.error,t):(window.onScrollFns=window.onScrollFns||[],window.onScrollFns.push(()=>this.handleScroll(this)),window.onscroll=()=>{window.onScrollFns.forEach(s=>s())},this.handleScroll(this)))}handleScroll(t){if(!t||!window||t.once)return;const i=window.innerHeight+window.scrollY,n=t.el.getBoundingClientRect(),s=n.top+window.pageYOffset,e=n.top+n.height+window.pageYOffset;e<i&&e>window.scrollY&&t.paused?(t.paused=!1,setTimeout(()=>t.start(),t.options.scrollSpyDelay),t.options.scrollSpyOnce&&(t.once=!0)):(window.scrollY>e||s>i)&&!t.paused&&t.reset()}determineDirectionAndSmartEasing(){const t=this.finalEndVal?this.finalEndVal:this.endVal;this.countDown=this.startVal>t;const i=t-this.startVal;if(Math.abs(i)>this.options.smartEasingThreshold&&this.options.useEasing){this.finalEndVal=t;const n=this.countDown?1:-1;this.endVal=t+n*this.options.smartEasingAmount,this.duration=this.duration/2}else this.endVal=t,this.finalEndVal=null;this.finalEndVal!==null?this.useEasing=!1:this.useEasing=this.options.useEasing}start(t){this.error||(this.options.onStartCallback&&this.options.onStartCallback(),t&&(this.options.onCompleteCallback=t),this.duration>0?(this.determineDirectionAndSmartEasing(),this.paused=!1,this.rAF=requestAnimationFrame(this.count)):this.printValue(this.endVal))}pauseResume(){this.paused?(this.startTime=null,this.duration=this.remaining,this.startVal=this.frameVal,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count)):cancelAnimationFrame(this.rAF),this.paused=!this.paused}reset(){cancelAnimationFrame(this.rAF),this.paused=!0,this.resetDuration(),this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.printValue(this.startVal)}update(t){cancelAnimationFrame(this.rAF),this.startTime=null,this.endVal=this.validateValue(t),this.endVal!==this.frameVal&&(this.startVal=this.frameVal,this.finalEndVal==null&&this.resetDuration(),this.finalEndVal=null,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count))}printValue(t){var n;if(!this.el)return;const i=this.formattingFn(t);if((n=this.options.plugin)!=null&&n.render){this.options.plugin.render(this.el,i);return}if(this.el.tagName==="INPUT"){const s=this.el;s.value=i}else this.el.tagName==="text"||this.el.tagName==="tspan"?this.el.textContent=i:this.el.innerHTML=i}ensureNumber(t){return typeof t=="number"&&!isNaN(t)}validateValue(t){const i=Number(t);return this.ensureNumber(i)?i:(this.error=`[CountUp] invalid start or end value: ${t}`,null)}resetDuration(){this.startTime=null,this.duration=Number(this.options.duration)*1e3,this.remaining=this.duration}}exports.default=f;
@@ -0,0 +1,6 @@
1
+ .k-number-count .number-gradient-text {
2
+ background-image: -webkit-linear-gradient(-90deg, var(--firstColor), var(--lastColor));
3
+ -webkit-background-clip: text;
4
+ background-clip: text;
5
+ -webkit-text-fill-color: transparent;
6
+ }
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class h{constructor(t){this.canvas=document.createElement("canvas"),this.el=t,this.bbox=this.el.getBoundingClientRect(),this.canvas.width=this.bbox.width,this.canvas.height=this.bbox.height,this.ctx=this.canvas.getContext("2d"),this.el.appendChild(this.canvas)}}class a extends h{constructor(t,s){super(t),this.animateHeader=!0,this.bubbles=new Array,this.num=50,this.speed=.4,this.type="circle",this.num=s.num,this.speed=s.speed,this.type=s.type,this.setStyle(),this.init()}init(){for(let t=0;t<this.num;t++)this.bubbles.push(new l(this));this.animate()}setStyle(){this.el.style.position="relative",this.canvas.style.position="absolute",this.canvas.style.zIndex="1",this.canvas.style.left="0",this.canvas.style.top="0",this.canvas.style.pointerEvents="none"}animate(){this.animateHeader&&(this.ctx.clearRect(0,0,this.bbox.width,this.bbox.height),this.bubbles.forEach(t=>{t.draw()})),requestAnimationFrame(()=>this.animate())}}class l{constructor(t){this.pos={x:0,y:0},this.alpha=0,this.alpha_change=0,this.speed=1,this.scale=1,this.scale_change=.2,this._bubbleFactory=t,this.init()}init(){this.pos.x=Math.random()*this._bubbleFactory.bbox.width,this.pos.y=this._bubbleFactory.bbox.height+Math.random()*100,this.alpha=.1+Math.random()*.3,this.alpha_change=2e-4+Math.random()*5e-4,this.scale=.2+Math.random()*.5,this.scale_change=Math.random()*.002,this.speed=.1+Math.random()*this._bubbleFactory.speed}draw(){this.alpha<=0&&this.init();let t=this._bubbleFactory.ctx;this.pos.y-=this.speed,this.alpha-=this.alpha_change,this.scale+=this.scale_change,this._bubbleFactory.type=="circle"?(t.beginPath(),t.arc(this.pos.x,this.pos.y,this.scale*10,0,2*Math.PI,!1),t.fillStyle="rgba(255,255,255,"+this.alpha+")",t.fill()):(t.lineWidth=.6,t.strokeStyle="rgba(255,255,255,"+this.alpha+")",t.beginPath(),t.moveTo(this.pos.x,this.pos.y),t.lineTo(this.pos.x,this.pos.y-this._bubbleFactory.bbox.height/3),t.closePath(),t.stroke())}}const n={mounted(e,t){let s=t.value,i={num:50,speed:.3,type:"circle"};s&&(i={...i,...s}),new a(e,i)},unmounted(){console.log("distory")}};exports.bubble=n;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class a{constructor(t){this.canvas=document.createElement("canvas"),this.el=t,this.bbox=this.el.getBoundingClientRect(),this.canvas.width=this.bbox.width,this.canvas.height=this.bbox.height,this.ctx=this.canvas.getContext("2d"),this.el.appendChild(this.canvas)}}class l extends a{constructor(t,s){super(t),this.animateHeader=!0,this.bubbles=new Array,this.num=50,this.speed=.4,this.type="circle",this.num=s.num,this.speed=s.speed,this.type=s.type,this.setStyle(),this.init()}init(){for(let t=0;t<this.num;t++)this.bubbles.push(new n(this));this.animate()}setStyle(){this.el.style.position="relative",this.canvas.style.position="absolute",this.canvas.style.zIndex="1",this.canvas.style.left="0",this.canvas.style.top="0",this.canvas.style.pointerEvents="none"}animate(){this.animateHeader&&(this.ctx.clearRect(0,0,this.bbox.width,this.bbox.height),this.bubbles.forEach(t=>{t.draw()})),requestAnimationFrame(()=>this.animate())}}const i=new Image;i.src="http://192.168.3.105:5656/liya.jpg";i.onload=function(){console.log(i)};class n{constructor(t){this.pos={x:0,y:0},this.alpha=0,this.alpha_change=0,this.speed=1,this.scale=1,this.scale_change=.2,this._bubbleFactory=t,this.init()}init(){this.pos.x=Math.random()*this._bubbleFactory.bbox.width,this.pos.y=this._bubbleFactory.bbox.height+Math.random()*100,this.alpha=.1+Math.random()*.3,this.alpha_change=2e-4+Math.random()*5e-4,this.scale=.2+Math.random()*.5,this.scale_change=Math.random()*.002,this.speed=.1+Math.random()*this._bubbleFactory.speed}draw(){this.alpha<=0&&this.init();let t=this._bubbleFactory.ctx;this.pos.y-=this.speed,this.alpha-=this.alpha_change,this.scale+=this.scale_change,this._bubbleFactory.type=="circle"?(t.beginPath(),t.drawImage(i,this.pos.x,this.pos.y,this.scale*10,this.scale*10),t.fill()):(t.lineWidth=.6,t.strokeStyle="rgba(255,255,255,"+this.alpha+")",t.beginPath(),t.moveTo(this.pos.x,this.pos.y),t.lineTo(this.pos.x,this.pos.y-this._bubbleFactory.bbox.height/3),t.closePath(),t.stroke())}}const o={mounted(e,t){let s=t.value,h={num:50,speed:.3,type:"circle"};s&&(h={...h,...s}),new l(e,h)},unmounted(){console.log("distory")}};exports.bubble=o;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./src/text.js"),s=require("../../assets/ts/utils.js"),t=s.withInstall(e.default);exports.KGradientText=t;exports.default=t;
@@ -0,0 +1,9 @@
1
+ .k-gradient-text {
2
+ -webkit-background-clip: text;
3
+ background-clip: text;
4
+ -webkit-text-fill-color: transparent;
5
+ }
6
+
7
+ .k-gradient-text.bold {
8
+ font-weight: bold;
9
+ }
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("../../../assets/ts/utils.js");require("./style/index.css");const s=e.defineComponent({name:"k-gradient-text"}),a=e.defineComponent({...s,props:{text:{default:"\u8BF7\u8F93\u5165\u5185\u5BB9"},size:{default:18},bold:{type:Boolean,default:!1},colors:{default:()=>["#00ff4e","#ff4d06"]}},setup(t){const{n:l}=n.createNamespace("gradient-text");return(o,u)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass([e.unref(l)(),t.bold?"bold":""]),style:e.normalizeStyle({fontSize:`${t.size}px`,backgroundImage:`-webkit-linear-gradient(-90deg, ${t.colors[0]}, ${t.colors[1]})`})},e.toDisplayString(t.text),7))}});exports.default=a;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path id="Vector" d="M12.0115 18.9468H1.6714C1.49333 18.9468 1.32256 18.8759 1.19665 18.7497C1.07074 18.6236 1 18.4524 1 18.274C1 18.0955 1.07074 17.9244 1.19665 17.7982C1.32256 17.672 1.49333 17.6012 1.6714 17.6012H10.8289C11.1403 18.1198 11.539 18.5752 12.0115 18.9468ZM2.413 16.4377H10.3186C10.1939 16.0076 10.1279 15.5625 10.1224 15.1146L2.4706 15.1489L2.413 12.4405H6.6187C6.778 12.4405 6.93209 12.3836 7.05344 12.2802C7.17478 12.1768 7.25548 12.0335 7.2811 11.8759L7.8391 8.43972C7.86168 8.30105 7.8403 8.15878 7.77799 8.03291C7.71567 7.90705 7.61555 7.80392 7.4917 7.73805C6.91917 7.43347 6.46708 6.94275 6.20973 6.34656C5.95239 5.75038 5.9051 5.08419 6.07565 4.4575C6.2462 3.83082 6.62443 3.28092 7.14818 2.8982C7.67193 2.51547 8.31003 2.3227 8.9576 2.35156C9.60517 2.38041 10.2237 2.62919 10.7115 3.05699C11.1992 3.48478 11.5273 4.06615 11.6416 4.70554C11.756 5.34492 11.6499 6.00427 11.3408 6.57521C11.0316 7.14616 10.5379 7.59472 9.9406 7.84718C9.79903 7.90672 9.68221 8.01326 9.60977 8.14892C9.53734 8.28457 9.51369 8.44108 9.5428 8.59214L10.1692 11.8931C10.1982 12.0469 10.2799 12.1857 10.4002 12.2855C10.5205 12.3853 10.6718 12.4398 10.828 12.4396H10.8694C11.1933 11.9184 11.6111 11.4621 12.1015 11.094H11.3842L10.9558 8.83926C11.5873 8.468 12.1109 7.9376 12.4745 7.30077C12.8381 6.66394 13.0291 5.94285 13.0285 5.20914C13.0273 4.09317 12.5844 3.02325 11.7969 2.23415C11.0095 1.44504 9.94182 1.00119 8.8282 1C7.71473 1.00143 6.64729 1.44538 5.86004 2.23446C5.07278 3.02355 4.62999 4.09333 4.6288 5.20914C4.6288 6.60347 5.3119 7.88957 6.4405 8.67061L6.0454 11.0949H2.413C2.07229 11.0954 1.74567 11.2312 1.50475 11.4726C1.26383 11.7141 1.12828 12.0414 1.1278 12.3828V15.1498C1.1278 15.8596 1.7038 16.4377 2.413 16.4377ZM19 15.0551C19.0001 16.1012 18.5855 17.1046 17.8474 17.8444C17.1094 18.5842 16.1082 18.9999 15.0643 19C14.0204 19.0001 13.0191 18.5847 12.2809 17.845C11.5426 17.1054 11.1278 16.1021 11.1277 15.056C11.1276 14.538 11.2294 14.0251 11.4271 13.5465C11.6249 13.0679 11.9148 12.6331 12.2803 12.2668C13.0183 11.5269 14.0195 11.1113 15.0634 11.1111C16.1073 11.111 17.1086 11.5265 17.8468 12.2661C18.5851 13.0058 18.9999 14.009 19 15.0551ZM17.4907 13.2757C17.3572 13.1574 17.1824 13.097 17.0045 13.1078C16.8266 13.1186 16.6603 13.1998 16.5421 13.3334L14.6989 15.4159L13.4893 14.4869C13.4196 14.4304 13.3393 14.3885 13.2531 14.3636C13.167 14.3387 13.0767 14.3313 12.9877 14.3419C12.8987 14.3525 12.8126 14.3809 12.7347 14.4254C12.6568 14.4699 12.5886 14.5295 12.5341 14.6009C12.4795 14.6722 12.4398 14.7537 12.4173 14.8407C12.3947 14.9277 12.3897 15.0183 12.4027 15.1072C12.4156 15.1961 12.4462 15.2815 12.4927 15.3584C12.5391 15.4353 12.6004 15.502 12.673 15.5548L14.3794 16.8652C14.4959 16.9554 14.639 17.0043 14.7862 17.0041C14.8815 17.0041 14.9757 16.9839 15.0627 16.9449C15.1497 16.9059 15.2276 16.8489 15.2911 16.7777L17.5465 14.2263C17.6648 14.0928 17.7254 13.9176 17.7149 13.7394C17.7044 13.5612 17.6238 13.3944 17.4907 13.2757Z" fill="#16C57D" style="fill:#16C57D;fill:color(display-p3 0.0861 0.7721 0.4892);fill-opacity:1;"/>
3
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <path id="Vector" d="M12.0115 18.9468H1.6714C1.49333 18.9468 1.32256 18.8759 1.19665 18.7497C1.07074 18.6236 1 18.4524 1 18.274C1 18.0955 1.07074 17.9244 1.19665 17.7982C1.32256 17.672 1.49333 17.6012 1.6714 17.6012H10.8289C11.1403 18.1198 11.539 18.5752 12.0115 18.9468ZM2.413 16.4377H10.3186C10.1939 16.0076 10.1279 15.5625 10.1224 15.1146L2.4706 15.1489L2.413 12.4405H6.6187C6.778 12.4405 6.93209 12.3836 7.05344 12.2802C7.17478 12.1768 7.25548 12.0335 7.2811 11.8759L7.8391 8.43972C7.86168 8.30105 7.8403 8.15878 7.77799 8.03291C7.71567 7.90705 7.61555 7.80392 7.4917 7.73805C6.91917 7.43347 6.46708 6.94275 6.20973 6.34656C5.95239 5.75038 5.9051 5.08419 6.07565 4.4575C6.2462 3.83082 6.62443 3.28092 7.14818 2.8982C7.67193 2.51547 8.31003 2.3227 8.9576 2.35156C9.60517 2.38041 10.2237 2.62919 10.7115 3.05699C11.1992 3.48478 11.5273 4.06615 11.6416 4.70554C11.756 5.34492 11.6499 6.00427 11.3408 6.57521C11.0316 7.14616 10.5379 7.59472 9.9406 7.84718C9.79903 7.90672 9.68221 8.01326 9.60977 8.14892C9.53734 8.28457 9.51369 8.44108 9.5428 8.59214L10.1692 11.8931C10.1982 12.0469 10.2799 12.1857 10.4002 12.2855C10.5205 12.3853 10.6718 12.4398 10.828 12.4396H10.8694C11.1933 11.9184 11.6111 11.4621 12.1015 11.094H11.3842L10.9558 8.83926C11.5873 8.468 12.1109 7.9376 12.4745 7.30077C12.8381 6.66394 13.0291 5.94285 13.0285 5.20914C13.0273 4.09317 12.5844 3.02325 11.7969 2.23415C11.0095 1.44504 9.94182 1.00119 8.8282 1C7.71473 1.00143 6.64729 1.44538 5.86004 2.23446C5.07278 3.02355 4.62999 4.09333 4.6288 5.20914C4.6288 6.60347 5.3119 7.88957 6.4405 8.67061L6.0454 11.0949H2.413C2.07229 11.0954 1.74567 11.2312 1.50475 11.4726C1.26383 11.7141 1.12828 12.0414 1.1278 12.3828V15.1498C1.1278 15.8596 1.7038 16.4377 2.413 16.4377ZM19 15.0551C19.0001 16.1012 18.5855 17.1046 17.8474 17.8444C17.1094 18.5842 16.1082 18.9999 15.0643 19C14.0204 19.0001 13.0191 18.5847 12.2809 17.845C11.5426 17.1054 11.1278 16.1021 11.1277 15.056C11.1276 14.538 11.2294 14.0251 11.4271 13.5465C11.6249 13.0679 11.9148 12.6331 12.2803 12.2668C13.0183 11.5269 14.0195 11.1113 15.0634 11.1111C16.1073 11.111 17.1086 11.5265 17.8468 12.2661C18.5851 13.0058 18.9999 14.009 19 15.0551ZM17.4907 13.2757C17.3572 13.1574 17.1824 13.097 17.0045 13.1078C16.8266 13.1186 16.6603 13.1998 16.5421 13.3334L14.6989 15.4159L13.4893 14.4869C13.4196 14.4304 13.3393 14.3885 13.2531 14.3636C13.167 14.3387 13.0767 14.3313 12.9877 14.3419C12.8987 14.3525 12.8126 14.3809 12.7347 14.4254C12.6568 14.4699 12.5886 14.5295 12.5341 14.6009C12.4795 14.6722 12.4398 14.7537 12.4173 14.8407C12.3947 14.9277 12.3897 15.0183 12.4027 15.1072C12.4156 15.1961 12.4462 15.2815 12.4927 15.3584C12.5391 15.4353 12.6004 15.502 12.673 15.5548L14.3794 16.8652C14.4959 16.9554 14.639 17.0043 14.7862 17.0041C14.8815 17.0041 14.9757 16.9839 15.0627 16.9449C15.1497 16.9059 15.2276 16.8489 15.2911 16.7777L17.5465 14.2263C17.6648 14.0928 17.7254 13.9176 17.7149 13.7394C17.7044 13.5612 17.6238 13.3944 17.4907 13.2757Z" fill="#16C57D" style="fill:#16C57D;fill:color(display-p3 0.0861 0.7721 0.4892);fill-opacity:1;"/>\r
3
+ </svg>\r
4
4
  `;exports.default=C;
@@ -1,20 +1,20 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 11132" clip-path="url(#clip0_64_4271)">
3
- <g id="Group 48097476">
4
- <g id="Vector">
5
- <path d="M20.2544 4C21.2185 4.00002 22 4.78145 22 5.74562V16.585C22 17.5491 21.2185 18.3315 20.2544 18.3315H3.57765C2.61347 18.3315 1.83203 17.5492 1.83203 16.585V5.74562C1.83203 4.78144 2.61347 4 3.57765 4H20.2544ZM3.57765 5.74562V16.585H20.2544V5.74562H3.57765Z"/>
6
- <path d="M9.52863 14.7861H7.58884V12.548H9.52863V14.7861Z"/>
7
- <path d="M12.8861 20.2062H10.9463V17.7048H12.8861V20.2062Z"/>
8
- <path d="M12.886 14.7865H10.9462V9.19066H12.886V14.7865Z"/>
9
- <path d="M16.2433 14.7864H14.3035V6.95244H16.2433V14.7864Z"/>
10
- <path d="M16.919 21.264H6.91313V19.3242H16.919V21.264Z"/>
11
- </g>
12
- </g>
13
- </g>
14
- <defs>
15
- <clipPath id="clip0_64_4271">
16
- <rect width="24" height="24"/>
17
- </clipPath>
18
- </defs>
19
- </svg>
20
- `;exports.default=t;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 11132" clip-path="url(#clip0_64_4271)">\r
3
+ <g id="Group 48097476">\r
4
+ <g id="Vector">\r
5
+ <path d="M20.2544 4C21.2185 4.00002 22 4.78145 22 5.74562V16.585C22 17.5491 21.2185 18.3315 20.2544 18.3315H3.57765C2.61347 18.3315 1.83203 17.5492 1.83203 16.585V5.74562C1.83203 4.78144 2.61347 4 3.57765 4H20.2544ZM3.57765 5.74562V16.585H20.2544V5.74562H3.57765Z"/>\r
6
+ <path d="M9.52863 14.7861H7.58884V12.548H9.52863V14.7861Z"/>\r
7
+ <path d="M12.8861 20.2062H10.9463V17.7048H12.8861V20.2062Z"/>\r
8
+ <path d="M12.886 14.7865H10.9462V9.19066H12.886V14.7865Z"/>\r
9
+ <path d="M16.2433 14.7864H14.3035V6.95244H16.2433V14.7864Z"/>\r
10
+ <path d="M16.919 21.264H6.91313V19.3242H16.919V21.264Z"/>\r
11
+ </g>\r
12
+ </g>\r
13
+ </g>\r
14
+ <defs>\r
15
+ <clipPath id="clip0_64_4271">\r
16
+ <rect width="24" height="24"/>\r
17
+ </clipPath>\r
18
+ </defs>\r
19
+ </svg>\r
20
+ `;exports.default=r;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path id="Combined Shape" d="M9.33301 0.666016C10.398 0.666126 11.2683 1.49903 11.3291 2.54883L11.333 2.66602V3.33301H14.001C14.3689 3.33325 14.6668 3.63112 14.667 3.99902C14.667 4.34091 14.4097 4.62262 14.0781 4.66113L14.001 4.66602H13.333V13.333C13.3328 14.398 12.5 15.2683 11.4502 15.3291L11.333 15.333H4.66602C3.60101 15.3329 2.73077 14.5 2.66992 13.4502L2.66602 13.333V4.66602H2.00098C1.63279 4.66602 1.33398 4.36721 1.33398 3.99902C1.33414 3.65727 1.59139 3.37541 1.92285 3.33691L2.00098 3.33301H4.66602V2.66602C4.66602 1.60093 5.49901 0.729833 6.54883 0.668945L6.66602 0.666016H9.33301ZM3.99902 13.333C3.9992 13.6747 4.25748 13.9566 4.58887 13.9951L4.66602 13.999H11.333C11.6748 13.9989 11.9566 13.7416 11.9951 13.4102L11.999 13.333V4.66602H3.99902V13.333ZM6.66699 6.66602C7.00873 6.66618 7.2906 6.92343 7.3291 7.25488L7.33301 7.33301V11.333C7.33282 11.7009 7.03492 11.9988 6.66699 11.999C6.3251 11.999 6.04339 11.7417 6.00488 11.4102L6 11.333V7.33301C6 6.96482 6.2988 6.66602 6.66699 6.66602ZM9.33301 6.66602C9.6748 6.66612 9.95661 6.9234 9.99512 7.25488L9.99902 7.33301V11.333C9.99884 11.701 9.70099 11.9989 9.33301 11.999C8.99112 11.999 8.70941 11.7417 8.6709 11.4102L8.66602 11.333V7.33301C8.66602 6.96482 8.96482 6.66602 9.33301 6.66602ZM6.66602 1.99902C6.32435 1.99914 6.04257 2.25658 6.00391 2.58789L5.99902 2.66602V3.33301H9.99902V2.66602C9.99902 2.32413 9.74172 2.04242 9.41016 2.00391L9.33301 1.99902H6.66602Z" />
3
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <path id="Combined Shape" d="M9.33301 0.666016C10.398 0.666126 11.2683 1.49903 11.3291 2.54883L11.333 2.66602V3.33301H14.001C14.3689 3.33325 14.6668 3.63112 14.667 3.99902C14.667 4.34091 14.4097 4.62262 14.0781 4.66113L14.001 4.66602H13.333V13.333C13.3328 14.398 12.5 15.2683 11.4502 15.3291L11.333 15.333H4.66602C3.60101 15.3329 2.73077 14.5 2.66992 13.4502L2.66602 13.333V4.66602H2.00098C1.63279 4.66602 1.33398 4.36721 1.33398 3.99902C1.33414 3.65727 1.59139 3.37541 1.92285 3.33691L2.00098 3.33301H4.66602V2.66602C4.66602 1.60093 5.49901 0.729833 6.54883 0.668945L6.66602 0.666016H9.33301ZM3.99902 13.333C3.9992 13.6747 4.25748 13.9566 4.58887 13.9951L4.66602 13.999H11.333C11.6748 13.9989 11.9566 13.7416 11.9951 13.4102L11.999 13.333V4.66602H3.99902V13.333ZM6.66699 6.66602C7.00873 6.66618 7.2906 6.92343 7.3291 7.25488L7.33301 7.33301V11.333C7.33282 11.7009 7.03492 11.9988 6.66699 11.999C6.3251 11.999 6.04339 11.7417 6.00488 11.4102L6 11.333V7.33301C6 6.96482 6.2988 6.66602 6.66699 6.66602ZM9.33301 6.66602C9.6748 6.66612 9.95661 6.9234 9.99512 7.25488L9.99902 7.33301V11.333C9.99884 11.701 9.70099 11.9989 9.33301 11.999C8.99112 11.999 8.70941 11.7417 8.6709 11.4102L8.66602 11.333V7.33301C8.66602 6.96482 8.96482 6.66602 9.33301 6.66602ZM6.66602 1.99902C6.32435 1.99914 6.04257 2.25658 6.00391 2.58789L5.99902 2.66602V3.33301H9.99902V2.66602C9.99902 2.32413 9.74172 2.04242 9.41016 2.00391L9.33301 1.99902H6.66602Z" />\r
3
+ </svg>\r
4
4
  `;exports.default=C;
@@ -1,12 +1,12 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097342">
3
- <g id="Vector">
4
- <path d="M15.2956 15.3339H5.75C5.3755 15.3339 5.06758 15.0344 5.06758 14.6665C5.06758 14.3003 5.37384 13.9992 5.75 13.9992H15.2939C15.6684 13.9992 15.9764 14.2987 15.9764 14.6665C15.9764 15.0328 15.6701 15.3339 15.2956 15.3339Z" />
5
- <path d="M2.68242 15.3339C2.30626 15.3339 2 15.036 2 14.6665V4.00041C2 2.89685 2.91711 2 4.04561 2H14.9544C16.0829 2 17 2.89685 17 4.00041V12.0004C17 12.3683 16.6954 12.6678 16.3176 12.6678C15.9397 12.6678 15.6352 12.3699 15.6352 12.0004V4.00041C15.6352 3.63255 15.3289 3.33306 14.9527 3.33306H4.04561C3.66944 3.33306 3.36318 3.63255 3.36318 4.00041V14.6682C3.36485 15.0344 3.05859 15.3339 2.68242 15.3339Z" />
6
- <path d="M9.5 8.66694C9.1255 8.66694 8.81758 8.36745 8.81758 7.99959V3.33306C8.81758 2.96684 9.12384 2.66572 9.5 2.66572C9.8745 2.66572 10.1824 2.96521 10.1824 3.33306V7.99959C10.1824 8.36582 9.8745 8.66694 9.5 8.66694ZM13.3532 8.66694C12.9787 8.66694 12.6708 8.36745 12.6708 7.99959V3.33306C12.6708 2.96684 12.977 2.66572 13.3532 2.66572C13.7277 2.66572 14.0356 2.96521 14.0356 3.33306V7.99959C14.0356 8.36582 13.7277 8.66694 13.3532 8.66694Z" />
7
- <path d="M11.9101 6.58677L9.98103 8.47162C9.71638 8.73042 9.28196 8.73042 9.01731 8.47162C8.75266 8.21282 8.75266 7.788 9.01731 7.5292L10.9464 5.64273C11.2111 5.38393 11.6455 5.38393 11.9101 5.64273C12.1748 5.90315 12.1748 6.32798 11.9101 6.58677Z" />
8
- <path d="M12.8722 8.47162L10.9431 6.58678C10.6784 6.32798 10.6784 5.90315 10.9431 5.64435C11.2077 5.38555 11.6421 5.38555 11.9068 5.64435L13.8359 7.53082C14.1005 7.78962 14.1005 8.21445 13.8359 8.47325C13.5712 8.73204 13.1368 8.73204 12.8722 8.47162ZM16.3176 18H5.40879C3.52963 18 2 16.5042 2 14.6665C2 12.8289 3.52963 11.3331 5.40879 11.3331H16.3176C16.6937 11.3331 17 11.6309 17 12.0004C17 12.3699 16.6954 12.6678 16.3176 12.6678L5.40879 12.6678C4.28029 12.6678 3.36318 13.5646 3.36318 14.6682C3.36318 15.7717 4.28029 16.6686 5.40879 16.6686H16.3176C16.6937 16.6686 17 16.9664 17 17.3359C17 17.7054 16.6937 18 16.3176 18Z" />
9
- </g>
10
- </g>
11
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097342">\r
3
+ <g id="Vector">\r
4
+ <path d="M15.2956 15.3339H5.75C5.3755 15.3339 5.06758 15.0344 5.06758 14.6665C5.06758 14.3003 5.37384 13.9992 5.75 13.9992H15.2939C15.6684 13.9992 15.9764 14.2987 15.9764 14.6665C15.9764 15.0328 15.6701 15.3339 15.2956 15.3339Z" />\r
5
+ <path d="M2.68242 15.3339C2.30626 15.3339 2 15.036 2 14.6665V4.00041C2 2.89685 2.91711 2 4.04561 2H14.9544C16.0829 2 17 2.89685 17 4.00041V12.0004C17 12.3683 16.6954 12.6678 16.3176 12.6678C15.9397 12.6678 15.6352 12.3699 15.6352 12.0004V4.00041C15.6352 3.63255 15.3289 3.33306 14.9527 3.33306H4.04561C3.66944 3.33306 3.36318 3.63255 3.36318 4.00041V14.6682C3.36485 15.0344 3.05859 15.3339 2.68242 15.3339Z" />\r
6
+ <path d="M9.5 8.66694C9.1255 8.66694 8.81758 8.36745 8.81758 7.99959V3.33306C8.81758 2.96684 9.12384 2.66572 9.5 2.66572C9.8745 2.66572 10.1824 2.96521 10.1824 3.33306V7.99959C10.1824 8.36582 9.8745 8.66694 9.5 8.66694ZM13.3532 8.66694C12.9787 8.66694 12.6708 8.36745 12.6708 7.99959V3.33306C12.6708 2.96684 12.977 2.66572 13.3532 2.66572C13.7277 2.66572 14.0356 2.96521 14.0356 3.33306V7.99959C14.0356 8.36582 13.7277 8.66694 13.3532 8.66694Z" />\r
7
+ <path d="M11.9101 6.58677L9.98103 8.47162C9.71638 8.73042 9.28196 8.73042 9.01731 8.47162C8.75266 8.21282 8.75266 7.788 9.01731 7.5292L10.9464 5.64273C11.2111 5.38393 11.6455 5.38393 11.9101 5.64273C12.1748 5.90315 12.1748 6.32798 11.9101 6.58677Z" />\r
8
+ <path d="M12.8722 8.47162L10.9431 6.58678C10.6784 6.32798 10.6784 5.90315 10.9431 5.64435C11.2077 5.38555 11.6421 5.38555 11.9068 5.64435L13.8359 7.53082C14.1005 7.78962 14.1005 8.21445 13.8359 8.47325C13.5712 8.73204 13.1368 8.73204 12.8722 8.47162ZM16.3176 18H5.40879C3.52963 18 2 16.5042 2 14.6665C2 12.8289 3.52963 11.3331 5.40879 11.3331H16.3176C16.6937 11.3331 17 11.6309 17 12.0004C17 12.3699 16.6954 12.6678 16.3176 12.6678L5.40879 12.6678C4.28029 12.6678 3.36318 13.5646 3.36318 14.6682C3.36318 15.7717 4.28029 16.6686 5.40879 16.6686H16.3176C16.6937 16.6686 17 16.9664 17 17.3359C17 17.7054 16.6937 18 16.3176 18Z" />\r
9
+ </g>\r
10
+ </g>\r
11
+ </svg>\r
12
12
  `;exports.default=C;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path id="download" d="M8 8C8.34189 8 8.6236 8.25731 8.66211 8.58887L8.66699 8.66602V13.0566L10.1953 11.5283C10.4356 11.2881 10.8137 11.2695 11.0752 11.4727L11.1377 11.5283C11.378 11.7686 11.3967 12.1467 11.1934 12.4082L11.1377 12.4707L8.47168 15.1377C8.23143 15.3779 7.85332 15.3965 7.5918 15.1934L7.52832 15.1377L4.8623 12.4707C4.60202 12.2103 4.60198 11.7886 4.8623 11.5283C5.10263 11.2881 5.48072 11.2694 5.74219 11.4727L5.80469 11.5283L7.33301 13.0566V8.66602C7.33321 8.29802 7.63197 8.00004 8 8ZM1.27441 4.35938C2.33465 2.31465 4.53035 1.10941 6.82129 1.33887C8.86283 1.61112 10.5758 2.97711 11.2969 4.86621L11.3682 5.06543L11.666 5.06641C13.2326 5.06641 14.6556 6.17264 15.2002 7.76562L15.252 7.92676C15.4796 8.98929 15.2806 10.0218 14.709 11.002C14.5235 11.32 14.1149 11.4277 13.7969 11.2422C13.479 11.0566 13.3721 10.6481 13.5576 10.3301C13.9687 9.62523 14.1023 8.92779 13.9609 8.25781C13.6492 7.21903 12.7501 6.46222 11.7871 6.40332L11.666 6.39941H10.8662C10.5565 6.39934 10.2873 6.18634 10.2168 5.88477C9.81758 4.17382 8.39003 2.89331 6.66699 2.66309C4.94422 2.49081 3.26882 3.41089 2.46777 4.95508C1.7619 6.42573 1.89344 8.84352 2.75781 10.1689C2.95894 10.4773 2.87188 10.8907 2.56348 11.0918C2.25524 11.2925 1.84271 11.2054 1.6416 10.8975C0.519659 9.17715 0.359931 6.26382 1.27441 4.35938Z"/>
3
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <path id="download" d="M8 8C8.34189 8 8.6236 8.25731 8.66211 8.58887L8.66699 8.66602V13.0566L10.1953 11.5283C10.4356 11.2881 10.8137 11.2695 11.0752 11.4727L11.1377 11.5283C11.378 11.7686 11.3967 12.1467 11.1934 12.4082L11.1377 12.4707L8.47168 15.1377C8.23143 15.3779 7.85332 15.3965 7.5918 15.1934L7.52832 15.1377L4.8623 12.4707C4.60202 12.2103 4.60198 11.7886 4.8623 11.5283C5.10263 11.2881 5.48072 11.2694 5.74219 11.4727L5.80469 11.5283L7.33301 13.0566V8.66602C7.33321 8.29802 7.63197 8.00004 8 8ZM1.27441 4.35938C2.33465 2.31465 4.53035 1.10941 6.82129 1.33887C8.86283 1.61112 10.5758 2.97711 11.2969 4.86621L11.3682 5.06543L11.666 5.06641C13.2326 5.06641 14.6556 6.17264 15.2002 7.76562L15.252 7.92676C15.4796 8.98929 15.2806 10.0218 14.709 11.002C14.5235 11.32 14.1149 11.4277 13.7969 11.2422C13.479 11.0566 13.3721 10.6481 13.5576 10.3301C13.9687 9.62523 14.1023 8.92779 13.9609 8.25781C13.6492 7.21903 12.7501 6.46222 11.7871 6.40332L11.666 6.39941H10.8662C10.5565 6.39934 10.2873 6.18634 10.2168 5.88477C9.81758 4.17382 8.39003 2.89331 6.66699 2.66309C4.94422 2.49081 3.26882 3.41089 2.46777 4.95508C1.7619 6.42573 1.89344 8.84352 2.75781 10.1689C2.95894 10.4773 2.87188 10.8907 2.56348 11.0918C2.25524 11.2925 1.84271 11.2054 1.6416 10.8975C0.519659 9.17715 0.359931 6.26382 1.27441 4.35938Z"/>\r
3
+ </svg>\r
4
4
  `;exports.default=C;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path id="edit" d="M8.8252 2.88574C9.24242 2.88592 9.58105 3.22434 9.58105 3.6416C9.58082 4.02891 9.28873 4.34791 8.91309 4.3916L8.8252 4.39648H5.77832C4.57106 4.39666 3.58458 5.34123 3.51562 6.53125L3.51172 6.66406V14.2217C3.51189 15.4289 4.45549 16.4154 5.64551 16.4844L5.77832 16.4883H13.3359C14.5434 16.4883 15.5307 15.5446 15.5996 14.3545L15.6035 14.2217V10.5049C15.6035 10.0877 15.9412 9.74928 16.3584 9.74902C16.7459 9.74902 17.0656 10.0403 17.1094 10.416L17.1143 10.5049V14.2217C17.1141 16.2534 15.5107 17.9102 13.5 17.9961L13.3359 18H5.77832C3.74667 17.9998 2.08998 16.3962 2.00391 14.3857L2 14.2217V6.66406C2 4.63225 3.60363 2.97473 5.61426 2.88867L5.77832 2.88574H8.8252ZM13.2441 2.66406C14.1295 1.77878 15.5648 1.77893 16.4502 2.66406L17.3359 3.5498C18.221 4.43521 18.2212 5.87056 17.3359 6.75586L10.8477 13.2441C10.7059 13.3858 10.5128 13.4658 10.3125 13.4658H7.29004C6.87285 13.4656 6.53422 13.1272 6.53418 12.71V9.68652C6.5343 9.48634 6.61435 9.29395 6.75586 9.15234L13.2441 2.66406ZM15.3809 3.73242C15.0858 3.43788 14.6075 3.43773 14.3125 3.73242L8.04492 10V11.9541H9.99805L16.2666 5.68652C16.5388 5.41408 16.5595 4.98582 16.3291 4.68945L16.2666 4.61816L15.3809 3.73242Z"/>
3
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <path id="edit" d="M8.8252 2.88574C9.24242 2.88592 9.58105 3.22434 9.58105 3.6416C9.58082 4.02891 9.28873 4.34791 8.91309 4.3916L8.8252 4.39648H5.77832C4.57106 4.39666 3.58458 5.34123 3.51562 6.53125L3.51172 6.66406V14.2217C3.51189 15.4289 4.45549 16.4154 5.64551 16.4844L5.77832 16.4883H13.3359C14.5434 16.4883 15.5307 15.5446 15.5996 14.3545L15.6035 14.2217V10.5049C15.6035 10.0877 15.9412 9.74928 16.3584 9.74902C16.7459 9.74902 17.0656 10.0403 17.1094 10.416L17.1143 10.5049V14.2217C17.1141 16.2534 15.5107 17.9102 13.5 17.9961L13.3359 18H5.77832C3.74667 17.9998 2.08998 16.3962 2.00391 14.3857L2 14.2217V6.66406C2 4.63225 3.60363 2.97473 5.61426 2.88867L5.77832 2.88574H8.8252ZM13.2441 2.66406C14.1295 1.77878 15.5648 1.77893 16.4502 2.66406L17.3359 3.5498C18.221 4.43521 18.2212 5.87056 17.3359 6.75586L10.8477 13.2441C10.7059 13.3858 10.5128 13.4658 10.3125 13.4658H7.29004C6.87285 13.4656 6.53422 13.1272 6.53418 12.71V9.68652C6.5343 9.48634 6.61435 9.29395 6.75586 9.15234L13.2441 2.66406ZM15.3809 3.73242C15.0858 3.43788 14.6075 3.43773 14.3125 3.73242L8.04492 10V11.9541H9.99805L16.2666 5.68652C16.5388 5.41408 16.5595 4.98582 16.3291 4.68945L16.2666 4.61816L15.3809 3.73242Z"/>\r
3
+ </svg>\r
4
4
  `;exports.default=e;
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097328">
3
- <path id="Vector" d="M14.2513 9.12079C13.7826 9.12079 13.5007 9.40143 13.5007 9.86798V10.8011C13.5007 12.3884 13.4073 13.6004 10.5004 13.6004H4.49964C1.49928 13.6004 1.49928 12.2937 1.49928 10.6134V6.87921C1.31254 4.54648 2.43835 4.07993 3.7509 3.89224H3.84427C4.3129 3.89224 4.5948 3.61159 4.5948 3.14505C4.5948 2.6785 4.3129 2.39785 3.84427 2.39785H3.00036C1.40591 2.39964 0 3.70633 0 5.38662V12.013C0 13.6004 1.31254 15 3.00036 15H11.9081C13.5025 15 14.9084 13.6933 14.9084 12.013V9.77324C15.0018 9.49259 14.6265 9.12079 14.2513 9.12079ZM2.71846 9.49259C2.71846 10.2398 2.90519 10.9852 3.09373 11.6394C3.93763 9.21195 6.18745 7.43871 8.90591 7.43871V8.37181C8.90591 8.7454 9.09265 9.119 9.46792 9.3049C9.65466 9.39785 9.74982 9.49081 9.93656 9.49081C10.1233 9.49081 10.4052 9.39785 10.4986 9.3049L14.6247 6.13202C14.8115 5.94612 15 5.57252 15 5.19893C15 4.91828 14.8133 4.54469 14.6247 4.35878L10.5004 1.1859C10.3136 1 10.0317 1 9.84319 1C9.65466 1 9.56129 1 9.37455 1.1859C8.99928 1.37181 8.81254 1.7454 8.81254 2.119L8.81254 3.89224C6.5 3.89224 2.71846 6.87921 2.71846 9.49259Z"/>
4
- </g>
5
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097328">\r
3
+ <path id="Vector" d="M14.2513 9.12079C13.7826 9.12079 13.5007 9.40143 13.5007 9.86798V10.8011C13.5007 12.3884 13.4073 13.6004 10.5004 13.6004H4.49964C1.49928 13.6004 1.49928 12.2937 1.49928 10.6134V6.87921C1.31254 4.54648 2.43835 4.07993 3.7509 3.89224H3.84427C4.3129 3.89224 4.5948 3.61159 4.5948 3.14505C4.5948 2.6785 4.3129 2.39785 3.84427 2.39785H3.00036C1.40591 2.39964 0 3.70633 0 5.38662V12.013C0 13.6004 1.31254 15 3.00036 15H11.9081C13.5025 15 14.9084 13.6933 14.9084 12.013V9.77324C15.0018 9.49259 14.6265 9.12079 14.2513 9.12079ZM2.71846 9.49259C2.71846 10.2398 2.90519 10.9852 3.09373 11.6394C3.93763 9.21195 6.18745 7.43871 8.90591 7.43871V8.37181C8.90591 8.7454 9.09265 9.119 9.46792 9.3049C9.65466 9.39785 9.74982 9.49081 9.93656 9.49081C10.1233 9.49081 10.4052 9.39785 10.4986 9.3049L14.6247 6.13202C14.8115 5.94612 15 5.57252 15 5.19893C15 4.91828 14.8133 4.54469 14.6247 4.35878L10.5004 1.1859C10.3136 1 10.0317 1 9.84319 1C9.65466 1 9.56129 1 9.37455 1.1859C8.99928 1.37181 8.81254 1.7454 8.81254 2.119L8.81254 3.89224C6.5 3.89224 2.71846 6.87921 2.71846 9.49259Z"/>\r
4
+ </g>\r
5
+ </svg>\r
6
6
  `;exports.default=C;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path id="Vector" d="M9.3458 3.34902C7.51111 3.34902 5.7714 4.10793 4.44124 5.48329C3.80018 6.15139 3.28703 6.93134 2.92725 7.78446C2.5572 8.6628 2.35807 9.58103 2.34105 10.5163C2.30314 12.3791 3.05055 14.1491 4.44124 15.5037C5.11267 16.1568 5.89948 16.6798 6.7617 17.046C7.6329 17.4232 8.56937 17.6269 9.51859 17.6455H9.64948C11.4614 17.6455 13.188 16.8981 14.5066 15.5417C15.1467 14.888 15.6612 14.1221 16.0244 13.2823C16.3963 12.4315 16.6049 11.5183 16.6392 10.5904V10.5487L16.6448 10.5108V10.4861L16.6411 10.4482V10.4103C16.5845 8.5381 15.8093 6.75953 14.4764 5.44352C13.1393 4.12845 11.3465 3.37966 9.47124 3.35301H9.34593V3.34902H9.3458ZM9.3458 2.00213L9.49584 2C14.1099 2.06451 17.8554 5.74676 17.9938 10.353C17.9977 10.3986 17.9977 10.4459 17.9977 10.4973C18.0033 10.5485 17.9977 10.5941 17.9918 10.6414C17.8326 15.09 14.2238 19 9.6532 19H9.49757C4.94417 18.9145 0.908597 15.1962 1.00158 10.5029C1.08511 5.99348 4.72403 2.00013 9.3458 2.00213ZM9.3764 14.7828C9.41045 14.8283 9.46179 14.8568 9.51859 14.8586C9.61438 14.8554 9.70503 14.8145 9.77079 14.7448C10.0022 14.5551 10.2756 14.2174 10.5923 13.7243L10.8579 13.876C10.0915 15.2078 9.27371 15.8775 8.41429 15.8775C8.08614 15.8775 7.82609 15.7844 7.63069 15.5985C7.53539 15.5082 7.46013 15.3989 7.40979 15.2776C7.35945 15.1564 7.33514 15.0259 7.33846 14.8947C7.33846 14.7069 7.38022 14.4699 7.46948 14.1777L8.52616 10.5464C8.62858 10.2012 8.67979 9.93934 8.67979 9.76298C8.67863 9.70469 8.66481 9.64735 8.63926 9.59494C8.61372 9.54253 8.57708 9.4963 8.53188 9.45947C8.42284 9.36793 8.28313 9.32116 8.14094 9.3286C8.06127 9.3286 7.96842 9.33432 7.86587 9.33618L7.95898 9.03267L10.5318 8.61532H10.9814L9.42375 14.0145C9.34394 14.3237 9.30217 14.5287 9.30217 14.6291C9.31002 14.6861 9.3345 14.7411 9.3764 14.7828ZM11.3058 7.02942C11.2022 7.13359 11.0788 7.2161 10.9429 7.27211C10.8071 7.32812 10.6614 7.35653 10.5145 7.35567C10.3692 7.35665 10.2253 7.32826 10.0913 7.27219C9.95736 7.21613 9.83611 7.13355 9.73487 7.02942C9.63046 6.92686 9.54788 6.80423 9.49213 6.66891C9.43637 6.53359 9.40859 6.38839 9.41045 6.24205C9.40782 6.0951 9.43486 5.94913 9.48994 5.81286C9.54502 5.67659 9.62701 5.55283 9.73102 5.44897C9.83191 5.34315 9.95361 5.25936 10.0885 5.20287C10.2233 5.14638 10.3684 5.11841 10.5146 5.12073C10.8296 5.12073 11.0972 5.23085 11.3115 5.44897C11.5259 5.66722 11.6359 5.93469 11.6359 6.24205C11.639 6.38908 11.6112 6.53511 11.5543 6.67073C11.4975 6.80634 11.4128 6.92854 11.3058 7.02942Z"/>
3
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <path id="Vector" d="M9.3458 3.34902C7.51111 3.34902 5.7714 4.10793 4.44124 5.48329C3.80018 6.15139 3.28703 6.93134 2.92725 7.78446C2.5572 8.6628 2.35807 9.58103 2.34105 10.5163C2.30314 12.3791 3.05055 14.1491 4.44124 15.5037C5.11267 16.1568 5.89948 16.6798 6.7617 17.046C7.6329 17.4232 8.56937 17.6269 9.51859 17.6455H9.64948C11.4614 17.6455 13.188 16.8981 14.5066 15.5417C15.1467 14.888 15.6612 14.1221 16.0244 13.2823C16.3963 12.4315 16.6049 11.5183 16.6392 10.5904V10.5487L16.6448 10.5108V10.4861L16.6411 10.4482V10.4103C16.5845 8.5381 15.8093 6.75953 14.4764 5.44352C13.1393 4.12845 11.3465 3.37966 9.47124 3.35301H9.34593V3.34902H9.3458ZM9.3458 2.00213L9.49584 2C14.1099 2.06451 17.8554 5.74676 17.9938 10.353C17.9977 10.3986 17.9977 10.4459 17.9977 10.4973C18.0033 10.5485 17.9977 10.5941 17.9918 10.6414C17.8326 15.09 14.2238 19 9.6532 19H9.49757C4.94417 18.9145 0.908597 15.1962 1.00158 10.5029C1.08511 5.99348 4.72403 2.00013 9.3458 2.00213ZM9.3764 14.7828C9.41045 14.8283 9.46179 14.8568 9.51859 14.8586C9.61438 14.8554 9.70503 14.8145 9.77079 14.7448C10.0022 14.5551 10.2756 14.2174 10.5923 13.7243L10.8579 13.876C10.0915 15.2078 9.27371 15.8775 8.41429 15.8775C8.08614 15.8775 7.82609 15.7844 7.63069 15.5985C7.53539 15.5082 7.46013 15.3989 7.40979 15.2776C7.35945 15.1564 7.33514 15.0259 7.33846 14.8947C7.33846 14.7069 7.38022 14.4699 7.46948 14.1777L8.52616 10.5464C8.62858 10.2012 8.67979 9.93934 8.67979 9.76298C8.67863 9.70469 8.66481 9.64735 8.63926 9.59494C8.61372 9.54253 8.57708 9.4963 8.53188 9.45947C8.42284 9.36793 8.28313 9.32116 8.14094 9.3286C8.06127 9.3286 7.96842 9.33432 7.86587 9.33618L7.95898 9.03267L10.5318 8.61532H10.9814L9.42375 14.0145C9.34394 14.3237 9.30217 14.5287 9.30217 14.6291C9.31002 14.6861 9.3345 14.7411 9.3764 14.7828ZM11.3058 7.02942C11.2022 7.13359 11.0788 7.2161 10.9429 7.27211C10.8071 7.32812 10.6614 7.35653 10.5145 7.35567C10.3692 7.35665 10.2253 7.32826 10.0913 7.27219C9.95736 7.21613 9.83611 7.13355 9.73487 7.02942C9.63046 6.92686 9.54788 6.80423 9.49213 6.66891C9.43637 6.53359 9.40859 6.38839 9.41045 6.24205C9.40782 6.0951 9.43486 5.94913 9.48994 5.81286C9.54502 5.67659 9.62701 5.55283 9.73102 5.44897C9.83191 5.34315 9.95361 5.25936 10.0885 5.20287C10.2233 5.14638 10.3684 5.11841 10.5146 5.12073C10.8296 5.12073 11.0972 5.23085 11.3115 5.44897C11.5259 5.66722 11.6359 5.93469 11.6359 6.24205C11.639 6.38908 11.6112 6.53511 11.5543 6.67073C11.4975 6.80634 11.4128 6.92854 11.3058 7.02942Z"/>\r
3
+ </svg>\r
4
4
  `;exports.default=C;
@@ -1,11 +1,11 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame" clip-path="url(#clip0_64_4279)">
3
- <path id="Vector" d="M19.3195 15.0875L19.5444 15.2114C19.8284 15.3648 20 15.648 20 15.9549C20 16.2558 19.8284 16.539 19.5444 16.6984L11.9822 20.8761C11.6864 21.0413 11.3136 21.0413 11.0178 20.8761L3.45562 16.6925C3.1716 16.539 3 16.2558 3 15.949C3 15.648 3.1716 15.3648 3.45562 15.2055L3.68047 15.0816L11.497 19.4127L19.3195 15.0875ZM19.3195 11.6355L19.5444 11.7595C19.8284 11.9129 20 12.1961 20 12.503C20 12.8039 19.8284 13.0871 19.5444 13.2464L11.9822 17.4242C11.6864 17.5894 11.3136 17.5894 11.0178 17.4242L3.45562 13.2346C3.1716 13.0812 3 12.798 3 12.4911C3 12.1902 3.1716 11.907 3.45562 11.7477L3.68047 11.6237L11.497 15.9549L19.3195 11.6355ZM11.9763 4.12392L19.5385 8.30163C19.8225 8.45505 19.9941 8.73829 19.9941 9.04512C19.9941 9.34606 19.8225 9.6293 19.5385 9.78862L11.9763 13.9663C11.6805 14.1316 11.3077 14.1316 11.0118 13.9663L3.45562 9.78271C3.1716 9.6293 3 9.34606 3 9.03922C3 8.73829 3.1716 8.45505 3.45562 8.29573L11.0118 4.12392C11.3136 3.95869 11.6805 3.95869 11.9763 4.12392Z"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_64_4279">
7
- <rect width="24" height="24"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame" clip-path="url(#clip0_64_4279)">\r
3
+ <path id="Vector" d="M19.3195 15.0875L19.5444 15.2114C19.8284 15.3648 20 15.648 20 15.9549C20 16.2558 19.8284 16.539 19.5444 16.6984L11.9822 20.8761C11.6864 21.0413 11.3136 21.0413 11.0178 20.8761L3.45562 16.6925C3.1716 16.539 3 16.2558 3 15.949C3 15.648 3.1716 15.3648 3.45562 15.2055L3.68047 15.0816L11.497 19.4127L19.3195 15.0875ZM19.3195 11.6355L19.5444 11.7595C19.8284 11.9129 20 12.1961 20 12.503C20 12.8039 19.8284 13.0871 19.5444 13.2464L11.9822 17.4242C11.6864 17.5894 11.3136 17.5894 11.0178 17.4242L3.45562 13.2346C3.1716 13.0812 3 12.798 3 12.4911C3 12.1902 3.1716 11.907 3.45562 11.7477L3.68047 11.6237L11.497 15.9549L19.3195 11.6355ZM11.9763 4.12392L19.5385 8.30163C19.8225 8.45505 19.9941 8.73829 19.9941 9.04512C19.9941 9.34606 19.8225 9.6293 19.5385 9.78862L11.9763 13.9663C11.6805 14.1316 11.3077 14.1316 11.0118 13.9663L3.45562 9.78271C3.1716 9.6293 3 9.34606 3 9.03922C3 8.73829 3.1716 8.45505 3.45562 8.29573L11.0118 4.12392C11.3136 3.95869 11.6805 3.95869 11.9763 4.12392Z"/>\r
4
+ </g>\r
5
+ <defs>\r
6
+ <clipPath id="clip0_64_4279">\r
7
+ <rect width="24" height="24"/>\r
8
+ </clipPath>\r
9
+ </defs>\r
10
+ </svg>\r
11
11
  `;exports.default=e;
@@ -1,11 +1,11 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame" clip-path="url(#clip0_94_116)">
3
- <path id="Vector" d="M19.25 19.75H12.834L10.8075 22.0018C10.7416 22.075 10.6619 22.1345 10.5731 22.1769C10.4842 22.2193 10.3878 22.2438 10.2894 22.249C10.1911 22.2542 10.0926 22.2399 9.99979 22.2071C9.90693 22.1742 9.82146 22.1234 9.74825 22.0575C9.67504 21.9916 9.61552 21.9119 9.5731 21.8231C9.53067 21.7342 9.50617 21.6378 9.501 21.5394C9.49582 21.4411 9.51007 21.3426 9.54292 21.2498C9.57578 21.1569 9.62661 21.0715 9.6925 20.9983L11.9425 18.4983C12.0128 18.4201 12.0988 18.3576 12.1949 18.3149C12.2909 18.2721 12.3949 18.25 12.5 18.25H19.25C19.4142 18.25 19.5767 18.2177 19.7284 18.1549C19.88 18.092 20.0178 18 20.1339 17.8839C20.25 17.7678 20.342 17.63 20.4048 17.4784C20.4677 17.3267 20.5 17.1642 20.5 17V6.5C20.5 6.33585 20.4677 6.1733 20.4048 6.02165C20.342 5.86999 20.25 5.73219 20.1339 5.61612C20.0178 5.50004 19.88 5.40797 19.7284 5.34515C19.5767 5.28233 19.4142 5.25 19.25 5.25H4.75C4.58585 5.25 4.4233 5.28233 4.27165 5.34515C4.11999 5.40797 3.98219 5.50004 3.86612 5.61612C3.75004 5.73219 3.65797 5.86999 3.59515 6.02165C3.53233 6.1733 3.5 6.33585 3.5 6.5V17C3.5 17.1642 3.53233 17.3267 3.59515 17.4784C3.65797 17.63 3.75004 17.7678 3.86612 17.8839C3.98219 18 4.11999 18.092 4.27165 18.1549C4.4233 18.2177 4.58585 18.25 4.75 18.25H8C8.19891 18.25 8.38968 18.329 8.53033 18.4697C8.67098 18.6103 8.75 18.8011 8.75 19C8.75 19.1989 8.67098 19.3897 8.53033 19.5303C8.38968 19.671 8.19891 19.75 8 19.75H4.75C3.23125 19.75 2 18.5188 2 17V6.5C2 4.98125 3.23125 3.75 4.75 3.75H19.25C20.7687 3.75 22 4.98125 22 6.5V17C22 18.5188 20.7687 19.75 19.25 19.75ZM16.5 9C16.6989 9 16.8897 9.07902 17.0303 9.21967C17.171 9.36032 17.25 9.55109 17.25 9.75C17.25 9.94891 17.171 10.1397 17.0303 10.2803C16.8897 10.421 16.6989 10.5 16.5 10.5H7.5C7.30109 10.5 7.11032 10.421 6.96967 10.2803C6.82902 10.1397 6.75 9.94891 6.75 9.75C6.75 9.55109 6.82902 9.36032 6.96967 9.21967C7.11032 9.07902 7.30109 9 7.5 9H16.5ZM12 13C12.1989 13 12.3897 13.079 12.5303 13.2197C12.671 13.3603 12.75 13.5511 12.75 13.75C12.75 13.9489 12.671 14.1397 12.5303 14.2803C12.3897 14.421 12.1989 14.5 12 14.5H7.5C7.30109 14.5 7.11032 14.421 6.96967 14.2803C6.82902 14.1397 6.75 13.9489 6.75 13.75C6.75 13.5511 6.82902 13.3603 6.96967 13.2197C7.11032 13.079 7.30109 13 7.5 13H12Z" stroke="white" stroke-width="0.4"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_94_116">
7
- <rect width="24" height="24"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame" clip-path="url(#clip0_94_116)">\r
3
+ <path id="Vector" d="M19.25 19.75H12.834L10.8075 22.0018C10.7416 22.075 10.6619 22.1345 10.5731 22.1769C10.4842 22.2193 10.3878 22.2438 10.2894 22.249C10.1911 22.2542 10.0926 22.2399 9.99979 22.2071C9.90693 22.1742 9.82146 22.1234 9.74825 22.0575C9.67504 21.9916 9.61552 21.9119 9.5731 21.8231C9.53067 21.7342 9.50617 21.6378 9.501 21.5394C9.49582 21.4411 9.51007 21.3426 9.54292 21.2498C9.57578 21.1569 9.62661 21.0715 9.6925 20.9983L11.9425 18.4983C12.0128 18.4201 12.0988 18.3576 12.1949 18.3149C12.2909 18.2721 12.3949 18.25 12.5 18.25H19.25C19.4142 18.25 19.5767 18.2177 19.7284 18.1549C19.88 18.092 20.0178 18 20.1339 17.8839C20.25 17.7678 20.342 17.63 20.4048 17.4784C20.4677 17.3267 20.5 17.1642 20.5 17V6.5C20.5 6.33585 20.4677 6.1733 20.4048 6.02165C20.342 5.86999 20.25 5.73219 20.1339 5.61612C20.0178 5.50004 19.88 5.40797 19.7284 5.34515C19.5767 5.28233 19.4142 5.25 19.25 5.25H4.75C4.58585 5.25 4.4233 5.28233 4.27165 5.34515C4.11999 5.40797 3.98219 5.50004 3.86612 5.61612C3.75004 5.73219 3.65797 5.86999 3.59515 6.02165C3.53233 6.1733 3.5 6.33585 3.5 6.5V17C3.5 17.1642 3.53233 17.3267 3.59515 17.4784C3.65797 17.63 3.75004 17.7678 3.86612 17.8839C3.98219 18 4.11999 18.092 4.27165 18.1549C4.4233 18.2177 4.58585 18.25 4.75 18.25H8C8.19891 18.25 8.38968 18.329 8.53033 18.4697C8.67098 18.6103 8.75 18.8011 8.75 19C8.75 19.1989 8.67098 19.3897 8.53033 19.5303C8.38968 19.671 8.19891 19.75 8 19.75H4.75C3.23125 19.75 2 18.5188 2 17V6.5C2 4.98125 3.23125 3.75 4.75 3.75H19.25C20.7687 3.75 22 4.98125 22 6.5V17C22 18.5188 20.7687 19.75 19.25 19.75ZM16.5 9C16.6989 9 16.8897 9.07902 17.0303 9.21967C17.171 9.36032 17.25 9.55109 17.25 9.75C17.25 9.94891 17.171 10.1397 17.0303 10.2803C16.8897 10.421 16.6989 10.5 16.5 10.5H7.5C7.30109 10.5 7.11032 10.421 6.96967 10.2803C6.82902 10.1397 6.75 9.94891 6.75 9.75C6.75 9.55109 6.82902 9.36032 6.96967 9.21967C7.11032 9.07902 7.30109 9 7.5 9H16.5ZM12 13C12.1989 13 12.3897 13.079 12.5303 13.2197C12.671 13.3603 12.75 13.5511 12.75 13.75C12.75 13.9489 12.671 14.1397 12.5303 14.2803C12.3897 14.421 12.1989 14.5 12 14.5H7.5C7.30109 14.5 7.11032 14.421 6.96967 14.2803C6.82902 14.1397 6.75 13.9489 6.75 13.75C6.75 13.5511 6.82902 13.3603 6.96967 13.2197C7.11032 13.079 7.30109 13 7.5 13H12Z" stroke="white" stroke-width="0.4"/>\r
4
+ </g>\r
5
+ <defs>\r
6
+ <clipPath id="clip0_94_116">\r
7
+ <rect width="24" height="24"/>\r
8
+ </clipPath>\r
9
+ </defs>\r
10
+ </svg>\r
11
11
  `;exports.default=C;
@@ -1,10 +1,10 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <g id="&#233;&#128;&#154;&#231;&#159;&#165;">
3
- <g id="&#233;&#128;&#154;&#231;&#159;&#165;_2">
4
- <g id="icn/general/notifications">
5
- <path id="notifications" d="M13.5566 19.1035C14.3273 19.1035 14.8084 19.9378 14.4219 20.6045C13.921 21.4681 12.9983 22 12 22C11.0017 22 10.079 21.4681 9.57812 20.6045C9.2109 19.9712 9.62686 19.1863 10.3301 19.1094L10.4434 19.1035H13.5566ZM12 2C15.9511 2.00002 19.1688 5.13986 19.2959 9.06055L19.2998 9.30078V13.8018C19.2998 14.6915 19.9833 15.4217 20.8535 15.4961L21.1328 15.5098C22.244 15.629 22.2873 17.2404 21.2617 17.4746L21.1328 17.4951L21 17.502H3L2.86719 17.4951C1.71142 17.3711 1.71142 15.6338 2.86719 15.5098L3.14648 15.4961C3.96832 15.4258 4.62312 14.7704 4.69336 13.9482L4.7002 13.8018V9.30078C4.70038 5.26868 7.96839 2 12 2ZM12 4C9.14611 4 6.81867 6.25657 6.7041 9.08301L6.7002 9.30078V13.8018C6.7002 14.3103 6.59771 14.7952 6.41211 15.2363L6.3125 15.4531L6.28516 15.502H17.7139L17.6875 15.4531C17.5037 15.085 17.3792 14.6813 17.3271 14.2559L17.3047 13.998L17.2998 13.8018V9.30078C17.2996 6.37318 14.9269 4.00002 12 4Z"/>
6
- </g>
7
- </g>
8
- </g>
9
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="&#233;&#128;&#154;&#231;&#159;&#165;">\r
3
+ <g id="&#233;&#128;&#154;&#231;&#159;&#165;_2">\r
4
+ <g id="icn/general/notifications">\r
5
+ <path id="notifications" d="M13.5566 19.1035C14.3273 19.1035 14.8084 19.9378 14.4219 20.6045C13.921 21.4681 12.9983 22 12 22C11.0017 22 10.079 21.4681 9.57812 20.6045C9.2109 19.9712 9.62686 19.1863 10.3301 19.1094L10.4434 19.1035H13.5566ZM12 2C15.9511 2.00002 19.1688 5.13986 19.2959 9.06055L19.2998 9.30078V13.8018C19.2998 14.6915 19.9833 15.4217 20.8535 15.4961L21.1328 15.5098C22.244 15.629 22.2873 17.2404 21.2617 17.4746L21.1328 17.4951L21 17.502H3L2.86719 17.4951C1.71142 17.3711 1.71142 15.6338 2.86719 15.5098L3.14648 15.4961C3.96832 15.4258 4.62312 14.7704 4.69336 13.9482L4.7002 13.8018V9.30078C4.70038 5.26868 7.96839 2 12 2ZM12 4C9.14611 4 6.81867 6.25657 6.7041 9.08301L6.7002 9.30078V13.8018C6.7002 14.3103 6.59771 14.7952 6.41211 15.2363L6.3125 15.4531L6.28516 15.502H17.7139L17.6875 15.4531C17.5037 15.085 17.3792 14.6813 17.3271 14.2559L17.3047 13.998L17.2998 13.8018V9.30078C17.2996 6.37318 14.9269 4.00002 12 4Z"/>\r
6
+ </g>\r
7
+ </g>\r
8
+ </g>\r
9
+ </svg>\r
10
10
  `;exports.default=i;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8 1C8.51284 1 8.9354 1.38645 8.99316 1.88379L9 2V7H14C14.5523 7 15 7.44772 15 8C15 8.51284 14.6135 8.9354 14.1162 8.99316L14 9H9V14C9 14.5523 8.55228 15 8 15C7.48716 15 7.0646 14.6135 7.00684 14.1162L7 14V9H2C1.44772 9 1 8.55228 1 8C1 7.48716 1.38645 7.0646 1.88379 7.00684L2 7H7V2C7 1.44772 7.44772 1 8 1Z" />
3
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <path d="M8 1C8.51284 1 8.9354 1.38645 8.99316 1.88379L9 2V7H14C14.5523 7 15 7.44772 15 8C15 8.51284 14.6135 8.9354 14.1162 8.99316L14 9H9V14C9 14.5523 8.55228 15 8 15C7.48716 15 7.0646 14.6135 7.00684 14.1162L7 14V9H2C1.44772 9 1 8.55228 1 8C1 7.48716 1.38645 7.0646 1.88379 7.00684L2 7H7V2C7 1.44772 7.44772 1 8 1Z" />\r
3
+ </svg>\r
4
4
  `;exports.default=e;
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097328">
3
- <path id="Vector" d="M14.8526 5.78857H12.5685V2.03404C12.5348 1.74964 12.3998 1.48785 12.1891 1.2986C11.9785 1.10935 11.707 1.00589 11.4264 1.00796H4.5742C4.43153 0.989813 4.2867 1.00278 4.1493 1.046C4.01189 1.08923 3.88504 1.16172 3.7771 1.2587C3.66916 1.35567 3.58261 1.47493 3.52315 1.60858C3.46369 1.74223 3.43268 1.88725 3.43216 2.03404V5.78857H1.14808C0.987996 5.78775 0.829528 5.82131 0.682962 5.88705C0.536395 5.9528 0.405006 6.04928 0.297318 6.17022C0.18963 6.29116 0.108049 6.43387 0.05787 6.58908C0.00769079 6.7443 -0.00996609 6.90855 0.00604491 7.07118L-0.12776 15.5H15.8608L15.9946 7.07118C16.0106 6.90855 15.9929 6.7443 15.9428 6.58908C15.8926 6.43387 15.811 6.29116 15.7033 6.17022C15.5956 6.04928 15.4642 5.9528 15.3177 5.88705C15.1711 5.82131 15.0126 5.78775 14.8526 5.78857ZM4.5742 2.03404H11.4264V5.78857H4.5742V2.03404ZM11.9975 13.834H4.00318C3.85174 13.834 3.7065 13.7726 3.59941 13.6632C3.49232 13.5539 3.43216 13.4056 3.43216 13.251C3.43216 13.0964 3.49232 12.9481 3.59941 12.8387C3.7065 12.7294 3.85174 12.668 4.00318 12.668H11.9975C12.1489 12.668 12.2941 12.7294 12.4012 12.8387C12.5083 12.9481 12.5685 13.0964 12.5685 13.251C12.5685 13.4056 12.5083 13.5539 12.4012 13.6632C12.2941 13.7726 12.1489 13.834 11.9975 13.834ZM12.5685 9.28658C12.3426 9.28658 12.1218 9.2182 11.934 9.09008C11.7462 8.96195 11.5998 8.77985 11.5134 8.56679C11.4269 8.35373 11.4043 8.11929 11.4484 7.8931C11.4924 7.66692 11.6012 7.45916 11.7609 7.29609C11.9206 7.13302 12.1241 7.02197 12.3457 6.97698C12.5672 6.93199 12.7968 6.95508 13.0055 7.04333C13.2142 7.13158 13.3926 7.28103 13.518 7.47278C13.6435 7.66453 13.7105 7.88997 13.7105 8.12058C13.7105 8.42982 13.5902 8.7264 13.376 8.94507C13.1618 9.16374 12.8714 9.28658 12.5685 9.28658Z"/>
4
- </g>
5
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097328">\r
3
+ <path id="Vector" d="M14.8526 5.78857H12.5685V2.03404C12.5348 1.74964 12.3998 1.48785 12.1891 1.2986C11.9785 1.10935 11.707 1.00589 11.4264 1.00796H4.5742C4.43153 0.989813 4.2867 1.00278 4.1493 1.046C4.01189 1.08923 3.88504 1.16172 3.7771 1.2587C3.66916 1.35567 3.58261 1.47493 3.52315 1.60858C3.46369 1.74223 3.43268 1.88725 3.43216 2.03404V5.78857H1.14808C0.987996 5.78775 0.829528 5.82131 0.682962 5.88705C0.536395 5.9528 0.405006 6.04928 0.297318 6.17022C0.18963 6.29116 0.108049 6.43387 0.05787 6.58908C0.00769079 6.7443 -0.00996609 6.90855 0.00604491 7.07118L-0.12776 15.5H15.8608L15.9946 7.07118C16.0106 6.90855 15.9929 6.7443 15.9428 6.58908C15.8926 6.43387 15.811 6.29116 15.7033 6.17022C15.5956 6.04928 15.4642 5.9528 15.3177 5.88705C15.1711 5.82131 15.0126 5.78775 14.8526 5.78857ZM4.5742 2.03404H11.4264V5.78857H4.5742V2.03404ZM11.9975 13.834H4.00318C3.85174 13.834 3.7065 13.7726 3.59941 13.6632C3.49232 13.5539 3.43216 13.4056 3.43216 13.251C3.43216 13.0964 3.49232 12.9481 3.59941 12.8387C3.7065 12.7294 3.85174 12.668 4.00318 12.668H11.9975C12.1489 12.668 12.2941 12.7294 12.4012 12.8387C12.5083 12.9481 12.5685 13.0964 12.5685 13.251C12.5685 13.4056 12.5083 13.5539 12.4012 13.6632C12.2941 13.7726 12.1489 13.834 11.9975 13.834ZM12.5685 9.28658C12.3426 9.28658 12.1218 9.2182 11.934 9.09008C11.7462 8.96195 11.5998 8.77985 11.5134 8.56679C11.4269 8.35373 11.4043 8.11929 11.4484 7.8931C11.4924 7.66692 11.6012 7.45916 11.7609 7.29609C11.9206 7.13302 12.1241 7.02197 12.3457 6.97698C12.5672 6.93199 12.7968 6.95508 13.0055 7.04333C13.2142 7.13158 13.3926 7.28103 13.518 7.47278C13.6435 7.66453 13.7105 7.88997 13.7105 8.12058C13.7105 8.42982 13.5902 8.7264 13.376 8.94507C13.1618 9.16374 12.8714 9.28658 12.5685 9.28658Z"/>\r
4
+ </g>\r
5
+ </svg>\r
6
6
  `;exports.default=C;
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097341">
3
- <path id="Vector" d="M18.6172 2.17816C18.3301 1.97451 17.948 1.94317 17.6285 2.0959L2.5225 9.32956C2.22155 9.47411 2.023 9.76022 2.00189 10.0815C1.99143 10.2393 2.02448 10.397 2.09775 10.5389C2.17102 10.6807 2.28194 10.8018 2.41946 10.8899L7.45347 14.1163C7.43696 14.1837 7.41752 14.2508 7.41752 14.3211V18.0952C7.41752 18.5949 7.84157 19 8.36467 19C8.88778 19 9.31183 18.5949 9.31183 18.0952V14.6344L16.5674 5.82125L14.7335 16.0088L11.4339 14.403C10.9656 14.175 10.3971 14.3535 10.1599 14.7983C9.92271 15.2435 10.1081 15.7888 10.5737 16.0154L15.0186 18.1782C15.1536 18.2441 15.3011 18.2767 15.4487 18.2767C15.5939 18.2767 15.7396 18.2449 15.8732 18.1808C16.0058 18.1173 16.121 18.0248 16.2093 17.9109C16.2977 17.797 16.3568 17.6649 16.3818 17.5252L18.9863 3.05804C19.0467 2.72182 18.9044 2.38121 18.6172 2.17816ZM8.54587 12.6372L4.82371 10.252L14.21 5.75736L8.54587 12.6372Z" />
4
- </g>
5
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097341">\r
3
+ <path id="Vector" d="M18.6172 2.17816C18.3301 1.97451 17.948 1.94317 17.6285 2.0959L2.5225 9.32956C2.22155 9.47411 2.023 9.76022 2.00189 10.0815C1.99143 10.2393 2.02448 10.397 2.09775 10.5389C2.17102 10.6807 2.28194 10.8018 2.41946 10.8899L7.45347 14.1163C7.43696 14.1837 7.41752 14.2508 7.41752 14.3211V18.0952C7.41752 18.5949 7.84157 19 8.36467 19C8.88778 19 9.31183 18.5949 9.31183 18.0952V14.6344L16.5674 5.82125L14.7335 16.0088L11.4339 14.403C10.9656 14.175 10.3971 14.3535 10.1599 14.7983C9.92271 15.2435 10.1081 15.7888 10.5737 16.0154L15.0186 18.1782C15.1536 18.2441 15.3011 18.2767 15.4487 18.2767C15.5939 18.2767 15.7396 18.2449 15.8732 18.1808C16.0058 18.1173 16.121 18.0248 16.2093 17.9109C16.2977 17.797 16.3568 17.6649 16.3818 17.5252L18.9863 3.05804C19.0467 2.72182 18.9044 2.38121 18.6172 2.17816ZM8.54587 12.6372L4.82371 10.252L14.21 5.75736L8.54587 12.6372Z" />\r
4
+ </g>\r
5
+ </svg>\r
6
6
  `;exports.default=e;
@@ -1,10 +1,10 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097343">
3
- <g id="Vector">
4
- <path d="M6.25145 8.61118H11.3671V10.402H6.25145V8.61118Z"/>
5
- <path d="M10.1098 18.9087H3V1H18V9.36334H16.2659V2.79087H4.7341V17.1178H10.1098V18.9087Z"/>
6
- <path d="M6.25145 4.80559H14.7486V6.59646H6.25145V4.80559ZM15.3624 17.0282C15.122 17.1459 14.8594 17.207 14.5934 17.2073C14.1105 17.2073 13.6474 17.0092 13.306 16.6565C12.9645 16.3039 12.7727 15.8256 12.7727 15.3269C12.7727 14.8282 12.9645 14.35 13.306 13.9973C13.6474 13.6447 14.1105 13.4466 14.5934 13.4465C14.6341 13.4465 14.6757 13.4465 14.7165 13.451L14.4954 14.7646L18 13.1528L15.2254 10.4119L15.0113 11.6834C14.8714 11.6663 14.7307 11.6576 14.5899 11.6574C13.6471 11.6574 12.7429 12.0442 12.0762 12.7327C11.4095 13.4212 11.035 14.355 11.035 15.3287C11.035 16.3024 11.4095 17.2362 12.0762 17.9247C12.7429 18.6132 13.6471 19 14.5899 19C15.1095 19.0013 15.6229 18.8839 16.0934 18.6561C16.3979 18.5091 16.6808 18.3183 16.9335 18.0893L15.7899 16.7462C15.6609 16.8605 15.517 16.9554 15.3624 17.0282Z"/>
7
- </g>
8
- </g>
9
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097343">\r
3
+ <g id="Vector">\r
4
+ <path d="M6.25145 8.61118H11.3671V10.402H6.25145V8.61118Z"/>\r
5
+ <path d="M10.1098 18.9087H3V1H18V9.36334H16.2659V2.79087H4.7341V17.1178H10.1098V18.9087Z"/>\r
6
+ <path d="M6.25145 4.80559H14.7486V6.59646H6.25145V4.80559ZM15.3624 17.0282C15.122 17.1459 14.8594 17.207 14.5934 17.2073C14.1105 17.2073 13.6474 17.0092 13.306 16.6565C12.9645 16.3039 12.7727 15.8256 12.7727 15.3269C12.7727 14.8282 12.9645 14.35 13.306 13.9973C13.6474 13.6447 14.1105 13.4466 14.5934 13.4465C14.6341 13.4465 14.6757 13.4465 14.7165 13.451L14.4954 14.7646L18 13.1528L15.2254 10.4119L15.0113 11.6834C14.8714 11.6663 14.7307 11.6576 14.5899 11.6574C13.6471 11.6574 12.7429 12.0442 12.0762 12.7327C11.4095 13.4212 11.035 14.355 11.035 15.3287C11.035 16.3024 11.4095 17.2362 12.0762 17.9247C12.7429 18.6132 13.6471 19 14.5899 19C15.1095 19.0013 15.6229 18.8839 16.0934 18.6561C16.3979 18.5091 16.6808 18.3183 16.9335 18.0893L15.7899 16.7462C15.6609 16.8605 15.517 16.9554 15.3624 17.0282Z"/>\r
7
+ </g>\r
8
+ </g>\r
9
+ </svg>\r
10
10
  `;exports.default=e;
@@ -1,11 +1,11 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame" clip-path="url(#clip0_69_2692)">
3
- <path id="Union" d="M1.8291 7.76953C2.20799 7.80824 2.50391 8.12846 2.50391 8.51758C2.5041 11.8334 5.20174 14.5312 8.51758 14.5312C10.0836 14.5312 11.5666 13.9321 12.6934 12.8447C12.9921 12.5574 13.4688 12.5641 13.7568 12.8633C14.0449 13.1621 14.0361 13.6383 13.7373 13.9268C12.3285 15.2858 10.4748 16.0341 8.51758 16.0342C6.06122 16.0342 3.87649 14.8499 2.50391 13.0225V14.5312C2.50378 14.9463 2.16703 15.2831 1.75195 15.2832C1.33681 15.2832 1.00012 14.9464 1 14.5312V8.51758C1 8.10236 1.33673 7.76562 1.75195 7.76562L1.8291 7.76953ZM8.51758 1C10.9739 1 13.1587 2.18427 14.5312 4.01172V2.50293C14.5315 2.08792 14.8681 1.75195 15.2832 1.75195C15.6982 1.75206 16.0349 2.08799 16.0352 2.50293V8.51758L16.0312 8.59375C16.003 8.87173 15.8233 9.10519 15.5762 9.20996C15.5087 9.23853 15.4361 9.25691 15.3604 9.26465C15.335 9.26725 15.3093 9.26855 15.2832 9.26855C14.8938 9.26855 14.5735 8.97301 14.5352 8.59375L14.5312 8.51758C14.5312 5.20162 11.8335 2.50293 8.51758 2.50293C6.87113 2.50293 5.33436 3.15612 4.19043 4.34082C3.90312 4.64066 3.42637 4.64842 3.12793 4.35938C2.82919 4.07135 2.82011 3.59531 3.1084 3.29688C4.53788 1.81545 6.45945 1 8.51758 1Z" />
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_69_2692">
7
- <rect width="16" height="16"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame" clip-path="url(#clip0_69_2692)">\r
3
+ <path id="Union" d="M1.8291 7.76953C2.20799 7.80824 2.50391 8.12846 2.50391 8.51758C2.5041 11.8334 5.20174 14.5312 8.51758 14.5312C10.0836 14.5312 11.5666 13.9321 12.6934 12.8447C12.9921 12.5574 13.4688 12.5641 13.7568 12.8633C14.0449 13.1621 14.0361 13.6383 13.7373 13.9268C12.3285 15.2858 10.4748 16.0341 8.51758 16.0342C6.06122 16.0342 3.87649 14.8499 2.50391 13.0225V14.5312C2.50378 14.9463 2.16703 15.2831 1.75195 15.2832C1.33681 15.2832 1.00012 14.9464 1 14.5312V8.51758C1 8.10236 1.33673 7.76562 1.75195 7.76562L1.8291 7.76953ZM8.51758 1C10.9739 1 13.1587 2.18427 14.5312 4.01172V2.50293C14.5315 2.08792 14.8681 1.75195 15.2832 1.75195C15.6982 1.75206 16.0349 2.08799 16.0352 2.50293V8.51758L16.0312 8.59375C16.003 8.87173 15.8233 9.10519 15.5762 9.20996C15.5087 9.23853 15.4361 9.25691 15.3604 9.26465C15.335 9.26725 15.3093 9.26855 15.2832 9.26855C14.8938 9.26855 14.5735 8.97301 14.5352 8.59375L14.5312 8.51758C14.5312 5.20162 11.8335 2.50293 8.51758 2.50293C6.87113 2.50293 5.33436 3.15612 4.19043 4.34082C3.90312 4.64066 3.42637 4.64842 3.12793 4.35938C2.82919 4.07135 2.82011 3.59531 3.1084 3.29688C4.53788 1.81545 6.45945 1 8.51758 1Z" />\r
4
+ </g>\r
5
+ <defs>\r
6
+ <clipPath id="clip0_69_2692">\r
7
+ <rect width="16" height="16"/>\r
8
+ </clipPath>\r
9
+ </defs>\r
10
+ </svg>\r
11
11
  `;exports.default=C;
@@ -1,11 +1,11 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097328">
3
- <g id="Vector">
4
- <path d="M10.7597 2H15V3.5H10.7597V2Z" />
5
- <path d="M13.5 3.40571H15V15H13.5V3.40571ZM0.272704 13.5H13.4998L13.5 15H0.272704V13.5ZM0.272704 8.98563L2 8.98563V13.5L0.272704 13.5V8.98563Z" />
6
- <path d="M6.60637 11.716L11.2214 6.701H1.9913L6.60637 11.716Z" />
7
- <path d="M4.84091 6.72556H9.05908C8.24277 4.00519 5.44075 2 2.1081 2C1.37452 2 0.666891 2.09773 0 2.27824C2.36188 2.91784 4.20412 4.60443 4.84091 6.72556Z" />
8
- </g>
9
- </g>
10
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097328">\r
3
+ <g id="Vector">\r
4
+ <path d="M10.7597 2H15V3.5H10.7597V2Z" />\r
5
+ <path d="M13.5 3.40571H15V15H13.5V3.40571ZM0.272704 13.5H13.4998L13.5 15H0.272704V13.5ZM0.272704 8.98563L2 8.98563V13.5L0.272704 13.5V8.98563Z" />\r
6
+ <path d="M6.60637 11.716L11.2214 6.701H1.9913L6.60637 11.716Z" />\r
7
+ <path d="M4.84091 6.72556H9.05908C8.24277 4.00519 5.44075 2 2.1081 2C1.37452 2 0.666891 2.09773 0 2.27824C2.36188 2.91784 4.20412 4.60443 4.84091 6.72556Z" />\r
8
+ </g>\r
9
+ </g>\r
10
+ </svg>\r
11
11
  `;exports.default=t;
@@ -1,7 +1,7 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 11127">
3
- <path id="Vector" d="M3.96873 13V4.8592H16.0843V13H18V3.00002L2 3V13H3.9687H3.96873Z"/>
4
- <path id="Vector_2" d="M11.3845 9H8.49461V13.6546H5L10 18L15 13.6546H11.3845V9H11.3845Z"/>
5
- </g>
6
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 11127">\r
3
+ <path id="Vector" d="M3.96873 13V4.8592H16.0843V13H18V3.00002L2 3V13H3.9687H3.96873Z"/>\r
4
+ <path id="Vector_2" d="M11.3845 9H8.49461V13.6546H5L10 18L15 13.6546H11.3845V9H11.3845Z"/>\r
5
+ </g>\r
6
+ </svg>\r
7
7
  `;exports.default=e;
@@ -1,11 +1,11 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Frame 48097328" clip-path="url(#clip0_177_503)">
3
- <path id="Vector" d="M2.49856 7.87533L3.11381 8.52408C2.78299 8.71952 2.50356 8.99105 2.29872 9.31611C2.09388 9.64118 1.96954 10.0104 1.93601 10.3932L1.94193 10.5264C2.07812 12.0777 4.57269 13.3387 7.56685 13.6124V12.2664L9.67631 14.1311L7.56685 16V14.547C3.9677 14.2322 1 12.4936 1 10.3916C1 9.45724 1.56255 8.57697 2.49856 7.87513V7.87533ZM14.2582 7.69079C15.3451 8.42164 16.0043 9.36645 16 10.3916C16 12.2607 13.8362 13.838 10.8393 14.3903V13.4514C13.3076 12.9769 15.064 11.7905 15.064 10.3916C15.064 9.61237 14.5204 8.90066 13.6092 8.33382L14.2584 7.69079H14.2582ZM11.0093 3.10632C11.3681 3.10632 11.5467 3.28493 11.5467 3.64375V10.8193C11.5467 11.1783 11.3681 11.3569 11.0093 11.3569H3.82262C3.46358 11.3569 3.28494 11.1783 3.28494 10.8193V3.64375C3.28494 3.28493 3.46358 3.10632 3.82262 3.10632H11.0091H11.0093ZM12.5035 1C12.7944 0.999787 13.0736 1.11478 13.28 1.31982C13.4864 1.52487 13.6032 1.80329 13.6049 2.09421V8.155C13.6032 8.44592 13.4864 8.72434 13.28 8.92939C13.0736 9.13444 12.7944 9.24942 12.5035 9.24921H12.178V3.88987C12.2702 2.39441 11.1832 2.48066 10.7321 2.46171H5.33559V2.09421C5.33716 1.80343 5.45379 1.5251 5.66 1.32006C5.8662 1.11501 6.14521 0.999944 6.43602 1H12.5033H12.5035Z"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_177_503">
7
- <rect width="16.0002" height="15.9997"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=`<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\r
2
+ <g id="Frame 48097328" clip-path="url(#clip0_177_503)">\r
3
+ <path id="Vector" d="M2.49856 7.87533L3.11381 8.52408C2.78299 8.71952 2.50356 8.99105 2.29872 9.31611C2.09388 9.64118 1.96954 10.0104 1.93601 10.3932L1.94193 10.5264C2.07812 12.0777 4.57269 13.3387 7.56685 13.6124V12.2664L9.67631 14.1311L7.56685 16V14.547C3.9677 14.2322 1 12.4936 1 10.3916C1 9.45724 1.56255 8.57697 2.49856 7.87513V7.87533ZM14.2582 7.69079C15.3451 8.42164 16.0043 9.36645 16 10.3916C16 12.2607 13.8362 13.838 10.8393 14.3903V13.4514C13.3076 12.9769 15.064 11.7905 15.064 10.3916C15.064 9.61237 14.5204 8.90066 13.6092 8.33382L14.2584 7.69079H14.2582ZM11.0093 3.10632C11.3681 3.10632 11.5467 3.28493 11.5467 3.64375V10.8193C11.5467 11.1783 11.3681 11.3569 11.0093 11.3569H3.82262C3.46358 11.3569 3.28494 11.1783 3.28494 10.8193V3.64375C3.28494 3.28493 3.46358 3.10632 3.82262 3.10632H11.0091H11.0093ZM12.5035 1C12.7944 0.999787 13.0736 1.11478 13.28 1.31982C13.4864 1.52487 13.6032 1.80329 13.6049 2.09421V8.155C13.6032 8.44592 13.4864 8.72434 13.28 8.92939C13.0736 9.13444 12.7944 9.24942 12.5035 9.24921H12.178V3.88987C12.2702 2.39441 11.1832 2.48066 10.7321 2.46171H5.33559V2.09421C5.33716 1.80343 5.45379 1.5251 5.66 1.32006C5.8662 1.11501 6.14521 0.999944 6.43602 1H12.5033H12.5035Z"/>\r
4
+ </g>\r
5
+ <defs>\r
6
+ <clipPath id="clip0_177_503">\r
7
+ <rect width="16.0002" height="15.9997"/>\r
8
+ </clipPath>\r
9
+ </defs>\r
10
+ </svg>\r
11
11
  `;exports.default=e;
package/lib/src/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require("./style/common.css");const t=require("./button/index.js"),o=require("./textButton/index.js"),d=require("./tooltip/index.js"),r=require("./icon/index.js"),l=require("./input/index.js"),s=require("./link/index.js"),u=require("./upload/index.js"),x=require("./shake/index.js"),c=require("./dialog/index.js"),a=require("./scroll/index.js"),p=require("./toast/index.js"),j=require("./wheel/index.js"),q=require("./uploadFile/index.js"),$=require("./card/index.js"),K=require("./xgplay/index.js"),f=require("./echarts/index.js"),h=require("./hotmap/index.js"),C=require("./tree/index.js"),S=require("./tableScroll/index.js"),e=require("./select/index.js"),i=require("./checkbox/index.js"),n=require("./collapse/index.js"),T=require("./switch/index.js"),b=require("./timeline/index.js"),g=require("./drag/index.js"),m=require("./sign/index.js"),k=[t.Button,o.TextButton,r.Icon,s.default,u.default,x.default,c.default,a.default,p.default,j.default,d.Tooltip,l.KInput,T.Switch,b.Timeline,g.Drag,q.default,$.Card,h.HotMap,C.KTree,i.KCheckbox,i.KCheckboxGroup,n.KCollapse,n.KCollapseItem,m.Sign,f.ECharts,e.KSelect,e.KOption,S.TableScroll,K.default];exports.Button=t.Button;exports.TextButton=o.TextButton;exports.Tooltip=d.Tooltip;exports.Icon=r.Icon;exports.KInput=l.KInput;exports.Link=s.default;exports.Upload=u.default;exports.Shake=x.default;exports.Dialog=c.default;exports.Scroll=a.default;exports.Toast=p.default;exports.Wheel=j.default;exports.UploadFile=q.default;exports.Card=$.Card;exports.KVideo=K.default;exports.ECharts=f.ECharts;exports.HotMap=h.HotMap;exports.Tree=C.KTree;exports.TableScroll=S.TableScroll;exports.KOption=e.KOption;exports.KSelect=e.KSelect;exports.KCheckbox=i.KCheckbox;exports.KCheckboxGroup=i.KCheckboxGroup;exports.KCollapse=n.KCollapse;exports.KCollapseItem=n.KCollapseItem;exports.Switch=T.Switch;exports.Timeline=b.Timeline;exports.Drag=g.Drag;exports.Sign=m.Sign;exports.default=k;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require("./style/common.css");const t=require("./button/index.js"),o=require("./textButton/index.js"),r=require("./tooltip/index.js"),d=require("./icon/index.js"),l=require("./input/index.js"),s=require("./link/index.js"),u=require("./upload/index.js"),x=require("./shake/index.js"),c=require("./dialog/index.js"),a=require("./scroll/index.js"),p=require("./toast/index.js"),K=require("./wheel/index.js"),j=require("./uploadFile/index.js"),q=require("./card/index.js"),$=require("./xgplay/index.js"),f=require("./echarts/index.js"),h=require("./hotmap/index.js"),C=require("./tree/index.js"),S=require("./tableScroll/index.js"),e=require("./select/index.js"),n=require("./checkbox/index.js"),i=require("./collapse/index.js"),T=require("./switch/index.js"),b=require("./timeline/index.js"),m=require("./drag/index.js"),g=require("./sign/index.js"),k=require("./numberScroll/index.js"),I=require("./countUp/index.js"),B=require("./gradientText/index.js"),G=[t.Button,o.TextButton,d.Icon,s.default,u.default,x.default,c.default,a.default,p.default,K.default,r.Tooltip,l.KInput,T.Switch,b.Timeline,m.Drag,j.default,q.Card,h.HotMap,C.KTree,n.KCheckbox,n.KCheckboxGroup,i.KCollapse,i.KCollapseItem,g.Sign,f.ECharts,e.KSelect,e.KOption,S.TableScroll,$.default,k.KNumberScroll,I.KCountUp,B.KGradientText];exports.Button=t.Button;exports.TextButton=o.TextButton;exports.Tooltip=r.Tooltip;exports.Icon=d.Icon;exports.KInput=l.KInput;exports.Link=s.default;exports.Upload=u.default;exports.Shake=x.default;exports.Dialog=c.default;exports.Scroll=a.default;exports.Toast=p.default;exports.Wheel=K.default;exports.UploadFile=j.default;exports.Card=q.Card;exports.KVideo=$.default;exports.ECharts=f.ECharts;exports.HotMap=h.HotMap;exports.Tree=C.KTree;exports.TableScroll=S.TableScroll;exports.KOption=e.KOption;exports.KSelect=e.KSelect;exports.KCheckbox=n.KCheckbox;exports.KCheckboxGroup=n.KCheckboxGroup;exports.KCollapse=i.KCollapse;exports.KCollapseItem=i.KCollapseItem;exports.Switch=T.Switch;exports.Timeline=b.Timeline;exports.Drag=m.Drag;exports.Sign=g.Sign;exports.KNumberScroll=k.KNumberScroll;exports.KCountUp=I.KCountUp;exports.KGradientText=B.KGradientText;exports.default=G;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./src/number.js"),s=require("../../assets/ts/utils.js"),e=s.withInstall(t.default);exports.KNumberScroll=e;exports.default=e;
@@ -0,0 +1,14 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});class i{constructor(t,s){this.setting={len:0,speed:1e3,num:"",symbol:"",dot:0,zero:!0},this.html=`<div class="number-animate-dom" data-num="{{num}}">
2
+ <span class="number-animate-span">0</span>
3
+ <span class="number-animate-span">1</span>
4
+ <span class="number-animate-span">2</span>
5
+ <span class="number-animate-span">3</span>
6
+ <span class="number-animate-span">4</span>
7
+ <span class="number-animate-span">5</span>
8
+ <span class="number-animate-span">6</span>
9
+ <span class="number-animate-span">7</span>
10
+ <span class="number-animate-span">8</span>
11
+ <span class="number-animate-span">9</span>
12
+ <span class="number-animate-span">0</span>
13
+ <span class="number-animate-span">.</span>
14
+ </div>`,this._height=0,this.extend(this.setting,s),this._el=t,t.innerHTML=this.setNumDom(this.numToArr(this.setting.num)),this.animate(t)}animate(t){let s=t.querySelectorAll(".number-animate-dom");for(let e of s){let n=e.getAttribute("data-num");this.setting.zero&&(n=n==0?10:n),this._height=e.offsetHeight/12,e.style.transform=e.style["-webkit-transform"]="translateY("+(n=="."?-11*this._height:-n*this._height)+"px)",e.style.transition=e.style["-webkit-transition"]=(n=="."?0:this.setting.speed/1e3)+"s"}}setNumDom(t){let s='<div class="number-animate">';return t.forEach((e,n)=>{n!=0&&(t.length-n)%3==0&&this.setting.symbol!=""&&e!="."?s+='<div class="number-animate-dot"><span>'+this.setting.symbol+"</span></div>"+this.html.replace("{{num}}",e):s+=this.html.replace("{{num}}",e)}),s+="</div>",s}update(t){let s=this.numToArr(t),e=this._el.querySelectorAll(".number-animate-dom");e.length!=s.length?this._el.innerHTML=this.setNumDom(this.numToArr(t)):[].forEach.call(e,(n,a)=>{n.setAttribute("data-num",s[a])}),this.animate(this._el)}numToArr(t){t=parseFloat(t).toFixed(this.setting.dot);let s=typeof t=="number"?t.toString().split(""):t.split(""),e=s.length;if(s.length<=this.setting.len)for(let n=0;n<this.setting.len-e;n++)s.unshift(0);return s}extend(t,s){for(let e in s)t[e]=s[e]}}exports.default=i;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("../../../assets/ts/utils.js");require("./style/index.css");const u=require("./index.js"),a=e.defineComponent({name:"k-number-scroll"}),d=e.defineComponent({...a,props:{value:{default:0},speed:{default:1e3},symbol:{default:""},dot:{default:0},gradientColor:{default:()=>[]}},setup(l){const r=e.ref(),{n}=s.createNamespace("number-scroll");let o,t=l;return e.watch(()=>t.value,()=>{o.update(t.value)}),e.onMounted(()=>{o=new u.default(r.value,{num:t.value+"",speed:t.speed,symbol:t.symbol,dot:t.dot})}),(i,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(n)()])},[e.createElementVNode("div",{class:e.normalizeClass([e.unref(n)("wrapper"),l.gradientColor.length>0?"number-gradient-text":""]),ref_key:"numberRef",ref:r,style:e.normalizeStyle({"--firstColor":l.gradientColor[0],"--lastColor":l.gradientColor[1]})},null,6)],2))}});exports.default=d;
@@ -0,0 +1,32 @@
1
+ .k-number-scroll .number-gradient-text span.number-animate-span {
2
+ background-image: -webkit-linear-gradient(-90deg, var(--firstColor), var(--lastColor));
3
+ -webkit-background-clip: text;
4
+ background-clip: text;
5
+ -webkit-text-fill-color: transparent;
6
+ }
7
+ .k-number-scroll .number-animate {
8
+ line-height: 45px;
9
+ height: 45px;
10
+ font-size: 40px;
11
+ overflow: hidden;
12
+ display: inline-block;
13
+ position: relative;
14
+ }
15
+ .k-number-scroll .number-animate .number-animate-dot {
16
+ width: 21px;
17
+ float: left;
18
+ text-align: center;
19
+ }
20
+ .k-number-scroll .number-animate .number-animate-dom {
21
+ width: 27px;
22
+ text-align: center;
23
+ float: left;
24
+ position: relative;
25
+ top: 0;
26
+ }
27
+ .k-number-scroll .number-animate .number-animate-dom span, .k-number-scroll .number-animate .number-animate-dot span {
28
+ float: left;
29
+ width: 100%;
30
+ height: 45px;
31
+ line-height: 1.1;
32
+ }