ksw-vue-icon 3.0.2 → 3.0.3
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/assets/ai-scan-color-animation.css +1 -1
- package/es/assets/icon.css +1 -0
- package/es/components/animation/ai-scan-color-animation.js +29 -28
- package/es/components/animation/index.d.ts +1 -0
- package/es/components/animation/index.js +3 -1
- package/es/components/animation/sparkles-color-animation.js +155 -0
- package/es/components/animation/sparkles-color-animation.vue.d.ts +7 -0
- package/es/icons/base/RPAAI-color.js +4 -4
- package/es/icons/base/RPAAICaptcha_ChaoJiYing-color.js +6 -6
- package/es/icons/base/RPAAICaptcha_Fateadm-color.js +4 -4
- package/es/icons/base/RPAAIKRPA_BaiduChat-color.js +8 -8
- package/es/icons/base/RPADataChangeTextCase-color.js +4 -4
- package/es/icons/base/RPASystem-color.js +10 -10
- package/es/icons/base/RPASystemGetSystemDirPath-color.js +8 -8
- package/es/icons/base/RPAWinAutomationSap-color.js +4 -4
- package/es/icons/base/SystemType-android-color.js +56 -56
- package/es/icons/base/aom-menu-BBCX-color.js +2 -2
- package/es/icons/base/aom-menu-BBSH-color.js +2 -2
- package/es/icons/base/aom-menu-BBSJ-color.js +4 -4
- package/es/icons/base/aom-menu-BBYL-color.js +2 -2
- package/es/icons/base/automate-exp-data-entry-color.js +4 -4
- package/es/icons/base/automate-exp-wechat-color.js +4 -4
- package/es/icons/base/automate-exp-word-color.js +4 -4
- package/es/icons/base/c-type-powershell-color.js +4 -4
- package/es/icons/base/calendar-color.js +2 -2
- package/es/icons/base/deepin-browser-color.js +44 -44
- package/es/icons/base/index.d.ts +0 -1
- package/es/icons/base/index.js +129 -131
- package/es/icons/base/item-def-color.js +4 -4
- package/es/icons/base/medal-1.js +2 -2
- package/es/icons/base/medal-2.js +2 -2
- package/es/icons/base/medal-3.js +13 -13
- package/es/icons/base/plug-in-Chrome-color.js +8 -8
- package/es/icons/base/plug-in-Edge-color.js +14 -14
- package/es/icons/base/plug-in-Firefox-color.js +26 -26
- package/es/icons/base/project-logo-gf-color.js +2 -2
- package/es/icons/base/qianxin-browser-color.js +2 -2
- package/es/icons/base/store-color.js +6 -6
- package/icons-animation.js +15 -1
- package/icons-base.js +63 -77
- package/lib/assets/ai-scan-color-animation.css +1 -1
- package/lib/assets/icon.css +1 -0
- package/lib/components/animation/ai-scan-color-animation.js +1 -1
- package/lib/components/animation/index.d.ts +1 -0
- package/lib/components/animation/index.js +1 -1
- package/lib/components/animation/sparkles-color-animation.js +1 -0
- package/lib/components/animation/sparkles-color-animation.vue.d.ts +7 -0
- package/lib/icons/base/RPAAI-color.js +1 -1
- package/lib/icons/base/RPAAICaptcha_ChaoJiYing-color.js +1 -1
- package/lib/icons/base/RPAAICaptcha_Fateadm-color.js +1 -1
- package/lib/icons/base/RPAAIKRPA_BaiduChat-color.js +1 -1
- package/lib/icons/base/RPADataChangeTextCase-color.js +1 -1
- package/lib/icons/base/RPASystem-color.js +1 -1
- package/lib/icons/base/RPASystemGetSystemDirPath-color.js +1 -1
- package/lib/icons/base/RPAWinAutomationSap-color.js +1 -1
- package/lib/icons/base/SystemType-android-color.js +1 -1
- package/lib/icons/base/aom-menu-BBCX-color.js +1 -1
- package/lib/icons/base/aom-menu-BBSH-color.js +1 -1
- package/lib/icons/base/aom-menu-BBSJ-color.js +1 -1
- package/lib/icons/base/aom-menu-BBYL-color.js +1 -1
- package/lib/icons/base/automate-exp-data-entry-color.js +1 -1
- package/lib/icons/base/automate-exp-wechat-color.js +1 -1
- package/lib/icons/base/automate-exp-word-color.js +1 -1
- package/lib/icons/base/c-type-powershell-color.js +1 -1
- package/lib/icons/base/calendar-color.js +1 -1
- package/lib/icons/base/deepin-browser-color.js +1 -1
- package/lib/icons/base/index.d.ts +0 -1
- package/lib/icons/base/index.js +1 -1
- package/lib/icons/base/item-def-color.js +1 -1
- package/lib/icons/base/medal-1.js +1 -1
- package/lib/icons/base/medal-2.js +1 -1
- package/lib/icons/base/medal-3.js +1 -1
- package/lib/icons/base/plug-in-Chrome-color.js +1 -1
- package/lib/icons/base/plug-in-Edge-color.js +1 -1
- package/lib/icons/base/plug-in-Firefox-color.js +1 -1
- package/lib/icons/base/project-logo-gf-color.js +1 -1
- package/lib/icons/base/qianxin-browser-color.js +1 -1
- package/lib/icons/base/store-color.js +1 -1
- package/package.json +1 -1
- package/es/icons/base/sparkles-color-animation.d.ts +0 -28
- package/es/icons/base/sparkles-color-animation.js +0 -108
- package/lib/icons/base/sparkles-color-animation.d.ts +0 -28
- package/lib/icons/base/sparkles-color-animation.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
svg #scan-light[data-v-26e12482]{mix-blend-mode:lighten;filter:blur(.25px) brightness(2)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ksw-icon{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ksw-icon svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ksw-icon-spin svg{animation:ksw-icon-spin 1s infinite linear}.ksw-icon-grayscale{filter:grayscale(1);opacity:.8}.ksw-icon-rtl{transform:scaleX(-1)}@keyframes ksw-icon-spin{to{transform:rotate(360deg)}}
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { ref as n, shallowRef as v, onMounted as h, openBlock as
|
|
1
|
+
import { ref as n, shallowRef as v, onMounted as h, openBlock as d, createElementBlock as f, createElementVNode as t, createStaticVNode as _, pushScopeId as F, popScopeId as g } from "vue";
|
|
2
2
|
import { g as p } from "../../gsap.js";
|
|
3
|
-
import '../../assets/ai-scan-color-animation.css'
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
import '../../assets/icon.css';import '../../assets/ai-scan-color-animation.css';/* empty css */
|
|
4
|
+
const q = (e, i) => {
|
|
5
|
+
const a = e.__vccOpts || e;
|
|
6
|
+
for (const [s, l] of i)
|
|
7
|
+
a[s] = l;
|
|
8
|
+
return a;
|
|
9
|
+
}, o = (e) => (F("data-v-26e12482"), e = e(), g(), e), B = ["width", "height"], m = /* @__PURE__ */ _('<defs data-v-26e12482><clipPath id="0558af64_a" data-v-26e12482><rect width="24" height="24" rx="0" data-v-26e12482></rect></clipPath><linearGradient x2=".939" y2="1.054" id="0558af64_b" data-v-26e12482><stop offset="0%" stop-color="#2882FF" data-v-26e12482></stop><stop offset="31.429%" stop-color="#5B65F5" data-v-26e12482></stop><stop offset="100%" stop-color="#B700FF" data-v-26e12482></stop></linearGradient><linearGradient x2="1.187" y2=".668" id="0558af64_c" data-v-26e12482><stop offset="0%" stop-color="#2882FF" data-v-26e12482></stop><stop offset="31.429%" stop-color="#5B65F5" data-v-26e12482></stop><stop offset="100%" stop-color="#B700FF" data-v-26e12482></stop></linearGradient><linearGradient x2="1.187" y2=".668" id="0558af64_d" data-v-26e12482><stop offset="0%" stop-color="#2882FF" data-v-26e12482></stop><stop offset="31.429%" stop-color="#5B65F5" data-v-26e12482></stop><stop offset="100%" stop-color="#B700FF" data-v-26e12482></stop></linearGradient><linearGradient x2="1.187" y2=".668" id="0558af64_e" data-v-26e12482><stop offset="0%" stop-color="#2882FF" data-v-26e12482></stop><stop offset="31.429%" stop-color="#5B65F5" data-v-26e12482></stop><stop offset="100%" stop-color="#B700FF" data-v-26e12482></stop></linearGradient><linearGradient x2="1.187" y2=".668" id="0558af64_f" data-v-26e12482><stop offset="0%" stop-color="#2882FF" data-v-26e12482></stop><stop offset="31.429%" stop-color="#5B65F5" data-v-26e12482></stop><stop offset="100%" stop-color="#B700FF" data-v-26e12482></stop></linearGradient><filter id="0558af64_g" filterUnits="objectBoundingBox" color-interpolation-filters="sRGB" x="-.1" y="-.2" width="1.2" height="1.4" data-v-26e12482><feFlood flood-opacity="0" result="BackgroundImageFix" data-v-26e12482></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" data-v-26e12482></feBlend><feGaussianBlur stdDeviation=".5" result="effect1_foregroundBlur" data-v-26e12482></feGaussianBlur></filter><linearGradient x1=".5" x2=".5" y2="1" id="0558af64_h" data-v-26e12482><stop offset="0%" stop-color="#A612FD" stop-opacity="0" data-v-26e12482></stop><stop offset="100%" stop-color="#5B65F5" stop-opacity=".5" data-v-26e12482></stop></linearGradient><filter id="0558af64_i" filterUnits="objectBoundingBox" color-interpolation-filters="sRGB" x="-.05" y="-.1" width="1.1" height="1.2" data-v-26e12482><feFlood flood-opacity="0" result="BackgroundImageFix" data-v-26e12482></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" data-v-26e12482></feBlend><feGaussianBlur stdDeviation=".25" result="effect1_foregroundBlur" data-v-26e12482></feGaussianBlur></filter><linearGradient x1=".5" x2=".5" y2="1" id="0558af64_j" data-v-26e12482><stop offset="0%" stop-color="#A612FD" stop-opacity="0" data-v-26e12482></stop><stop offset="91.429%" stop-color="#F200FF" stop-opacity="0" data-v-26e12482></stop><stop offset="100%" stop-color="#69C0FF" data-v-26e12482></stop></linearGradient></defs>', 1), x = { "clip-path": "url(#0558af64_a)" }, y = /* @__PURE__ */ o(() => /* @__PURE__ */ t("path", {
|
|
9
10
|
d: "M16.209 6v12q0 .074.014.146.015.073.043.14.028.07.07.13.04.062.092.114.053.052.114.093.061.041.13.07.068.028.14.042.073.015.147.015t.146-.015q.072-.014.14-.042.069-.029.13-.07.062-.04.114-.093.052-.052.093-.114.041-.06.07-.13.028-.067.042-.14.015-.072.015-.146V6q0-.074-.015-.146-.014-.073-.042-.141-.029-.068-.07-.13-.04-.061-.093-.113-.052-.053-.114-.094-.061-.04-.13-.069-.068-.028-.14-.043-.072-.014-.146-.014t-.147.014q-.072.015-.14.043-.069.028-.13.07-.061.04-.114.093-.052.052-.093.113-.04.062-.07.13-.027.068-.042.14-.014.073-.014.147zm-4.322 7.125L10.02 7.628l-1.866 5.497h3.732zm.509 1.5l1.227 3.615v.001q.02.055.046.107.028.052.062.099.035.047.077.088.041.04.089.075.047.034.1.06.052.026.107.044.056.018.114.027.057.009.116.009.074 0 .146-.014.072-.015.14-.043.069-.028.13-.07.062-.04.114-.093.052-.052.093-.113.041-.062.07-.13.028-.068.042-.14.015-.073.015-.147 0-.124-.04-.241l-4.073-12q-.02-.055-.046-.107-.027-.052-.062-.099-.035-.047-.077-.088-.041-.04-.089-.075-.047-.034-.1-.06-.052-.026-.107-.044-.056-.018-.114-.027-.057-.009-.116-.009h-.479q-.058 0-.116.01-.058.008-.113.026-.056.018-.108.044t-.1.06q-.047.034-.089.075-.041.041-.076.088-.035.047-.062.099-.027.052-.046.107l-4.072 12q-.04.117-.04.241 0 .074.014.146.015.073.043.141.028.068.07.13.04.061.092.113.053.052.114.094.062.04.13.069.068.028.14.043.073.014.147.014.058 0 .116-.01.058-.008.113-.026.056-.018.108-.044t.1-.06q.047-.034.089-.075.041-.041.076-.088.035-.047.062-.099.027-.052.046-.107l1.227-3.616h4.75z",
|
|
10
11
|
"fill-rule": "evenodd",
|
|
11
12
|
fill: "url(#0558af64_b)"
|
|
12
|
-
}, null, -1)), G = /* @__PURE__ */
|
|
13
|
+
}, null, -1)), G = /* @__PURE__ */ o(() => /* @__PURE__ */ t("path", {
|
|
13
14
|
id: "scan-bg",
|
|
14
15
|
d: "M2 2h20v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z",
|
|
15
16
|
fill: "url(#0558af64_h)",
|
|
16
17
|
filter: "url(#0558af64_g)"
|
|
17
|
-
}, null, -1)), w = /* @__PURE__ */
|
|
18
|
+
}, null, -1)), w = /* @__PURE__ */ o(() => /* @__PURE__ */ t("path", {
|
|
18
19
|
id: "scan-light",
|
|
19
20
|
d: "M2 2h20v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z",
|
|
20
21
|
fill: "url(#0558af64_j)",
|
|
21
22
|
filter: "url(#0558af64_i)"
|
|
22
|
-
}, null, -1)), k = /* @__PURE__ */
|
|
23
|
+
}, null, -1)), k = /* @__PURE__ */ o(() => /* @__PURE__ */ t("use", { href: "#scan-light" }, null, -1)), z = /* @__PURE__ */ o(() => /* @__PURE__ */ t("use", { href: "#scan-light" }, null, -1)), A = [
|
|
23
24
|
G,
|
|
24
25
|
w,
|
|
25
26
|
k,
|
|
26
|
-
|
|
27
|
-
], S = /* @__PURE__ */
|
|
27
|
+
z
|
|
28
|
+
], S = /* @__PURE__ */ o(() => /* @__PURE__ */ t("g", null, [
|
|
28
29
|
/* @__PURE__ */ t("path", {
|
|
29
30
|
d: "M4.5 2.75H7q.074 0 .146-.014.073-.015.141-.043.068-.028.13-.07.061-.04.113-.093.053-.052.094-.113.04-.062.069-.13.028-.068.043-.14.014-.073.014-.147t-.014-.146q-.015-.073-.043-.141-.028-.068-.07-.13-.04-.061-.093-.113-.052-.053-.113-.094-.062-.04-.13-.069-.068-.028-.14-.043Q7.073 1.25 7 1.25H4.5q-1.346 0-2.298.952T1.25 4.5v1.25q0 .074.014.146.015.073.043.141.028.068.07.13.04.061.093.113.052.053.113.094.062.04.13.069.068.028.14.043.073.014.147.014t.146-.014q.073-.015.141-.043.068-.028.13-.07.061-.04.113-.093.053-.052.094-.113.04-.062.069-.13.028-.068.043-.14.014-.073.014-.147V4.5q0-.725.513-1.237.512-.513 1.237-.513z",
|
|
30
31
|
"fill-rule": "evenodd",
|
|
@@ -53,8 +54,8 @@ import '../../assets/ai-scan-color-animation.css';const q = (o, f) => {
|
|
|
53
54
|
default: "1em"
|
|
54
55
|
}
|
|
55
56
|
},
|
|
56
|
-
setup(
|
|
57
|
-
const
|
|
57
|
+
setup(e) {
|
|
58
|
+
const i = e, a = n(null), s = n(!1), l = v(null);
|
|
58
59
|
h(() => {
|
|
59
60
|
l.value = p.timeline({
|
|
60
61
|
repeat: -1,
|
|
@@ -64,8 +65,8 @@ import '../../assets/ai-scan-color-animation.css';const q = (o, f) => {
|
|
|
64
65
|
s.value || this.pause();
|
|
65
66
|
}
|
|
66
67
|
});
|
|
67
|
-
const
|
|
68
|
-
|
|
68
|
+
const r = p.fromTo(
|
|
69
|
+
a.value,
|
|
69
70
|
{
|
|
70
71
|
yPercent: -120,
|
|
71
72
|
autoAlpha: 0
|
|
@@ -83,26 +84,26 @@ import '../../assets/ai-scan-color-animation.css';const q = (o, f) => {
|
|
|
83
84
|
}
|
|
84
85
|
}
|
|
85
86
|
);
|
|
86
|
-
l.value.add(
|
|
87
|
+
l.value.add(r, 0);
|
|
87
88
|
});
|
|
88
|
-
function c(
|
|
89
|
+
function c(r) {
|
|
89
90
|
s.value = !0, l.value.play();
|
|
90
91
|
}
|
|
91
|
-
function u(
|
|
92
|
+
function u(r) {
|
|
92
93
|
s.value = !1;
|
|
93
94
|
}
|
|
94
|
-
return (
|
|
95
|
-
class: "ksw-icon ksw-icon-AiScanColorAnimation
|
|
95
|
+
return (r, H) => (d(), f("span", {
|
|
96
|
+
class: "ksw-icon ksw-icon-AiScanColorAnimation",
|
|
96
97
|
onMouseenter: c,
|
|
97
98
|
onMouseleave: u
|
|
98
99
|
}, [
|
|
99
|
-
(
|
|
100
|
+
(d(), f("svg", {
|
|
100
101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
101
102
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
102
103
|
fill: "none",
|
|
103
104
|
version: "1.1",
|
|
104
|
-
width:
|
|
105
|
-
height:
|
|
105
|
+
width: i.size,
|
|
106
|
+
height: i.size,
|
|
106
107
|
viewBox: "0 0 24 24"
|
|
107
108
|
}, [
|
|
108
109
|
m,
|
|
@@ -110,14 +111,14 @@ import '../../assets/ai-scan-color-animation.css';const q = (o, f) => {
|
|
|
110
111
|
y,
|
|
111
112
|
t("g", {
|
|
112
113
|
ref_key: "scan",
|
|
113
|
-
ref:
|
|
114
|
-
},
|
|
114
|
+
ref: a
|
|
115
|
+
}, A, 512),
|
|
115
116
|
S
|
|
116
117
|
])
|
|
117
118
|
], 8, B))
|
|
118
119
|
], 32));
|
|
119
120
|
}
|
|
120
|
-
},
|
|
121
|
+
}, T = /* @__PURE__ */ q(M, [["__scopeId", "data-v-26e12482"]]);
|
|
121
122
|
export {
|
|
122
|
-
|
|
123
|
+
T as default
|
|
123
124
|
};
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { ref as t, shallowRef as _, onMounted as k, openBlock as c, createElementBlock as u, createElementVNode as e, createStaticVNode as h } from "vue";
|
|
2
|
+
import { g as s } from "../../gsap.js";
|
|
3
|
+
import '../../assets/icon.css';/* empty css */
|
|
4
|
+
const m = ["width", "height"], v = /* @__PURE__ */ h('<defs><linearGradient x1="-9.71445147e-14%" y1="-7.91033905e-14%" x2="100%" y2="100%" id="linearGradient-1"><stop stop-color="#2882FF" offset="0%"></stop><stop stop-color="#5B65F5" offset="33.97935%"></stop><stop stop-color="#B700FF" offset="100%"></stop></linearGradient><linearGradient x1="-9.71445147e-14%" y1="-7.91033905e-14%" x2="100%" y2="100%" id="linearGradient-2"><stop stop-color="#28DBFF" offset="0%"></stop><stop stop-color="#995BF5" offset="44.4569398%"></stop><stop stop-color="#D900FF" offset="100%"></stop></linearGradient><linearGradient x1="-9.71445147e-14%" y1="-7.91033905e-14%" x2="100%" y2="100%" id="linearGradient-3"><stop stop-color="#3328FF" offset="0%"></stop><stop stop-color="#ED5BF5" offset="49.4645979%"></stop><stop stop-color="#FFDD00" offset="100%"></stop></linearGradient></defs>', 1), g = {
|
|
5
|
+
id: "sparkles-color-animation",
|
|
6
|
+
stroke: "none",
|
|
7
|
+
"stroke-width": "1",
|
|
8
|
+
fill: "none",
|
|
9
|
+
"fill-rule": "evenodd",
|
|
10
|
+
"stroke-linecap": "round",
|
|
11
|
+
"stroke-linejoin": "round"
|
|
12
|
+
}, G = /* @__PURE__ */ e("path", {
|
|
13
|
+
d: "M9.813,15.904 L9,18.75 L8.187,15.904 C7.75980789,14.4094508 6.59154924,13.2411921 5.097,12.814 L2.25,12 L5.096,11.187 C6.59054924,10.7598079 7.75880789,9.59154924 8.186,8.097 L9,5.25 L9.813,8.096 C10.2401921,9.59054924 11.4084508,10.7588079 12.903,11.186 L15.75,12 L12.904,12.813 C11.4094508,13.2401921 10.2411921,14.4084508 9.814,15.903 L9.813,15.904 Z",
|
|
14
|
+
stroke: "url(#linearGradient-1)",
|
|
15
|
+
fill: "url(#linearGradient-1)"
|
|
16
|
+
}, null, -1), w = /* @__PURE__ */ e("path", {
|
|
17
|
+
d: "M18.259,8.715 L18,9.75 L17.741,8.715 C17.4389168,7.50583806 16.4950388,6.56157565 15.286,6.259 L14.25,6 L15.286,5.741 C16.4950388,5.43842435 17.4389168,4.49416194 17.741,3.285 L18,2.25 L18.259,3.285 C18.5612535,4.49442443 19.5055756,5.4387465 20.715,5.741 L21.75,6 L20.715,6.259 C19.5055756,6.5612535 18.5612535,7.50557557 18.259,8.715 Z",
|
|
18
|
+
stroke: "url(#linearGradient-2)",
|
|
19
|
+
fill: "url(#linearGradient-2)"
|
|
20
|
+
}, null, -1), y = /* @__PURE__ */ e("path", {
|
|
21
|
+
d: "M16.894,20.567 L16.5,21.75 L16.106,20.567 C15.8820448,19.8951539 15.3548461,19.3679552 14.683,19.144 L13.5,18.75 L14.683,18.356 C15.3548461,18.1320448 15.8820448,17.6048461 16.106,16.933 L16.5,15.75 L16.894,16.933 C17.1179552,17.6048461 17.6451539,18.1320448 18.317,18.356 L19.5,18.75 L18.317,19.144 C17.6451539,19.3679552 17.1179552,19.8951539 16.894,20.567 Z",
|
|
22
|
+
stroke: "url(#linearGradient-3)",
|
|
23
|
+
fill: "url(#linearGradient-3)"
|
|
24
|
+
}, null, -1), M = [
|
|
25
|
+
G,
|
|
26
|
+
w,
|
|
27
|
+
y
|
|
28
|
+
], F = /* @__PURE__ */ e("path", {
|
|
29
|
+
d: "M9.813,15.904 L9,18.75 L8.187,15.904 C7.75980789,14.4094508 6.59154924,13.2411921 5.097,12.814 L2.25,12 L5.096,11.187 C6.59054924,10.7598079 7.75880789,9.59154924 8.186,8.097 L9,5.25 L9.813,8.096 C10.2401921,9.59054924 11.4084508,10.7588079 12.903,11.186 L15.75,12 L12.904,12.813 C11.4094508,13.2401921 10.2411921,14.4084508 9.814,15.903 L9.813,15.904 Z",
|
|
30
|
+
stroke: "url(#linearGradient-1)"
|
|
31
|
+
}, null, -1), x = /* @__PURE__ */ e("path", {
|
|
32
|
+
d: "M18.259,8.715 L18,9.75 L17.741,8.715 C17.4389168,7.50583806 16.4950388,6.56157565 15.286,6.259 L14.25,6 L15.286,5.741 C16.4950388,5.43842435 17.4389168,4.49416194 17.741,3.285 L18,2.25 L18.259,3.285 C18.5612535,4.49442443 19.5055756,5.4387465 20.715,5.741 L21.75,6 L20.715,6.259 C19.5055756,6.5612535 18.5612535,7.50557557 18.259,8.715 Z",
|
|
33
|
+
stroke: "url(#linearGradient-2)"
|
|
34
|
+
}, null, -1), Z = /* @__PURE__ */ e("path", {
|
|
35
|
+
d: "M16.894,20.567 L16.5,21.75 L16.106,20.567 C15.8820448,19.8951539 15.3548461,19.3679552 14.683,19.144 L13.5,18.75 L14.683,18.356 C15.3548461,18.1320448 15.8820448,17.6048461 16.106,16.933 L16.5,15.75 L16.894,16.933 C17.1179552,17.6048461 17.6451539,18.1320448 18.317,18.356 L19.5,18.75 L18.317,19.144 C17.6451539,19.3679552 17.1179552,19.8951539 16.894,20.567 Z",
|
|
36
|
+
stroke: "url(#linearGradient-3)"
|
|
37
|
+
}, null, -1), A = [
|
|
38
|
+
F,
|
|
39
|
+
x,
|
|
40
|
+
Z
|
|
41
|
+
], B = /* @__PURE__ */ h('<path d="M19.75,2.75 C20.3022847,2.75 20.75,3.19771525 20.75,3.75 C20.75,3.19771525 21.1977153,2.75 21.75,2.75 C21.1977153,2.75 20.75,2.30228475 20.75,1.75 C20.75,2.30228475 20.3022847,2.75 19.75,2.75 Z"></path><path d="M13.25,9.25 C13.8022847,9.25 14.25,9.69771525 14.25,10.25 C14.25,9.69771525 14.6977153,9.25 15.25,9.25 C14.6977153,9.25 14.25,8.80228475 14.25,8.25 C14.25,8.80228475 13.8022847,9.25 13.25,9.25 Z"></path><path d="M3.25,4.25 C4.3545695,4.25 5.25,5.1454305 5.25,6.25 C5.25,5.1454305 6.1454305,4.25 7.25,4.25 C6.1454305,4.25 5.25,3.3545695 5.25,2.25 C5.25,3.3545695 4.3545695,4.25 3.25,4.25 Z"></path><path d="M6.00441063,7 C6.55669538,7 7.00441063,7.44771525 7.00441063,8 C7.00441063,7.44771525 7.45212588,7 8.00441063,7 C7.45212588,7 7.00441063,6.55228475 7.00441063,6 C7.00441063,6.55228475 6.55669538,7 6.00441063,7 Z"></path><path d="M20.75,21.25 C21.3022847,21.25 21.75,21.6977153 21.75,22.25 C21.75,21.6977153 22.1977153,21.25 22.75,21.25 C22.1977153,21.25 21.75,20.8022847 21.75,20.25 C21.75,20.8022847 21.3022847,21.25 20.75,21.25 Z"></path><path d="M3.25,19.75 C4.07842712,19.75 4.75,20.4215729 4.75,21.25 C4.75,20.4215729 5.42157288,19.75 6.25,19.75 C5.42157288,19.75 4.75,19.0784271 4.75,18.25 C4.75,19.0784271 4.07842712,19.75 3.25,19.75 Z"></path><path d="M17.75,13.75 C18.8545695,13.75 19.75,14.6454305 19.75,15.75 C19.75,14.6454305 20.6454305,13.75 21.75,13.75 C20.6454305,13.75 19.75,12.8545695 19.75,11.75 C19.75,12.8545695 18.8545695,13.75 17.75,13.75 Z"></path>', 7), S = [
|
|
42
|
+
B
|
|
43
|
+
], N = {
|
|
44
|
+
__name: "sparkles-color-animation",
|
|
45
|
+
props: {
|
|
46
|
+
size: {
|
|
47
|
+
type: [String, Number],
|
|
48
|
+
default: "1em"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
setup(C) {
|
|
52
|
+
const l = C, r = t(null), i = t(null), a = t(null), n = t(!1), o = _(null), d = t(null);
|
|
53
|
+
k(() => {
|
|
54
|
+
o.value = s.timeline({
|
|
55
|
+
paused: !0
|
|
56
|
+
}).add("hoverStart").fromTo(
|
|
57
|
+
r.value.children,
|
|
58
|
+
{
|
|
59
|
+
autoAlpha: 0
|
|
60
|
+
// 初始透明度 0
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
autoAlpha: 1,
|
|
64
|
+
duration: 0.1
|
|
65
|
+
}
|
|
66
|
+
).fromTo(
|
|
67
|
+
i.value.children,
|
|
68
|
+
{
|
|
69
|
+
autoAlpha: 1
|
|
70
|
+
// 初始透明度 0
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
autoAlpha: 0,
|
|
74
|
+
duration: 1
|
|
75
|
+
},
|
|
76
|
+
"<"
|
|
77
|
+
// 与上一个动画同时开始
|
|
78
|
+
).addLabel("loop").to(
|
|
79
|
+
r.value.children,
|
|
80
|
+
{
|
|
81
|
+
keyframes: {
|
|
82
|
+
"0%": { autoAlpha: 1, scale: 1 },
|
|
83
|
+
"50%": { autoAlpha: 0.7, scale: 0.9 },
|
|
84
|
+
"100%": { autoAlpha: 1, scale: 1 }
|
|
85
|
+
},
|
|
86
|
+
transformOrigin: "center center",
|
|
87
|
+
repeat: -1,
|
|
88
|
+
duration: 2,
|
|
89
|
+
stagger: 0.1,
|
|
90
|
+
onRepeat: () => {
|
|
91
|
+
n.value || o.value.pause(0);
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
">"
|
|
95
|
+
), s.set(a.value.children, {
|
|
96
|
+
scale: 0,
|
|
97
|
+
y: "random(2,3)",
|
|
98
|
+
rotation: -90
|
|
99
|
+
}), d.value = s.to(a.value.children, {
|
|
100
|
+
keyframes: {
|
|
101
|
+
"0%": { scale: 0 },
|
|
102
|
+
"10%": { rotation: -90 },
|
|
103
|
+
"50%": { scale: 0.7 },
|
|
104
|
+
"100%": { scale: 0, rotation: "random([-180,45])", y: "random(-2,0)" }
|
|
105
|
+
},
|
|
106
|
+
transformOrigin: "center center",
|
|
107
|
+
duration: 1.5,
|
|
108
|
+
stagger: 0.1,
|
|
109
|
+
paused: !0,
|
|
110
|
+
ease: "power3.out"
|
|
111
|
+
});
|
|
112
|
+
});
|
|
113
|
+
const L = (p) => {
|
|
114
|
+
n.value = !0, o.value.play(0), d.value.play(0);
|
|
115
|
+
}, f = (p) => {
|
|
116
|
+
n.value = !1, o.value.reverse(0.1);
|
|
117
|
+
};
|
|
118
|
+
return (p, D) => (c(), u("span", {
|
|
119
|
+
class: "ksw-icon ksw-icon-SparklesColorAnimation",
|
|
120
|
+
onMouseenter: L,
|
|
121
|
+
onMouseleave: f
|
|
122
|
+
}, [
|
|
123
|
+
(c(), u("svg", {
|
|
124
|
+
width: l.size,
|
|
125
|
+
height: l.size,
|
|
126
|
+
viewBox: "0 0 24 24",
|
|
127
|
+
version: "1.1",
|
|
128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
129
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
130
|
+
}, [
|
|
131
|
+
v,
|
|
132
|
+
e("g", g, [
|
|
133
|
+
e("g", {
|
|
134
|
+
ref_key: "fill",
|
|
135
|
+
ref: r,
|
|
136
|
+
"stroke-width": "1.5"
|
|
137
|
+
}, M, 512),
|
|
138
|
+
e("g", {
|
|
139
|
+
ref_key: "stroke",
|
|
140
|
+
ref: i,
|
|
141
|
+
"stroke-width": "1.5"
|
|
142
|
+
}, A, 512),
|
|
143
|
+
e("g", {
|
|
144
|
+
ref_key: "decoration",
|
|
145
|
+
ref: a,
|
|
146
|
+
stroke: "url(#linearGradient-1)"
|
|
147
|
+
}, S, 512)
|
|
148
|
+
])
|
|
149
|
+
], 8, m))
|
|
150
|
+
], 32));
|
|
151
|
+
}
|
|
152
|
+
};
|
|
153
|
+
export {
|
|
154
|
+
N as default
|
|
155
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
size: string | number;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly size?: string | number;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
7
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createVNode as t } from "vue";
|
|
2
2
|
import { IconWrapper as l } from "../../runtime";
|
|
3
|
-
const
|
|
3
|
+
const f = l("RPAAIColor", !1, function(o) {
|
|
4
4
|
return t(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -15,7 +15,7 @@ const n = l("RPAAIColor", !1, function(o) {
|
|
|
15
15
|
t("defs", {}, [
|
|
16
16
|
t(
|
|
17
17
|
"linearGradient",
|
|
18
|
-
{ id: "
|
|
18
|
+
{ id: "f8dc5415_a", x1: "0", x2: ".938", y1: "0", y2: "1.055" },
|
|
19
19
|
[
|
|
20
20
|
t(
|
|
21
21
|
"stop",
|
|
@@ -38,7 +38,7 @@ const n = l("RPAAIColor", !1, function(o) {
|
|
|
38
38
|
t(
|
|
39
39
|
"path",
|
|
40
40
|
{
|
|
41
|
-
fill: "url(#
|
|
41
|
+
fill: "url(#f8dc5415_a)",
|
|
42
42
|
"fill-rule": "evenodd",
|
|
43
43
|
d: "M12.086 13.75 9.25 5.392 6.413 13.75zm.51 1.5 1.694 4.991q.019.055.046.107t.062.099q.034.047.076.088t.09.075.099.06.108.044.113.027.116.009q.074 0 .146-.014.073-.015.141-.043t.13-.07q.061-.04.113-.093.053-.052.094-.113.04-.062.069-.13.028-.068.043-.14T15.75 20q0-.124-.04-.241l-5.431-16q-.019-.055-.046-.107t-.062-.099-.076-.088q-.042-.04-.09-.075t-.099-.06-.108-.044-.113-.027-.116-.009h-.64q-.057 0-.115.009-.058.01-.114.027-.055.018-.107.044t-.1.06-.09.075q-.04.041-.076.088-.034.047-.061.099-.028.052-.046.107l-5.43 16q-.04.117-.04.241 0 .074.014.146.015.073.043.141t.07.13q.04.061.093.113.052.053.113.094.062.04.13.069.068.028.14.043t.147.014q.058 0 .116-.009.058-.01.113-.027.056-.018.108-.044t.1-.06.089-.075.076-.088.062-.099.046-.107l1.694-4.991zM17.75 4v16q0 .074.014.146.015.073.043.141t.07.13q.04.061.093.113.052.053.113.094.062.04.13.069.068.028.14.043t.147.014.146-.014.141-.043.13-.07.113-.093q.053-.052.094-.113.04-.062.069-.13.028-.068.043-.14T19.25 20V4q0-.074-.014-.146-.015-.073-.043-.141t-.07-.13q-.04-.061-.093-.113-.052-.053-.113-.094-.062-.04-.13-.069-.068-.028-.14-.043T18.5 3.25t-.146.014-.141.043-.13.07-.113.093q-.053.052-.094.113-.04.062-.069.13-.028.068-.043.14T17.75 4"
|
|
44
44
|
},
|
|
@@ -48,5 +48,5 @@ const n = l("RPAAIColor", !1, function(o) {
|
|
|
48
48
|
);
|
|
49
49
|
});
|
|
50
50
|
export {
|
|
51
|
-
|
|
51
|
+
f as default
|
|
52
52
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createVNode as e } from "vue";
|
|
2
2
|
import { IconWrapper as x } from "../../runtime";
|
|
3
|
-
const
|
|
3
|
+
const c = x(
|
|
4
4
|
"RPAAICaptchaChaoJiYingColor",
|
|
5
5
|
!1,
|
|
6
6
|
function(h) {
|
|
@@ -20,7 +20,7 @@ const a = x(
|
|
|
20
20
|
e(
|
|
21
21
|
"pattern",
|
|
22
22
|
{
|
|
23
|
-
id: "
|
|
23
|
+
id: "405dac30_b",
|
|
24
24
|
width: "67.541",
|
|
25
25
|
height: "21.639",
|
|
26
26
|
x: "-.623",
|
|
@@ -42,7 +42,7 @@ const a = x(
|
|
|
42
42
|
e(
|
|
43
43
|
"mask",
|
|
44
44
|
{
|
|
45
|
-
id: "
|
|
45
|
+
id: "405dac30_a",
|
|
46
46
|
maskUnits: "objectBoundingBox",
|
|
47
47
|
style: "mask-type:alpha"
|
|
48
48
|
},
|
|
@@ -62,7 +62,7 @@ const a = x(
|
|
|
62
62
|
]
|
|
63
63
|
)
|
|
64
64
|
]),
|
|
65
|
-
e("g", { mask: "url(#
|
|
65
|
+
e("g", { mask: "url(#405dac30_a)" }, [
|
|
66
66
|
e(
|
|
67
67
|
"rect",
|
|
68
68
|
{
|
|
@@ -70,7 +70,7 @@ const a = x(
|
|
|
70
70
|
height: "21.639",
|
|
71
71
|
x: "-.623",
|
|
72
72
|
y: "1.344",
|
|
73
|
-
fill: "url(#
|
|
73
|
+
fill: "url(#405dac30_b)",
|
|
74
74
|
rx: "0"
|
|
75
75
|
},
|
|
76
76
|
null
|
|
@@ -81,5 +81,5 @@ const a = x(
|
|
|
81
81
|
}
|
|
82
82
|
);
|
|
83
83
|
export {
|
|
84
|
-
|
|
84
|
+
c as default
|
|
85
85
|
};
|
|
@@ -17,7 +17,7 @@ const o = t("RPAAICaptchaFateadmColor", !1, function(R) {
|
|
|
17
17
|
A(
|
|
18
18
|
"pattern",
|
|
19
19
|
{
|
|
20
|
-
id: "
|
|
20
|
+
id: "447445d8_b",
|
|
21
21
|
width: "48.639",
|
|
22
22
|
height: "20",
|
|
23
23
|
x: "3.25",
|
|
@@ -39,7 +39,7 @@ const o = t("RPAAICaptchaFateadmColor", !1, function(R) {
|
|
|
39
39
|
A(
|
|
40
40
|
"mask",
|
|
41
41
|
{
|
|
42
|
-
id: "
|
|
42
|
+
id: "447445d8_a",
|
|
43
43
|
maskUnits: "objectBoundingBox",
|
|
44
44
|
style: "mask-type:alpha"
|
|
45
45
|
},
|
|
@@ -59,7 +59,7 @@ const o = t("RPAAICaptchaFateadmColor", !1, function(R) {
|
|
|
59
59
|
]
|
|
60
60
|
)
|
|
61
61
|
]),
|
|
62
|
-
A("g", { mask: "url(#
|
|
62
|
+
A("g", { mask: "url(#447445d8_a)" }, [
|
|
63
63
|
A(
|
|
64
64
|
"rect",
|
|
65
65
|
{
|
|
@@ -67,7 +67,7 @@ const o = t("RPAAICaptchaFateadmColor", !1, function(R) {
|
|
|
67
67
|
height: "20",
|
|
68
68
|
x: "3.25",
|
|
69
69
|
y: "2",
|
|
70
|
-
fill: "url(#
|
|
70
|
+
fill: "url(#447445d8_b)",
|
|
71
71
|
rx: "0"
|
|
72
72
|
},
|
|
73
73
|
null
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { createVNode as l } from "vue";
|
|
2
|
-
import { IconWrapper as
|
|
3
|
-
const
|
|
2
|
+
import { IconWrapper as t } from "../../runtime";
|
|
3
|
+
const r = t("RPAAIKRPABaiduChatColor", !1, function(o) {
|
|
4
4
|
return l(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width:
|
|
9
|
-
height:
|
|
8
|
+
width: o.size,
|
|
9
|
+
height: o.size,
|
|
10
10
|
fill: "none",
|
|
11
11
|
viewBox: "0 0 24 24",
|
|
12
|
-
transform:
|
|
12
|
+
transform: o.rotate ? `rotate(${o.rotate})` : void 0
|
|
13
13
|
},
|
|
14
14
|
[
|
|
15
15
|
l("defs", {}, [
|
|
16
16
|
l(
|
|
17
17
|
"linearGradient",
|
|
18
|
-
{ id: "
|
|
18
|
+
{ id: "c2791bbb_a", x1: ".266", x2: ".73", y1: ".888", y2: ".102" },
|
|
19
19
|
[
|
|
20
20
|
l(
|
|
21
21
|
"stop",
|
|
@@ -38,7 +38,7 @@ const f = o("RPAAIKRPABaiduChatColor", !1, function(e) {
|
|
|
38
38
|
l(
|
|
39
39
|
"path",
|
|
40
40
|
{
|
|
41
|
-
fill: "url(#
|
|
41
|
+
fill: "url(#c2791bbb_a)",
|
|
42
42
|
"fill-rule": "evenodd",
|
|
43
43
|
d: "m11.265 1.693-8 4.5A1.5 1.5 0 0 0 2.5 7.5v9a1.5 1.5 0 0 0 .765 1.307l7.976 4.487a1.5 1.5 0 0 0 .81.205c.257-.008.499-.082.708-.205l7.976-4.487A1.5 1.5 0 0 0 21.5 16.5v-9a1.5 1.5 0 0 0-.79-1.322l-7.975-4.485a1.5 1.5 0 0 0-1.47 0M16.94 7.5 12 4.721 5.5 8.377v7.246l5 2.812V12a1.5 1.5 0 0 1 .79-1.322zM13.5 18.435l5-2.812v-5.558l-5 2.812z",
|
|
44
44
|
style: "mix-blend-mode:passthrough"
|
|
@@ -59,5 +59,5 @@ const f = o("RPAAIKRPABaiduChatColor", !1, function(e) {
|
|
|
59
59
|
);
|
|
60
60
|
});
|
|
61
61
|
export {
|
|
62
|
-
|
|
62
|
+
r as default
|
|
63
63
|
};
|
|
@@ -18,7 +18,7 @@ const n = l(
|
|
|
18
18
|
t("defs", {}, [
|
|
19
19
|
t(
|
|
20
20
|
"linearGradient",
|
|
21
|
-
{ id: "
|
|
21
|
+
{ id: "ba5fcec1_a", x1: "0", x2: ".569", y1: "0", y2: "1.24" },
|
|
22
22
|
[
|
|
23
23
|
t(
|
|
24
24
|
"stop",
|
|
@@ -34,7 +34,7 @@ const n = l(
|
|
|
34
34
|
),
|
|
35
35
|
t(
|
|
36
36
|
"linearGradient",
|
|
37
|
-
{ id: "
|
|
37
|
+
{ id: "ba5fcec1_b", x1: "0", x2: "1.188", y1: "0", y2: ".741" },
|
|
38
38
|
[
|
|
39
39
|
t(
|
|
40
40
|
"stop",
|
|
@@ -74,7 +74,7 @@ const n = l(
|
|
|
74
74
|
t(
|
|
75
75
|
"path",
|
|
76
76
|
{
|
|
77
|
-
fill: "url(#
|
|
77
|
+
fill: "url(#ba5fcec1_a)",
|
|
78
78
|
"fill-rule": "evenodd",
|
|
79
79
|
d: "M20.674 12.812v6.25q0 .074.015.147.014.072.042.14t.07.13q.04.062.093.114.052.052.114.093.061.041.13.07.067.028.14.042.072.015.146.015t.147-.015.14-.043.13-.069.114-.093.093-.114.07-.13q.027-.068.042-.14.014-.073.014-.146v-6.251q0-1.442-.953-2.4-.949-.954-2.533-1.085-1.233-.102-2.353.477-1.11.576-1.775 1.65-.113.182-.113.396 0 .073.015.146.014.072.042.14t.07.13q.04.062.093.114.052.052.114.093.061.041.13.07.067.028.14.042.072.015.146.015.096 0 .189-.025.092-.024.176-.07t.153-.113q.07-.066.12-.148.449-.723 1.19-1.108.736-.38 1.54-.314 1.033.086 1.593.649.516.518.516 1.34",
|
|
80
80
|
style: "mix-blend-mode:passthrough"
|
|
@@ -84,7 +84,7 @@ const n = l(
|
|
|
84
84
|
t(
|
|
85
85
|
"path",
|
|
86
86
|
{
|
|
87
|
-
fill: "url(#
|
|
87
|
+
fill: "url(#ba5fcec1_b)",
|
|
88
88
|
"fill-rule": "evenodd",
|
|
89
89
|
d: "M17.128 15.366q1.275-.384 4.259-.235h.037q.074 0 .147-.014.072-.014.14-.043t.13-.069.114-.093.093-.114.07-.13q.027-.068.042-.14.014-.073.014-.146 0-.072-.013-.142-.014-.07-.04-.137-.027-.066-.065-.126t-.088-.112-.108-.094-.123-.071-.135-.047-.14-.02q-3.243-.162-4.766.296-1.275.384-1.92 1.446-.598.987-.408 2.105.2 1.177 1.154 1.89.873.65 1.975.63 1.432-.028 2.645-.846 1.315-.886 1.974-2.459v-.001q.058-.139.058-.29 0-.073-.014-.146-.015-.072-.043-.14t-.07-.13q-.04-.062-.092-.114-.053-.052-.114-.093t-.13-.07q-.068-.028-.14-.042t-.147-.014q-.11 0-.217.032-.106.032-.198.093-.093.062-.163.147-.07.086-.114.188-.485 1.16-1.428 1.795-.846.57-1.835.59-.588.01-1.05-.334-.473-.352-.572-.937-.097-.567.212-1.076.346-.57 1.07-.787",
|
|
90
90
|
style: "mix-blend-mode:passthrough"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createVNode as l } from "vue";
|
|
2
2
|
import { IconWrapper as t } from "../../runtime";
|
|
3
|
-
const
|
|
3
|
+
const r = t("RPASystemColor", !1, function(o) {
|
|
4
4
|
return l(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -15,7 +15,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
15
15
|
l("defs", {}, [
|
|
16
16
|
l(
|
|
17
17
|
"linearGradient",
|
|
18
|
-
{ id: "
|
|
18
|
+
{ id: "3d438624_a", x1: ".313", x2: ".78", y1: ".076", y2: ".845" },
|
|
19
19
|
[
|
|
20
20
|
l(
|
|
21
21
|
"stop",
|
|
@@ -31,7 +31,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
31
31
|
),
|
|
32
32
|
l(
|
|
33
33
|
"linearGradient",
|
|
34
|
-
{ id: "
|
|
34
|
+
{ id: "3d438624_b", x1: ".124", x2: "1.172", y1: ".119", y2: ".728" },
|
|
35
35
|
[
|
|
36
36
|
l(
|
|
37
37
|
"stop",
|
|
@@ -47,7 +47,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
47
47
|
),
|
|
48
48
|
l(
|
|
49
49
|
"linearGradient",
|
|
50
|
-
{ id: "
|
|
50
|
+
{ id: "3d438624_c", x1: ".209", x2: "1.404", y1: ".234", y2: "1.29" },
|
|
51
51
|
[
|
|
52
52
|
l(
|
|
53
53
|
"stop",
|
|
@@ -64,7 +64,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
64
64
|
l(
|
|
65
65
|
"linearGradient",
|
|
66
66
|
{
|
|
67
|
-
id: "
|
|
67
|
+
id: "3d438624_d",
|
|
68
68
|
x1: ".186",
|
|
69
69
|
x2: "1.765",
|
|
70
70
|
y1: ".274",
|
|
@@ -87,7 +87,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
87
87
|
l(
|
|
88
88
|
"path",
|
|
89
89
|
{
|
|
90
|
-
fill: "url(#
|
|
90
|
+
fill: "url(#3d438624_a)",
|
|
91
91
|
d: "M10 12.513 2.505 12.5l.001 5.501a1 1 0 0 0 .863.99L10 19.91z",
|
|
92
92
|
style: "mix-blend-mode:passthrough"
|
|
93
93
|
},
|
|
@@ -96,7 +96,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
96
96
|
l(
|
|
97
97
|
"path",
|
|
98
98
|
{
|
|
99
|
-
fill: "url(#
|
|
99
|
+
fill: "url(#3d438624_b)",
|
|
100
100
|
d: "M11 12.515v7.533l9.361 1.295a1 1 0 0 0 1.137-.991l.002-7.819z",
|
|
101
101
|
style: "mix-blend-mode:passthrough"
|
|
102
102
|
},
|
|
@@ -105,7 +105,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
105
105
|
l(
|
|
106
106
|
"path",
|
|
107
107
|
{
|
|
108
|
-
fill: "url(#
|
|
108
|
+
fill: "url(#3d438624_c)",
|
|
109
109
|
d: "m10 4.128-6.639.94a1 1 0 0 0-.86.99l.006 5.442H10z",
|
|
110
110
|
style: "mix-blend-mode:passthrough"
|
|
111
111
|
},
|
|
@@ -114,7 +114,7 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
114
114
|
l(
|
|
115
115
|
"path",
|
|
116
116
|
{
|
|
117
|
-
fill: "url(#
|
|
117
|
+
fill: "url(#3d438624_d)",
|
|
118
118
|
d: "M11 3.986V11.5h10.498V3.651a1 1 0 0 0-1.14-.99z",
|
|
119
119
|
style: "mix-blend-mode:passthrough"
|
|
120
120
|
},
|
|
@@ -124,5 +124,5 @@ const a = t("RPASystemColor", !1, function(o) {
|
|
|
124
124
|
);
|
|
125
125
|
});
|
|
126
126
|
export {
|
|
127
|
-
|
|
127
|
+
r as default
|
|
128
128
|
};
|