btt-ui 1.0.24 → 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.
- package/es/index.mjs +54 -48
- package/es/src/countUp/index.mjs +7 -0
- package/es/src/countUp/src/countUp.mjs +48 -0
- package/es/src/countUp/src/index.mjs +103 -0
- package/es/src/countUp/src/style/index.css +6 -0
- package/es/src/directives/bubble.mjs +12 -7
- package/es/src/gradientText/index.mjs +7 -0
- package/es/src/gradientText/src/style/index.css +9 -0
- package/es/src/gradientText/src/text.mjs +24 -0
- package/es/src/icon/src/svg/approval.mjs +3 -3
- package/es/src/icon/src/svg/console.mjs +20 -20
- package/es/src/icon/src/svg/delete.mjs +3 -3
- package/es/src/icon/src/svg/dictionary.mjs +11 -11
- package/es/src/icon/src/svg/download.mjs +3 -3
- package/es/src/icon/src/svg/edit.mjs +3 -3
- package/es/src/icon/src/svg/export.mjs +5 -5
- package/es/src/icon/src/svg/info.mjs +3 -3
- package/es/src/icon/src/svg/module.mjs +11 -11
- package/es/src/icon/src/svg/msg.mjs +10 -10
- package/es/src/icon/src/svg/notice.mjs +9 -9
- package/es/src/icon/src/svg/plus.mjs +3 -3
- package/es/src/icon/src/svg/print.mjs +5 -5
- package/es/src/icon/src/svg/publish.mjs +5 -5
- package/es/src/icon/src/svg/regenerate.mjs +9 -9
- package/es/src/icon/src/svg/reset.mjs +10 -10
- package/es/src/icon/src/svg/upload.mjs +11 -11
- package/es/src/icon/src/svg/xiajia.mjs +6 -6
- package/es/src/icon/src/svg/xmbb.mjs +10 -10
- package/es/src/index.mjs +78 -69
- package/es/src/numberScroll/index.mjs +7 -0
- package/es/src/numberScroll/src/index.mjs +59 -0
- package/es/src/numberScroll/src/number.mjs +42 -0
- package/es/src/numberScroll/src/style/index.css +32 -0
- package/es/src/wheel/wheel.mjs +10 -10
- package/es/src/xgplay/src/style/index.css +0 -2
- package/lib/index.js +1 -1
- package/lib/src/countUp/index.js +1 -0
- package/lib/src/countUp/src/countUp.js +1 -0
- package/lib/src/countUp/src/index.js +1 -0
- package/lib/src/countUp/src/style/index.css +6 -0
- package/lib/src/directives/bubble.js +1 -1
- package/lib/src/gradientText/index.js +1 -0
- package/lib/src/gradientText/src/style/index.css +9 -0
- package/lib/src/gradientText/src/text.js +1 -0
- package/lib/src/icon/src/svg/approval.js +3 -3
- package/lib/src/icon/src/svg/console.js +20 -20
- package/lib/src/icon/src/svg/delete.js +3 -3
- package/lib/src/icon/src/svg/dictionary.js +11 -11
- package/lib/src/icon/src/svg/download.js +3 -3
- package/lib/src/icon/src/svg/edit.js +3 -3
- package/lib/src/icon/src/svg/export.js +5 -5
- package/lib/src/icon/src/svg/info.js +3 -3
- package/lib/src/icon/src/svg/module.js +10 -10
- package/lib/src/icon/src/svg/msg.js +10 -10
- package/lib/src/icon/src/svg/notice.js +9 -9
- package/lib/src/icon/src/svg/plus.js +3 -3
- package/lib/src/icon/src/svg/print.js +5 -5
- package/lib/src/icon/src/svg/publish.js +5 -5
- package/lib/src/icon/src/svg/regenerate.js +9 -9
- package/lib/src/icon/src/svg/reset.js +10 -10
- package/lib/src/icon/src/svg/upload.js +10 -10
- package/lib/src/icon/src/svg/xiajia.js +6 -6
- package/lib/src/icon/src/svg/xmbb.js +10 -10
- package/lib/src/index.js +1 -1
- package/lib/src/numberScroll/index.js +1 -0
- package/lib/src/numberScroll/src/index.js +14 -0
- package/lib/src/numberScroll/src/number.js +1 -0
- package/lib/src/numberScroll/src/style/index.css +32 -0
- package/lib/src/wheel/wheel.js +1 -1
- package/lib/src/xgplay/src/style/index.css +0 -2
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -1,83 +1,89 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as
|
|
1
|
+
import p from "./src/index.mjs";
|
|
2
|
+
import * as a from "./src/directives/index.mjs";
|
|
3
3
|
import { Button as s } from "./src/button/index.mjs";
|
|
4
4
|
import { TextButton as u } from "./src/textButton/index.mjs";
|
|
5
5
|
import { default as T } from "./src/link/index.mjs";
|
|
6
6
|
import { default as h } from "./src/upload/index.mjs";
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
7
|
+
import { default as k } from "./src/shake/index.mjs";
|
|
8
|
+
import { default as S } from "./src/dialog/index.mjs";
|
|
9
9
|
import { default as g } from "./src/scroll/index.mjs";
|
|
10
10
|
import { default as y } from "./src/toast/index.mjs";
|
|
11
11
|
import { default as H } from "./src/wheel/index.mjs";
|
|
12
12
|
import { Switch as L } from "./src/switch/index.mjs";
|
|
13
|
-
import { Timeline as
|
|
14
|
-
import { default as
|
|
15
|
-
import { Card as
|
|
16
|
-
import { HotMap as
|
|
17
|
-
import { KTree as
|
|
18
|
-
import { KCheckbox as
|
|
19
|
-
import { KCollapse as
|
|
13
|
+
import { Timeline as U } from "./src/timeline/index.mjs";
|
|
14
|
+
import { default as G } from "./src/uploadFile/index.mjs";
|
|
15
|
+
import { Card as j } from "./src/card/index.mjs";
|
|
16
|
+
import { HotMap as F } from "./src/hotmap/index.mjs";
|
|
17
|
+
import { KTree as V } from "./src/tree/index.mjs";
|
|
18
|
+
import { KCheckbox as $, KCheckboxGroup as q } from "./src/checkbox/index.mjs";
|
|
19
|
+
import { KCollapse as A, KCollapseItem as J } from "./src/collapse/index.mjs";
|
|
20
20
|
import { Sign as Q } from "./src/sign/index.mjs";
|
|
21
21
|
import { ECharts as X } from "./src/echarts/index.mjs";
|
|
22
22
|
import { TableScroll as Z } from "./src/tableScroll/index.mjs";
|
|
23
|
-
import { default as
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
|
|
30
|
-
|
|
23
|
+
import { default as oo } from "./src/xgplay/index.mjs";
|
|
24
|
+
import { KNumberScroll as to } from "./src/numberScroll/index.mjs";
|
|
25
|
+
import { KCountUp as fo } from "./src/countUp/index.mjs";
|
|
26
|
+
import { KGradientText as ao } from "./src/gradientText/index.mjs";
|
|
27
|
+
import { Icon as lo } from "./src/icon/index.mjs";
|
|
28
|
+
import { Tooltip as no } from "./src/tooltip/index.mjs";
|
|
29
|
+
import { KInput as so } from "./src/input/index.mjs";
|
|
30
|
+
import { Drag as co } from "./src/drag/index.mjs";
|
|
31
|
+
import { KOption as Ko, KSelect as ho } from "./src/select/index.mjs";
|
|
32
|
+
const e = function(t, r) {
|
|
33
|
+
if (e.installed)
|
|
31
34
|
return;
|
|
32
|
-
|
|
35
|
+
e.installed = !0;
|
|
33
36
|
let f = "2026-03-02 09:30:00";
|
|
34
37
|
if (r)
|
|
35
38
|
setTimeout(() => {
|
|
36
|
-
var
|
|
37
|
-
let
|
|
38
|
-
Date.now() >
|
|
39
|
+
var m;
|
|
40
|
+
let o = new Date((m = r.token) != null ? m : f).getTime();
|
|
41
|
+
Date.now() > o && (document.body.innerHTML = "");
|
|
39
42
|
}, 10);
|
|
40
43
|
else {
|
|
41
|
-
let
|
|
42
|
-
Date.now() >
|
|
44
|
+
let o = new Date(f).getTime();
|
|
45
|
+
Date.now() > o && (document.body.innerHTML = "");
|
|
43
46
|
}
|
|
44
|
-
|
|
45
|
-
t.use(
|
|
46
|
-
}), Object.keys(
|
|
47
|
-
t.directive(
|
|
47
|
+
p.forEach((o) => {
|
|
48
|
+
t.use(o);
|
|
49
|
+
}), Object.keys(a).forEach((o) => {
|
|
50
|
+
t.directive(o, a[o]);
|
|
48
51
|
});
|
|
49
52
|
}, x = {
|
|
50
|
-
install:
|
|
53
|
+
install: e
|
|
51
54
|
};
|
|
52
55
|
export {
|
|
53
56
|
s as Button,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
j as Card,
|
|
58
|
+
S as Dialog,
|
|
59
|
+
co as Drag,
|
|
57
60
|
X as ECharts,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
F as HotMap,
|
|
62
|
+
lo as Icon,
|
|
63
|
+
$ as KCheckbox,
|
|
64
|
+
q as KCheckboxGroup,
|
|
65
|
+
A as KCollapse,
|
|
66
|
+
J as KCollapseItem,
|
|
67
|
+
fo as KCountUp,
|
|
68
|
+
ao as KGradientText,
|
|
69
|
+
so as KInput,
|
|
70
|
+
to as KNumberScroll,
|
|
71
|
+
Ko as KOption,
|
|
72
|
+
ho as KSelect,
|
|
73
|
+
oo as KVideo,
|
|
68
74
|
T as Link,
|
|
69
75
|
g as Scroll,
|
|
70
|
-
|
|
76
|
+
k as Shake,
|
|
71
77
|
Q as Sign,
|
|
72
78
|
L as Switch,
|
|
73
79
|
Z as TableScroll,
|
|
74
80
|
u as TextButton,
|
|
75
|
-
|
|
81
|
+
U as Timeline,
|
|
76
82
|
y as Toast,
|
|
77
|
-
|
|
78
|
-
|
|
83
|
+
no as Tooltip,
|
|
84
|
+
V as Tree,
|
|
79
85
|
h as Upload,
|
|
80
|
-
|
|
86
|
+
G as UploadFile,
|
|
81
87
|
H as Wheel,
|
|
82
88
|
x as default
|
|
83
89
|
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { defineComponent as u, ref as s, watch as i, onMounted as c, openBlock as f, createElementBlock as m, normalizeClass as l, unref as n, createElementVNode as d, normalizeStyle as p } from "vue";
|
|
2
|
+
import { createNamespace as C } from "../../../assets/ts/utils.mjs";
|
|
3
|
+
import g from "./index.mjs";
|
|
4
|
+
import "./style/index.css";
|
|
5
|
+
const v = u({
|
|
6
|
+
name: "k-number-count"
|
|
7
|
+
}), A = u({
|
|
8
|
+
...v,
|
|
9
|
+
props: {
|
|
10
|
+
value: { default: 0 },
|
|
11
|
+
gradientColor: { default: () => [] },
|
|
12
|
+
size: { default: 16 },
|
|
13
|
+
options: { default: () => ({
|
|
14
|
+
startVal: 0,
|
|
15
|
+
duration: 2,
|
|
16
|
+
decimalPlaces: 0,
|
|
17
|
+
useGrouping: !0,
|
|
18
|
+
separator: ",",
|
|
19
|
+
decimal: ".",
|
|
20
|
+
prefix: "\xA5",
|
|
21
|
+
suffix: "\u5143",
|
|
22
|
+
useEasing: !0,
|
|
23
|
+
enableScrollSpy: !0,
|
|
24
|
+
scrollSpyDelay: 300
|
|
25
|
+
}) }
|
|
26
|
+
},
|
|
27
|
+
setup(e) {
|
|
28
|
+
const o = s(), { n: a } = C("number-count");
|
|
29
|
+
let r, t = e;
|
|
30
|
+
return i(() => t.value, () => {
|
|
31
|
+
r.update(t.value);
|
|
32
|
+
}), c(() => {
|
|
33
|
+
r = new g(o.value, t.value, t.options), r.error ? console.error("\u8BA1\u6570\u5668\u521B\u5EFA\u5931\u8D25\uFF1A", r.error) : r.start();
|
|
34
|
+
}), (x, b) => (f(), m("div", {
|
|
35
|
+
class: l([n(a)()])
|
|
36
|
+
}, [
|
|
37
|
+
d("div", {
|
|
38
|
+
class: l([n(a)("wrapper"), e.gradientColor.length > 0 ? "number-gradient-text" : ""]),
|
|
39
|
+
ref_key: "numberRef",
|
|
40
|
+
ref: o,
|
|
41
|
+
style: p({ "--firstColor": e.gradientColor[0], "--lastColor": e.gradientColor[1], fontSize: e.size + "px" })
|
|
42
|
+
}, null, 6)
|
|
43
|
+
], 2));
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
export {
|
|
47
|
+
A as default
|
|
48
|
+
};
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
class c {
|
|
2
|
+
constructor(t, i, n) {
|
|
3
|
+
this.endVal = i, this.options = n, this.version = "1.0.0", this.defaults = {
|
|
4
|
+
startVal: 0,
|
|
5
|
+
decimalPlaces: 0,
|
|
6
|
+
duration: 2,
|
|
7
|
+
useEasing: !0,
|
|
8
|
+
useGrouping: !0,
|
|
9
|
+
useIndianSeparators: !1,
|
|
10
|
+
smartEasingThreshold: 999,
|
|
11
|
+
smartEasingAmount: 333,
|
|
12
|
+
separator: ",",
|
|
13
|
+
decimal: ".",
|
|
14
|
+
prefix: "",
|
|
15
|
+
suffix: "",
|
|
16
|
+
enableScrollSpy: !1,
|
|
17
|
+
scrollSpyDelay: 200,
|
|
18
|
+
scrollSpyOnce: !1
|
|
19
|
+
}, this.finalEndVal = null, this.useEasing = !0, this.countDown = !1, this.error = "", this.startVal = 0, this.paused = !0, this.once = !1, this.count = (s) => {
|
|
20
|
+
this.startTime || (this.startTime = s);
|
|
21
|
+
const e = s - this.startTime;
|
|
22
|
+
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);
|
|
23
|
+
const o = this.countDown ? this.frameVal < this.endVal : this.frameVal > this.endVal;
|
|
24
|
+
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();
|
|
25
|
+
}, this.formatNumber = (s) => {
|
|
26
|
+
const e = s < 0 ? "-" : "";
|
|
27
|
+
let o, a, u, r;
|
|
28
|
+
o = Math.abs(s).toFixed(this.options.decimalPlaces), o += "";
|
|
29
|
+
const d = o.split(".");
|
|
30
|
+
if (a = d[0], u = d.length > 1 ? this.options.decimal + d[1] : "", this.options.useGrouping) {
|
|
31
|
+
r = "";
|
|
32
|
+
let l = 3, p = 0;
|
|
33
|
+
for (let h = 0, m = a.length; h < m; ++h)
|
|
34
|
+
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;
|
|
35
|
+
a = r;
|
|
36
|
+
}
|
|
37
|
+
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;
|
|
38
|
+
}, this.easeOutExpo = (s, e, o, a) => o * (-Math.pow(2, -10 * s / a) + 1) * 1024 / 1023 + e, this.options = {
|
|
39
|
+
...this.defaults,
|
|
40
|
+
...n
|
|
41
|
+
}, 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 = () => {
|
|
42
|
+
window.onScrollFns.forEach((s) => s());
|
|
43
|
+
}, this.handleScroll(this)));
|
|
44
|
+
}
|
|
45
|
+
handleScroll(t) {
|
|
46
|
+
if (!t || !window || t.once)
|
|
47
|
+
return;
|
|
48
|
+
const i = window.innerHeight + window.scrollY, n = t.el.getBoundingClientRect(), s = n.top + window.pageYOffset, e = n.top + n.height + window.pageYOffset;
|
|
49
|
+
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();
|
|
50
|
+
}
|
|
51
|
+
determineDirectionAndSmartEasing() {
|
|
52
|
+
const t = this.finalEndVal ? this.finalEndVal : this.endVal;
|
|
53
|
+
this.countDown = this.startVal > t;
|
|
54
|
+
const i = t - this.startVal;
|
|
55
|
+
if (Math.abs(i) > this.options.smartEasingThreshold && this.options.useEasing) {
|
|
56
|
+
this.finalEndVal = t;
|
|
57
|
+
const n = this.countDown ? 1 : -1;
|
|
58
|
+
this.endVal = t + n * this.options.smartEasingAmount, this.duration = this.duration / 2;
|
|
59
|
+
} else
|
|
60
|
+
this.endVal = t, this.finalEndVal = null;
|
|
61
|
+
this.finalEndVal !== null ? this.useEasing = !1 : this.useEasing = this.options.useEasing;
|
|
62
|
+
}
|
|
63
|
+
start(t) {
|
|
64
|
+
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));
|
|
65
|
+
}
|
|
66
|
+
pauseResume() {
|
|
67
|
+
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;
|
|
68
|
+
}
|
|
69
|
+
reset() {
|
|
70
|
+
cancelAnimationFrame(this.rAF), this.paused = !0, this.resetDuration(), this.startVal = this.validateValue(this.options.startVal), this.frameVal = this.startVal, this.printValue(this.startVal);
|
|
71
|
+
}
|
|
72
|
+
update(t) {
|
|
73
|
+
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));
|
|
74
|
+
}
|
|
75
|
+
printValue(t) {
|
|
76
|
+
var n;
|
|
77
|
+
if (!this.el)
|
|
78
|
+
return;
|
|
79
|
+
const i = this.formattingFn(t);
|
|
80
|
+
if ((n = this.options.plugin) != null && n.render) {
|
|
81
|
+
this.options.plugin.render(this.el, i);
|
|
82
|
+
return;
|
|
83
|
+
}
|
|
84
|
+
if (this.el.tagName === "INPUT") {
|
|
85
|
+
const s = this.el;
|
|
86
|
+
s.value = i;
|
|
87
|
+
} else
|
|
88
|
+
this.el.tagName === "text" || this.el.tagName === "tspan" ? this.el.textContent = i : this.el.innerHTML = i;
|
|
89
|
+
}
|
|
90
|
+
ensureNumber(t) {
|
|
91
|
+
return typeof t == "number" && !isNaN(t);
|
|
92
|
+
}
|
|
93
|
+
validateValue(t) {
|
|
94
|
+
const i = Number(t);
|
|
95
|
+
return this.ensureNumber(i) ? i : (this.error = `[CountUp] invalid start or end value: ${t}`, null);
|
|
96
|
+
}
|
|
97
|
+
resetDuration() {
|
|
98
|
+
this.startTime = null, this.duration = Number(this.options.duration) * 1e3, this.remaining = this.duration;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
export {
|
|
102
|
+
c as default
|
|
103
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
class
|
|
1
|
+
class a {
|
|
2
2
|
constructor(t) {
|
|
3
3
|
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);
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
class
|
|
6
|
+
class n extends a {
|
|
7
7
|
constructor(t, s) {
|
|
8
8
|
super(t), this.animateHeader = !0, this.bubbles = new Array(), this.num = 50, this.speed = 0.4, this.type = "circle", this.num = s.num, this.speed = s.speed, this.type = s.type, this.setStyle(), this.init();
|
|
9
9
|
}
|
|
@@ -21,6 +21,11 @@ class a extends h {
|
|
|
21
21
|
})), requestAnimationFrame(() => this.animate());
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
+
const i = new Image();
|
|
25
|
+
i.src = "http://192.168.3.105:5656/liya.jpg";
|
|
26
|
+
i.onload = function() {
|
|
27
|
+
console.log(i);
|
|
28
|
+
};
|
|
24
29
|
class l {
|
|
25
30
|
constructor(t) {
|
|
26
31
|
this.pos = { x: 0, y: 0 }, this.alpha = 0, this.alpha_change = 0, this.speed = 1, this.scale = 1, this.scale_change = 0.2, this._bubbleFactory = t, this.init();
|
|
@@ -31,18 +36,18 @@ class l {
|
|
|
31
36
|
draw() {
|
|
32
37
|
this.alpha <= 0 && this.init();
|
|
33
38
|
let t = this._bubbleFactory.ctx;
|
|
34
|
-
this.pos.y -= this.speed, this.alpha -= this.alpha_change, this.scale += this.scale_change, this._bubbleFactory.type == "circle" ? (t.beginPath(), t.
|
|
39
|
+
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 = 0.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());
|
|
35
40
|
}
|
|
36
41
|
}
|
|
37
|
-
const
|
|
42
|
+
const o = {
|
|
38
43
|
mounted(e, t) {
|
|
39
|
-
let s = t.value,
|
|
40
|
-
s && (
|
|
44
|
+
let s = t.value, h = { num: 50, speed: 0.3, type: "circle" };
|
|
45
|
+
s && (h = { ...h, ...s }), new n(e, h);
|
|
41
46
|
},
|
|
42
47
|
unmounted() {
|
|
43
48
|
console.log("distory");
|
|
44
49
|
}
|
|
45
50
|
};
|
|
46
51
|
export {
|
|
47
|
-
|
|
52
|
+
o as bubble
|
|
48
53
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { defineComponent as t, openBlock as o, createElementBlock as l, normalizeClass as n, unref as r, normalizeStyle as c, toDisplayString as f } from "vue";
|
|
2
|
+
import { createNamespace as i } from "../../../assets/ts/utils.mjs";
|
|
3
|
+
import "./style/index.css";
|
|
4
|
+
const s = t({
|
|
5
|
+
name: "k-gradient-text"
|
|
6
|
+
}), p = t({
|
|
7
|
+
...s,
|
|
8
|
+
props: {
|
|
9
|
+
text: { default: "\u8BF7\u8F93\u5165\u5185\u5BB9" },
|
|
10
|
+
size: { default: 18 },
|
|
11
|
+
bold: { type: Boolean, default: !1 },
|
|
12
|
+
colors: { default: () => ["#00ff4e", "#ff4d06"] }
|
|
13
|
+
},
|
|
14
|
+
setup(e) {
|
|
15
|
+
const { n: a } = i("gradient-text");
|
|
16
|
+
return (d, u) => (o(), l("span", {
|
|
17
|
+
class: n([r(a)(), e.bold ? "bold" : ""]),
|
|
18
|
+
style: c({ fontSize: `${e.size}px`, backgroundImage: `-webkit-linear-gradient(-90deg, ${e.colors[0]}, ${e.colors[1]})` })
|
|
19
|
+
}, f(e.text), 7));
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
p as default
|
|
24
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
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
|
+
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
|
`;
|
|
5
5
|
export {
|
|
6
6
|
C as default
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
const
|
|
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
|
|
1
|
+
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
20
|
`;
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
r as default
|
|
23
23
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
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
|
+
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
|
`;
|
|
5
5
|
export {
|
|
6
6
|
C as default
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
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
|
+
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
|
`;
|
|
13
13
|
export {
|
|
14
14
|
C as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
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
|
+
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
|
`;
|
|
5
5
|
export {
|
|
6
6
|
C as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const C = `<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
|
+
const C = `<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
|
`;
|
|
5
5
|
export {
|
|
6
6
|
C as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
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
|
+
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
|
`;
|
|
7
7
|
export {
|
|
8
8
|
C as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
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
|
+
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
|
`;
|
|
5
5
|
export {
|
|
6
6
|
C as default
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
const
|
|
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
|
+
const r = `<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
|
`;
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
r as default
|
|
14
14
|
};
|