@opentinyvue/vue-icon-saas 2.22.1 → 2.23.0
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/index.d.ts +7 -1
- package/index.js +816 -801
- package/lib/go-back.js +5 -13
- package/lib/grid-no-data.js +216 -0
- package/lib/person-history.js +34 -0
- package/lib/pushpin-solid.js +65 -0
- package/lib/pushpin.js +21 -5
- package/package.json +3 -3
- package/src/grid-no-data/index.d.ts +2 -0
- package/src/person-history/index.d.ts +2 -0
- package/src/pushpin-solid/index.d.ts +2 -0
package/lib/go-back.js
CHANGED
|
@@ -4,22 +4,14 @@ var render = function render2() {
|
|
|
4
4
|
var _h = _vm.$createElement;
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
|
-
staticStyle: {
|
|
8
|
-
"enable-background": "new 0 0 16 16"
|
|
9
|
-
},
|
|
10
7
|
attrs: {
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"xml:space": "preserve"
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
14
10
|
}
|
|
15
|
-
}, _vm.$listeners), [_c("
|
|
16
|
-
staticStyle: {
|
|
17
|
-
"fill": "none"
|
|
18
|
-
}
|
|
19
|
-
}), _c("path", {
|
|
20
|
-
staticClass: "go-back_svg__st1",
|
|
11
|
+
}, _vm.$listeners), [_c("path", {
|
|
21
12
|
attrs: {
|
|
22
|
-
"d": "
|
|
13
|
+
"d": "m7.99 6.11-3.4 2.42h12.97c.31 0 .62.03.93.09.35.07.68.19 1.01.34a5.016 5.016 0 0 1 1.57 1.16c.15.17.29.33.41.51.26.37.47.76.64 1.19.09.24.16.48.22.72.1.44.16.89.16 1.35a5.921 5.921 0 0 1-.38 2.06c-.17.43-.38.83-.64 1.19-.12.18-.26.35-.41.51a5.016 5.016 0 0 1-1.57 1.16c-.33.16-.66.27-1.01.34-.31.06-.62.1-.93.1H4.02c-.42 0-.75-.34-.75-.75 0-.43.33-.75.75-.75h13.54a2.978 2.978 0 0 0 1.31-.3l.24-.12c.32-.18.6-.41.85-.69.09-.09.17-.19.24-.29.21-.28.38-.6.52-.94.05-.15.1-.3.14-.45a4.185 4.185 0 0 0 0-2.14c-.04-.16-.09-.31-.14-.46-.14-.34-.31-.65-.52-.94-.07-.1-.15-.19-.24-.29-.25-.28-.53-.51-.85-.68-.08-.05-.16-.09-.24-.13-.23-.11-.46-.18-.71-.23-.19-.04-.4-.06-.6-.06H2.25c-.13 0-.24-.03-.35-.08a.78.78 0 0 1-.27-.24c-.12-.16-.16-.35-.12-.56.03-.2.13-.36.3-.48l5.31-3.79c.34-.24.8-.16 1.05.18.24.34.16.8-.18 1.05Z",
|
|
14
|
+
"fill-rule": "evenodd"
|
|
23
15
|
}
|
|
24
16
|
})]);
|
|
25
17
|
};
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"width": "112",
|
|
9
|
+
"height": "95",
|
|
10
|
+
"viewBox": "0 0 112 95",
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
12
|
+
}
|
|
13
|
+
}, _vm.$listeners), [_c("defs", [_c("linearGradient", {
|
|
14
|
+
attrs: {
|
|
15
|
+
"id": "grid-no-data_svg__a",
|
|
16
|
+
"x1": "62",
|
|
17
|
+
"y1": "33.5",
|
|
18
|
+
"x2": "97",
|
|
19
|
+
"y2": "73.5",
|
|
20
|
+
"gradientUnits": "userSpaceOnUse"
|
|
21
|
+
}
|
|
22
|
+
}, [_c("stop", {
|
|
23
|
+
attrs: {
|
|
24
|
+
"stop-color": "#AEDBFF",
|
|
25
|
+
"stop-opacity": ".514"
|
|
26
|
+
}
|
|
27
|
+
}), _c("stop", {
|
|
28
|
+
attrs: {
|
|
29
|
+
"offset": "1",
|
|
30
|
+
"stop-color": "#FFF",
|
|
31
|
+
"stop-opacity": ".643"
|
|
32
|
+
}
|
|
33
|
+
})], 1), _c("linearGradient", {
|
|
34
|
+
attrs: {
|
|
35
|
+
"id": "grid-no-data_svg__b",
|
|
36
|
+
"x1": "56.86",
|
|
37
|
+
"y1": "68.941",
|
|
38
|
+
"x2": "56.86",
|
|
39
|
+
"y2": "80.539",
|
|
40
|
+
"gradientUnits": "userSpaceOnUse"
|
|
41
|
+
}
|
|
42
|
+
}, [_c("stop", {
|
|
43
|
+
attrs: {
|
|
44
|
+
"stop-color": "#96CEFD",
|
|
45
|
+
"stop-opacity": ".247"
|
|
46
|
+
}
|
|
47
|
+
}), _c("stop", {
|
|
48
|
+
attrs: {
|
|
49
|
+
"offset": "1",
|
|
50
|
+
"stop-color": "#FFF",
|
|
51
|
+
"stop-opacity": "0"
|
|
52
|
+
}
|
|
53
|
+
})], 1), _c("linearGradient", {
|
|
54
|
+
attrs: {
|
|
55
|
+
"id": "grid-no-data_svg__c",
|
|
56
|
+
"x1": "53.107",
|
|
57
|
+
"y1": "79.711",
|
|
58
|
+
"x2": "52.01",
|
|
59
|
+
"y2": "87.133",
|
|
60
|
+
"gradientUnits": "userSpaceOnUse"
|
|
61
|
+
}
|
|
62
|
+
}, [_c("stop", {
|
|
63
|
+
attrs: {
|
|
64
|
+
"stop-color": "#57E3BD",
|
|
65
|
+
"stop-opacity": ".122"
|
|
66
|
+
}
|
|
67
|
+
}), _c("stop", {
|
|
68
|
+
attrs: {
|
|
69
|
+
"offset": "1",
|
|
70
|
+
"stop-color": "#D8D8D8",
|
|
71
|
+
"stop-opacity": "0"
|
|
72
|
+
}
|
|
73
|
+
}), _c("stop", {
|
|
74
|
+
attrs: {
|
|
75
|
+
"offset": "1",
|
|
76
|
+
"stop-color": "#D8D8D8",
|
|
77
|
+
"stop-opacity": "0"
|
|
78
|
+
}
|
|
79
|
+
})], 1), _c("filter", {
|
|
80
|
+
attrs: {
|
|
81
|
+
"id": "grid-no-data_svg__d",
|
|
82
|
+
"x": "26.984",
|
|
83
|
+
"y": "17.6",
|
|
84
|
+
"width": "57",
|
|
85
|
+
"height": "63.417",
|
|
86
|
+
"filterUnits": "userSpaceOnUse",
|
|
87
|
+
"color-interpolation-filters": "sRGB"
|
|
88
|
+
}
|
|
89
|
+
}, [_c("feFlood", {
|
|
90
|
+
attrs: {
|
|
91
|
+
"flood-opacity": "0",
|
|
92
|
+
"result": "BackgroundImageFix"
|
|
93
|
+
}
|
|
94
|
+
}), _c("feColorMatrix", {
|
|
95
|
+
attrs: {
|
|
96
|
+
"in": "SourceAlpha",
|
|
97
|
+
"values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
98
|
+
"result": "hardAlpha"
|
|
99
|
+
}
|
|
100
|
+
}), _c("feOffset"), _c("feGaussianBlur", {
|
|
101
|
+
attrs: {
|
|
102
|
+
"stdDeviation": ".667"
|
|
103
|
+
}
|
|
104
|
+
}), _c("feComposite", {
|
|
105
|
+
attrs: {
|
|
106
|
+
"in2": "hardAlpha",
|
|
107
|
+
"operator": "out",
|
|
108
|
+
"k2": "-1",
|
|
109
|
+
"k3": "1"
|
|
110
|
+
}
|
|
111
|
+
}), _c("feColorMatrix", {
|
|
112
|
+
attrs: {
|
|
113
|
+
"values": "0 0 0 0 0 0 0 0 0 0.40392 0 0 0 0 0.81961 0 0 0 0.2 0"
|
|
114
|
+
}
|
|
115
|
+
}), _c("feBlend", {
|
|
116
|
+
attrs: {
|
|
117
|
+
"in2": "BackgroundImageFix",
|
|
118
|
+
"result": "effect_dropShadow_1"
|
|
119
|
+
}
|
|
120
|
+
}), _c("feBlend", {
|
|
121
|
+
attrs: {
|
|
122
|
+
"in": "SourceGraphic",
|
|
123
|
+
"in2": "effect_dropShadow_1",
|
|
124
|
+
"result": "shape"
|
|
125
|
+
}
|
|
126
|
+
})], 1)], 1), _c("path", {
|
|
127
|
+
attrs: {
|
|
128
|
+
"d": "M55.26 5.59c13.68-.47 35.49 6.72 46.8 26.71 11.3 20 8.4 46.97-32.03 53.46C29.6 92.26 9.84 74.34 6.32 57.69 2.8 41.04 16.45 27.38 23.98 20.32c7.52-7.06 17.6-14.26 31.28-14.73Z",
|
|
129
|
+
"fill": "#0D94FF",
|
|
130
|
+
"fill-opacity": ".102",
|
|
131
|
+
"fill-rule": "evenodd"
|
|
132
|
+
}
|
|
133
|
+
}), _c("path", {
|
|
134
|
+
attrs: {
|
|
135
|
+
"d": "M105.71 40.46c-6.4-6.03-15.77-14.37-18.58-14.37-4.4 0-13.68 9.78-16.7 11.6-1.18.7-5.47-1.65-10.92-4.63-8.59-4.7-20.04-10.96-26.65-9.3-6.64 1.67-17.54 10.91-24.96 17.79-1.95 4.91-2.8 10.35-1.58 16.14C9.07 70.7 21.74 84.5 46.46 86.79l19.68-.47a95.9 95.9 0 0 0 3.89-.56c35.13-5.64 41.93-26.75 35.68-45.3Z",
|
|
136
|
+
"fill": "url(#grid-no-data_svg__a)",
|
|
137
|
+
"fill-rule": "evenodd"
|
|
138
|
+
}
|
|
139
|
+
}), _c("path", {
|
|
140
|
+
attrs: {
|
|
141
|
+
"d": "M88.96 80.12c-9.54-4.4-32.77-15.05-34.55-15.05-2.25 0-7.56 4.64-9.11 5.44-.57.3-1.67-.86-3.12-2.38-2.45-2.57-5.88-6.18-9.36-5.43-5.51 1.21-13.94 11.91-13.94 11.91l.19 2.39C29.43 84.91 46.11 89.6 70 85.76c7.59-1.22 13.86-3.16 18.96-5.64Z",
|
|
142
|
+
"fill": "url(#grid-no-data_svg__b)",
|
|
143
|
+
"fill-rule": "evenodd"
|
|
144
|
+
}
|
|
145
|
+
}), _c("path", {
|
|
146
|
+
attrs: {
|
|
147
|
+
"d": "M83.81 82.3c-9.18-1.83-21.09-2.93-34.12-2.93-8.91 0-17.29.51-24.64 1.42 10.4 5.49 25.22 8.15 44.98 4.97 5.2-.83 9.77-2.01 13.78-3.46Z",
|
|
148
|
+
"fill": "url(#grid-no-data_svg__c)",
|
|
149
|
+
"fill-rule": "evenodd"
|
|
150
|
+
}
|
|
151
|
+
}), _c("g", {
|
|
152
|
+
attrs: {
|
|
153
|
+
"filter": "url(#grid-no-data_svg__d)"
|
|
154
|
+
}
|
|
155
|
+
}, [_c("rect", {
|
|
156
|
+
attrs: {
|
|
157
|
+
"x": "28.984",
|
|
158
|
+
"y": "19.6",
|
|
159
|
+
"rx": "5.283",
|
|
160
|
+
"width": "53",
|
|
161
|
+
"height": "59.417",
|
|
162
|
+
"fill": "#E4E4E4"
|
|
163
|
+
}
|
|
164
|
+
})]), _c("rect", {
|
|
165
|
+
attrs: {
|
|
166
|
+
"x": "31.634",
|
|
167
|
+
"y": "22.241",
|
|
168
|
+
"rx": "3.962",
|
|
169
|
+
"width": "47.7",
|
|
170
|
+
"height": "54.136",
|
|
171
|
+
"fill": "#FFF"
|
|
172
|
+
}
|
|
173
|
+
}), _c("path", {
|
|
174
|
+
attrs: {
|
|
175
|
+
"d": "M55.81 11.01c2.38 0 3.71 1.78 4.41 3.3.53 1.16 1.62 2.1 2.9 2.1h.33c2.91 0 5.28 2.36 5.28 5.28v3.19H42.89v-3.19c0-2.92 2.37-5.28 5.28-5.28h.33c1.28 0 2.37-.94 2.91-2.1.69-1.52 2.02-3.3 4.4-3.3Zm0 6.07c.71 0 1.29-.58 1.29-1.3 0-.72-.58-1.3-1.29-1.3-.71 0-1.29.58-1.29 1.3 0 .72.58 1.3 1.29 1.3Z",
|
|
176
|
+
"fill": "#C9C9C9",
|
|
177
|
+
"fill-rule": "evenodd"
|
|
178
|
+
}
|
|
179
|
+
}), _c("path", {
|
|
180
|
+
attrs: {
|
|
181
|
+
"d": "m69.39 37.42-27.16.03v2.61l27.16-.03v-2.61Zm0 7.92-27.16.04v2.6l27.16-.03v-2.61Zm-8.22 9.91 8-.03V52.6l-8 .03v2.62ZM58.29 60.56a8.31 8.31 0 0 0-7.86-7.86v7.86h7.86Zm-9.71-7.76v9.61h9.61c-.67 3.93-4.09 6.93-8.21 6.93-4.6 0-8.32-3.73-8.32-8.33a8.33 8.33 0 0 1 6.92-8.21Z",
|
|
182
|
+
"fill": "#EEE",
|
|
183
|
+
"fill-rule": "evenodd"
|
|
184
|
+
}
|
|
185
|
+
}), _c("path", {
|
|
186
|
+
attrs: {
|
|
187
|
+
"d": "M81.89 47.7c5.79 0 10.5 4.7 10.5 10.48 0 2.96-1.24 5.65-3.23 7.55l1.96 1.95c.07.08.13.16.17.26.68.01 1.36.3 1.88.82l4.18 4.18c.1.1.1.25 0 .35a2.728 2.728 0 0 1-3.85 0l-4.19-4.19a.248.248 0 0 1 0-.34c.12-.12.25-.22.38-.31l-1.62-1.61c-.03-.04-.07-.08-.1-.12a10.435 10.435 0 0 1-6.08 1.94c-5.79 0-10.5-4.7-10.5-10.48S76.1 47.7 81.89 47.7Zm8.5 10.48c0-1.15-.2-2.22-.6-3.2-.41-1.02-1.04-1.95-1.89-2.79a8.409 8.409 0 0 0-2.77-1.88c-.99-.4-2.07-.61-3.24-.61-1.16 0-2.24.21-3.24.61-1.01.42-1.93 1.04-2.77 1.88-.84.84-1.47 1.77-1.88 2.79-.41.98-.61 2.05-.61 3.2 0 1.15.2 2.21.61 3.2.41 1.02 1.04 1.95 1.88 2.79.84.83 1.76 1.46 2.77 1.87 1 .41 2.08.62 3.24.62 1.17 0 2.25-.21 3.24-.62 1.01-.41 1.94-1.04 2.77-1.87.85-.84 1.48-1.77 1.89-2.79.4-.99.6-2.05.6-3.2Z",
|
|
188
|
+
"fill": "#2CB8C9",
|
|
189
|
+
"fill-rule": "evenodd"
|
|
190
|
+
}
|
|
191
|
+
}), _c("path", {
|
|
192
|
+
attrs: {
|
|
193
|
+
"d": "M88.6 44.86v-6.24c0-.56.44-1 1-1s1 .44 1 1v6.24c0 .56-.44 1-1 1s-1-.44-1-1Zm8.69-3.62-4.42 4.41c-.39.4-.4 1.02 0 1.41.4.4 1.02.4 1.41.01l4.42-4.41c.4-.4.4-1.02 0-1.41a.987.987 0 0 0-1.41-.01Zm3.92 7.97h-6.25c-.56 0-1 .44-1 1s.44 1 1 1h6.25c.56 0 1-.44 1-1s-.44-1-1-1Z",
|
|
194
|
+
"fill": "#C9C9C9",
|
|
195
|
+
"fill-rule": "evenodd"
|
|
196
|
+
}
|
|
197
|
+
}), _c("path", {
|
|
198
|
+
attrs: {
|
|
199
|
+
"d": "M21.75 26.19c.12.01.22.01.3.01.56 0 .99-.44.99-1s-.44-1-1-1h-.16c-.16-.01-.34-.03-.52-.06-.57-.09-1.09-.24-1.56-.46-.61-.29-1.09-.68-1.44-1.16-.06-.1-.13-.2-.18-.3.42-.07.83-.17 1.23-.29.08-.02.16-.05.23-.07.59-.2 1.12-.44 1.58-.73a3.622 3.622 0 0 0 1.26-1.32c.1-.18.19-.36.26-.55.14-.34.23-.71.27-1.09.07-.55.03-1.08-.11-1.57-.02-.04-.03-.08-.04-.11-.15-.45-.36-.83-.66-1.14-.1-.11-.22-.21-.34-.3-.24-.18-.52-.33-.83-.44a4.84 4.84 0 0 0-.95-.18 3.03 3.03 0 0 0-.52.01c-.17.01-.34.04-.51.08-.17.04-.33.09-.49.15-.19.07-.37.16-.54.26-.13.07-.25.15-.36.24-.55.41-.99.98-1.32 1.68-.42.91-.62 2.03-.62 3.35-.43-.07-.82-.1-1.18-.25-.15-.07-.28-.14-.41-.22-.47-.32-.84-.78-1.11-1.4-.02-.05-.05-.1-.07-.15-.08-.22-.15-.43-.2-.66-.03-.13-.05-.23-.05-.29-.06-.56-.54-.95-1.1-.9-.56.06-.95.54-.89 1.1.01.15.04.33.09.54.07.28.15.56.25.83.04.12.09.23.14.34.24.54.54 1.02.9 1.43.27.31.57.58.91.8.23.16.47.29.73.41.62.27 1.29.44 2.02.52l.3.03c.12.36.27.69.46 1.01.07.11.14.23.22.34.09.12.18.23.28.35.51.6 1.16 1.09 1.95 1.46.64.3 1.34.51 2.1.62.24.04.47.07.69.08Zm-4.03-5.92c.42-.06.84-.16 1.24-.3.45-.15.88-.34 1.21-.54.23-.14.42-.35.57-.61.04-.06.07-.13.1-.19.09-.22.16-.45.19-.69.03-.31.01-.58-.07-.83-.07-.21-.17-.36-.3-.47-.08-.05-.17-.1-.28-.13-.13-.05-.26-.08-.41-.08a1.6 1.6 0 0 0-.49.04c-.15.04-.3.1-.45.18-.36.22-.65.56-.87 1.04-.3.64-.44 1.55-.44 2.58Z",
|
|
200
|
+
"fill": "#0A7EF7",
|
|
201
|
+
"fill-rule": "evenodd"
|
|
202
|
+
}
|
|
203
|
+
})]);
|
|
204
|
+
};
|
|
205
|
+
var NoData = {
|
|
206
|
+
render
|
|
207
|
+
};
|
|
208
|
+
var index = function index2() {
|
|
209
|
+
return svg({
|
|
210
|
+
name: "IconGridNoData",
|
|
211
|
+
component: NoData
|
|
212
|
+
})();
|
|
213
|
+
};
|
|
214
|
+
export {
|
|
215
|
+
index as default
|
|
216
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"width": "22.998",
|
|
9
|
+
"height": "23",
|
|
10
|
+
"viewBox": "0 0 22.998 23",
|
|
11
|
+
"fill": "none",
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"d": "M16.081 6.238q.003-.103.003-.207c0-.822-.089-1.57-.265-2.245-.197-.753-.5-1.4-.91-1.942a4.415 4.415 0 0 0-.727-.757 4.427 4.427 0 0 0-.978-.605C12.496.161 11.678 0 10.75 0 9.82 0 9.003.16 8.296.482a4.432 4.432 0 0 0-.978.605l-.008.006q-.399.328-.72.751c-.409.542-.712 1.19-.91 1.942a8.869 8.869 0 0 0-.264 2.245l.002.207a1.96 1.96 0 0 0-.16.257 2.239 2.239 0 0 0-.218.65 2.667 2.667 0 0 0-.038.319c-.02.36.033.723.16 1.09a2.881 2.881 0 0 0 .614 1.03c.199.213.416.378.65.496.144.252.3.49.47.713.18.255.37.564.449.766a.948.948 0 0 1 .082.39.313.313 0 0 1-.025.107c-.06.078-.197.215-.339.287-.136.07-.326.152-.57.25-.156.062-.419.162-.788.3-.76.284-1.34.514-1.745.69-.709.31-1.31.624-1.802.944-1.146.747-1.834 1.602-2.062 2.566a3.193 3.193 0 0 0-.085.749c0 .13-.002.32-.006.57-.007.439-.006.758.003.957.017.367.065.675.144.922.097.303.246.552.448.745.042.04.085.077.131.112.275.193.664.336 1.063.352h8.418A8.022 8.022 0 0 1 9.18 20l-7.339.001q-.15-.008-.198-.044c-.02-.015-.041-.056-.062-.123a2.205 2.205 0 0 1-.075-.534 16.047 16.047 0 0 1-.002-.864c.005-.258.007-.457.007-.594 0-.088.006-.174.019-.26.043-.284.16-.557.35-.82.244-.334.61-.66 1.097-.978.422-.275.95-.55 1.582-.825.38-.166.937-.386 1.672-.66.379-.143.652-.247.818-.313.286-.114.517-.216.694-.306.346-.176.618-.394.816-.654.106-.14.19-.288.25-.446.065-.168.103-.347.115-.536.038-.606-.21-1.285-.747-2.039L8.1 9.9a5.052 5.052 0 0 1-.473-.753.739.739 0 0 0-.445-.374.742.742 0 0 1-.312-.214 1.354 1.354 0 0 1-.29-.493c-.08-.23-.101-.45-.064-.657.028-.154.079-.263.154-.328a.74.74 0 0 0 .259-.612 7.444 7.444 0 0 1-.013-.424c0-.694.072-1.328.216-1.878.147-.561.365-1.033.655-1.417.127-.168.269-.319.425-.453Q9.14 1.5 10.75 1.5q1.61 0 2.538.796c.156.134.297.285.425.453.29.384.508.856.655 1.417.144.55.216 1.172.216 1.865 0 .146-.005.292-.013.437a.739.739 0 0 0 .26.613c.075.065.126.174.153.327.037.207.016.426-.064.657a1.455 1.455 0 0 1-.156.322 8.04 8.04 0 0 1 1.662-.135 2.735 2.735 0 0 0 .035-1.108q-.064-.352-.22-.65a1.994 1.994 0 0 0-.16-.256ZM9.498 16.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Zm1.5 0a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm4.474-3.9c.42 0 .75.33.75.75v3.065l2.462 1.397c.366.207.49.657.283 1.023a.743.743 0 0 1-1.023.282l-2.843-1.613q-.088-.05-.157-.119-.07-.068-.12-.156-.051-.087-.077-.182-.025-.094-.025-.195V13.1c0-.42.33-.75.75-.75Z",
|
|
17
|
+
"clip-rule": "evenodd",
|
|
18
|
+
"fill": "#191919",
|
|
19
|
+
"fill-rule": "evenodd"
|
|
20
|
+
}
|
|
21
|
+
})]);
|
|
22
|
+
};
|
|
23
|
+
var PersonHistory = {
|
|
24
|
+
render
|
|
25
|
+
};
|
|
26
|
+
var index = function index2() {
|
|
27
|
+
return svg({
|
|
28
|
+
name: "IconPersonHistory",
|
|
29
|
+
component: PersonHistory
|
|
30
|
+
})();
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
index as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"width": "16",
|
|
9
|
+
"height": "16",
|
|
10
|
+
"viewBox": "0 0 16 16",
|
|
11
|
+
"fill": "none",
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"id": "pushpin-solid_svg__a"
|
|
17
|
+
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#fff",
|
|
21
|
+
"fill-opacity": "0",
|
|
22
|
+
"d": "M0 0h16v16H0z"
|
|
23
|
+
}
|
|
24
|
+
})])]), _c("g", {
|
|
25
|
+
attrs: {
|
|
26
|
+
"clip-path": "url(#pushpin-solid_svg__a)"
|
|
27
|
+
}
|
|
28
|
+
}, [_c("mask", {
|
|
29
|
+
attrs: {
|
|
30
|
+
"id": "pushpin-solid_svg__b",
|
|
31
|
+
"mask-type": "alpha",
|
|
32
|
+
"maskUnits": "userSpaceOnUse",
|
|
33
|
+
"x": "0",
|
|
34
|
+
"y": "0",
|
|
35
|
+
"width": "16",
|
|
36
|
+
"height": "16"
|
|
37
|
+
}
|
|
38
|
+
}, [_c("path", {
|
|
39
|
+
attrs: {
|
|
40
|
+
"fill": "#000",
|
|
41
|
+
"d": "M0 0h16v16H0z"
|
|
42
|
+
}
|
|
43
|
+
})]), _c("g", {
|
|
44
|
+
attrs: {
|
|
45
|
+
"mask": "url(#pushpin-solid_svg__b)"
|
|
46
|
+
}
|
|
47
|
+
}, [_c("path", {
|
|
48
|
+
attrs: {
|
|
49
|
+
"d": "M10.68 1.86c.42-.35 1.04-.32 1.42.06l1.97 1.97c.38.38.41 1 .06 1.41L11.3 8.66l.38.38c.38.38.4.97.08 1.39l-2.02 2.02c-.41.41-1.08.41-1.49 0l-2.01-2.01-3.32 3.33c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.33-3.32-2.01-2.02c-.39-.38-.41-.99-.07-1.41l1.99-2c.41-.41 1.08-.41 1.49 0l.38.38 3.36-2.83Z",
|
|
50
|
+
"fill": "#191919"
|
|
51
|
+
}
|
|
52
|
+
})])])]);
|
|
53
|
+
};
|
|
54
|
+
var PushpinSolid = {
|
|
55
|
+
render
|
|
56
|
+
};
|
|
57
|
+
var index = function index2() {
|
|
58
|
+
return svg({
|
|
59
|
+
name: "IconPushpinSolid",
|
|
60
|
+
component: PushpinSolid
|
|
61
|
+
})();
|
|
62
|
+
};
|
|
63
|
+
export {
|
|
64
|
+
index as default
|
|
65
|
+
};
|
package/lib/pushpin.js
CHANGED
|
@@ -5,15 +5,31 @@ var render = function render2() {
|
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
7
|
attrs: {
|
|
8
|
-
"
|
|
8
|
+
"width": "16",
|
|
9
|
+
"height": "16",
|
|
10
|
+
"viewBox": "0 0 16 16",
|
|
11
|
+
"fill": "none",
|
|
9
12
|
"xmlns": "http://www.w3.org/2000/svg"
|
|
10
13
|
}
|
|
11
|
-
}, _vm.$listeners), [_c("
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
12
15
|
attrs: {
|
|
13
|
-
"
|
|
14
|
-
"fill-rule": "evenodd"
|
|
16
|
+
"id": "pushpin_svg__a"
|
|
15
17
|
}
|
|
16
|
-
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#191919",
|
|
21
|
+
"d": "M0 0h16v16H0z"
|
|
22
|
+
}
|
|
23
|
+
})])]), _c("g", {
|
|
24
|
+
attrs: {
|
|
25
|
+
"clip-path": "url(#pushpin_svg__a)"
|
|
26
|
+
}
|
|
27
|
+
}, [_c("path", {
|
|
28
|
+
attrs: {
|
|
29
|
+
"d": "M10.68 1.86c.42-.35 1.04-.32 1.42.06l1.97 1.97c.38.38.41 1 .06 1.41L11.3 8.66l.38.38c.38.38.4.97.08 1.39l-.08.09-1.93 1.93c-.41.41-1.08.41-1.49 0l-2.01-2.01-3.32 3.33c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.33-3.32-2.01-2.02c-.39-.38-.41-.99-.07-1.41l.07-.07 1.92-1.93c.41-.41 1.08-.41 1.49 0l.38.38 3.35-2.83Zm.67.76L7.27 6.05 6.24 5.02a.048.048 0 0 0-.07 0L4.24 6.95c-.02.02-.02.05 0 .07l4.73 4.73c.02.01.05.01.07 0l1.93-1.93c.02-.02.02-.05 0-.07L9.94 8.72l3.42-4.06c.02-.02.02-.05 0-.07l-2.01-1.97Z",
|
|
30
|
+
"fill": "#191919"
|
|
31
|
+
}
|
|
32
|
+
})])]);
|
|
17
33
|
};
|
|
18
34
|
var Pushpin = {
|
|
19
35
|
render
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon-saas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.0",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"type": "module",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@opentinyvue/vue-common": "~2.
|
|
31
|
-
"@opentinyvue/vue-theme-saas": "~2.
|
|
30
|
+
"@opentinyvue/vue-common": "~2.23.0",
|
|
31
|
+
"@opentinyvue/vue-theme-saas": "~2.23.0"
|
|
32
32
|
},
|
|
33
33
|
"module": "./index.js",
|
|
34
34
|
"types": "index.d.ts",
|