@arco-iconbox/vue-bluebee 0.0.1

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/README.md ADDED
@@ -0,0 +1,13 @@
1
+
2
+ # @arco-iconbox/vue-bluebee
3
+
4
+ Powered By [ArcoDesign](https://arco.design/)
5
+
6
+ [Click to Preview](https://arco.design/iconbox/lib/859/0)
7
+
8
+ ## Installation
9
+
10
+ ```
11
+ npm install @arco-iconbox/vue-bluebee
12
+ ```
13
+
package/dist/icon.js ADDED
@@ -0,0 +1,121 @@
1
+ (function(global, factory) {
2
+ typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue")) : typeof define === "function" && define.amd ? define(["exports", "vue"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.icon = {}, global.Vue));
3
+ })(this, function(exports2, vue) {
4
+ "use strict";
5
+ var _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _sfc_main$2 = {
13
+ name: "IconShield",
14
+ props: {
15
+ prefix: {
16
+ type: String,
17
+ default: "bb"
18
+ },
19
+ useCurrentColor: {
20
+ type: Boolean,
21
+ default: true
22
+ }
23
+ }
24
+ };
25
+ const _hoisted_1$2 = ["fill"];
26
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 20 20",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-shield`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), [
34
+ vue.createElementVNode("path", {
35
+ d: "M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z",
36
+ transform: "translate(4 3)",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
38
+ "fill-rule": "nonzero"
39
+ }, null, 8, _hoisted_1$2)
40
+ ], 16);
41
+ }
42
+ var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
43
+ const _sfc_main$1 = {
44
+ name: "IconUser",
45
+ props: {
46
+ prefix: {
47
+ type: String,
48
+ default: "bb"
49
+ },
50
+ useCurrentColor: {
51
+ type: Boolean,
52
+ default: true
53
+ }
54
+ }
55
+ };
56
+ const _hoisted_1$1 = ["fill"];
57
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
58
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
59
+ viewBox: "0 0 20 20",
60
+ xmlns: "http://www.w3.org/2000/svg",
61
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-user`],
62
+ width: "1em",
63
+ height: "1em"
64
+ }, _ctx.$attrs), [
65
+ vue.createElementVNode("path", {
66
+ d: "M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z",
67
+ transform: "translate(4.79 3.028)",
68
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
69
+ "fill-rule": "nonzero"
70
+ }, null, 8, _hoisted_1$1)
71
+ ], 16);
72
+ }
73
+ var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
74
+ const _sfc_main = {
75
+ name: "IconLock",
76
+ props: {
77
+ prefix: {
78
+ type: String,
79
+ default: "bb"
80
+ },
81
+ useCurrentColor: {
82
+ type: Boolean,
83
+ default: true
84
+ }
85
+ }
86
+ };
87
+ const _hoisted_1 = ["fill"];
88
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
89
+ d: "M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z",
90
+ transform: "translate(4.705 2.994)"
91
+ }, null, -1);
92
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
93
+ d: "M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z",
94
+ "fill-opacity": "1",
95
+ transform: "translate(4.705 2.994)"
96
+ }, null, -1);
97
+ const _hoisted_4 = [
98
+ _hoisted_2,
99
+ _hoisted_3
100
+ ];
101
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
102
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
103
+ viewBox: "0 0 20 20",
104
+ xmlns: "http://www.w3.org/2000/svg",
105
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lock`],
106
+ width: "1em",
107
+ height: "1em"
108
+ }, _ctx.$attrs), [
109
+ vue.createElementVNode("g", {
110
+ "fill-rule": "nonzero",
111
+ fill: $props.useCurrentColor ? "currentColor" : "#000"
112
+ }, _hoisted_4, 8, _hoisted_1)
113
+ ], 16);
114
+ }
115
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
116
+ exports2.IconLock = index;
117
+ exports2.IconShield = index$2;
118
+ exports2.IconUser = index$1;
119
+ Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
120
+ });
121
+ //# sourceMappingURL=icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.js","sources":["../../../../plugin-vue:export-helper","../src/IconShield/index.vue","../src/IconUser/index.vue","../src/IconLock/index.vue"],"sourcesContent":["\nexport default (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n}\n","<template>\n<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" :class=\"[`${prefix}-icon`, `${prefix}-icon-shield`]\" width=\"1em\" height=\"1em\" v-bind=\"$attrs\"><path d=\"M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z\" transform=\"translate(4 3)\" :fill=\"useCurrentColor ? 'currentColor' : '#000'\" fill-rule=\"nonzero\"/></svg>\n</template>\n<script>\n\nexport default {\n name: 'IconShield',\n props: {\n prefix: {\n type: String,\n default: 'bb',\n },\n useCurrentColor: {\n type: Boolean,\n default: true,\n },\n },\n};\n</script>\n","<template>\n<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" :class=\"[`${prefix}-icon`, `${prefix}-icon-user`]\" width=\"1em\" height=\"1em\" v-bind=\"$attrs\"><path d=\"M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z\" transform=\"translate(4.79 3.028)\" :fill=\"useCurrentColor ? 'currentColor' : '#000'\" fill-rule=\"nonzero\"/></svg>\n</template>\n<script>\n\nexport default {\n name: 'IconUser',\n props: {\n prefix: {\n type: String,\n default: 'bb',\n },\n useCurrentColor: {\n type: Boolean,\n default: true,\n },\n },\n};\n</script>\n","<template>\n<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" :class=\"[`${prefix}-icon`, `${prefix}-icon-lock`]\" width=\"1em\" height=\"1em\" v-bind=\"$attrs\"><g fill-rule=\"nonzero\" :fill=\"useCurrentColor ? 'currentColor' : '#000'\"><path d=\"M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z\" transform=\"translate(4.705 2.994)\"/><path d=\"M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z\" fill-opacity=\"1\" transform=\"translate(4.705 2.994)\"/></g></svg>\n</template>\n<script>\n\nexport default {\n name: 'IconLock',\n props: {\n prefix: {\n type: String,\n default: 'bb',\n },\n useCurrentColor: {\n type: Boolean,\n default: true,\n },\n },\n};\n</script>\n"],"names":["_sfc_main","_openBlock","_createElementBlock","_mergeProps","_createElementVNode"],"mappings":";;;;AACA,MAAA,cAAe,CAAC,KAAK,UAAU;AAC7B,UAAM,SAAS,IAAI,aAAa;AAChC,eAAW,CAAC,KAAK,GAAG,KAAK,OAAO;AAC9B,aAAO,OAAO;AAAA,IACf;AACD,WAAO;AAAA,EACT;ACFA,QAAKA,cAAU;AAAA,IACb,MAAM;AAAA,IACN,OAAO;AAAA,MACL,QAAQ;AAAA,QACJ,MAAM;AAAA,QACN,SAAS;AAAA,MACZ;AAAA,MACD,iBAAiB;AAAA,QACb,MAAM;AAAA,QACN,SAAS;AAAA,MACZ;AAAA,IACF;AAAA,EACH;;;AAhBA,WAAAC,cAAA,GAAAC,uBAAqmE,OAArmEC,IAAAA,WAAqmE;AAAA,MAAhmE,SAAQ;AAAA,MAAY,OAAM;AAAA,MAA8B,OAAK,CAAA,GAAM,OAAM,eAAA,GAAY,OAAM,oBAAA;AAAA,MAAiB,OAAM;AAAA,MAAM,QAAO;AAAA,OAAc,KAAM,MAAA,GAAA;AAAA,MAAEC,IAAAA,mBAAq8D,QAAA;AAAA,QAA/7D,GAAE;AAAA,QAA21D,WAAU;AAAA,QAAkB,MAAM,OAAe,kBAAA,iBAAA;AAAA,QAA4B,aAAU;AAAA;;;;ACIplE,QAAKJ,cAAU;AAAA,IACb,MAAM;AAAA,IACN,OAAO;AAAA,MACL,QAAQ;AAAA,QACJ,MAAM;AAAA,QACN,SAAS;AAAA,MACZ;AAAA,MACD,iBAAiB;AAAA,QACb,MAAM;AAAA,QACN,SAAS;AAAA,MACZ;AAAA,IACF;AAAA,EACH;;;AAhBA,WAAAC,cAAA,GAAAC,uBAAqxD,OAArxDC,IAAAA,WAAqxD;AAAA,MAAhxD,SAAQ;AAAA,MAAY,OAAM;AAAA,MAA8B,OAAK,CAAA,GAAM,OAAM,eAAA,GAAY,OAAM,kBAAA;AAAA,MAAe,OAAM;AAAA,MAAM,QAAO;AAAA,OAAc,KAAM,MAAA,GAAA;AAAA,MAAEC,IAAAA,mBAAunD,QAAA;AAAA,QAAjnD,GAAE;AAAA,QAAsgD,WAAU;AAAA,QAAyB,MAAM,OAAe,kBAAA,iBAAA;AAAA,QAA4B,aAAU;AAAA;;;;ACIpwD,QAAK,YAAU;AAAA,IACb,MAAM;AAAA,IACN,OAAO;AAAA,MACL,QAAQ;AAAA,QACJ,MAAM;AAAA,QACN,SAAS;AAAA,MACZ;AAAA,MACD,iBAAiB;AAAA,QACb,MAAM;AAAA,QACN,SAAS;AAAA,MACZ;AAAA,IACF;AAAA,EACH;;qBAhBiOA,oBAAq8C,mBAAA,QAAA;AAAA,IAA/7C,GAAE;AAAA,IAAy5C,WAAU;AAAA;qBAA0BA,oBAAqc,mBAAA,QAAA;AAAA,IAA/b,GAAE;AAAA,IAAwY,gBAAa;AAAA,IAAI,WAAU;AAAA;;IAAh3D;AAAA,IAAq8C;AAAA;;AAAtqD,WAAAH,cAAA,GAAAC,uBAAqnE,OAArnEC,IAAAA,WAAqnE;AAAA,MAAhnE,SAAQ;AAAA,MAAY,OAAM;AAAA,MAA8B,OAAK,CAAA,GAAM,OAAM,eAAA,GAAY,OAAM,kBAAA;AAAA,MAAe,OAAM;AAAA,MAAM,QAAO;AAAA,OAAc,KAAM,MAAA,GAAA;AAAA,MAAEC,IAAAA,mBAAu9D,KAAA;AAAA,QAAp9D,aAAU;AAAA,QAAW,MAAM,OAAe,kBAAA,iBAAA;AAAA;;;;;;;;;"}
@@ -0,0 +1,25 @@
1
+ !function(e, r) {
2
+ "object" == typeof exports && "undefined" != typeof module ? r(exports, require("vue")) : "function" == typeof define && define.amd ? define(["exports", "vue"], r) : r((e = "undefined" != typeof globalThis ? globalThis : e || self).icon = {}, e.Vue);
3
+ }(this, function(e, r) {
4
+ "use strict";
5
+ var o = (e2, r2) => {
6
+ const o2 = e2.__vccOpts || e2;
7
+ for (const [e3, t2] of r2)
8
+ o2[e3] = t2;
9
+ return o2;
10
+ };
11
+ const t = { name: "IconShield", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, n = ["fill"];
12
+ var C = o(t, [["render", function(e2, o2, t2, C2, l2, i2) {
13
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-shield`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z", transform: "translate(4 3)", fill: t2.useCurrentColor ? "currentColor" : "#000", "fill-rule": "nonzero" }, null, 8, n)], 16);
14
+ }]]);
15
+ const l = { name: "IconUser", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, i = ["fill"];
16
+ var s = o(l, [["render", function(e2, o2, t2, n2, C2, l2) {
17
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-user`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("path", { d: "M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z", transform: "translate(4.79 3.028)", fill: t2.useCurrentColor ? "currentColor" : "#000", "fill-rule": "nonzero" }, null, 8, i)], 16);
18
+ }]]);
19
+ const a = { name: "IconLock", props: { prefix: { type: String, default: "bb" }, useCurrentColor: { type: Boolean, default: true } } }, c = ["fill"], u = [r.createElementVNode("path", { d: "M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z", transform: "translate(4.705 2.994)" }, null, -1), r.createElementVNode("path", { d: "M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z", "fill-opacity": "1", transform: "translate(4.705 2.994)" }, null, -1)];
20
+ var f = o(a, [["render", function(e2, o2, t2, n2, C2, l2) {
21
+ return r.openBlock(), r.createElementBlock("svg", r.mergeProps({ viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", class: [`${t2.prefix}-icon`, `${t2.prefix}-icon-lock`], width: "1em", height: "1em" }, e2.$attrs), [r.createElementVNode("g", { "fill-rule": "nonzero", fill: t2.useCurrentColor ? "currentColor" : "#000" }, u, 8, c)], 16);
22
+ }]]);
23
+ e.IconLock = f, e.IconShield = C, e.IconUser = s, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
24
+ });
25
+ //# sourceMappingURL=icon.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.min.js","sources":["../../../../plugin-vue:export-helper","../src/IconShield/index.vue","../src/IconUser/index.vue","../src/IconLock/index.vue"],"sourcesContent":["\nexport default (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n}\n","<template>\n<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" :class=\"[`${prefix}-icon`, `${prefix}-icon-shield`]\" width=\"1em\" height=\"1em\" v-bind=\"$attrs\"><path d=\"M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z\" transform=\"translate(4 3)\" :fill=\"useCurrentColor ? 'currentColor' : '#000'\" fill-rule=\"nonzero\"/></svg>\n</template>\n<script>\n\nexport default {\n name: 'IconShield',\n props: {\n prefix: {\n type: String,\n default: 'bb',\n },\n useCurrentColor: {\n type: Boolean,\n default: true,\n },\n },\n};\n</script>\n","<template>\n<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" :class=\"[`${prefix}-icon`, `${prefix}-icon-user`]\" width=\"1em\" height=\"1em\" v-bind=\"$attrs\"><path d=\"M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z\" transform=\"translate(4.79 3.028)\" :fill=\"useCurrentColor ? 'currentColor' : '#000'\" fill-rule=\"nonzero\"/></svg>\n</template>\n<script>\n\nexport default {\n name: 'IconUser',\n props: {\n prefix: {\n type: String,\n default: 'bb',\n },\n useCurrentColor: {\n type: Boolean,\n default: true,\n },\n },\n};\n</script>\n","<template>\n<svg viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\" :class=\"[`${prefix}-icon`, `${prefix}-icon-lock`]\" width=\"1em\" height=\"1em\" v-bind=\"$attrs\"><g fill-rule=\"nonzero\" :fill=\"useCurrentColor ? 'currentColor' : '#000'\"><path d=\"M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z\" transform=\"translate(4.705 2.994)\"/><path d=\"M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z\" fill-opacity=\"1\" transform=\"translate(4.705 2.994)\"/></g></svg>\n</template>\n<script>\n\nexport default {\n name: 'IconLock',\n props: {\n prefix: {\n type: String,\n default: 'bb',\n },\n useCurrentColor: {\n type: Boolean,\n default: true,\n },\n },\n};\n</script>\n"],"names":["_export_sfc","sfc","props","target","__vccOpts","key","val","_sfc_main","name","prefix","type","String","default","useCurrentColor","Boolean","_openBlock","_createElementBlock","_mergeProps","viewBox","xmlns","class","$props","width","height","_ctx","$attrs","_createElementVNode","d","transform","fill","createElementVNode"],"mappings":";;;;AACA,MAAAA,IAAe,CAACC,IAAKC,OACnB;AAAA,UAAMC,KAASF,GAAIG,aAAaH;AAChC,eAAK,CAAOI,IAAKC,EAAQJ,KAAAA;AACvBC,MAAAA,GAAOE,MAAOC;AAEhB,WAAOH;AAAAA,EAAM;ACDf,QAAKI,IAAU,EACbC,MAAM,cACNN,OAAO,EACLO,QAAQ,EACJC,MAAMC,QACNC,SAAS,KAAA,GAEbC,iBAAiB,EACbH,MAAMI,SACNF,SAAS,KAAA,EAAA,EAAA;;AAbjB,WAAAG,eAAAC,qBAAqmE,OAArmEC,EAAAA,WAAqmE,EAAhmEC,SAAQ,aAAYC,OAAM,8BAA8BC,OAAK,CAAA,GAAMC,GAAMZ,eAAA,GAAYY,GAAMZ,oBAAiBa,GAAAA,OAAM,OAAMC,QAAO,MAAA,GAAcC,GAAMC,MAAAA,GAAA,CAAEC,EAAAA,mBAAq8D,QAAA,EAA/7DC,GAAE,41DAA21DC,WAAU,kBAAkBC,MAAMR,GAAeR,kBAAA,iBAAA,QAA4B,aAAU;GCIplE,CAAA,CAAA;AAAA,QAAKN,IAAU,EACbC,MAAM,YACNN,OAAO,EACLO,QAAQ,EACJC,MAAMC,QACNC,SAAS,QAEbC,iBAAiB,EACbH,MAAMI,SACNF,SAAAA;;AAbR,WAAAG,eAAAC,qBAAqxD,OAArxDC,EAAAA,WAAqxD,EAAhxDC,SAAQ,aAAYC,OAAM,8BAA8BC,OAAK,CAAA,GAAMC,GAAMZ,eAAA,GAAYY,GAAMZ,kBAAAA,GAAea,OAAM,OAAMC,QAAO,SAAcC,GAAMC,MAAAA,GAAA,CAAEC,EAAAA,mBAAunD,QAAA,EAAjnDC,GAAE,ugDAAsgDC,WAAU,yBAAyBC,MAAMR,GAAeR,kBAAA,iBAAA,QAA4B,aAAU,UAAA;GCIpwD,CAAA,CAAA;AAAA,QAAKN,IAAU,EACbC,MAAM,YACNN,OAAO,EACLO,QAAQ,EACJC,MAAMC,QACNC,SAAS,QAEbC,iBAAiB,EACbH,MAAMI,SACNF,wCAbyNc,EAAq8CI,mBAAA,QAAA,EAA/7CH,GAAE,05CAAy5CC,WAAU,yBAAA,WAA0BF,GAAAA,EAAqcI,mBAAA,QAAA,EAA/bH,GAAE,yYAAwY,gBAAa,KAAIC,WAAU;;AAAjlE,WAAAb,eAAAC,qBAAqnE,OAArnEC,EAAAA,WAAqnE,EAAhnEC,SAAQ,aAAYC,OAAM,8BAA8BC,OAAK,CAAA,GAAMC,GAAMZ,eAAA,GAAYY,GAAMZ,qBAAea,OAAM,OAAMC,QAAO,MAAA,GAAcC,GAAMC,MAAA,GAAA,CAAEC,EAAAA,mBAAu9D,KAAA,EAAp9D,aAAU,WAAWG,MAAMR,GAAeR,kBAAA,iBAAA,OAAA;;;;"}
@@ -0,0 +1,45 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLock",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "bb"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ d: "M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z",
19
+ transform: "translate(4.705 2.994)"
20
+ }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
22
+ d: "M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z",
23
+ "fill-opacity": "1",
24
+ transform: "translate(4.705 2.994)"
25
+ }, null, -1);
26
+ const _hoisted_4 = [
27
+ _hoisted_2,
28
+ _hoisted_3
29
+ ];
30
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
+ return openBlock(), createElementBlock("svg", mergeProps({
32
+ viewBox: "0 0 20 20",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lock`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), [
38
+ createElementVNode("g", {
39
+ "fill-rule": "nonzero",
40
+ fill: $props.useCurrentColor ? "currentColor" : "#000"
41
+ }, _hoisted_4, 8, _hoisted_1)
42
+ ], 16);
43
+ }
44
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
45
+ export { index as default };
@@ -0,0 +1,34 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconShield",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "bb"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return openBlock(), createElementBlock("svg", mergeProps({
19
+ viewBox: "0 0 20 20",
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-shield`],
22
+ width: "1em",
23
+ height: "1em"
24
+ }, _ctx.$attrs), [
25
+ createElementVNode("path", {
26
+ d: "M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z",
27
+ transform: "translate(4 3)",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ "fill-rule": "nonzero"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ export { index as default };
@@ -0,0 +1,34 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconUser",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "bb"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return openBlock(), createElementBlock("svg", mergeProps({
19
+ viewBox: "0 0 20 20",
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-user`],
22
+ width: "1em",
23
+ height: "1em"
24
+ }, _ctx.$attrs), [
25
+ createElementVNode("path", {
26
+ d: "M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z",
27
+ transform: "translate(4.79 3.028)",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ "fill-rule": "nonzero"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ export { index as default };
@@ -0,0 +1,8 @@
1
+ var _export_sfc = (sfc, props) => {
2
+ const target = sfc.__vccOpts || sfc;
3
+ for (const [key, val] of props) {
4
+ target[key] = val;
5
+ }
6
+ return target;
7
+ };
8
+ export { _export_sfc as default };
package/esm/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export { default as IconShield } from "./IconShield/index.js";
2
+ export { default as IconUser } from "./IconUser/index.js";
3
+ export { default as IconLock } from "./IconLock/index.js";
@@ -0,0 +1,46 @@
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: "IconLock",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ d: "M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z",
20
+ transform: "translate(4.705 2.994)"
21
+ }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
23
+ d: "M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z",
24
+ "fill-opacity": "1",
25
+ transform: "translate(4.705 2.994)"
26
+ }, null, -1);
27
+ const _hoisted_4 = [
28
+ _hoisted_2,
29
+ _hoisted_3
30
+ ];
31
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
32
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
33
+ viewBox: "0 0 20 20",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lock`],
36
+ width: "1em",
37
+ height: "1em"
38
+ }, _ctx.$attrs), [
39
+ vue.createElementVNode("g", {
40
+ "fill-rule": "nonzero",
41
+ fill: $props.useCurrentColor ? "currentColor" : "#000"
42
+ }, _hoisted_4, 8, _hoisted_1)
43
+ ], 16);
44
+ }
45
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
46
+ module.exports = index;
@@ -0,0 +1,35 @@
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: "IconShield",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 20 20",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-shield`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ vue.createElementVNode("path", {
27
+ d: "M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z",
28
+ transform: "translate(4 3)",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ "fill-rule": "nonzero"
31
+ }, null, 8, _hoisted_1)
32
+ ], 16);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ module.exports = index;
@@ -0,0 +1,35 @@
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: "IconUser",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 20 20",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-user`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ vue.createElementVNode("path", {
27
+ d: "M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z",
28
+ transform: "translate(4.79 3.028)",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ "fill-rule": "nonzero"
31
+ }, null, 8, _hoisted_1)
32
+ ], 16);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ module.exports = index;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var _export_sfc = (sfc, props) => {
3
+ const target = sfc.__vccOpts || sfc;
4
+ for (const [key, val] of props) {
5
+ target[key] = val;
6
+ }
7
+ return target;
8
+ };
9
+ module.exports = _export_sfc;
package/lib/index.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ var index = require("./IconShield/index.js");
4
+ var index$1 = require("./IconUser/index.js");
5
+ var index$2 = require("./IconLock/index.js");
6
+ exports.IconShield = index;
7
+ exports.IconUser = index$1;
8
+ exports.IconLock = index$2;
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@arco-iconbox/vue-bluebee",
3
+ "version": "0.0.1",
4
+ "main": "lib/index.js",
5
+ "module": "esm/index.js",
6
+ "license": "ISC",
7
+ "sideEffects": false,
8
+ "peerDependencies": {
9
+ "vue": ">=3.0.0"
10
+ }
11
+ }
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-lock`]" width="1em" height="1em" v-bind="$attrs"><g fill-rule="nonzero" :fill="useCurrentColor ? 'currentColor' : '#000'"><path d="M10.171875,3.4140625 C9.9015625,2.746875 9.51875,2.15 9.0359375,1.6421875 C8.553125,1.1296875 7.9875,0.725 7.3546875,0.440625 C6.7,0.1484375 6.0078125,0 5.2953125,0 C4.5828125,0 3.8890625,0.1484375 3.234375,0.4421875 C2.6015625,0.725 2.0375,1.1296875 1.553125,1.6421875 C1.065625,2.15625 0.6828125,2.753125 0.4171875,3.4140625 C0.140625,4.0984375 0,4.8265625 0,5.5796875 L0,12.9265625 C0,13.5265625 0.4640625,14.0140625 1.0359375,14.0140625 L9.55,14.0140625 C10.121875,14.0140625 10.5859885,13.5265625 10.5828125,12.9265625 L10.5828125,6.4421875 L10.5859885,6.14375 L10.5859885,5.5796875 C10.5890625,4.8296875 10.4484375,4.1015625 10.171875,3.4140625 Z M3.65,1.425 L3.653125,1.425 L3.6734375,1.4171875 C4.184375,1.184375 4.7296875,1.0671875 5.29375,1.0671875 C5.8546875,1.0671875 6.4015625,1.1859375 6.915625,1.4140625 C7.4140625,1.6390625 7.8671875,1.9625 8.259375,2.3734375 C8.6546875,2.790625 8.9625,3.2734375 9.1796875,3.8109375 C9.40625,4.3703125 9.5203125,4.9640625 9.5203125,5.5796875 L9.5203125,6.0421875 L1.0671875,6.0421875 L1.0671875,6.0421875 L1.0671875,5.578125 C1.0671875,4.96875 1.18125,4.375 1.4078125,3.8109375 C1.6265625,3.26875 1.9375,2.7859375 2.328125,2.375 C2.7171875,1.965625 3.159375,1.6453125 3.65,1.425 Z M9.525,7.10625 L9.525,12.925 C9.525,12.934375 9.5234375,12.9421875 9.521875,12.946875 L1.0703125,12.946875 C1.06875,12.9421875 1.0671875,12.934375 1.0671875,12.925 L1.0671875,7.10625 L9.525,7.10625 Z" transform="translate(4.705 2.994)"/><path d="M4.8015625,9.50625 L4.8015625,10.9046875 C4.8015625,11.178125 5.0234375,11.4 5.296875,11.4 C5.5703125,11.4 5.7921875,11.178125 5.7921875,10.9046875 L5.7921875,9.503125 C6.0546875,9.334375 6.2125,9.05 6.2125,8.734375 C6.2125,8.228125 5.8015625,7.8171875 5.2953125,7.8171875 C4.7890625,7.8171875 4.378125,8.228125 4.378125,8.734375 C4.3796875,9.0453125 4.540625,9.3390625 4.8015625,9.50625 Z" fill-opacity="1" transform="translate(4.705 2.994)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLock',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-shield`]" width="1em" height="1em" v-bind="$attrs"><path d="M6,14 C3.8999976,14 0,10.8639962 0,7.89599423 L0,2.23299523 C0,2.09298217 0.111624531,1.98800673 0.258142855,1.98099921 L0.600000685,1.97399169 C0.613955463,1.97399169 1.94650668,1.94598908 3.32093593,1.39999313 C4.72326104,0.840009618 5.63023946,0.196004534 5.64418054,0.188997011 L5.84651798,0.0489839583 C5.88836862,0.0209950879 5.94418773,0 6,0 C6.05581227,0 6.11161768,0.0139875651 6.15348202,0.0489976985 L6.35581946,0.195990794 C6.36280369,0.202998317 7.27673896,0.847003401 8.6860483,1.40700065 C10.0604639,1.9529966 11.3930014,1.98099921 11.4069699,1.98099921 L11.7418571,1.98800673 C11.8814049,1.98800673 12,2.09998969 12,2.24000275 L12,7.90300175 C12,10.8639962 8.1000024,14 6,14 L6,14 Z M11.0790805,2.89100161 C10.5627811,2.8489977 9.47441795,2.71599217 8.35116102,2.26799162 C7.19301029,1.81299729 6.34883522,1.30199773 6.00000685,1.07099681 C5.65116478,1.29499021 4.80697602,1.81299729 3.64883898,2.26799162 C2.52558205,2.71599217 1.44418945,2.8489977 0.920933194,2.89100161 L0.920933194,7.89599423 C0.920933194,10.2200048 4.31859987,13.0690025 6.00000685,13.0690025 C6.64884241,13.0690025 7.91860397,12.5369941 9.16046968,11.3749957 C10.3604574,10.2550012 11.0790805,8.95300347 11.0790805,7.89599423 L11.0790805,2.89101535 L11.0790805,2.89100161 Z M5.51860124,8.84800055 C5.43488626,8.93900216 5.31627749,8.98799986 5.19069818,8.98799986 C5.06511887,8.98799986 4.95349434,8.93900216 4.86279513,8.84798681 L3.4744248,7.44799368 C3.38734547,7.3607992 3.33841011,7.24243291 3.33841011,7.11899736 C3.33841011,6.9955618 3.38734547,6.87719551 3.4744248,6.79000103 C3.65580953,6.6079978 3.94186194,6.6079978 4.12326036,6.78299351 L4.1302446,6.79000103 L5.19069818,7.86099784 L7.86278486,5.15899323 C8.03721274,4.97699 8.3302357,4.97699 8.51163412,5.15198571 L8.51860466,5.15899323 C8.70000308,5.34099646 8.70000308,5.63499639 8.51860466,5.81699962 L5.51860124,8.84800055 Z" transform="translate(4 3)" :fill="useCurrentColor ? 'currentColor' : '#000'" fill-rule="nonzero"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconShield',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-user`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.0125,11.378125 C9.75,10.7578125 9.3734375,10.2 8.8953125,9.721875 C8.4171875,9.24375 7.859375,8.8671875 7.2390625,8.6046875 C7.028125,8.515625 6.8109375,8.440625 6.5921875,8.3796875 C7.2109375,8.1703125 7.778125,7.8203125 8.253125,7.3453125 C9.065625,6.5328125 9.5140625,5.4515625 9.5140625,4.303125 C9.5140625,3.1546875 9.0671875,2.0734375 8.253125,1.2609375 C7.440625,0.4484375 6.359375,0 5.2109375,0 C4.0625,0 2.98125,0.446875 2.16875,1.2609375 C1.35625,2.0734375 0.9078125,3.1546875 0.9078125,4.303125 C0.9078125,5.4515625 1.3546875,6.5328125 2.16875,7.3453125 C2.64375,7.8203125 3.2109375,8.1703125 3.8296875,8.3796875 C3.6109375,8.440625 3.39375,8.5140625 3.1828125,8.6046875 C2.5625,8.8671875 2.0046875,9.24375 1.5265625,9.721875 C1.0484375,10.2 0.671875,10.7578125 0.409375,11.378125 C0.1375,12.021875 0,12.703125 0,13.4078125 C0,13.71875 0.2515625,13.9703125 0.5625,13.9703125 C0.8734375,13.9703125 1.125,13.71875 1.125,13.4078125 C1.125,12.315625 1.55,11.2890625 2.321875,10.5171875 C3.09375,9.7453125 4.1203125,9.3203125 5.2125,9.3203125 C6.3046875,9.3203125 7.33125,9.7453125 8.103125,10.5171875 C8.875,11.2890625 9.3,12.315625 9.3,13.4078125 C9.3,13.71875 9.5515625,13.9703125 9.8625,13.9703125 C10.1734375,13.9703125 10.425,13.71875 10.425,13.4078125 C10.421875,12.703125 10.284375,12.021875 10.0125,11.378125 Z M2.03125,4.303125 C2.03125,2.55 3.4578125,1.125 5.209375,1.125 C6.9609375,1.125 8.3875,2.55 8.3875,4.303125 C8.3875,6.05625 6.9625,7.48125 5.209375,7.48125 C3.45625,7.48125 2.03125,6.0546875 2.03125,4.303125 Z" transform="translate(4.79 3.028)" :fill="useCurrentColor ? 'currentColor' : '#000'" fill-rule="nonzero"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconUser',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export { default as IconShield } from './IconShield/index.vue';
2
+ export { default as IconUser } from './IconUser/index.vue';
3
+ export { default as IconLock } from './IconLock/index.vue';