yc-design-vue 1.2.8 → 1.3.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.
Files changed (139) hide show
  1. package/es/Avatar/Avatar.vue.js +1 -1
  2. package/es/Avatar/AvatarGroup.vue.js +1 -1
  3. package/es/Badge/index.vue.js +1 -1
  4. package/es/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  5. package/es/Button/Button.vue.js +1 -1
  6. package/es/Calendar/Calendar.vue.js +1 -1
  7. package/es/Calendar/CalendarMonth.vue.js +1 -1
  8. package/es/Calendar/CalendarYear.vue.js +1 -1
  9. package/es/Card/Card.vue.js +1 -1
  10. package/es/Card/CardGrid.vue.js +1 -1
  11. package/es/Card/CardMeta.vue.js +1 -1
  12. package/es/Carousel/Carousel.vue.js +1 -1
  13. package/es/Carousel/CarouselArrow.vue.js +1 -1
  14. package/es/Carousel/CarouselIndicator.vue.js +1 -1
  15. package/es/Carousel/CarouselItem.vue.js +1 -1
  16. package/es/Collapse/Collapse.vue.js +1 -1
  17. package/es/Collapse/CollapseItem.vue.js +1 -1
  18. package/es/Comment/index.vue.js +1 -1
  19. package/es/Descriptions/ReuseItem.vue.js +1 -1
  20. package/es/Descriptions/ReuseTd.vue.js +1 -1
  21. package/es/Dropdown/Dgroup.vue.js +1 -1
  22. package/es/Dropdown/Dgroup.vue2.js +11 -4
  23. package/es/Empty/index.vue.js +1 -1
  24. package/es/Image/Image.vue.js +1 -1
  25. package/es/Image/ImagePreview.vue.js +1 -1
  26. package/es/Image/ImagePreviewAction.vue.js +1 -1
  27. package/es/Image/ImagePreviewArrow.vue.js +1 -1
  28. package/es/Image/ImagePreviewToolbar.vue.js +1 -1
  29. package/es/Image/ImagePreviewToolbar.vue2.js +6 -6
  30. package/es/Layout/LayoutSider.vue.js +1 -1
  31. package/es/Layout/LayoutSider.vue2.js +2 -2
  32. package/es/Link/index.vue.js +1 -1
  33. package/es/List/List.vue.js +1 -1
  34. package/es/List/ListItem.vue.js +1 -1
  35. package/es/List/ListItemMeta.vue.js +1 -1
  36. package/es/Menu/MenuItemGroup.vue.js +1 -1
  37. package/es/Menu/MenuItemGroup.vue2.js +8 -7
  38. package/es/Progress/ProgressCircle.vue2.js +1 -1
  39. package/es/Statistic/Statistic.vue.js +1 -1
  40. package/es/Tabs/Tabs.vue.js +1 -1
  41. package/es/Tabs/TabsNavInk.vue.js +1 -1
  42. package/es/Tabs/TabsTab.vue.js +1 -1
  43. package/es/Tag/index.vue.js +1 -1
  44. package/es/Timeline/Timeline.vue.js +1 -1
  45. package/es/Timeline/TimelineItem.vue.js +1 -1
  46. package/es/Typography/TypographyBase.vue.js +1 -1
  47. package/es/Typography/TypographyBase.vue2.js +2 -2
  48. package/es/Typography/TypographyParagraph.vue.js +1 -1
  49. package/es/_shared/icons/IconCopy.vue.js +1 -16
  50. package/es/_shared/icons/IconCopy.vue2.js +16 -1
  51. package/es/_shared/icons/IconEdit.vue.js +1 -16
  52. package/es/_shared/icons/IconEdit.vue2.js +16 -1
  53. package/es/_shared/icons/IconExclamation.vue.js +27 -1
  54. package/es/_shared/icons/IconExclamation.vue2.js +1 -27
  55. package/es/_shared/icons/IconFullScreen.vue.js +1 -16
  56. package/es/_shared/icons/IconFullScreen.vue2.js +16 -1
  57. package/es/_shared/icons/IconOriginSize.vue.js +1 -22
  58. package/es/_shared/icons/IconOriginSize.vue2.js +22 -1
  59. package/es/_shared/icons/IconRotateLeft.vue.js +1 -16
  60. package/es/_shared/icons/IconRotateLeft.vue2.js +16 -1
  61. package/es/_shared/icons/IconRotateRight.vue.js +1 -16
  62. package/es/_shared/icons/IconRotateRight.vue2.js +16 -1
  63. package/es/_shared/icons/IconSeparator.vue.js +1 -16
  64. package/es/_shared/icons/IconSeparator.vue2.js +16 -1
  65. package/es/_shared/icons/IconZoomIn.vue.js +1 -16
  66. package/es/_shared/icons/IconZoomIn.vue2.js +16 -1
  67. package/es/_shared/icons/IconZoomOut.vue.js +1 -16
  68. package/es/_shared/icons/IconZoomOut.vue2.js +16 -1
  69. package/es/style.css +1 -1
  70. package/lib/Avatar/Avatar.vue.js +1 -1
  71. package/lib/Avatar/AvatarGroup.vue.js +1 -1
  72. package/lib/Badge/index.vue.js +1 -1
  73. package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -1
  74. package/lib/Button/Button.vue.js +1 -1
  75. package/lib/Calendar/Calendar.vue.js +1 -1
  76. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  77. package/lib/Calendar/CalendarYear.vue.js +1 -1
  78. package/lib/Card/Card.vue.js +1 -1
  79. package/lib/Card/CardGrid.vue.js +1 -1
  80. package/lib/Card/CardMeta.vue.js +1 -1
  81. package/lib/Carousel/Carousel.vue.js +1 -1
  82. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  83. package/lib/Carousel/CarouselIndicator.vue.js +1 -1
  84. package/lib/Carousel/CarouselItem.vue.js +1 -1
  85. package/lib/Collapse/Collapse.vue.js +1 -1
  86. package/lib/Collapse/CollapseItem.vue.js +1 -1
  87. package/lib/Comment/index.vue.js +1 -1
  88. package/lib/Descriptions/ReuseItem.vue.js +1 -1
  89. package/lib/Descriptions/ReuseTd.vue.js +1 -1
  90. package/lib/Dropdown/Dgroup.vue.js +1 -1
  91. package/lib/Dropdown/Dgroup.vue2.js +1 -1
  92. package/lib/Empty/index.vue.js +1 -1
  93. package/lib/Image/Image.vue.js +1 -1
  94. package/lib/Image/ImagePreview.vue.js +1 -1
  95. package/lib/Image/ImagePreviewAction.vue.js +1 -1
  96. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  97. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  98. package/lib/Image/ImagePreviewToolbar.vue2.js +1 -1
  99. package/lib/Layout/LayoutSider.vue.js +1 -1
  100. package/lib/Layout/LayoutSider.vue2.js +1 -1
  101. package/lib/Link/index.vue.js +1 -1
  102. package/lib/List/List.vue.js +1 -1
  103. package/lib/List/ListItem.vue.js +1 -1
  104. package/lib/List/ListItemMeta.vue.js +1 -1
  105. package/lib/Menu/MenuItemGroup.vue.js +1 -1
  106. package/lib/Menu/MenuItemGroup.vue2.js +1 -1
  107. package/lib/Progress/ProgressCircle.vue2.js +1 -1
  108. package/lib/Statistic/Statistic.vue.js +1 -1
  109. package/lib/Tabs/Tabs.vue.js +1 -1
  110. package/lib/Tabs/TabsNavInk.vue.js +1 -1
  111. package/lib/Tabs/TabsTab.vue.js +1 -1
  112. package/lib/Tag/index.vue.js +1 -1
  113. package/lib/Timeline/Timeline.vue.js +1 -1
  114. package/lib/Timeline/TimelineItem.vue.js +1 -1
  115. package/lib/Typography/TypographyBase.vue.js +1 -1
  116. package/lib/Typography/TypographyBase.vue2.js +1 -1
  117. package/lib/Typography/TypographyParagraph.vue.js +1 -1
  118. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  119. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  120. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  121. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  122. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  123. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  124. package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
  125. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  126. package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
  127. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  128. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
  129. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  130. package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
  131. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  132. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  133. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  134. package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
  135. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  136. package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
  137. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  138. package/lib/style.css +1 -1
  139. package/package.json +1 -1
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconEdit.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconEdit",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,4 +1,30 @@
1
- import _sfc_main from "./IconExclamation.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconExclamation",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
10
+ createElementVNode("path", {
11
+ fill: "currentColor",
12
+ stroke: "none",
13
+ d: "M23 9h2v21h-2z"
14
+ }, null, -1),
15
+ createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
16
+ createElementVNode("path", {
17
+ fill: "currentColor",
18
+ stroke: "none",
19
+ d: "M23 37h2v2h-2z"
20
+ }, null, -1)
21
+ ])),
22
+ _: 1,
23
+ __: [0]
24
+ }, 16);
25
+ };
26
+ }
27
+ });
2
28
  export {
3
29
  _sfc_main as default
4
30
  };
