@arco-iconbox/vue-te 0.0.13 → 0.0.14
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/dist/icon.js +5013 -4214
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +718 -634
- package/dist/icon.min.js.map +1 -1
- package/esm/IconCheckbox/index.js +53 -0
- package/esm/IconDimensions/index.js +42 -0
- package/esm/IconHourglass/index.js +32 -0
- package/esm/{IconClickhouse → IconLayoutLabelDown}/index.js +7 -3
- package/esm/IconLayoutLabelLeft/index.js +36 -0
- package/esm/IconLayoutLabelRight/index.js +36 -0
- package/esm/IconLayoutLabelUp/index.js +36 -0
- package/esm/IconPromotionOff/index.js +38 -0
- package/esm/IconRowHeight/index.js +56 -0
- package/esm/IconRowHeightExtrahigh/index.js +40 -0
- package/esm/IconRowHeightHigh/index.js +48 -0
- package/esm/IconRowHeightMedium/index.js +56 -0
- package/esm/IconSearchFill/index.js +36 -0
- package/esm/IconSuggestDrag/index.js +38 -0
- package/esm/IconTextAlignCenter/index.js +36 -0
- package/esm/IconTextAlignJustified/index.js +36 -0
- package/esm/IconTextAlignLeft/index.js +36 -0
- package/esm/IconTextAlignRight/index.js +36 -0
- package/esm/IconTextBold/index.js +36 -0
- package/esm/IconTextTilt/index.js +34 -0
- package/esm/IconTidb/index.js +40 -0
- package/esm/IconUncheckbox/index.js +36 -0
- package/esm/index.js +22 -1
- package/lib/IconCheckbox/index.js +54 -0
- package/lib/IconDimensions/index.js +43 -0
- package/lib/IconHourglass/index.js +33 -0
- package/lib/{IconClickhouse → IconLayoutLabelDown}/index.js +7 -3
- package/lib/IconLayoutLabelLeft/index.js +37 -0
- package/lib/IconLayoutLabelRight/index.js +37 -0
- package/lib/IconLayoutLabelUp/index.js +37 -0
- package/lib/IconPromotionOff/index.js +39 -0
- package/lib/IconRowHeight/index.js +57 -0
- package/lib/IconRowHeightExtrahigh/index.js +41 -0
- package/lib/IconRowHeightHigh/index.js +49 -0
- package/lib/IconRowHeightMedium/index.js +57 -0
- package/lib/IconSearchFill/index.js +37 -0
- package/lib/IconSuggestDrag/index.js +39 -0
- package/lib/IconTextAlignCenter/index.js +37 -0
- package/lib/IconTextAlignJustified/index.js +37 -0
- package/lib/IconTextAlignLeft/index.js +37 -0
- package/lib/IconTextAlignRight/index.js +37 -0
- package/lib/IconTextBold/index.js +37 -0
- package/lib/IconTextTilt/index.js +35 -0
- package/lib/IconTidb/index.js +41 -0
- package/lib/IconUncheckbox/index.js +37 -0
- package/lib/index.js +352 -310
- package/package.json +1 -1
- package/src/IconCheckbox/index.vue +19 -0
- package/src/IconDimensions/index.vue +19 -0
- package/src/IconHourglass/index.vue +19 -0
- package/src/IconLayoutLabelDown/index.vue +19 -0
- package/src/IconLayoutLabelLeft/index.vue +19 -0
- package/src/IconLayoutLabelRight/index.vue +19 -0
- package/src/IconLayoutLabelUp/index.vue +19 -0
- package/src/IconPromotionOff/index.vue +19 -0
- package/src/IconRowHeight/index.vue +19 -0
- package/src/IconRowHeightExtrahigh/index.vue +19 -0
- package/src/IconRowHeightHigh/index.vue +19 -0
- package/src/IconRowHeightMedium/index.vue +19 -0
- package/src/IconSearchFill/index.vue +19 -0
- package/src/IconSuggestDrag/index.vue +19 -0
- package/src/IconTextAlignCenter/index.vue +19 -0
- package/src/IconTextAlignJustified/index.vue +19 -0
- package/src/IconTextAlignLeft/index.vue +19 -0
- package/src/IconTextAlignRight/index.vue +19 -0
- package/src/IconTextBold/index.vue +19 -0
- package/src/IconTextTilt/index.vue +19 -0
- package/src/IconTidb/index.vue +19 -0
- package/src/IconUncheckbox/index.vue +19 -0
- package/src/index.js +23 -2
- package/src/IconClickhouse/index.vue +0 -19
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-checkbox`]" width="1em" height="1em" v-bind="$attrs"><mask id="svg_9fced12952__a" :fill="useCurrentColor ? 'currentColor' : '#000'"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 0C0.895431 0 0 0.89543 0 2V12C0 13.1046 0.89543 14 2 14H12C13.1046 14 14 13.1046 14 12V2C14 0.895431 13.1046 0 12 0H2ZM10.5567 4.16748L11.4879 5.34342L5.65026 9.96621L5.64811 9.96349L5.64468 9.9662L3 6.62651L4.17594 5.69529L5.89156 7.86177L10.5567 4.16748Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M2 0C0.895431 0 0 0.89543 0 2V12C0 13.1046 0.89543 14 2 14H12C13.1046 14 14 13.1046 14 12V2C14 0.895431 13.1046 0 12 0H2ZM10.5567 4.16748L11.4879 5.34342L5.65026 9.96621L5.64811 9.96349L5.64468 9.9662L3 6.62651L4.17594 5.69529L5.89156 7.86177L10.5567 4.16748Z"/><path d="M11.4879 5.34342L13.9712 8.47926L17.107 5.99601L14.6238 2.86017L11.4879 5.34342ZM10.5567 4.16748L13.6925 1.68423L11.2093 -1.45161L8.07346 1.03164L10.5567 4.16748ZM5.65026 9.96621L2.51424 12.4492L4.99743 15.5855L8.13351 13.1021L5.65026 9.96621ZM5.64811 9.96349L8.78414 7.48048L6.3007 4.34391L3.16456 6.82789L5.64811 9.96349ZM5.64468 9.9662L2.50884 12.4495L4.99232 15.5856L8.12823 13.1018L5.64468 9.9662ZM3 6.62651L0.516754 3.49067L-2.61909 5.97391L-0.13584 9.10975L3 6.62651ZM4.17594 5.69529L7.31178 3.21204L4.82853 0.0762048L1.69269 2.55945L4.17594 5.69529ZM5.89156 7.86177L2.75572 10.345L5.23896 13.4809L8.3748 10.9976L5.89156 7.86177ZM4 2C4 3.10457 3.10457 4 2 4V-4C-1.31371 -4 -4 -1.31371 -4 2H4ZM4 12V2H-4V12H4ZM2 10C3.10457 10 4 10.8954 4 12H-4C-4 15.3137 -1.31371 18 2 18V10ZM12 10H2V18H12V10ZM10 12C10 10.8954 10.8954 10 12 10V18C15.3137 18 18 15.3137 18 12H10ZM10 2V12H18V2H10ZM12 4C10.8954 4 10 3.10457 10 2H18C18 -1.31371 15.3137 -4 12 -4V4ZM2 4H12V-4H2V4ZM14.6238 2.86017L13.6925 1.68423L7.42086 6.65073L8.35208 7.82667L14.6238 2.86017ZM8.13351 13.1021L13.9712 8.47926L9.00467 2.20758L3.16702 6.83037L8.13351 13.1021ZM2.51208 12.4465L2.51424 12.4492L8.78629 7.4832L8.78414 7.48048L2.51208 12.4465ZM8.12823 13.1018L8.13166 13.0991L3.16456 6.82789L3.16113 6.8306L8.12823 13.1018ZM-0.13584 9.10975L2.50884 12.4495L8.78052 7.48296L6.13584 4.14326L-0.13584 9.10975ZM1.69269 2.55945L0.516754 3.49067L5.48325 9.76235L6.65919 8.83113L1.69269 2.55945ZM9.0274 5.37852L7.31178 3.21204L1.0401 8.17854L2.75572 10.345L9.0274 5.37852ZM8.07346 1.03164L3.40831 4.72593L8.3748 10.9976L13.0399 7.30332L8.07346 1.03164Z" mask="url(#svg_9fced12952__a)"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconCheckbox',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-dimensions`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.19141 8.3C6.19141 7.1402 7.13161 6.2 8.29141 6.2H11.8914C13.0512 6.2 13.9914 7.1402 13.9914 8.3V11.9C13.9914 13.0598 13.0512 14 11.8914 14H8.29141C7.13161 14 6.19141 13.0598 6.19141 11.9V8.3zM8.29141 7.2C7.68389 7.2 7.19141 7.69249 7.19141 8.3V11.9C7.19141 12.5075 7.68389 13 8.29141 13H11.8914C12.4989 13 12.9914 12.5075 12.9914 11.9V8.3C12.9914 7.69249 12.4989 7.2 11.8914 7.2H8.29141zM3.50001 5.10004C3.6484 5.10004 3.78913 5.16595 3.88412 5.27994L4.88412 6.47994C5.06091 6.69208 5.03224 7.00737 4.8201 7.18415 4.60797 7.36093 4.29268 7.33227 4.1159 7.12013L3.50001 6.38106 2.88412 7.12013C2.70734 7.33227 2.39206 7.36093 2.17992 7.18415 1.96778 7.00737 1.93912 6.69208 2.1159 6.47994L3.1159 5.27994C3.2109 5.16595 3.35162 5.10004 3.50001 5.10004zM13.9999 3.50001C13.9999 3.6484 13.934 3.78913 13.82 3.88412L12.62 4.88412C12.4079 5.06091 12.0926 5.03224 11.9158 4.8201 11.739 4.60797 11.7677 4.29268 11.9798 4.1159L12.7189 3.50001 11.9798 2.88412C11.7677 2.70734 11.739 2.39206 11.9158 2.17992 12.0926 1.96778 12.4079 1.93912 12.62 2.1159L13.82 3.1159C13.934 3.2109 13.9999 3.35162 13.9999 3.50001zM2.17992 11.9159C2.39206 11.7391 2.70734 11.7678 2.88412 11.9799L3.50001 12.719 4.1159 11.9799C4.29268 11.7678 4.60797 11.7391 4.8201 11.9159 5.03224 12.0927 5.06091 12.408 4.88412 12.6201L3.88412 13.8201C3.78913 13.9341 3.6484 14 3.50001 14 3.35162 14 3.2109 13.9341 3.1159 13.8201L2.1159 12.6201C1.93912 12.408 1.96778 12.0927 2.17992 11.9159zM7.18405 2.17992C7.36083 2.39206 7.33217 2.70734 7.12003 2.88412L6.38096 3.50001 7.12003 4.1159C7.33217 4.29268 7.36083 4.60797 7.18405 4.8201 7.00727 5.03224 6.69198 5.06091 6.47985 4.88412L5.27985 3.88412C5.16585 3.78913 5.09994 3.6484 5.09994 3.50001 5.09994 3.35162 5.16585 3.2109 5.27985 3.1159L6.47985 2.1159C6.69199 1.93912 7.00727 1.96778 7.18405 2.17992z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 6C3.77614 6 4 6.19898 4 6.44444V13.5556C4 13.801 3.77615 14 3.50001 14 3.22387 14 3 13.801 3 13.5556V6.44444C3 6.19898 3.22386 6 3.5 6zM13.1 3.5C13.1 3.77614 12.901 4 12.6556 4L5.54444 4C5.29899 4 5.09994 3.77615 5.09994 3.50001 5.09994 3.22387 5.29899 3 5.54444 3L12.6556 3C12.901 3 13.1 3.22386 13.1 3.5z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconDimensions',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-hourglass`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.50073 1.99982C4.22459 1.99982 4.00073 2.22367 4.00073 2.49982V4.79288C4.00073 4.92544 4.05338 5.05258 4.14709 5.14634L6.93058 7.9312C6.96964 7.97027 6.96961 8.03361 6.93051 8.07265L4.14744 10.8517C4.05351 10.9454 4.00073 11.0727 4.00073 11.2055V13.4943C4.00073 13.7705 4.22459 13.9943 4.50073 13.9943H11.5023C11.7784 13.9943 12.0023 13.7705 12.0023 13.4943V11.2055C12.0023 11.0727 11.9495 10.9454 11.8556 10.8517L9.0725 8.07265C9.0334 8.03361 9.03337 7.97027 9.07243 7.9312L11.8559 5.14634C11.9496 5.05258 12.0023 4.92544 12.0023 4.79288V2.49982C12.0023 2.22367 11.7784 1.99982 11.5023 1.99982H4.50073ZM10.9725 11.3383C10.9914 11.3571 11.0021 11.3827 11.0021 11.4094V12.8956C11.0021 12.9508 10.9573 12.9956 10.9021 12.9956H5.10092C5.04569 12.9956 5.00092 12.9508 5.00092 12.8956V11.3887C5.00092 11.3619 5.01169 11.3362 5.03081 11.3174L7.93114 8.46564C7.97015 8.42728 8.03274 8.42739 8.07161 8.46589L10.9725 11.3383ZM8.07204 7.539C8.03302 7.57777 7.97001 7.57774 7.93102 7.53894L5.03038 4.65226C5.01152 4.63349 5.00092 4.60798 5.00092 4.58138V3.0966C5.00092 3.04137 5.04569 2.9966 5.10092 2.9966H10.9021C10.9573 2.9966 11.0021 3.04137 11.0021 3.0966V4.58645C11.0021 4.61309 10.9915 4.63862 10.9726 4.6574L8.07204 7.539Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconHourglass',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-layout_label_down`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2H2V10H14V2ZM9.56393 8.27088L12.407 4.29059L11.5933 3.70935L9.43633 6.72906L6.43633 3.72906L3.59326 7.70935L4.407 8.29059L6.56393 5.27088L9.56393 8.27088ZM3 12H7V14H3V12ZM13 12H9V14H13V12Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLayoutLabelDown',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-layout_label_left`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 2L6 14H14V2L6 2ZM11.1194 10.299L13.4342 6.24809L12.566 5.75195L10.8808 8.70108L8.8106 6.75269L6.6001 9.70002L7.4001 10.3L8.9396 8.24735L11.1194 10.299ZM4 3L4 7H2L2 3H4ZM4 13L4 9H2L2 13H4Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLayoutLabelLeft',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-layout_label_right`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 2L2 14H10V2L2 2ZM7.11944 10.299L9.43422 6.24809L8.56598 5.75195L6.88076 8.70108L4.8106 6.75269L2.6001 9.70002L3.4001 10.3L4.9396 8.24735L7.11944 10.299ZM14 3V7H12V3H14ZM14 13V9H12V13H14Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLayoutLabelRight',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-layout_label_up`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 2H7V4H3V2ZM14 6H2V14H14V6ZM9.56393 12.2709L12.407 8.29059L11.5933 7.70935L9.43633 10.7291L6.43633 7.72906L3.59326 11.7094L4.407 12.2906L6.56393 9.27088L9.56393 12.2709ZM13 2H9V4H13V2Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLayoutLabelUp',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-promotion_off`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.05749 10.1217C4.13701 10.161 4.22193 10.1806 4.30505 10.1806 4.50202 10.1806 4.69176 10.0753 4.78753 9.89148 4.92486 9.62912 4.82006 9.30607 4.55442 9.17042L2.71127 8.22985 10.3324 4.24993 5.51945 10.0431C5.43993 10.1377 5.39657 10.2591 5.39657 10.3823V13.4646C5.39657 13.7608 5.63871 14 5.93867 14 6.23682 14 6.48077 13.7608 6.48077 13.4646V10.575L11.6543 4.34972 11.2762 7.00704C11.3502 7.00237 11.4248 7 11.5 7 11.7952 7 12.0818 7.03653 12.3556 7.10533L12.995 2.60957C13.0014 2.56347 13.0015 2.51764 12.9961 2.47301 12.9887 2.4089 12.9694 2.34511 12.9371 2.28477 12.8113 2.04905 12.5302 1.9448 12.2824 2.02875 12.2509 2.03933 12.2203 2.05281 12.1911 2.06908L1.28915 7.76224C1.11024 7.85683.998227 8.03889 1.00002 8.23878 1.00002 8.43867 1.11386 8.62071 1.29276 8.71174L4.05749 10.1217zM10 11.5C10 11.2239 10.2239 11 10.5 11H12.5C12.7761 11 13 11.2239 13 11.5 13 11.7761 12.7761 12 12.5 12H10.5C10.2239 12 10 11.7761 10 11.5z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 15C13.433 15 15 13.433 15 11.5C15 9.567 13.433 8 11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15ZM11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconPromotionOff',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-row_height`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z"/><rect x="8" y="3" width="6" height="1" rx=".5"/><rect x="8" y="7.5" width="6" height="1" rx=".5"/><rect x="8" y="12" width="6" height="1" rx=".5"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconRowHeight',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-row_height_extrahigh`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z"/><rect x="8" y="3" width="6" height="10" rx=".5"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconRowHeightExtrahigh',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-row_height_high`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z"/><rect x="8" y="3" width="6" height="5.5" rx=".5"/><rect x="8" y="12" width="6" height="1" rx=".5"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconRowHeightHigh',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-row_height_medium`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z"/><rect x="8" y="3" width="6" height="2" rx=".5"/><rect x="8" y="7.5" width="6" height="1" rx=".5"/><rect x="8" y="12" width="6" height="1" rx=".5"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconRowHeightMedium',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-search_fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8833 10.8226C12.5841 9.89957 13 8.74836 13 7.5C13 4.46243 10.5376 2 7.5 2C4.46243 2 2 4.46243 2 7.5C2 10.5376 4.46243 13 7.5 13C8.74835 13 9.89956 12.5841 10.8226 11.8833L13.0052 14.0659C13.2981 14.3588 13.773 14.3588 14.0659 14.0659C14.3588 13.773 14.3588 13.2981 14.0659 13.0052L11.8833 10.8226ZM11 7.5C11 9.433 9.433 11 7.5 11C5.567 11 4 9.433 4 7.5C4 5.567 5.567 4 7.5 4C9.433 4 11 5.567 11 7.5Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconSearchFill',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 64 64" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-suggest-drag`]" width="1em" height="1em" v-bind="$attrs"><path d="M45.3034 24.0903H37.8254C35.9544 11.5065 26.6074 6.11258 17.2584 4.31461C23.8029 8.80854 26.7937 15.1004 26.7937 24.0903H19.1274L32.2164 36.6742L45.3034 24.0903Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M36.2369 12.3146C37.1106 13.5356 37.8855 14.867 38.5442 16.3146H45.124L55.812 36.3146H40V44.3146H24V36.3146H8.188L18.874 16.3146H22.8803C22.6034 15.4112 22.2721 14.5621 21.8878 13.7623C21.6492 13.2659 21.3879 12.7836 21.1028 12.3146H17.25C16.4167 12.3573 15.8127 12.7326 15.438 13.4406L4.188 35.8786C4.06267 36.1706 4 36.4833 4 36.8166V58.3166C4 58.9006 4.18733 59.3799 4.562 59.7546C4.93667 60.1293 5.416 60.3166 6 60.3166H58C58.584 60.3166 59.0633 60.1293 59.438 59.7546C59.8127 59.3799 60 58.9006 60 58.3166V36.8166C60 36.4833 59.9373 36.1706 59.812 35.8786L48.562 13.4406C48.1873 12.7313 47.5833 12.3559 46.75 12.3146H36.2369ZM56 40.3146H44V48.3146H20V40.3146H8V56.3146H56V40.3146Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconSuggestDrag',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-text_align_center`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.6665 3.83337C4.6665 3.55723 4.89036 3.33337 5.1665 3.33337H10.8332C11.1093 3.33337 11.3332 3.55723 11.3332 3.83337 11.3332 4.10952 11.1093 4.33337 10.8332 4.33337H5.1665C4.89036 4.33337 4.6665 4.10952 4.6665 3.83337zM4.6665 12.1667C4.6665 11.8906 4.89036 11.6667 5.1665 11.6667H10.8332C11.1093 11.6667 11.3332 11.8906 11.3332 12.1667 11.3332 12.4429 11.1093 12.6667 10.8332 12.6667H5.1665C4.89036 12.6667 4.6665 12.4429 4.6665 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTextAlignCenter',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-text_align_justified`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.6665 3.83337C2.6665 3.55723 2.89036 3.33337 3.1665 3.33337H12.8332C13.1093 3.33337 13.3332 3.55723 13.3332 3.83337 13.3332 4.10952 13.1093 4.33337 12.8332 4.33337H3.1665C2.89036 4.33337 2.6665 4.10952 2.6665 3.83337zM2.6665 12.1667C2.6665 11.8906 2.89036 11.6667 3.1665 11.6667H12.8332C13.1093 11.6667 13.3332 11.8906 13.3332 12.1667 13.3332 12.4429 13.1093 12.6667 12.8332 12.6667H3.1665C2.89036 12.6667 2.6665 12.4429 2.6665 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTextAlignJustified',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-text_align_left`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.6665 3.83337C2.6665 3.55723 2.89036 3.33337 3.1665 3.33337H9.49984C9.77598 3.33337 9.99984 3.55723 9.99984 3.83337 9.99984 4.10952 9.77598 4.33337 9.49984 4.33337H3.1665C2.89036 4.33337 2.6665 4.10952 2.6665 3.83337zM2.6665 12.1667C2.6665 11.8906 2.89036 11.6667 3.1665 11.6667H9.49984C9.77598 11.6667 9.99984 11.8906 9.99984 12.1667 9.99984 12.4429 9.77598 12.6667 9.49984 12.6667H3.1665C2.89036 12.6667 2.6665 12.4429 2.6665 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTextAlignLeft',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-text_align_right`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.99984 3.83337C5.99984 3.55723 6.22369 3.33337 6.49984 3.33337H12.8332C13.1093 3.33337 13.3332 3.55723 13.3332 3.83337 13.3332 4.10952 13.1093 4.33337 12.8332 4.33337H6.49984C6.22369 4.33337 5.99984 4.10952 5.99984 3.83337zM5.99984 12.1667C5.99984 11.8906 6.22369 11.6667 6.49984 11.6667H12.8332C13.1093 11.6667 13.3332 11.8906 13.3332 12.1667 13.3332 12.4429 13.1093 12.6667 12.8332 12.6667H6.49984C6.22369 12.6667 5.99984 12.4429 5.99984 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTextAlignRight',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-text_bold`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.1499 2C3.1499 1.58579 3.48569 1.25 3.8999 1.25H8.37885C10.4365 1.25 12.0499 2.98218 12.0499 5.05C12.0499 6.09872 11.6349 7.06111 10.9575 7.75499C12.097 8.37709 12.8499 9.64431 12.8499 11.05C12.8499 13.0386 11.3432 14.75 9.36657 14.75H3.8999C3.48569 14.75 3.1499 14.4142 3.1499 14V2ZM4.6499 8.85V13.25H9.36657C10.4091 13.25 11.3499 12.3199 11.3499 11.05C11.3499 9.78007 10.4091 8.85 9.36657 8.85L4.6499 8.85ZM4.6499 7.35H8.37885C9.54769 7.35 10.5499 6.35112 10.5499 5.05C10.5499 3.74888 9.54769 2.75 8.37885 2.75H4.6499V7.35Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTextBold',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-text_tilt`]" width="1em" height="1em" v-bind="$attrs"><path d="M8 2H13V3H8V2zM3 13H8V14H3V13z"/><path d="M10.5 2H11.5L5.5 14H4.5L10.5 2Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTextTilt',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-tidb`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.52287 5.18397L8.22004 4.45429L5.11341 6.20794V7.61582L6.76694 6.6304L6.67923 10.8544L7.93177 11.5457L7.95692 6.05439L9.52287 5.18397Z"/><path d="M9.97897 10.9215V5.53349L8.61054 6.23381V11.5457L9.97897 10.9215Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7113 4.2837C13.89 4.38926 14 4.58435 14 4.79548V11.2045C14 11.4157 13.89 11.6107 13.7113 11.7163L8.28868 14.9208C8.11004 15.0264 7.88996 15.0264 7.71133 14.9208L2.28868 11.7163C2.11004 11.6107 2 11.4157 2 11.2045V4.79548C2 4.58435 2.11004 4.38926 2.28868 4.2837L7.71132 1.07917C7.88996 0.973609 8.11004 0.973609 8.28868 1.07917L13.7113 4.2837ZM3.1547 5.13666L8 2.27332L12.8453 5.13666V10.8633L8 13.7267L3.1547 10.8633V5.13666Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTidb',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
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 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-uncheckbox`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1H2C1.44772 1 1 1.44772 1 2V12C1 12.5523 1.44772 13 2 13H12C12.5523 13 13 12.5523 13 12V2C13 1.44772 12.5523 1 12 1ZM2 0C0.895431 0 0 0.89543 0 2V12C0 13.1046 0.89543 14 2 14H12C13.1046 14 14 13.1046 14 12V2C14 0.895431 13.1046 0 12 0H2Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconUncheckbox',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -278,7 +278,6 @@ export { default as IconConnectedInside } from './IconConnectedInside/index.vue'
|
|
|
278
278
|
export { default as IconConnectedOut } from './IconConnectedOut/index.vue';
|
|
279
279
|
export { default as IconConnectCutup } from './IconConnectCutup/index.vue';
|
|
280
280
|
export { default as IconCubeThree } from './IconCubeThree/index.vue';
|
|
281
|
-
export { default as IconClickhouse } from './IconClickhouse/index.vue';
|
|
282
281
|
export { default as IconMySQL } from './IconMySQL/index.vue';
|
|
283
282
|
export { default as IconYuanqu } from './IconYuanqu/index.vue';
|
|
284
283
|
export { default as IconHospitalFill } from './IconHospitalFill/index.vue';
|
|
@@ -432,4 +431,26 @@ export { default as IconShuzi } from './IconShuzi/index.vue';
|
|
|
432
431
|
export { default as IconBumen } from './IconBumen/index.vue';
|
|
433
432
|
export { default as IconTupian } from './IconTupian/index.vue';
|
|
434
433
|
export { default as IconFujian } from './IconFujian/index.vue';
|
|
435
|
-
export { default as IconShuoming } from './IconShuoming/index.vue';
|
|
434
|
+
export { default as IconShuoming } from './IconShuoming/index.vue';
|
|
435
|
+
export { default as IconTidb } from './IconTidb/index.vue';
|
|
436
|
+
export { default as IconUncheckbox } from './IconUncheckbox/index.vue';
|
|
437
|
+
export { default as IconCheckbox } from './IconCheckbox/index.vue';
|
|
438
|
+
export { default as IconSuggestDrag } from './IconSuggestDrag/index.vue';
|
|
439
|
+
export { default as IconHourglass } from './IconHourglass/index.vue';
|
|
440
|
+
export { default as IconSearchFill } from './IconSearchFill/index.vue';
|
|
441
|
+
export { default as IconTextBold } from './IconTextBold/index.vue';
|
|
442
|
+
export { default as IconTextAlignCenter } from './IconTextAlignCenter/index.vue';
|
|
443
|
+
export { default as IconTextAlignRight } from './IconTextAlignRight/index.vue';
|
|
444
|
+
export { default as IconTextAlignLeft } from './IconTextAlignLeft/index.vue';
|
|
445
|
+
export { default as IconTextAlignJustified } from './IconTextAlignJustified/index.vue';
|
|
446
|
+
export { default as IconDimensions } from './IconDimensions/index.vue';
|
|
447
|
+
export { default as IconLayoutLabelRight } from './IconLayoutLabelRight/index.vue';
|
|
448
|
+
export { default as IconTextTilt } from './IconTextTilt/index.vue';
|
|
449
|
+
export { default as IconLayoutLabelLeft } from './IconLayoutLabelLeft/index.vue';
|
|
450
|
+
export { default as IconLayoutLabelDown } from './IconLayoutLabelDown/index.vue';
|
|
451
|
+
export { default as IconLayoutLabelUp } from './IconLayoutLabelUp/index.vue';
|
|
452
|
+
export { default as IconRowHeightExtrahigh } from './IconRowHeightExtrahigh/index.vue';
|
|
453
|
+
export { default as IconRowHeight } from './IconRowHeight/index.vue';
|
|
454
|
+
export { default as IconRowHeightHigh } from './IconRowHeightHigh/index.vue';
|
|
455
|
+
export { default as IconRowHeightMedium } from './IconRowHeightMedium/index.vue';
|
|
456
|
+
export { default as IconPromotionOff } from './IconPromotionOff/index.vue';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-clickhouse`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.1027 9.1795L14 9.59791L8.35285 14.6983C8.16294 14.8698 7.87418 14.8702 7.68374 14.6993L2 9.59791L2.89734 9.1795L8.01876 13.8205L13.1027 9.1795ZM6.89755 5.10868V10.8531H6.03773V5.10868H6.89755ZM8.43022 5.10868V10.8531H7.5704V5.10868H8.43022ZM9.92569 5.10868V10.8531H9.06587V5.10868H9.92569ZM11.4959 8.38055V10.0924H10.6361V8.38055H11.4959ZM5.40208 6.09791V10.0924H4.54226V6.09791H5.40208ZM11.4959 6.09791V7.80973H10.6361V6.09791H11.4959ZM7.68504 1.29744C7.87508 1.12806 8.16204 1.1285 8.35156 1.29847L14 6.36423L13.1027 6.8205L8.01876 2.1795L2.89734 6.8205L2 6.36455L7.68504 1.29744Z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconClickhouse',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'teicon-',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|