@veltra/icons 1.2.1 → 1.2.3
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/CHANGELOG.md +8 -0
- package/dist/vue/normal/caret-bottom.js +5 -3
- package/dist/vue/normal/caret-bottom.js.map +1 -1
- package/dist/vue/normal/caret-left.js +5 -3
- package/dist/vue/normal/caret-left.js.map +1 -1
- package/dist/vue/normal/caret-right.js +5 -3
- package/dist/vue/normal/caret-right.js.map +1 -1
- package/dist/vue/normal/caret-top.js +5 -3
- package/dist/vue/normal/caret-top.js.map +1 -1
- package/package.json +1 -1
- package/src/svg/normal/caret-bottom.svg +1 -1
- package/src/svg/normal/caret-left.svg +1 -1
- package/src/svg/normal/caret-right.svg +1 -1
- package/src/svg/normal/caret-top.svg +1 -1
- package/src/vue/normal/caret-bottom.vue +4 -3
- package/src/vue/normal/caret-left.vue +4 -3
- package/src/vue/normal/caret-right.vue +4 -3
- package/src/vue/normal/caret-top.vue +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,15 +2,17 @@ import { createElementBlock, createElementVNode, defineComponent, openBlock } fr
|
|
|
2
2
|
//#region src/vue/normal/caret-bottom.vue
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
|
|
6
|
-
viewBox: "0 0 1024 1024"
|
|
5
|
+
viewBox: "0 0 16 16"
|
|
7
6
|
};
|
|
8
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
8
|
name: "CaretBottom",
|
|
10
9
|
__name: "caret-bottom",
|
|
11
10
|
setup(__props) {
|
|
12
11
|
return (_ctx, _cache) => {
|
|
13
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
12
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M14.17 3.99H1.83c-.37 0-.58.39-.35.66l6.17 7.16c.18.2.52.2.7 0l6.17-7.16c.23-.27.02-.66-.35-.66"
|
|
15
|
+
}, null, -1)])]);
|
|
14
16
|
};
|
|
15
17
|
}
|
|
16
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caret-bottom.js","names":[],"sources":["../../../src/vue/normal/caret-bottom.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:
|
|
1
|
+
{"version":3,"file":"caret-bottom.js","names":[],"sources":["../../../src/vue/normal/caret-bottom.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:20067ab3526aa733 gen:4 source:src/svg/normal/caret-bottom.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'CaretBottom' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <path\n fill=\"currentColor\"\n d=\"M14.17 3.99H1.83c-.37 0-.58.39-.35.66l6.17 7.16c.18.2.52.2.7 0l6.17-7.16c.23-.27.02-.66-.35-.66\"\n />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAKM,OALN,YAKM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAJJ,mBAGE,QAAA;IAFA,MAAK;IACL,GAAE"}
|
|
@@ -2,15 +2,17 @@ import { createElementBlock, createElementVNode, defineComponent, openBlock } fr
|
|
|
2
2
|
//#region src/vue/normal/caret-left.vue
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
|
|
6
|
-
viewBox: "0 0 1024 1024"
|
|
5
|
+
viewBox: "0 0 16 16"
|
|
7
6
|
};
|
|
8
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
8
|
name: "CaretLeft",
|
|
10
9
|
__name: "caret-left",
|
|
11
10
|
setup(__props) {
|
|
12
11
|
return (_ctx, _cache) => {
|
|
13
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
12
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M11.35 1.48 4.19 7.65c-.2.18-.2.52 0 .7l7.16 6.17c.27.23.66.02.66-.35V1.83c0-.37-.39-.58-.66-.35"
|
|
15
|
+
}, null, -1)])]);
|
|
14
16
|
};
|
|
15
17
|
}
|
|
16
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caret-left.js","names":[],"sources":["../../../src/vue/normal/caret-left.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:
|
|
1
|
+
{"version":3,"file":"caret-left.js","names":[],"sources":["../../../src/vue/normal/caret-left.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:b9a6a36a5df8ffc4 gen:4 source:src/svg/normal/caret-left.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'CaretLeft' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <path\n fill=\"currentColor\"\n d=\"M11.35 1.48 4.19 7.65c-.2.18-.2.52 0 .7l7.16 6.17c.27.23.66.02.66-.35V1.83c0-.37-.39-.58-.66-.35\"\n />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAKM,OALN,YAKM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAJJ,mBAGE,QAAA;IAFA,MAAK;IACL,GAAE"}
|
|
@@ -2,15 +2,17 @@ import { createElementBlock, createElementVNode, defineComponent, openBlock } fr
|
|
|
2
2
|
//#region src/vue/normal/caret-right.vue
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
|
|
6
|
-
viewBox: "0 0 1024 1024"
|
|
5
|
+
viewBox: "0 0 16 16"
|
|
7
6
|
};
|
|
8
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
8
|
name: "CaretRight",
|
|
10
9
|
__name: "caret-right",
|
|
11
10
|
setup(__props) {
|
|
12
11
|
return (_ctx, _cache) => {
|
|
13
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
12
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M11.81 7.65 4.65 1.48c-.27-.23-.66-.02-.66.35v12.34c0 .37.39.58.66.35l7.16-6.17c.2-.18.2-.52 0-.7"
|
|
15
|
+
}, null, -1)])]);
|
|
14
16
|
};
|
|
15
17
|
}
|
|
16
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caret-right.js","names":[],"sources":["../../../src/vue/normal/caret-right.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:
|
|
1
|
+
{"version":3,"file":"caret-right.js","names":[],"sources":["../../../src/vue/normal/caret-right.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:f17cffff01bac6ba gen:4 source:src/svg/normal/caret-right.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'CaretRight' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <path\n fill=\"currentColor\"\n d=\"M11.81 7.65 4.65 1.48c-.27-.23-.66-.02-.66.35v12.34c0 .37.39.58.66.35l7.16-6.17c.2-.18.2-.52 0-.7\"\n />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAKM,OALN,YAKM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAJJ,mBAGE,QAAA;IAFA,MAAK;IACL,GAAE"}
|
|
@@ -2,15 +2,17 @@ import { createElementBlock, createElementVNode, defineComponent, openBlock } fr
|
|
|
2
2
|
//#region src/vue/normal/caret-top.vue
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
|
|
6
|
-
viewBox: "0 0 1024 1024"
|
|
5
|
+
viewBox: "0 0 16 16"
|
|
7
6
|
};
|
|
8
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
8
|
name: "CaretTop",
|
|
10
9
|
__name: "caret-top",
|
|
11
10
|
setup(__props) {
|
|
12
11
|
return (_ctx, _cache) => {
|
|
13
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
12
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M14.52 11.35 8.35 4.19c-.18-.2-.52-.2-.7 0l-6.17 7.16c-.23.27-.02.66.35.66h12.34c.37 0 .58-.39.35-.66"
|
|
15
|
+
}, null, -1)])]);
|
|
14
16
|
};
|
|
15
17
|
}
|
|
16
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caret-top.js","names":[],"sources":["../../../src/vue/normal/caret-top.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:
|
|
1
|
+
{"version":3,"file":"caret-top.js","names":[],"sources":["../../../src/vue/normal/caret-top.vue"],"sourcesContent":["<!-- @veltra/icons generated sha256:ec603508a8b0b9ee gen:4 source:src/svg/normal/caret-top.svg -->\n<script setup lang=\"ts\">\ndefineOptions({ name: 'CaretTop' })\n</script>\n<template>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\">\n <path\n fill=\"currentColor\"\n d=\"M14.52 11.35 8.35 4.19c-.18-.2-.52-.2-.7 0l-6.17 7.16c-.23.27-.02.66.35.66h12.34c.37 0 .58-.39.35-.66\"\n />\n </svg>\n</template>\n"],"mappings":";;;;;;;;;;;uBAKE,mBAKM,OALN,YAKM,CAAA,GAAA,OAAA,OAAA,OAAA,KAAA,CAJJ,mBAGE,QAAA;IAFA,MAAK;IACL,GAAE"}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M14.17 3.99H1.83c-.37 0-.58.39-.35.66l6.17 7.16c.18.2.52.2.7 0l6.17-7.16c.23-.27.02-.66-.35-.66"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M11.35 1.48 4.19 7.65c-.2.18-.2.52 0 .7l7.16 6.17c.27.23.66.02.66-.35V1.83c0-.37-.39-.58-.66-.35"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M11.81 7.65 4.65 1.48c-.27-.23-.66-.02-.66.35v12.34c0 .37.39.58.66.35l7.16-6.17c.2-.18.2-.52 0-.7"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M14.52 11.35 8.35 4.19c-.18-.2-.52-.2-.7 0l-6.17 7.16c-.23.27-.02.66.35.66h12.34c.37 0 .58-.39.35-.66"/></svg>
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
<!-- @veltra/icons generated sha256:
|
|
1
|
+
<!-- @veltra/icons generated sha256:20067ab3526aa733 gen:4 source:src/svg/normal/caret-bottom.svg -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
defineOptions({ name: 'CaretBottom' })
|
|
4
4
|
</script>
|
|
5
5
|
<template>
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
7
7
|
<path
|
|
8
|
-
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
d="M14.17 3.99H1.83c-.37 0-.58.39-.35.66l6.17 7.16c.18.2.52.2.7 0l6.17-7.16c.23-.27.02-.66-.35-.66"
|
|
9
10
|
/>
|
|
10
11
|
</svg>
|
|
11
12
|
</template>
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
<!-- @veltra/icons generated sha256:
|
|
1
|
+
<!-- @veltra/icons generated sha256:b9a6a36a5df8ffc4 gen:4 source:src/svg/normal/caret-left.svg -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
defineOptions({ name: 'CaretLeft' })
|
|
4
4
|
</script>
|
|
5
5
|
<template>
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
7
7
|
<path
|
|
8
|
-
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
d="M11.35 1.48 4.19 7.65c-.2.18-.2.52 0 .7l7.16 6.17c.27.23.66.02.66-.35V1.83c0-.37-.39-.58-.66-.35"
|
|
9
10
|
/>
|
|
10
11
|
</svg>
|
|
11
12
|
</template>
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
<!-- @veltra/icons generated sha256:
|
|
1
|
+
<!-- @veltra/icons generated sha256:f17cffff01bac6ba gen:4 source:src/svg/normal/caret-right.svg -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
defineOptions({ name: 'CaretRight' })
|
|
4
4
|
</script>
|
|
5
5
|
<template>
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
7
7
|
<path
|
|
8
|
-
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
d="M11.81 7.65 4.65 1.48c-.27-.23-.66-.02-.66.35v12.34c0 .37.39.58.66.35l7.16-6.17c.2-.18.2-.52 0-.7"
|
|
9
10
|
/>
|
|
10
11
|
</svg>
|
|
11
12
|
</template>
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
<!-- @veltra/icons generated sha256:
|
|
1
|
+
<!-- @veltra/icons generated sha256:ec603508a8b0b9ee gen:4 source:src/svg/normal/caret-top.svg -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
defineOptions({ name: 'CaretTop' })
|
|
4
4
|
</script>
|
|
5
5
|
<template>
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
7
7
|
<path
|
|
8
|
-
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
d="M14.52 11.35 8.35 4.19c-.18-.2-.52-.2-.7 0l-6.17 7.16c-.23.27-.02.66.35.66h12.34c.37 0 .58-.39.35-.66"
|
|
9
10
|
/>
|
|
10
11
|
</svg>
|
|
11
12
|
</template>
|