@arco-iconbox/vue-smartcode 0.1.53 → 0.1.55

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.
@@ -0,0 +1,48 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconColorApprove",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = { filter: "url(#svg_899c996e32__filter0_d_7701_13173)" };
18
+ const _hoisted_3 = ["fill"];
19
+ const _hoisted_4 = ["fill"];
20
+ const _hoisted_5 = /* @__PURE__ */ createStaticVNode('<defs><filter id="svg_899c996e32__filter0_d_7701_13173" x="19.332" y=".334" width="12" height="12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_7701_13173"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_7701_13173" result="shape"></feBlend></filter></defs>', 1);
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 32 32",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-approve`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), [
30
+ createElementVNode("path", {
31
+ d: "M2.66602 7.73399C2.66602 5.49378 2.66602 4.37367 3.10199 3.51802C3.48548 2.76537 4.09741 2.15345 4.85005 1.76996C5.7057 1.33398 6.82581 1.33398 9.06601 1.33398H21.3327L29.3327 9.33398V24.2673C29.3327 26.5075 29.3327 27.6276 28.8967 28.4833C28.5132 29.2359 27.9013 29.8479 27.1486 30.2313C26.293 30.6673 25.1729 30.6673 22.9327 30.6673H9.06601C6.8258 30.6673 5.7057 30.6673 4.85005 30.2313C4.09741 29.8479 3.48548 29.2359 3.10199 28.4833C2.66602 27.6276 2.66602 26.5075 2.66602 24.2673V7.73399Z",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#3369FF"
33
+ }, null, 8, _hoisted_1),
34
+ createElementVNode("g", _hoisted_2, [
35
+ createElementVNode("path", {
36
+ d: "M21.332 1.33398L29.332 9.33398H24.532C23.4119 9.33398 22.8519 9.33398 22.4241 9.116C22.0477 8.92425 21.7418 8.61829 21.55 8.24197C21.332 7.81414 21.332 7.25409 21.332 6.13398V1.33398Z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#C0CFFF"
38
+ }, null, 8, _hoisted_3)
39
+ ]),
40
+ createElementVNode("path", {
41
+ d: "M14.6658 17.453V15.8412C14.0715 15.5813 13.5658 15.1539 13.2105 14.6111C12.8552 14.0684 12.6658 13.4339 12.6653 12.7853C12.6653 10.9439 14.1609 9.45117 15.9994 9.45117C17.8408 9.45117 19.3335 10.9477 19.3335 12.7853C19.3332 13.434 19.1438 14.0685 18.7885 14.6112C18.4332 15.154 17.9275 15.5814 17.3331 15.8412V17.453H20.3319C21.254 17.453 22.0008 18.1932 22.0008 19.1201V20.7871H9.99805V19.1201C9.99805 18.1989 10.7487 17.453 11.667 17.453H14.6658ZM9.99805 21.9786H22.0008V23.3122H9.99805V21.9786Z",
42
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
43
+ }, null, 8, _hoisted_4),
44
+ _hoisted_5
45
+ ], 16);
46
+ }
47
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
48
+ export { index as default };
@@ -0,0 +1,80 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconColorLogo",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = {
19
+ id: "svg_7cdfbc9f47__a",
20
+ style: { "mask-type": "alpha" },
21
+ maskUnits: "userSpaceOnUse",
22
+ x: "9",
23
+ y: "11",
24
+ width: "22",
25
+ height: "18"
26
+ };
27
+ const _hoisted_4 = ["fill"];
28
+ const _hoisted_5 = { mask: "url(#svg_7cdfbc9f47__a)" };
29
+ const _hoisted_6 = ["fill"];
30
+ const _hoisted_7 = ["fill"];
31
+ const _hoisted_8 = ["fill"];
32
+ const _hoisted_9 = /* @__PURE__ */ createStaticVNode('<defs><linearGradient id="svg_7cdfbc9f47__paint0_linear_6779_368688" x1="40" y1="13.551" x2="-.862" y2="23.235" gradientUnits="userSpaceOnUse"><stop stop-color="#832AFF"></stop><stop offset=".5" stop-color="#0971F9"></stop><stop offset="1" stop-color="#06E5CF"></stop></linearGradient><linearGradient id="svg_7cdfbc9f47__paint1_linear_6779_368688" x1="30.64" y1="17.165" x2="9.357" y2="23.318" gradientUnits="userSpaceOnUse"><stop stop-color="#832AFF"></stop><stop offset=".5" stop-color="#0971F9"></stop><stop offset="1" stop-color="#06E5CF"></stop></linearGradient><radialGradient id="svg_7cdfbc9f47__paint2_radial_6779_368688" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 4.83966 -5.9039 0 19.953 19.99)"><stop stop-color="#fff"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></radialGradient></defs>', 1);
33
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
+ return openBlock(), createElementBlock("svg", mergeProps({
35
+ viewBox: "0 0 40 40",
36
+ fill: "none",
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-logo`],
39
+ width: "1em",
40
+ height: "1em"
41
+ }, _ctx.$attrs), [
42
+ createElementVNode("rect", {
43
+ width: "40",
44
+ height: "40",
45
+ rx: "20",
46
+ fill: $props.useCurrentColor ? "currentColor" : "#1D2129"
47
+ }, null, 8, _hoisted_1),
48
+ createElementVNode("rect", {
49
+ width: "40",
50
+ height: "40",
51
+ rx: "20",
52
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_7cdfbc9f47__paint0_linear_6779_368688)"
53
+ }, null, 8, _hoisted_2),
54
+ createElementVNode("mask", _hoisted_3, [
55
+ createElementVNode("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M14.2903 21.0947C18.3306 26.7587 23.401 22.6158 21.6663 19.9472C21.6166 19.8701 21.7176 19.7544 21.7952 19.8036C28.0621 23.7862 19.5821 34.2895 10.3391 25.0468C9.03413 23.7417 9.03602 21.6243 10.3411 20.3193L12.3294 18.332C12.9251 19.1729 13.5775 20.0954 14.2903 21.0947ZM18.2073 20.1923C11.9405 16.2098 20.4205 5.70658 29.6633 14.9492C30.9684 16.2542 30.9665 18.3716 29.6614 19.6767L27.6731 21.665C27.0772 20.824 26.4251 19.9008 25.7122 18.9013C21.6718 13.2372 16.6004 17.3811 18.3352 20.0497C18.3849 20.1269 18.2848 20.2416 18.2073 20.1923Z",
59
+ fill: $props.useCurrentColor ? "currentColor" : "#0044C2"
60
+ }, null, 8, _hoisted_4)
61
+ ]),
62
+ createElementVNode("g", _hoisted_5, [
63
+ createElementVNode("path", {
64
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_7cdfbc9f47__paint1_linear_6779_368688)",
65
+ d: "M9.266 11.229H30.64V28.75H9.266z"
66
+ }, null, 8, _hoisted_6),
67
+ createElementVNode("path", {
68
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_7cdfbc9f47__paint2_radial_6779_368688)",
69
+ d: "M9.266 11.229H30.64V28.75H9.266z"
70
+ }, null, 8, _hoisted_7),
71
+ createElementVNode("path", {
72
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
73
+ d: "M9.266 11.229H30.64V28.75H9.266z"
74
+ }, null, 8, _hoisted_8)
75
+ ]),
76
+ _hoisted_9
77
+ ], 16);
78
+ }
79
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
80
+ export { index as default };
package/esm/index.js CHANGED
@@ -299,3 +299,5 @@ export { default as IconFillClick } from "./IconFillClick/index.js";
299
299
  export { default as IconColorClick } from "./IconColorClick/index.js";
300
300
  export { default as IconColorCycle } from "./IconColorCycle/index.js";
301
301
  export { default as IconLineCopy } from "./IconLineCopy/index.js";
302
+ export { default as IconColorLogo } from "./IconColorLogo/index.js";
303
+ export { default as IconColorApprove } from "./IconColorApprove/index.js";
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconColorApprove",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = { filter: "url(#svg_899c996e32__filter0_d_7701_13173)" };
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = ["fill"];
21
+ const _hoisted_5 = /* @__PURE__ */ vue.createStaticVNode('<defs><filter id="svg_899c996e32__filter0_d_7701_13173" x="19.332" y=".334" width="12" height="12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_7701_13173"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_7701_13173" result="shape"></feBlend></filter></defs>', 1);
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 32 32",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-approve`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), [
31
+ vue.createElementVNode("path", {
32
+ d: "M2.66602 7.73399C2.66602 5.49378 2.66602 4.37367 3.10199 3.51802C3.48548 2.76537 4.09741 2.15345 4.85005 1.76996C5.7057 1.33398 6.82581 1.33398 9.06601 1.33398H21.3327L29.3327 9.33398V24.2673C29.3327 26.5075 29.3327 27.6276 28.8967 28.4833C28.5132 29.2359 27.9013 29.8479 27.1486 30.2313C26.293 30.6673 25.1729 30.6673 22.9327 30.6673H9.06601C6.8258 30.6673 5.7057 30.6673 4.85005 30.2313C4.09741 29.8479 3.48548 29.2359 3.10199 28.4833C2.66602 27.6276 2.66602 26.5075 2.66602 24.2673V7.73399Z",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#3369FF"
34
+ }, null, 8, _hoisted_1),
35
+ vue.createElementVNode("g", _hoisted_2, [
36
+ vue.createElementVNode("path", {
37
+ d: "M21.332 1.33398L29.332 9.33398H24.532C23.4119 9.33398 22.8519 9.33398 22.4241 9.116C22.0477 8.92425 21.7418 8.61829 21.55 8.24197C21.332 7.81414 21.332 7.25409 21.332 6.13398V1.33398Z",
38
+ fill: $props.useCurrentColor ? "currentColor" : "#C0CFFF"
39
+ }, null, 8, _hoisted_3)
40
+ ]),
41
+ vue.createElementVNode("path", {
42
+ d: "M14.6658 17.453V15.8412C14.0715 15.5813 13.5658 15.1539 13.2105 14.6111C12.8552 14.0684 12.6658 13.4339 12.6653 12.7853C12.6653 10.9439 14.1609 9.45117 15.9994 9.45117C17.8408 9.45117 19.3335 10.9477 19.3335 12.7853C19.3332 13.434 19.1438 14.0685 18.7885 14.6112C18.4332 15.154 17.9275 15.5814 17.3331 15.8412V17.453H20.3319C21.254 17.453 22.0008 18.1932 22.0008 19.1201V20.7871H9.99805V19.1201C9.99805 18.1989 10.7487 17.453 11.667 17.453H14.6658ZM9.99805 21.9786H22.0008V23.3122H9.99805V21.9786Z",
43
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
44
+ }, null, 8, _hoisted_4),
45
+ _hoisted_5
46
+ ], 16);
47
+ }
48
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
49
+ module.exports = index;
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconColorLogo",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = {
20
+ id: "svg_7cdfbc9f47__a",
21
+ style: { "mask-type": "alpha" },
22
+ maskUnits: "userSpaceOnUse",
23
+ x: "9",
24
+ y: "11",
25
+ width: "22",
26
+ height: "18"
27
+ };
28
+ const _hoisted_4 = ["fill"];
29
+ const _hoisted_5 = { mask: "url(#svg_7cdfbc9f47__a)" };
30
+ const _hoisted_6 = ["fill"];
31
+ const _hoisted_7 = ["fill"];
32
+ const _hoisted_8 = ["fill"];
33
+ const _hoisted_9 = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient id="svg_7cdfbc9f47__paint0_linear_6779_368688" x1="40" y1="13.551" x2="-.862" y2="23.235" gradientUnits="userSpaceOnUse"><stop stop-color="#832AFF"></stop><stop offset=".5" stop-color="#0971F9"></stop><stop offset="1" stop-color="#06E5CF"></stop></linearGradient><linearGradient id="svg_7cdfbc9f47__paint1_linear_6779_368688" x1="30.64" y1="17.165" x2="9.357" y2="23.318" gradientUnits="userSpaceOnUse"><stop stop-color="#832AFF"></stop><stop offset=".5" stop-color="#0971F9"></stop><stop offset="1" stop-color="#06E5CF"></stop></linearGradient><radialGradient id="svg_7cdfbc9f47__paint2_radial_6779_368688" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 4.83966 -5.9039 0 19.953 19.99)"><stop stop-color="#fff"></stop><stop offset="1" stop-color="#fff" stop-opacity="0"></stop></radialGradient></defs>', 1);
34
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
35
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
36
+ viewBox: "0 0 40 40",
37
+ fill: "none",
38
+ xmlns: "http://www.w3.org/2000/svg",
39
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-logo`],
40
+ width: "1em",
41
+ height: "1em"
42
+ }, _ctx.$attrs), [
43
+ vue.createElementVNode("rect", {
44
+ width: "40",
45
+ height: "40",
46
+ rx: "20",
47
+ fill: $props.useCurrentColor ? "currentColor" : "#1D2129"
48
+ }, null, 8, _hoisted_1),
49
+ vue.createElementVNode("rect", {
50
+ width: "40",
51
+ height: "40",
52
+ rx: "20",
53
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_7cdfbc9f47__paint0_linear_6779_368688)"
54
+ }, null, 8, _hoisted_2),
55
+ vue.createElementVNode("mask", _hoisted_3, [
56
+ vue.createElementVNode("path", {
57
+ "fill-rule": "evenodd",
58
+ "clip-rule": "evenodd",
59
+ d: "M14.2903 21.0947C18.3306 26.7587 23.401 22.6158 21.6663 19.9472C21.6166 19.8701 21.7176 19.7544 21.7952 19.8036C28.0621 23.7862 19.5821 34.2895 10.3391 25.0468C9.03413 23.7417 9.03602 21.6243 10.3411 20.3193L12.3294 18.332C12.9251 19.1729 13.5775 20.0954 14.2903 21.0947ZM18.2073 20.1923C11.9405 16.2098 20.4205 5.70658 29.6633 14.9492C30.9684 16.2542 30.9665 18.3716 29.6614 19.6767L27.6731 21.665C27.0772 20.824 26.4251 19.9008 25.7122 18.9013C21.6718 13.2372 16.6004 17.3811 18.3352 20.0497C18.3849 20.1269 18.2848 20.2416 18.2073 20.1923Z",
60
+ fill: $props.useCurrentColor ? "currentColor" : "#0044C2"
61
+ }, null, 8, _hoisted_4)
62
+ ]),
63
+ vue.createElementVNode("g", _hoisted_5, [
64
+ vue.createElementVNode("path", {
65
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_7cdfbc9f47__paint1_linear_6779_368688)",
66
+ d: "M9.266 11.229H30.64V28.75H9.266z"
67
+ }, null, 8, _hoisted_6),
68
+ vue.createElementVNode("path", {
69
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_7cdfbc9f47__paint2_radial_6779_368688)",
70
+ d: "M9.266 11.229H30.64V28.75H9.266z"
71
+ }, null, 8, _hoisted_7),
72
+ vue.createElementVNode("path", {
73
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
74
+ d: "M9.266 11.229H30.64V28.75H9.266z"
75
+ }, null, 8, _hoisted_8)
76
+ ]),
77
+ _hoisted_9
78
+ ], 16);
79
+ }
80
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
81
+ module.exports = index;
package/lib/index.js CHANGED
@@ -301,6 +301,8 @@ var index$4F = require("./IconFillClick/index.js");
301
301
  var index$4G = require("./IconColorClick/index.js");
302
302
  var index$4H = require("./IconColorCycle/index.js");
303
303
  var index$4I = require("./IconLineCopy/index.js");
304
+ var index$4J = require("./IconColorLogo/index.js");
305
+ var index$4K = require("./IconColorApprove/index.js");
304
306
  exports.IconFillHeart = index;
305
307
  exports.IconFillMute = index$1;
306
308
  exports.IconFillSound = index$2;
@@ -602,3 +604,5 @@ exports.IconFillClick = index$4F;
602
604
  exports.IconColorClick = index$4G;
603
605
  exports.IconColorCycle = index$4H;
604
606
  exports.IconLineCopy = index$4I;
607
+ exports.IconColorLogo = index$4J;
608
+ exports.IconColorApprove = index$4K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.53",
3
+ "version": "0.1.55",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-approve`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.66602 7.73399C2.66602 5.49378 2.66602 4.37367 3.10199 3.51802C3.48548 2.76537 4.09741 2.15345 4.85005 1.76996C5.7057 1.33398 6.82581 1.33398 9.06601 1.33398H21.3327L29.3327 9.33398V24.2673C29.3327 26.5075 29.3327 27.6276 28.8967 28.4833C28.5132 29.2359 27.9013 29.8479 27.1486 30.2313C26.293 30.6673 25.1729 30.6673 22.9327 30.6673H9.06601C6.8258 30.6673 5.7057 30.6673 4.85005 30.2313C4.09741 29.8479 3.48548 29.2359 3.10199 28.4833C2.66602 27.6276 2.66602 26.5075 2.66602 24.2673V7.73399Z" :fill="useCurrentColor ? 'currentColor' : '#3369FF'"/><g filter="url(#svg_899c996e32__filter0_d_7701_13173)"><path d="M21.332 1.33398L29.332 9.33398H24.532C23.4119 9.33398 22.8519 9.33398 22.4241 9.116C22.0477 8.92425 21.7418 8.61829 21.55 8.24197C21.332 7.81414 21.332 7.25409 21.332 6.13398V1.33398Z" :fill="useCurrentColor ? 'currentColor' : '#C0CFFF'"/></g><path d="M14.6658 17.453V15.8412C14.0715 15.5813 13.5658 15.1539 13.2105 14.6111C12.8552 14.0684 12.6658 13.4339 12.6653 12.7853C12.6653 10.9439 14.1609 9.45117 15.9994 9.45117C17.8408 9.45117 19.3335 10.9477 19.3335 12.7853C19.3332 13.434 19.1438 14.0685 18.7885 14.6112C18.4332 15.154 17.9275 15.5814 17.3331 15.8412V17.453H20.3319C21.254 17.453 22.0008 18.1932 22.0008 19.1201V20.7871H9.99805V19.1201C9.99805 18.1989 10.7487 17.453 11.667 17.453H14.6658ZM9.99805 21.9786H22.0008V23.3122H9.99805V21.9786Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><defs><filter id="svg_899c996e32__filter0_d_7701_13173" x="19.332" y=".334" width="12" height="12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_7701_13173"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_7701_13173" result="shape"/></filter></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorApprove',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-logo`]" width="1em" height="1em" v-bind="$attrs"><rect width="40" height="40" rx="20" :fill="useCurrentColor ? 'currentColor' : '#1D2129'"/><rect width="40" height="40" rx="20" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_7cdfbc9f47__paint0_linear_6779_368688)'"/><mask id="svg_7cdfbc9f47__a" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="9" y="11" width="22" height="18"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2903 21.0947C18.3306 26.7587 23.401 22.6158 21.6663 19.9472C21.6166 19.8701 21.7176 19.7544 21.7952 19.8036C28.0621 23.7862 19.5821 34.2895 10.3391 25.0468C9.03413 23.7417 9.03602 21.6243 10.3411 20.3193L12.3294 18.332C12.9251 19.1729 13.5775 20.0954 14.2903 21.0947ZM18.2073 20.1923C11.9405 16.2098 20.4205 5.70658 29.6633 14.9492C30.9684 16.2542 30.9665 18.3716 29.6614 19.6767L27.6731 21.665C27.0772 20.824 26.4251 19.9008 25.7122 18.9013C21.6718 13.2372 16.6004 17.3811 18.3352 20.0497C18.3849 20.1269 18.2848 20.2416 18.2073 20.1923Z" :fill="useCurrentColor ? 'currentColor' : '#0044C2'"/></mask><g mask="url(#svg_7cdfbc9f47__a)"><path :fill="useCurrentColor ? 'currentColor' : 'url(#svg_7cdfbc9f47__paint1_linear_6779_368688)'" d="M9.266 11.229H30.64V28.75H9.266z"/><path :fill="useCurrentColor ? 'currentColor' : 'url(#svg_7cdfbc9f47__paint2_radial_6779_368688)'" d="M9.266 11.229H30.64V28.75H9.266z"/><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M9.266 11.229H30.64V28.75H9.266z"/></g><defs><linearGradient id="svg_7cdfbc9f47__paint0_linear_6779_368688" x1="40" y1="13.551" x2="-.862" y2="23.235" gradientUnits="userSpaceOnUse"><stop stop-color="#832AFF"/><stop offset=".5" stop-color="#0971F9"/><stop offset="1" stop-color="#06E5CF"/></linearGradient><linearGradient id="svg_7cdfbc9f47__paint1_linear_6779_368688" x1="30.64" y1="17.165" x2="9.357" y2="23.318" gradientUnits="userSpaceOnUse"><stop stop-color="#832AFF"/><stop offset=".5" stop-color="#0971F9"/><stop offset="1" stop-color="#06E5CF"/></linearGradient><radialGradient id="svg_7cdfbc9f47__paint2_radial_6779_368688" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 4.83966 -5.9039 0 19.953 19.99)"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></radialGradient></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorLogo',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -298,4 +298,6 @@ export { default as IconColorImageNew } from './IconColorImageNew/index.vue';
298
298
  export { default as IconFillClick } from './IconFillClick/index.vue';
299
299
  export { default as IconColorClick } from './IconColorClick/index.vue';
300
300
  export { default as IconColorCycle } from './IconColorCycle/index.vue';
301
- export { default as IconLineCopy } from './IconLineCopy/index.vue';
301
+ export { default as IconLineCopy } from './IconLineCopy/index.vue';
302
+ export { default as IconColorLogo } from './IconColorLogo/index.vue';
303
+ export { default as IconColorApprove } from './IconColorApprove/index.vue';