@@ -1,30 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconExclamation",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
10
- createElementVNode("path", {
11
- fill: "currentColor",
12
- stroke: "none",
13
- d: "M23 9h2v21h-2z"
14
- }, null, -1),
15
- createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
16
- createElementVNode("path", {
17
- fill: "currentColor",
18
- stroke: "none",
19
- d: "M23 37h2v2h-2z"
20
- }, null, -1)
21
- ])),
22
- _: 1,
23
- __: [0]
24
- }, 16);
25
- };
26
- }
27
- });
1
+ import _sfc_main from "./IconExclamation.vue.js";
28
2
  export {
29
3
  _sfc_main as default
30
4
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconFullScreen",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M42 17V9a1 1 0 0 0-1-1h-8M6 17V9a1 1 0 0 1 1-1h8m27 23v8a1 1 0 0 1-1 1h-8M6 31v8a1 1 0 0 0 1 1h8" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconFullScreen.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconFullScreen.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconFullScreen",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M42 17V9a1 1 0 0 0-1-1h-8M6 17V9a1 1 0 0 1 1-1h8m27 23v8a1 1 0 0 1-1 1h-8M6 31v8a1 1 0 0 0 1 1h8" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,25 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconOriginSize",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "m5.5 11.5 5-2.5h1v32M34 11.5 39 9h1v32" }, null, -1),
10
- createElementVNode("path", {
11
- d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z",
12
- fill: "currentColor",
13
- stroke: "none"
14
- }, null, -1),
15
- createElementVNode("path", { d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z" }, null, -1)
16
- ])),
17
- _: 1,
18
- __: [0]
19
- }, 16);
20
- };
21
- }
22
- });
1
+ import _sfc_main from "./IconOriginSize.vue2.js";
23
2
  export {
24
3
  _sfc_main as default
25
4
  };
