@opentinyvue/vue-icon 2.29.0 → 2.31.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.
@@ -0,0 +1,51 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render$1 = function render$12() {
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
+ "viewBox": "0 0 10 6",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("path", {
12
+ attrs: {
13
+ "d": "m5.936 5.644 3.611-3.257c.288-.26.453-.628.453-1.015C10 .613 9.38 0 8.619 0H1.38C.993 0 .621.163.36.448A1.365 1.365 0 0 0 .455 2.39L4.08 5.646c.527.473 1.33.472 1.855-.002ZM1.028 1.752l3.626 3.256c.2.18.508.18.708 0L8.973 1.75a.51.51 0 0 0 .17-.38.52.52 0 0 0-.524-.514H1.38a.529.529 0 0 0-.39.17.508.508 0 0 0 .037.725Z",
14
+ "fill": "var(--aui-first-color)",
15
+ "fill-rule": "evenodd"
16
+ }
17
+ })]);
18
+ };
19
+ var SortDesc = {
20
+ render: render$1
21
+ };
22
+ var render = function render2() {
23
+ var _vm = this;
24
+ var _h = _vm.$createElement;
25
+ var _c = _vm._self._c || _h;
26
+ return _c("svg", _vm._g({
27
+ attrs: {
28
+ "viewBox": "0 0 10 6",
29
+ "xmlns": "http://www.w3.org/2000/svg"
30
+ }
31
+ }, _vm.$listeners), [_c("path", {
32
+ attrs: {
33
+ "d": "m5.936 5.644 3.611-3.257c.288-.26.453-.628.453-1.015C10 .613 9.38 0 8.619 0H1.38C.993 0 .621.163.36.448A1.365 1.365 0 0 0 .455 2.39L4.08 5.646c.527.473 1.33.472 1.855-.002Z",
34
+ "fill": "var(--aui-first-color)",
35
+ "fill-rule": "evenodd"
36
+ }
37
+ })]);
38
+ };
39
+ var SortDescFilled = {
40
+ render
41
+ };
42
+ var sortDesc = function sortDesc2() {
43
+ return svg({
44
+ name: "IconSortDesc",
45
+ component: SortDesc,
46
+ filledComponent: SortDescFilled
47
+ })();
48
+ };
49
+ export {
50
+ sortDesc as default
51
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-icon",
3
- "version": "2.29.0",
3
+ "version": "2.31.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.29.0",
31
- "@opentinyvue/vue-theme": "~3.29.0"
30
+ "@opentinyvue/vue-common": "~2.31.0",
31
+ "@opentinyvue/vue-theme": "~3.31.0"
32
32
  },
33
33
  "module": "./index.js",
34
34
  "types": "index.d.ts",
@@ -0,0 +1,2 @@
1
+ declare const _default: () => any;
2
+ export default _default;