color-message-aibox-vue 0.0.35 → 0.0.36
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/dist/global.cjs +222 -29
- package/dist/global.iife.js +222 -29
- package/dist/global.iife.min.js +2 -2
- package/dist/global.js +226 -29
- package/dist/global.min.cjs +2 -2
- package/dist/global.min.js +2 -2
- package/dist/index.cjs +222 -29
- package/dist/index.iife.js +222 -29
- package/dist/index.iife.min.js +2 -2
- package/dist/index.js +226 -29
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/dist/global.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Aibox Icons Vue v0.0.
|
|
1
|
+
/*! Aibox Icons Vue v0.0.36 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -291,6 +291,8 @@ __export(global_exports, {
|
|
|
291
291
|
Voice: () => voice_default,
|
|
292
292
|
Word: () => word_default,
|
|
293
293
|
Workflow: () => workflow_default,
|
|
294
|
+
WorkflowIcon1: () => workflow_icon1_default,
|
|
295
|
+
WorkflowIcon3: () => workflow_icon3_default,
|
|
294
296
|
default: () => global_default,
|
|
295
297
|
icons: () => components_exports
|
|
296
298
|
});
|
|
@@ -570,7 +572,9 @@ __export(components_exports, {
|
|
|
570
572
|
Video: () => video_default,
|
|
571
573
|
Voice: () => voice_default,
|
|
572
574
|
Word: () => word_default,
|
|
573
|
-
Workflow: () => workflow_default
|
|
575
|
+
Workflow: () => workflow_default,
|
|
576
|
+
WorkflowIcon1: () => workflow_icon1_default,
|
|
577
|
+
WorkflowIcon3: () => workflow_icon3_default
|
|
574
578
|
});
|
|
575
579
|
|
|
576
580
|
// src/components/CaretBottom.vue
|
|
@@ -16576,12 +16580,201 @@ var import_vue541 = require("vue"), import_vue542 = require("vue"), _sfc_main271
|
|
|
16576
16580
|
}
|
|
16577
16581
|
}), word_default = _sfc_main271;
|
|
16578
16582
|
|
|
16579
|
-
// src/components/workflow.vue
|
|
16583
|
+
// src/components/workflow-icon1.vue
|
|
16580
16584
|
var import_vue543 = require("vue"), import_vue544 = require("vue"), _sfc_main272 = /* @__PURE__ */ (0, import_vue543.defineComponent)({
|
|
16585
|
+
name: "WorkflowIcon1",
|
|
16586
|
+
__name: "workflow-icon1",
|
|
16587
|
+
setup(__props) {
|
|
16588
|
+
return (_ctx, _cache) => ((0, import_vue544.openBlock)(), (0, import_vue544.createElementBlock)("svg", {
|
|
16589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16590
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
16591
|
+
fill: "none",
|
|
16592
|
+
version: "1.1",
|
|
16593
|
+
width: "20",
|
|
16594
|
+
height: "20",
|
|
16595
|
+
viewBox: "0 0 20 20"
|
|
16596
|
+
}, [
|
|
16597
|
+
(0, import_vue544.createElementVNode)("defs", null, [
|
|
16598
|
+
(0, import_vue544.createElementVNode)("clipPath", { id: "master_svg0_1777_62328" }, [
|
|
16599
|
+
(0, import_vue544.createElementVNode)("rect", {
|
|
16600
|
+
x: "0",
|
|
16601
|
+
y: "0",
|
|
16602
|
+
width: "20",
|
|
16603
|
+
height: "20",
|
|
16604
|
+
rx: "6"
|
|
16605
|
+
})
|
|
16606
|
+
]),
|
|
16607
|
+
(0, import_vue544.createElementVNode)("linearGradient", {
|
|
16608
|
+
x1: "-0.06060756742954254",
|
|
16609
|
+
y1: "0.029668210074305534",
|
|
16610
|
+
x2: "0.7392431169456711",
|
|
16611
|
+
y2: "0.8554800335242544",
|
|
16612
|
+
id: "master_svg1_961_37311"
|
|
16613
|
+
}, [
|
|
16614
|
+
(0, import_vue544.createElementVNode)("stop", {
|
|
16615
|
+
offset: "0%",
|
|
16616
|
+
"stop-color": "#FFFFFF",
|
|
16617
|
+
"stop-opacity": "1"
|
|
16618
|
+
}),
|
|
16619
|
+
(0, import_vue544.createElementVNode)("stop", {
|
|
16620
|
+
offset: "100%",
|
|
16621
|
+
"stop-color": "#CCD4FF",
|
|
16622
|
+
"stop-opacity": "1"
|
|
16623
|
+
})
|
|
16624
|
+
])
|
|
16625
|
+
]),
|
|
16626
|
+
(0, import_vue544.createElementVNode)("g", { "clip-path": "url(#master_svg0_1777_62328)" }, [
|
|
16627
|
+
(0, import_vue544.createElementVNode)("rect", {
|
|
16628
|
+
x: "0",
|
|
16629
|
+
y: "0",
|
|
16630
|
+
width: "20",
|
|
16631
|
+
height: "20",
|
|
16632
|
+
rx: "6",
|
|
16633
|
+
fill: "#3965FF",
|
|
16634
|
+
"fill-opacity": "1"
|
|
16635
|
+
}),
|
|
16636
|
+
(0, import_vue544.createElementVNode)("g", null, [
|
|
16637
|
+
(0, import_vue544.createElementVNode)("path", {
|
|
16638
|
+
d: "M5.21186544375,5.206942096624756C4.75364824375,5.418850896624756,4.71721935375,6.056223396624755,5.14830874375,6.318960696624756L9.784471043749999,9.144586096624757C9.986235143750001,9.267554796624756,10.239779443749999,9.267554796624756,10.44154404375,9.144584196624756L15.07774084375,6.318934896624755C15.50883284375,6.056194796624756,15.47239784375,5.418816096624756,15.01417384375,5.206911996624756L10.37793164375,3.062896728624756C10.209833643749999,2.9851605896247557,10.01607944375,2.9851622586247557,9.84798244375,3.0629010196247557L5.21186544375,5.206942096624756ZM3.75146484375,14.117127696624756C3.75146484375,14.363473696624755,3.89476703375,14.587315696624756,4.1184923937499995,14.690435696624755L8.702519443749999,16.803299696624755C9.12078664375,16.996086696624758,9.59804244375,16.690551696624755,9.59804344375,16.229991696624758L9.59804824375,11.200847196624755C9.59804824375,10.982862996624757,9.48558764375,10.780301596624756,9.30056854375,10.665039496624756L4.71653729375,7.809283696624756C4.29604530375,7.547326096624756,3.75146484375,7.8496765966247555,3.75146484375,8.345090896624756L3.75146484375,14.117127696624756ZM16.23801384375,14.690435696624755C16.46173984375,14.587315696624756,16.60504184375,14.363473696624755,16.60504184375,14.117127696624756L16.60504184375,8.345090896624756C16.60504184375,7.8496765966247555,16.06046084375,7.547326096624756,15.63996884375,7.809283696624756L11.05593774375,10.665039496624756C10.87091874375,10.780301596624756,10.758458143750001,10.982862996624757,10.758458143750001,11.200847196624755L10.75846294375,16.229991696624758C10.75846384375,16.690551696624755,11.23571964375,16.996086696624758,11.653986943749999,16.803299696624755L16.23801384375,14.690435696624755Z",
|
|
16639
|
+
"fill-rule": "evenodd",
|
|
16640
|
+
fill: "url(#master_svg1_961_37311)",
|
|
16641
|
+
"fill-opacity": "1"
|
|
16642
|
+
})
|
|
16643
|
+
])
|
|
16644
|
+
])
|
|
16645
|
+
]));
|
|
16646
|
+
}
|
|
16647
|
+
}), workflow_icon1_default = _sfc_main272;
|
|
16648
|
+
|
|
16649
|
+
// src/components/workflow-icon3.vue
|
|
16650
|
+
var import_vue545 = require("vue"), import_vue546 = require("vue"), _sfc_main273 = /* @__PURE__ */ (0, import_vue545.defineComponent)({
|
|
16651
|
+
name: "WorkflowIcon3",
|
|
16652
|
+
__name: "workflow-icon3",
|
|
16653
|
+
setup(__props) {
|
|
16654
|
+
return (_ctx, _cache) => ((0, import_vue546.openBlock)(), (0, import_vue546.createElementBlock)("svg", {
|
|
16655
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16656
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
16657
|
+
fill: "none",
|
|
16658
|
+
version: "1.1",
|
|
16659
|
+
width: "20",
|
|
16660
|
+
height: "20",
|
|
16661
|
+
viewBox: "0 0 20 20"
|
|
16662
|
+
}, [
|
|
16663
|
+
(0, import_vue546.createElementVNode)("defs", null, [
|
|
16664
|
+
(0, import_vue546.createElementVNode)("linearGradient", {
|
|
16665
|
+
x1: "0.5",
|
|
16666
|
+
y1: "0",
|
|
16667
|
+
x2: "0.5",
|
|
16668
|
+
y2: "1",
|
|
16669
|
+
id: "master_svg0_1408_62687"
|
|
16670
|
+
}, [
|
|
16671
|
+
(0, import_vue546.createElementVNode)("stop", {
|
|
16672
|
+
offset: "0%",
|
|
16673
|
+
"stop-color": "#7439FF",
|
|
16674
|
+
"stop-opacity": "1"
|
|
16675
|
+
}),
|
|
16676
|
+
(0, import_vue546.createElementVNode)("stop", {
|
|
16677
|
+
offset: "100%",
|
|
16678
|
+
"stop-color": "#8D5DFF",
|
|
16679
|
+
"stop-opacity": "1"
|
|
16680
|
+
})
|
|
16681
|
+
]),
|
|
16682
|
+
(0, import_vue546.createElementVNode)("clipPath", { id: "master_svg1_1777_62333" }, [
|
|
16683
|
+
(0, import_vue546.createElementVNode)("rect", {
|
|
16684
|
+
x: "0",
|
|
16685
|
+
y: "0",
|
|
16686
|
+
width: "20",
|
|
16687
|
+
height: "20",
|
|
16688
|
+
rx: "6"
|
|
16689
|
+
})
|
|
16690
|
+
]),
|
|
16691
|
+
(0, import_vue546.createElementVNode)("filter", {
|
|
16692
|
+
id: "master_svg2_1777_62334",
|
|
16693
|
+
filterUnits: "objectBoundingBox",
|
|
16694
|
+
"color-interpolation-filters": "sRGB",
|
|
16695
|
+
x: "-0.3076928945699295",
|
|
16696
|
+
y: "-0.17932611275246316",
|
|
16697
|
+
width: "1.6153857891398589",
|
|
16698
|
+
height: "1.7173044510098527"
|
|
16699
|
+
}, [
|
|
16700
|
+
(0, import_vue546.createElementVNode)("feFlood", {
|
|
16701
|
+
"flood-opacity": "0",
|
|
16702
|
+
result: "BackgroundImageFix"
|
|
16703
|
+
}),
|
|
16704
|
+
(0, import_vue546.createElementVNode)("feColorMatrix", {
|
|
16705
|
+
in: "SourceAlpha",
|
|
16706
|
+
type: "matrix",
|
|
16707
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
16708
|
+
}),
|
|
16709
|
+
(0, import_vue546.createElementVNode)("feOffset", {
|
|
16710
|
+
dy: "2",
|
|
16711
|
+
dx: "0"
|
|
16712
|
+
}),
|
|
16713
|
+
(0, import_vue546.createElementVNode)("feGaussianBlur", { stdDeviation: "1" }),
|
|
16714
|
+
(0, import_vue546.createElementVNode)("feColorMatrix", {
|
|
16715
|
+
type: "matrix",
|
|
16716
|
+
values: "0 0 0 0 0.14705882966518402 0 0 0 0 0.0941176488995552 0 0 0 0 0.2705882489681244 0 0 0 0.14000000059604645 0"
|
|
16717
|
+
}),
|
|
16718
|
+
(0, import_vue546.createElementVNode)("feBlend", {
|
|
16719
|
+
mode: "normal",
|
|
16720
|
+
in2: "BackgroundImageFix",
|
|
16721
|
+
result: "effect1_dropShadow"
|
|
16722
|
+
}),
|
|
16723
|
+
(0, import_vue546.createElementVNode)("feBlend", {
|
|
16724
|
+
mode: "normal",
|
|
16725
|
+
in: "SourceGraphic",
|
|
16726
|
+
in2: "effect1_dropShadow",
|
|
16727
|
+
result: "shape"
|
|
16728
|
+
})
|
|
16729
|
+
]),
|
|
16730
|
+
(0, import_vue546.createElementVNode)("linearGradient", {
|
|
16731
|
+
x1: "0.0882021114230156",
|
|
16732
|
+
y1: "0.05893123522400856",
|
|
16733
|
+
x2: "1.0432653763716424",
|
|
16734
|
+
y2: "0.8442953078097006",
|
|
16735
|
+
id: "master_svg3_1408_62856"
|
|
16736
|
+
}, [
|
|
16737
|
+
(0, import_vue546.createElementVNode)("stop", {
|
|
16738
|
+
offset: "0%",
|
|
16739
|
+
"stop-color": "#FFFFFF",
|
|
16740
|
+
"stop-opacity": "1"
|
|
16741
|
+
}),
|
|
16742
|
+
(0, import_vue546.createElementVNode)("stop", {
|
|
16743
|
+
offset: "100%",
|
|
16744
|
+
"stop-color": "#D6C4FF",
|
|
16745
|
+
"stop-opacity": "1"
|
|
16746
|
+
})
|
|
16747
|
+
])
|
|
16748
|
+
]),
|
|
16749
|
+
(0, import_vue546.createElementVNode)("g", { "clip-path": "url(#master_svg1_1777_62333)" }, [
|
|
16750
|
+
(0, import_vue546.createElementVNode)("rect", {
|
|
16751
|
+
x: "0",
|
|
16752
|
+
y: "0",
|
|
16753
|
+
width: "20",
|
|
16754
|
+
height: "20",
|
|
16755
|
+
rx: "6",
|
|
16756
|
+
fill: "url(#master_svg0_1408_62687)",
|
|
16757
|
+
"fill-opacity": "1"
|
|
16758
|
+
}),
|
|
16759
|
+
(0, import_vue546.createElementVNode)("g", { filter: "url(#master_svg2_1777_62334)" }, [
|
|
16760
|
+
(0, import_vue546.createElementVNode)("path", {
|
|
16761
|
+
d: "M12.1759996,11.407297140234375L12.1759996,5.837865840234375C12.1759996,5.278123970234375,11.7212086,4.823333740234375,11.1614666,4.823333740234375L4.5145322,4.823333740234375C3.95479029,4.823333740234375,3.5,5.278123970234375,3.5,5.837865840234375L3.5,11.407296140234376C3.5,11.967037640234375,3.95479029,12.421828240234376,4.5145322,12.421828240234376L5.3401513000000005,12.421828240234376L5.3401513000000005,13.331408540234374C5.3401513000000005,13.520321840234375,5.445103,13.695240940234376,5.6200223000000005,13.786198640234375C5.68999,13.821183240234374,5.7739513,13.842173540234375,5.8509159,13.842173540234375C5.9558675,13.842173540234375,6.0608191,13.807189940234375,6.151777,13.744218840234375L7.9709377,12.428825840234374L11.1684632,12.428825840234374C11.7212086,12.428825840234374,12.1759977,11.974035240234375,12.1759996,11.407297140234375ZM5.5046515,6.954589840234375Q5.4550918,6.954589840234375,5.4064844999999995,6.964258440234374Q5.3578773,6.973927040234376,5.3120902,6.992892540234375Q5.2663031,7.011857940234375,5.2250957,7.039392040234375Q5.1838885999999995,7.066925740234375,5.1488447,7.1019697402343755Q5.1138008,7.137013440234375,5.086267,7.178220740234375Q5.0587330999999995,7.219428040234375,5.0397675,7.265215140234375Q5.0208019,7.311002240234375,5.0111333,7.359609640234375Q5.0014648,7.408216940234375,5.0014648,7.457776540234375Q5.0014648,7.507336140234375,5.0111333,7.555943240234376Q5.0208019,7.6045503402343755,5.0397675,7.650337440234376Q5.0587330999999995,7.696124340234375,5.0862669,7.7373314402343745Q5.1138008,7.778538740234374,5.1488447,7.813582940234375Q5.1838885999999995,7.848626640234375,5.2250957,7.8761603402343745Q5.2663031,7.903694140234375,5.3120899999999995,7.922660140234375Q5.3578771,7.941625640234375,5.4064844,7.951294140234375Q5.4550918,7.9609627402343754,5.5046515,7.960963040234375L9.3065605,7.960963040234375Q9.3561201,7.9609627402343754,9.404727000000001,7.951293940234375Q9.4533339,7.941625640234375,9.499121200000001,7.922659840234375Q9.5449085,7.903694140234375,9.5861158,7.8761606402343745Q9.6273232,7.848626640234375,9.6623669,7.813582940234375Q9.697410600000001,7.778538740234374,9.7249441,7.737331640234375Q9.752478100000001,7.696124340234375,9.7714438,7.650337440234376Q9.7904096,7.6045503402343755,9.8000779,7.555943040234375Q9.8097467,7.507336140234375,9.8097472,7.457776540234375Q9.8097467,7.408216940234375,9.8000784,7.359609640234375Q9.7904096,7.311002240234375,9.7714438,7.265215140234375Q9.752478100000001,7.219428040234375,9.7249441,7.178220740234375Q9.697410600000001,7.137013440234375,9.6623669,7.1019697402343755Q9.6273232,7.066925740234375,9.5861158,7.039392040234375Q9.5449085,7.011857940234375,9.499121200000001,6.992892540234375Q9.4533339,6.973927040234376,9.404727000000001,6.964258440234374Q9.3561201,6.954589840234375,9.3065605,6.954589840234375L5.5046515,6.954589840234375ZM15.478447,7.041320840234375L12.7567024,7.041320840234375L12.7567024,12.225929740234374C12.7567024,12.596758340234375,12.4558411,12.904617340234376,12.0780163,12.904617340234376L9.167358400000001,12.904617340234376L9.167358400000001,13.576307340234376C9.167358400000001,14.136049240234374,9.6221485,14.590839340234375,10.1818905,14.590839340234375L11.7071867,14.590839340234375L13.51935,15.878245740234375C13.610309,15.941216740234376,13.708263,15.976198740234375,13.813215,15.976198740234375C13.904173,15.976198740234375,13.988134,15.955209740234375,14.072095,15.906232740234374C14.233021,15.815273740234375,14.323979,15.640354740234375,14.323979,15.458438740234374L14.323979,14.667803740234374L15.485444,14.667803740234374C16.045186,14.667803740234374,16.499975,14.213012740234374,16.499975,13.653270740234374L16.499975,8.055852840234376C16.499975,7.496111140234375,16.038187999999998,7.041320840234375,15.478447,7.041320840234375ZM5.5046515,9.030181840234375Q5.4550918,9.030181840234375,5.4064844999999995,9.039850240234376Q5.3578773,9.049518540234375,5.3120902,9.068484340234374Q5.2663031,9.087450040234376,5.2250957,9.114983540234375Q5.1838885999999995,9.142518040234375,5.1488447,9.177561740234374Q5.1138008,9.212605440234375,5.086267,9.253812740234375Q5.0587330999999995,9.295020140234374,5.0397675,9.340806940234376Q5.0208019,9.386593840234376,5.0111333,9.435201640234375Q5.0014648,9.483809040234375,5.0014648,9.533368540234374Q5.0014648,9.582927740234375,5.0111333,9.631535040234375Q5.0208019,9.680142440234375,5.0397675,9.725929240234375Q5.0587330999999995,9.771716140234375,5.0862669,9.812923440234375Q5.1138008,9.854130740234375,5.1488447,9.889174940234376Q5.1838885999999995,9.924218140234375,5.2250957,9.951752140234376Q5.2663031,9.979286240234375,5.3120899999999995,9.998251940234375Q5.3578771,10.017217640234374,5.4064844,10.026885940234376Q5.4550918,10.036554840234375,5.5046515,10.036555240234375L7.9981494,10.036555240234375Q8.047708499999999,10.036554840234375,8.0963159,10.026885940234376Q8.144923200000001,10.017217640234374,8.1907101,9.998251940234375Q8.236496899999999,9.979286240234375,8.277704199999999,9.951752140234376Q8.3189116,9.924218140234375,8.353956199999999,9.889174940234376Q8.3889999,9.854130740234375,8.4165335,9.812923440234375Q8.4440675,9.771716140234375,8.4630332,9.725929240234375Q8.4819984,9.680142440234375,8.4916673,9.631535040234375Q8.5013361,9.582927740234375,8.5013361,9.533368540234374Q8.5013361,9.483809040234375,8.4916673,9.435201640234375Q8.4819984,9.386593840234376,8.4630327,9.340806940234376Q8.444067,9.295020140234374,8.4165335,9.253812740234375Q8.3889999,9.212605440234375,8.3539557,9.177561740234374Q8.3189116,9.142518040234375,8.277704199999999,9.114984040234376Q8.236496899999999,9.087450040234376,8.1907101,9.068484340234374Q8.144923200000001,9.049518540234375,8.0963159,9.039850240234376Q8.047708499999999,9.030181840234375,7.9981494,9.030181840234375L5.5046515,9.030181840234375Z",
|
|
16762
|
+
"fill-rule": "evenodd",
|
|
16763
|
+
fill: "url(#master_svg3_1408_62856)",
|
|
16764
|
+
"fill-opacity": "1"
|
|
16765
|
+
})
|
|
16766
|
+
])
|
|
16767
|
+
])
|
|
16768
|
+
]));
|
|
16769
|
+
}
|
|
16770
|
+
}), workflow_icon3_default = _sfc_main273;
|
|
16771
|
+
|
|
16772
|
+
// src/components/workflow.vue
|
|
16773
|
+
var import_vue547 = require("vue"), import_vue548 = require("vue"), _sfc_main274 = /* @__PURE__ */ (0, import_vue547.defineComponent)({
|
|
16581
16774
|
name: "Workflow",
|
|
16582
16775
|
__name: "workflow",
|
|
16583
16776
|
setup(__props) {
|
|
16584
|
-
return (_ctx, _cache) => ((0,
|
|
16777
|
+
return (_ctx, _cache) => ((0, import_vue548.openBlock)(), (0, import_vue548.createElementBlock)("svg", {
|
|
16585
16778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16586
16779
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
16587
16780
|
fill: "none",
|
|
@@ -16590,27 +16783,27 @@ var import_vue543 = require("vue"), import_vue544 = require("vue"), _sfc_main272
|
|
|
16590
16783
|
height: "42",
|
|
16591
16784
|
viewBox: "0 0 42 42"
|
|
16592
16785
|
}, [
|
|
16593
|
-
(0,
|
|
16594
|
-
(0,
|
|
16786
|
+
(0, import_vue548.createElementVNode)("defs", null, [
|
|
16787
|
+
(0, import_vue548.createElementVNode)("linearGradient", {
|
|
16595
16788
|
x1: "0.5",
|
|
16596
16789
|
y1: "1",
|
|
16597
16790
|
x2: "0.5",
|
|
16598
16791
|
y2: "0",
|
|
16599
16792
|
id: "master_svg0_7_073"
|
|
16600
16793
|
}, [
|
|
16601
|
-
(0,
|
|
16794
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16602
16795
|
offset: "0%",
|
|
16603
16796
|
"stop-color": "#3456FF",
|
|
16604
16797
|
"stop-opacity": "1"
|
|
16605
16798
|
}),
|
|
16606
|
-
(0,
|
|
16799
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16607
16800
|
offset: "100%",
|
|
16608
16801
|
"stop-color": "#667FFF",
|
|
16609
16802
|
"stop-opacity": "1"
|
|
16610
16803
|
})
|
|
16611
16804
|
]),
|
|
16612
|
-
(0,
|
|
16613
|
-
(0,
|
|
16805
|
+
(0, import_vue548.createElementVNode)("clipPath", { id: "master_svg1_66_20738" }, [
|
|
16806
|
+
(0, import_vue548.createElementVNode)("rect", {
|
|
16614
16807
|
x: "0",
|
|
16615
16808
|
y: "0",
|
|
16616
16809
|
width: "42",
|
|
@@ -16618,63 +16811,63 @@ var import_vue543 = require("vue"), import_vue544 = require("vue"), _sfc_main272
|
|
|
16618
16811
|
rx: "8"
|
|
16619
16812
|
})
|
|
16620
16813
|
]),
|
|
16621
|
-
(0,
|
|
16814
|
+
(0, import_vue548.createElementVNode)("linearGradient", {
|
|
16622
16815
|
x1: "-0.06060756742954254",
|
|
16623
16816
|
y1: "0.029668210074305534",
|
|
16624
16817
|
x2: "0.9314062576854955",
|
|
16625
16818
|
y2: "0.5449236008022715",
|
|
16626
16819
|
id: "master_svg2_6_484"
|
|
16627
16820
|
}, [
|
|
16628
|
-
(0,
|
|
16821
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16629
16822
|
offset: "0%",
|
|
16630
16823
|
"stop-color": "#FFFFFF",
|
|
16631
16824
|
"stop-opacity": "1"
|
|
16632
16825
|
}),
|
|
16633
|
-
(0,
|
|
16826
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16634
16827
|
offset: "100%",
|
|
16635
16828
|
"stop-color": "#CCD4FF",
|
|
16636
16829
|
"stop-opacity": "1"
|
|
16637
16830
|
})
|
|
16638
16831
|
]),
|
|
16639
|
-
(0,
|
|
16832
|
+
(0, import_vue548.createElementVNode)("linearGradient", {
|
|
16640
16833
|
x1: "-0.06060756742954254",
|
|
16641
16834
|
y1: "0.029668210074305534",
|
|
16642
16835
|
x2: "0.8013432906432232",
|
|
16643
16836
|
y2: "0.7953320867535788",
|
|
16644
16837
|
id: "master_svg3_6_484"
|
|
16645
16838
|
}, [
|
|
16646
|
-
(0,
|
|
16839
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16647
16840
|
offset: "0%",
|
|
16648
16841
|
"stop-color": "#FFFFFF",
|
|
16649
16842
|
"stop-opacity": "1"
|
|
16650
16843
|
}),
|
|
16651
|
-
(0,
|
|
16844
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16652
16845
|
offset: "100%",
|
|
16653
16846
|
"stop-color": "#CCD4FF",
|
|
16654
16847
|
"stop-opacity": "1"
|
|
16655
16848
|
})
|
|
16656
16849
|
]),
|
|
16657
|
-
(0,
|
|
16850
|
+
(0, import_vue548.createElementVNode)("linearGradient", {
|
|
16658
16851
|
x1: "-0.06060756742954254",
|
|
16659
16852
|
y1: "0.029668210074305534",
|
|
16660
16853
|
x2: "0.8013431429862975",
|
|
16661
16854
|
y2: "0.7953322529792788",
|
|
16662
16855
|
id: "master_svg4_6_484"
|
|
16663
16856
|
}, [
|
|
16664
|
-
(0,
|
|
16857
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16665
16858
|
offset: "0%",
|
|
16666
16859
|
"stop-color": "#FFFFFF",
|
|
16667
16860
|
"stop-opacity": "1"
|
|
16668
16861
|
}),
|
|
16669
|
-
(0,
|
|
16862
|
+
(0, import_vue548.createElementVNode)("stop", {
|
|
16670
16863
|
offset: "100%",
|
|
16671
16864
|
"stop-color": "#CCD4FF",
|
|
16672
16865
|
"stop-opacity": "1"
|
|
16673
16866
|
})
|
|
16674
16867
|
])
|
|
16675
16868
|
]),
|
|
16676
|
-
(0,
|
|
16677
|
-
(0,
|
|
16869
|
+
(0, import_vue548.createElementVNode)("g", { "clip-path": "url(#master_svg1_66_20738)" }, [
|
|
16870
|
+
(0, import_vue548.createElementVNode)("rect", {
|
|
16678
16871
|
x: "0",
|
|
16679
16872
|
y: "0",
|
|
16680
16873
|
width: "42",
|
|
@@ -16683,24 +16876,24 @@ var import_vue543 = require("vue"), import_vue544 = require("vue"), _sfc_main272
|
|
|
16683
16876
|
fill: "url(#master_svg0_7_073)",
|
|
16684
16877
|
"fill-opacity": "1"
|
|
16685
16878
|
}),
|
|
16686
|
-
(0,
|
|
16687
|
-
(0,
|
|
16688
|
-
(0,
|
|
16879
|
+
(0, import_vue548.createElementVNode)("g", null, [
|
|
16880
|
+
(0, import_vue548.createElementVNode)("g", null, [
|
|
16881
|
+
(0, import_vue548.createElementVNode)("path", {
|
|
16689
16882
|
d: "M12.212658559783936,26.75689405883789C12.410029559783936,27.05879405883789,12.746375559783935,27.24074405883789,13.107064559783936,27.24074405883789L22.351274559783935,27.24075405883789C22.941374559783938,27.24075405883789,23.419874559783935,26.76232405883789,23.419874559783935,26.17216405883789C23.419874559783935,25.58200405883789,22.941374559783938,25.103574058837893,22.351274559783935,25.103574058837893L14.175644559783935,25.103574058837893L14.175684559783935,18.53775815998789L13.107024559783936,18.53778274693789L12.038474559783936,18.53775815998789L12.038474559783936,26.17215405883789L12.038478640773935,26.17511405883789L12.038648058783936,26.191414058837893C12.042272639783935,26.392524058837893,12.102588459783936,26.58853405883789,12.212658559783936,26.75689405883789Z",
|
|
16690
16883
|
"fill-rule": "evenodd",
|
|
16691
16884
|
fill: "url(#master_svg2_6_484)",
|
|
16692
16885
|
"fill-opacity": "1"
|
|
16693
16886
|
})
|
|
16694
16887
|
]),
|
|
16695
|
-
(0,
|
|
16696
|
-
(0,
|
|
16888
|
+
(0, import_vue548.createElementVNode)("g", null, [
|
|
16889
|
+
(0, import_vue548.createElementVNode)("path", {
|
|
16697
16890
|
d: "M8.33544921875,16.917505625L8.33544921875,13.048455624999999C8.33544921875,11.404755625,9.66793921875,10.072265625,11.311639218749999,10.072265625L15.18068921875,10.072265625C16.82438921875,10.072265625,18.15687921875,11.404755625,18.15687921875,13.048455624999999L18.15687921875,16.917505625C18.15687921875,18.561205625,16.82438921875,19.893695625,15.18068921875,19.893695625L11.311639218749999,19.893695625C9.66793921875,19.893695625,8.33544921875,18.561205625,8.33544921875,16.917505625Z",
|
|
16698
16891
|
fill: "url(#master_svg3_6_484)",
|
|
16699
16892
|
"fill-opacity": "1"
|
|
16700
16893
|
})
|
|
16701
16894
|
]),
|
|
16702
|
-
(0,
|
|
16703
|
-
(0,
|
|
16895
|
+
(0, import_vue548.createElementVNode)("g", null, [
|
|
16896
|
+
(0, import_vue548.createElementVNode)("path", {
|
|
16704
16897
|
d: "M21.767542839050293,29.733370740966798L21.767542839050293,22.2260407409668C21.767542839050293,21.013704740966798,22.750334839050293,20.030912671966796,23.962672839050292,20.030912671966796L31.470002839050295,20.030912671966796C32.68234283905029,20.030912671966796,33.66514283905029,21.013704740966798,33.66514283905029,22.2260407409668L33.66514283905029,29.733370740966798C33.66514283905029,30.945740740966798,32.68234283905029,31.928540740966795,31.470002839050295,31.928540740966795L23.962672839050292,31.928540740966795C22.750334839050293,31.928540740966795,21.767542839050293,30.945740740966798,21.767542839050293,29.733370740966798Z",
|
|
16705
16898
|
fill: "url(#master_svg4_6_484)",
|
|
16706
16899
|
"fill-opacity": "1"
|
|
@@ -16710,7 +16903,7 @@ var import_vue543 = require("vue"), import_vue544 = require("vue"), _sfc_main272
|
|
|
16710
16903
|
])
|
|
16711
16904
|
]));
|
|
16712
16905
|
}
|
|
16713
|
-
}), workflow_default =
|
|
16906
|
+
}), workflow_default = _sfc_main274;
|
|
16714
16907
|
|
|
16715
16908
|
// src/global.ts
|
|
16716
16909
|
var global_default = (app, { prefix = "AiboxIcon" } = {}) => {
|