@@ -1,4 +1,25 @@
1
- import _sfc_main from "./IconOriginSize.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconOriginSize",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "m5.5 11.5 5-2.5h1v32M34 11.5 39 9h1v32" }, null, -1),
10
+ createElementVNode("path", {
11
+ d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z",
12
+ fill: "currentColor",
13
+ stroke: "none"
14
+ }, null, -1),
15
+ createElementVNode("path", { d: "M24 17h1v1h-1v-1ZM24 30h1v1h-1v-1Z" }, null, -1)
16
+ ])),
17
+ _: 1,
18
+ __: [0]
19
+ }, 16);
20
+ };
21
+ }
22
+ });
2
23
  export {
3
24
  _sfc_main as default
4
25
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconRotateLeft",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M10 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V22ZM23 11h11a6 6 0 0 1 6 6v6M22.5 12.893 19.587 11 22.5 9.107v3.786Z" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconRotateLeft.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconRotateLeft.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconRotateLeft",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M10 22a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V22ZM23 11h11a6 6 0 0 1 6 6v6M22.5 12.893 19.587 11 22.5 9.107v3.786Z" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconRotateRight",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M38 22a1 1 0 0 0-1-1H17a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V22ZM25 11H14a6 6 0 0 0-6 6v6M25.5 12.893 28.413 11 25.5 9.107v3.786Z" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconRotateRight.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconRotateRight.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconRotateRight",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M38 22a1 1 0 0 0-1-1H17a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V22ZM25 11H14a6 6 0 0 0-6 6v6M25.5 12.893 28.413 11 25.5 9.107v3.786Z" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconSeparator",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconSeparator.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconSeparator.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconSeparator",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M29.506 6.502 18.493 41.498" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconZoomIn",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15m7 7V15" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconZoomIn.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconZoomIn.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconZoomIn",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15m7 7V15" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };
@@ -1,19 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import YcIcon from "../components/Icon.vue2.js";
3
- const _sfc_main = /* @__PURE__ */ defineComponent({
4
- __name: "IconZoomOut",
5
- setup(__props) {
6
- return (_ctx, _cache) => {
7
- return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
- default: withCtx(() => _cache[0] || (_cache[0] = [
9
- createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15" }, null, -1)
10
- ])),
11
- _: 1,
12
- __: [0]
13
- }, 16);
14
- };
15
- }
16
- });
1
+ import _sfc_main from "./IconZoomOut.vue2.js";
17
2
  export {
18
3
  _sfc_main as default
19
4
  };
@@ -1,4 +1,19 @@
1
- import _sfc_main from "./IconZoomOut.vue.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import YcIcon from "../components/Icon.vue2.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "IconZoomOut",
5
+ setup(__props) {
6
+ return (_ctx, _cache) => {
7
+ return openBlock(), createBlock(YcIcon, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
8
+ default: withCtx(() => _cache[0] || (_cache[0] = [
9
+ createElementVNode("path", { d: "M32.607 32.607A14.953 14.953 0 0 0 37 22c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15 4.142 0 7.892-1.679 10.607-4.393Zm0 0L41.5 41.5M29 22H15" }, null, -1)
10
+ ])),
11
+ _: 1,
12
+ __: [0]
13
+ }, 16);
14
+ };
15
+ }
16
+ });
2
17
  export {
3
18
  _sfc_main as default
4
19
  };