@arco-iconbox/vue-te 0.0.3 → 0.0.4
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 +3759 -2106
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +1099 -951
- package/dist/icon.min.js.map +1 -1
- package/esm/Icon3Drotate/index.js +42 -0
- package/esm/IconBackward10s/index.js +36 -0
- package/esm/IconBackwardFill/index.js +36 -0
- package/esm/IconBottomFill/index.js +36 -0
- package/esm/IconBottomLeftFill/index.js +36 -0
- package/esm/IconBottomRightFill/index.js +36 -0
- package/esm/IconCctvFill/index.js +36 -0
- package/esm/IconClose/index.js +1 -1
- package/esm/IconCloseFilled/index.js +36 -0
- package/esm/IconCollectionTagFilled/index.js +32 -0
- package/esm/IconEmsCostAnalysis/index.js +60 -0
- package/esm/IconEmsEnergyAnalysis/index.js +58 -0
- package/esm/IconEmsEnergyContrast/index.js +61 -0
- package/esm/IconEmsEnergyRanking/index.js +43 -0
- package/esm/IconEmsHeibang/index.js +53 -0
- package/esm/IconEmsHongbang/index.js +58 -0
- package/esm/IconFileTypeCad/index.js +66 -0
- package/esm/IconFileTypeExcel/index.js +61 -0
- package/esm/IconFileTypeHtml/index.js +61 -0
- package/esm/IconFileTypeJpg/index.js +50 -0
- package/esm/IconFileTypePdf/index.js +61 -0
- package/esm/IconFileTypePng/index.js +61 -0
- package/esm/IconFileTypePpt/index.js +61 -0
- package/esm/IconFileTypeTxt/index.js +47 -0
- package/esm/IconFileTypeUnknown/index.js +61 -0
- package/esm/IconFileTypeVideo/index.js +61 -0
- package/esm/IconFileTypeVisio/index.js +61 -0
- package/esm/IconFileTypeWord/index.js +61 -0
- package/esm/IconFolderFill/index.js +32 -0
- package/esm/IconForward10s/index.js +36 -0
- package/esm/IconForwardFill/index.js +36 -0
- package/esm/IconGrid/index.js +4 -4
- package/esm/IconLevel/index.js +36 -0
- package/esm/IconPlusBold/index.js +34 -0
- package/esm/IconPriceTagFilled/index.js +38 -0
- package/esm/IconSpeed/index.js +36 -0
- package/esm/IconStructure/index.js +32 -0
- package/esm/IconTopFill/index.js +36 -0
- package/esm/IconTopLeftFill/index.js +36 -0
- package/esm/IconTopRightFill/index.js +36 -0
- package/esm/IconWorkBench/index.js +1 -1
- package/esm/index.js +40 -3
- package/lib/Icon3Drotate/index.js +43 -0
- package/lib/IconBackward10s/index.js +37 -0
- package/lib/IconBackwardFill/index.js +37 -0
- package/lib/IconBottomFill/index.js +37 -0
- package/lib/IconBottomLeftFill/index.js +37 -0
- package/lib/IconBottomRightFill/index.js +37 -0
- package/lib/IconCctvFill/index.js +37 -0
- package/lib/IconClose/index.js +1 -1
- package/lib/IconCloseFilled/index.js +37 -0
- package/lib/IconCollectionTagFilled/index.js +33 -0
- package/lib/IconEmsCostAnalysis/index.js +61 -0
- package/lib/IconEmsEnergyAnalysis/index.js +59 -0
- package/lib/IconEmsEnergyContrast/index.js +62 -0
- package/lib/IconEmsEnergyRanking/index.js +44 -0
- package/lib/IconEmsHeibang/index.js +54 -0
- package/lib/IconEmsHongbang/index.js +59 -0
- package/lib/IconFileTypeCad/index.js +67 -0
- package/lib/IconFileTypeExcel/index.js +62 -0
- package/lib/IconFileTypeHtml/index.js +62 -0
- package/lib/IconFileTypeJpg/index.js +51 -0
- package/lib/IconFileTypePdf/index.js +62 -0
- package/lib/IconFileTypePng/index.js +62 -0
- package/lib/IconFileTypePpt/index.js +62 -0
- package/lib/IconFileTypeTxt/index.js +48 -0
- package/lib/IconFileTypeUnknown/index.js +62 -0
- package/lib/IconFileTypeVideo/index.js +62 -0
- package/lib/IconFileTypeVisio/index.js +62 -0
- package/lib/IconFileTypeWord/index.js +62 -0
- package/lib/IconFolderFill/index.js +33 -0
- package/lib/IconForward10s/index.js +37 -0
- package/lib/IconForwardFill/index.js +37 -0
- package/lib/IconGrid/index.js +3 -3
- package/lib/IconLevel/index.js +37 -0
- package/lib/IconPlusBold/index.js +35 -0
- package/lib/IconPriceTagFilled/index.js +39 -0
- package/lib/IconSpeed/index.js +37 -0
- package/lib/IconStructure/index.js +33 -0
- package/lib/IconTopFill/index.js +37 -0
- package/lib/IconTopLeftFill/index.js +37 -0
- package/lib/IconTopRightFill/index.js +37 -0
- package/lib/IconWorkBench/index.js +1 -1
- package/lib/index.js +590 -516
- package/package.json +1 -1
- package/src/Icon3Drotate/index.vue +19 -0
- package/src/IconBackward10s/index.vue +19 -0
- package/src/IconBackwardFill/index.vue +19 -0
- package/src/IconBottomFill/index.vue +19 -0
- package/src/IconBottomLeftFill/index.vue +19 -0
- package/src/IconBottomRightFill/index.vue +19 -0
- package/src/IconCctvFill/index.vue +19 -0
- package/src/IconClose/index.vue +1 -1
- package/src/IconCloseFilled/index.vue +19 -0
- package/src/IconCollectionTagFilled/index.vue +19 -0
- package/src/IconEmsCostAnalysis/index.vue +19 -0
- package/src/IconEmsEnergyAnalysis/index.vue +19 -0
- package/src/IconEmsEnergyContrast/index.vue +19 -0
- package/src/IconEmsEnergyRanking/index.vue +19 -0
- package/src/IconEmsHeibang/index.vue +19 -0
- package/src/IconEmsHongbang/index.vue +19 -0
- package/src/IconFileTypeCad/index.vue +19 -0
- package/src/IconFileTypeExcel/index.vue +19 -0
- package/src/IconFileTypeHtml/index.vue +19 -0
- package/src/IconFileTypeJpg/index.vue +19 -0
- package/src/IconFileTypePdf/index.vue +19 -0
- package/src/IconFileTypePng/index.vue +19 -0
- package/src/IconFileTypePpt/index.vue +19 -0
- package/src/IconFileTypeTxt/index.vue +19 -0
- package/src/IconFileTypeUnknown/index.vue +19 -0
- package/src/IconFileTypeVideo/index.vue +19 -0
- package/src/IconFileTypeVisio/index.vue +19 -0
- package/src/IconFileTypeWord/index.vue +19 -0
- package/src/IconFolderFill/index.vue +19 -0
- package/src/IconForward10s/index.vue +19 -0
- package/src/IconForwardFill/index.vue +19 -0
- package/src/IconGrid/index.vue +1 -1
- package/src/IconLevel/index.vue +19 -0
- package/src/IconPlusBold/index.vue +19 -0
- package/src/IconPriceTagFilled/index.vue +19 -0
- package/src/IconSpeed/index.vue +19 -0
- package/src/IconStructure/index.vue +19 -0
- package/src/IconTopFill/index.vue +19 -0
- package/src/IconTopLeftFill/index.vue +19 -0
- package/src/IconTopRightFill/index.vue +19 -0
- package/src/IconWorkBench/index.vue +1 -1
- package/src/index.js +41 -4
- package/esm/IconMore/index.js +0 -32
- package/lib/IconMore/index.js +0 -33
- package/src/IconMore/index.vue +0 -19
package/package.json
CHANGED
|
@@ -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-3Drotate`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.08332 1.74906C7.24999 1.74906 7.37499 1.61984 7.37499 1.44756V1.18913L12.5417 2.52434L9.08332 4.97939L7.33332 4.41947C7.29166 4.29026 7.20832 4.16104 7.04166 4.16104C6.95832 4.16104 6.87499 4.20411 6.83332 4.24719L3.91666 3.34269L6.74999 1.36142V1.44756C6.79166 1.61984 6.91666 1.74906 7.08332 1.74906ZM9.74999 7.69288L9.45832 7.60674V5.45318L12.9583 2.95505V8.76966L12.75 8.68351C12.5833 8.64044 12.4167 8.72659 12.375 8.89887C12.3333 9.07116 12.4167 9.20037 12.5417 9.28651L9.45832 11.2247V8.2528L9.58332 8.29587H9.66666C9.79166 8.29587 9.91666 8.20973 9.95832 8.08052C9.99999 7.90823 9.91666 7.73595 9.74999 7.69288ZM3.58332 9.54494C3.70832 9.41572 3.91666 9.4588 3.99999 9.58801C4.08332 9.71722 4.08332 9.93258 3.91666 10.0618H3.87499L8.83332 11.3539V8.08052L8.54166 7.99438C8.37499 7.9513 8.29166 7.77902 8.33332 7.60674C8.37499 7.43445 8.54166 7.34831 8.70832 7.39138L8.83332 7.43445V5.53932L7.33332 5.06554V5.49625C7.33332 5.66853 7.20832 5.79775 7.04166 5.79775C6.87499 5.79775 6.74999 5.66853 6.74999 5.49625V4.89325L3.54166 3.85954V9.54494H3.58332Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.92253 3.6183C6.75915 3.6183 6.63662 3.49054 6.63662 3.32019V2.29811C6.63662 2.12776 6.75915 2 6.92253 2C7.08592 2 7.20845 2.12776 7.20845 2.29811V3.32019C7.20845 3.49054 7.08592 3.6183 6.92253 3.6183ZM4.75775 9.0694C4.7169 9.11199 4.67606 9.11199 4.59437 9.11199C4.51268 9.11199 4.43099 9.0694 4.3493 9.02681C4.22676 8.89905 4.26761 8.68612 4.39014 8.60095L5.28873 7.83438C5.41127 7.70662 5.61549 7.74921 5.69718 7.87697C5.81972 8.00473 5.77887 8.21767 5.65634 8.30284L4.75775 9.0694ZM6.43239 7.62145C6.51408 7.62145 6.55493 7.62145 6.59577 7.57886L6.96338 7.28076L7.41268 7.40852H7.49437C7.6169 7.40852 7.73944 7.32334 7.78028 7.19558C7.82113 7.02524 7.73944 6.85489 7.57606 6.8123L7.20845 6.68454V6.25868C7.20845 6.08833 7.08592 5.96057 6.92254 5.96057C6.75916 5.96057 6.63662 6.08833 6.63662 6.25868V6.76972L6.26901 7.06782C6.14648 7.153 6.10563 7.36593 6.22817 7.49369C6.26901 7.57886 6.3507 7.62145 6.43239 7.62145ZM11.3338 8.72871L10.3535 8.38801C10.1901 8.34543 10.1085 8.17508 10.1493 8.00473C10.1901 7.83438 10.3535 7.74921 10.5169 7.7918L11.4972 8.13249C11.6606 8.17508 11.7423 8.34543 11.7014 8.51577C11.6606 8.64353 11.538 8.72871 11.4155 8.72871H11.3338ZM14.2746 6.8123C14.1521 6.68454 13.9887 6.68454 13.8662 6.8123C13.7437 6.94006 13.7437 7.11041 13.8662 7.23817C14.5197 7.91956 14.8873 8.72871 14.8873 9.53786C14.8873 11.6246 12.6408 13.4558 9.53662 13.8391C9.37324 13.8391 9.2507 14.0095 9.29155 14.1798C9.29155 14.3502 9.41408 14.4353 9.57747 14.4353H9.61831C13.0085 14.0095 15.5 11.9227 15.5 9.53786C15.4592 8.55836 15.0507 7.62145 14.2746 6.8123ZM8.22958 14.1798V14.2224C8.22958 14.2487 8.21398 14.2588 8.19241 14.2727C8.17909 14.2813 8.16349 14.2913 8.14789 14.3076V14.3502V14.3927V14.4353L7.45352 15.3722C7.37183 15.4574 7.29014 15.5 7.20845 15.5C7.16761 15.5 7.08592 15.4574 7.04507 15.4148C6.92253 15.2871 6.92254 15.1167 7.00423 14.989L7.37183 14.4779C7.29014 14.4779 7.20845 14.4673 7.12676 14.4566C7.04507 14.446 6.96338 14.4353 6.88169 14.4353C3.4507 14.0095 1 11.9227 1 9.53785C1 8.64353 1.32676 7.7918 1.98028 7.02524C2.10282 6.89748 2.2662 6.85489 2.38873 6.98265C2.51127 7.06782 2.51127 7.28076 2.42958 7.40852C1.85775 8.04732 1.57183 8.77129 1.57183 9.53785C1.57183 11.6246 3.81831 13.4558 7.00423 13.8391C7.06549 13.8391 7.12676 13.8498 7.18803 13.8604C7.2493 13.8711 7.31056 13.8817 7.37183 13.8817L7.04507 13.4558C6.92253 13.3281 6.96338 13.1151 7.08592 13.03C7.20845 12.9022 7.41268 12.9448 7.49437 13.0726L8.18873 14.0095V14.0521C8.22958 14.0521 8.22958 14.0946 8.22958 14.0946V14.1372V14.1798Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'Icon3Drotate',
|
|
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-backward-10s`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.55 4.95325H4.54039V2.61247L1 5.34309L4.54039 7.90344V5.8132H12.55C13.4686 5.8132 14.1353 6.47622 14.1353 7.38977V10.8818C14.1353 11.356 14.009 12.4584 12.8382 12.4584H9.64706V13.3184H12.8382C14.1514 13.3184 15 12.3621 15 10.8818V7.38977C15 6.00067 13.9468 4.95325 12.55 4.95325ZM2.7002 9.79035H2.26538C2.14679 9.91388 1.99856 10.0275 1.82067 10.1362C1.64279 10.2351 1.47479 10.3042 1.31667 10.3438V10.9169C1.64279 10.8231 1.90961 10.6798 2.12208 10.4871V13.3184H2.7002V9.79035ZM5.59156 10.2351C5.35933 9.88918 5.03815 9.72118 4.62803 9.72118C4.21297 9.72118 3.8918 9.88918 3.6645 10.2351C3.44709 10.5612 3.33839 11.0009 3.33839 11.5544C3.33839 12.1078 3.44709 12.5475 3.6645 12.8736C3.8918 13.2146 4.21297 13.3875 4.62803 13.3875C5.03815 13.3875 5.35933 13.2146 5.59156 12.8736C5.80897 12.5475 5.91768 12.1078 5.91768 11.5544C5.91768 11.0009 5.80897 10.5612 5.59156 10.2351ZM4.03509 10.6798C4.14874 10.3635 4.34639 10.2104 4.62803 10.2104C4.90474 10.2104 5.10239 10.3635 5.22097 10.6798C5.30003 10.8922 5.33956 11.1838 5.33956 11.5544C5.33956 11.92 5.30003 12.2115 5.22097 12.4289C5.10239 12.7402 4.90474 12.8984 4.62803 12.8984C4.34639 12.8984 4.14874 12.7402 4.03509 12.4289C3.95603 12.2115 3.9165 11.92 3.9165 11.5544C3.9165 11.1838 3.95603 10.8922 4.03509 10.6798ZM8.47034 11.5049C8.41104 10.9614 8.04046 10.6946 7.36846 10.6946C7.05222 10.6946 6.80022 10.7588 6.60751 10.8972C6.40987 11.0256 6.31599 11.2085 6.31599 11.4456C6.31599 11.668 6.41481 11.8409 6.61246 11.9645C6.73599 12.0435 6.94846 12.1176 7.24987 12.1868C7.50681 12.2461 7.67481 12.2906 7.75387 12.3301C7.9021 12.3993 7.97622 12.4932 7.97622 12.6118C7.97622 12.8193 7.77857 12.928 7.38328 12.928C7.19551 12.928 7.0621 12.8934 6.9781 12.8341C6.8941 12.7649 6.83481 12.6513 6.80516 12.4882H6.25669C6.31104 13.0861 6.69151 13.3875 7.40304 13.3875C8.16893 13.3875 8.55434 13.1158 8.55434 12.5722C8.55434 12.3449 8.45057 12.1621 8.24799 12.0336C8.10963 11.9398 7.89222 11.8607 7.60563 11.7915C7.34869 11.7273 7.18069 11.6779 7.09669 11.6433C6.95834 11.584 6.8941 11.5099 6.8941 11.4308C6.8941 11.332 6.93363 11.2628 7.02257 11.2184C7.09669 11.1739 7.21034 11.1541 7.35857 11.1541C7.53151 11.1541 7.65999 11.1788 7.74399 11.2332C7.82304 11.2826 7.88234 11.3765 7.92187 11.5049H8.47034Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconBackward10s',
|
|
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-backward-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6934 4.33527C12.9277 3.86688 12.4434 3.36452 11.9668 3.58113L3.32566 7.50892C2.89145 7.70629 2.89145 8.32296 3.32566 8.52033L11.9668 12.4481C12.4434 12.6647 12.9277 12.1624 12.6934 11.694L10.8541 8.01482L12.6934 4.33527Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconBackwardFill',
|
|
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-bottom-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6647 3.30656C12.1331 3.07227 12.6355 3.55657 12.4189 4.03321L8.49108 12.6743C8.29371 13.1086 7.67704 13.1086 7.47967 12.6743L3.55189 4.03321C3.33527 3.55657 3.83763 3.07227 4.30602 3.30656L7.98518 5.14595L11.6647 3.30656Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconBottomFill',
|
|
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-bottom-left-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6199 8.58347C13.1168 8.749 13.1296 9.44667 12.6394 9.63053L3.7518 12.9634C3.3052 13.1308 2.86915 12.6948 3.03663 12.2482L6.36947 3.36063C6.55333 2.87043 7.251 2.8832 7.41653 3.38007L8.71745 7.28227L12.6199 8.58347Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconBottomLeftFill',
|
|
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-bottom-right-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.38007 8.58347C2.8832 8.749 2.87043 9.44667 3.36063 9.63053L12.2482 12.9634C12.6948 13.1308 13.1308 12.6948 12.9634 12.2482L9.63053 3.36063C9.44667 2.87043 8.749 2.8832 8.58347 3.38007L7.28255 7.28227L3.38007 8.58347Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconBottomRightFill',
|
|
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-cctv-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 7C14 9.4442 12.5385 11.547 10.4417 12.4823L10.8484 14H12.5C12.7761 14 13 14.2239 13 14.5C13 14.7761 12.7761 15 12.5 15H3.5C3.22386 15 3 14.7761 3 14.5C3 14.2239 3.22386 14 3.5 14H4.91987L5.3524 12.3858C3.36645 11.4076 2 9.36339 2 7C2 3.68629 4.68629 1 8 1C11.3137 1 14 3.68629 14 7ZM8.5 3.5C8.5 3.77614 8.27614 4 8 4C7.72386 4 7.5 3.77614 7.5 3.5C7.5 3.22386 7.72386 3 8 3C8.27614 3 8.5 3.22386 8.5 3.5ZM10.5 7.5C10.5 8.88071 9.38071 10 8 10C6.61929 10 5.5 8.88071 5.5 7.5C5.5 6.11929 6.61929 5 8 5C9.38071 5 10.5 6.11929 10.5 7.5ZM9.5 7.5C9.5 8.32843 8.82843 9 8 9C7.17157 9 6.5 8.32843 6.5 7.5C6.5 6.67157 7.17157 6 8 6C8.82843 6 9.5 6.67157 9.5 7.5Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconCctvFill',
|
|
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/IconClose/index.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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-close`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-close`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.1089 3.15751L8.00026 7.26618L3.89159 3.15751C3.78272 3.05977 3.66046 3.0109 3.52481 3.0109C3.38916 3.0109 3.26951 3.06255 3.16586 3.16586C3.06221 3.26916 3.01055 3.38881 3.0109 3.52481C3.01125 3.66081 3.06012 3.78307 3.15751 3.89159L7.26618 8.00026L3.15751 12.1089C3.01629 12.2501 2.97003 12.4187 3.01873 12.6145C3.06742 12.8103 3.18708 12.9326 3.37768 12.9813C3.56829 13.03 3.73942 12.9837 3.89107 12.8425L7.99974 8.73382L12.1084 12.8425C12.2173 12.9402 12.3395 12.9891 12.4752 12.9891C12.6108 12.9891 12.7305 12.9374 12.8341 12.8341C12.9378 12.7308 12.9894 12.6112 12.9891 12.4752C12.9887 12.3392 12.9399 12.2169 12.8425 12.1084L8.73382 7.99974L12.8425 3.89107C12.9837 3.74985 13.03 3.58133 12.9813 3.38551C12.9326 3.18968 12.8103 3.06742 12.6145 3.01873C12.4187 2.97003 12.2501 3.01629 12.1089 3.15751V3.15751Z"/></svg>
|
|
3
3
|
</template>
|
|
4
4
|
<script>
|
|
5
5
|
|
|
@@ -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-close-filled`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM8.00021 7.41294L11.2871 4.12601C11.4001 4.01304 11.5349 3.97603 11.6916 4.01498C11.8483 4.05394 11.9461 4.15175 11.985 4.30841C12.024 4.46507 11.987 4.59988 11.874 4.71286L8.58706 7.99979L11.874 11.2867C11.9519 11.3735 11.991 11.4713 11.9913 11.5801C11.9916 11.6889 11.9502 11.7847 11.8673 11.8673C11.7844 11.95 11.6887 11.9913 11.5801 11.9913C11.4716 11.9913 11.3738 11.9522 11.2867 11.874L7.99979 8.58706L4.71286 11.874C4.59154 11.987 4.45463 12.024 4.30215 11.985C4.14966 11.9461 4.05394 11.8483 4.01498 11.6916C3.97603 11.5349 4.01304 11.4001 4.12601 11.2871L7.41294 8.00021L4.12601 4.71327C4.0481 4.62646 4.009 4.52865 4.00872 4.41985C4.00844 4.31105 4.04977 4.21533 4.13269 4.13269C4.21561 4.05004 4.31133 4.00872 4.41985 4.00872C4.52837 4.00872 4.62618 4.04782 4.71327 4.12601L8.00021 7.41294Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconCloseFilled',
|
|
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-collection-tag-filled`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.5 1H12.5C12.646 1 12.7658 1.04683 12.8595 1.1405C12.9532 1.23417 13 1.354 13 1.5V13.953C12.9897 14.1613 12.8933 14.3098 12.711 14.3985C12.5287 14.4872 12.3542 14.469 12.1875 14.344L8.3125 11.25C8.21883 11.177 8.11467 11.1405 8 11.1405C7.88533 11.1405 7.78117 11.177 7.6875 11.25L3.8125 14.344C3.64583 14.469 3.47133 14.4872 3.289 14.3985C3.10667 14.3098 3.01033 14.1613 3 13.953V1.5C3 1.354 3.04683 1.23417 3.1405 1.1405C3.23417 1.04683 3.354 1 3.5 1Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconCollectionTagFilled',
|
|
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 21 18" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ems-cost-analysis`]" width="1em" height="1em" v-bind="$attrs"><g filter="url(#svg_1f5d44dc39__filter0_d_46_32340)"><circle cx="9" cy="8" r="6" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_1f5d44dc39__paint0_linear_46_32340)'"/><path d="M7.68284 5.11982C7.52663 4.96006 7.27337 4.96006 7.11716 5.11982C6.96095 5.27958 6.96095 5.5386 7.11716 5.69836L8.30101 6.90911H7.4C7.17909 6.90911 7 7.09227 7 7.3182C7 7.54414 7.17909 7.72729 7.4 7.72729H8.6022V8.54547H7.4C7.17909 8.54547 7 8.72862 7 8.95456C7 9.18049 7.17909 9.36365 7.4 9.36365H8.6022V10.5909C8.6022 10.8168 8.78128 11 9.0022 11C9.22311 11 9.4022 10.8168 9.4022 10.5909V9.36365H10.6C10.8209 9.36365 11 9.18049 11 8.95456C11 8.72862 10.8209 8.54547 10.6 8.54547H9.4022V7.72729H10.6C10.8209 7.72729 11 7.54414 11 7.3182C11 7.09227 10.8209 6.90911 10.6 6.90911H9.69899L10.8828 5.69836C11.0391 5.5386 11.0391 5.27958 10.8828 5.11982C10.7266 4.96006 10.4734 4.96006 10.3172 5.11982L9 6.4669L7.68284 5.11982Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M15.9171 9C15.9716 8.67479 16 8.34071 16 8C16 7.65929 15.9716 7.32521 15.9171 7H17.5C17.7762 7 18 7.22386 18 7.5V8.5C18 8.77614 17.7762 9 17.5 9H15.9171Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_1f5d44dc39__paint1_linear_46_32340)'"/><path d="M15.1973 5C14.7329 4.19723 14.0879 3.51203 13.3178 3H17.5C17.7762 3 18 3.22386 18 3.5V4.5C18 4.77614 17.7762 5 17.5 5H15.1973Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_1f5d44dc39__paint2_linear_46_32340)'"/><path d="M13.3178 13C14.0879 12.488 14.7329 11.8028 15.1973 11H17.5C17.7762 11 18 11.2239 18 11.5V12.5C18 12.7761 17.7762 13 17.5 13H13.3178Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_1f5d44dc39__paint3_linear_46_32340)'"/></g><defs><linearGradient id="svg_1f5d44dc39__paint0_linear_46_32340" x1="9" y1="2" x2="9" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#8FC9FF"/><stop offset="1" stop-color="#1890FF"/></linearGradient><linearGradient id="svg_1f5d44dc39__paint1_linear_46_32340" x1="15.659" y1="3" x2="15.659" y2="13" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"/><stop offset="1" stop-color="#FA8C16"/></linearGradient><linearGradient id="svg_1f5d44dc39__paint2_linear_46_32340" x1="15.659" y1="3" x2="15.659" y2="13" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"/><stop offset="1" stop-color="#FA8C16"/></linearGradient><linearGradient id="svg_1f5d44dc39__paint3_linear_46_32340" x1="15.659" y1="3" x2="15.659" y2="13" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"/><stop offset="1" stop-color="#FA8C16"/></linearGradient><filter id="svg_1f5d44dc39__filter0_d_46_32340" x="0" y="-2" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0941176 0 0 0 0 0.564706 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_46_32340"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_46_32340" result="shape"/></filter></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconEmsCostAnalysis',
|
|
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 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ems-energy-analysis`]" width="1em" height="1em" v-bind="$attrs"><g filter="url(#svg_0739a2ec4c__filter0_d_45_31788)"><rect x="3" y="2" width="12" height="9" rx=".5" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_0739a2ec4c__paint0_linear_45_31788)'"/><rect x="6" y="12" width="6" height="2" rx=".5" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_0739a2ec4c__paint1_linear_45_31788)'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 5.49996C12.6768 5.71209 12.6481 6.02738 12.436 6.20416L9.8201 8.38407C9.62144 8.54962 9.32932 8.53637 9.14646 8.35351L7.95309 7.16014L6.70001 8.09996C6.4791 8.26564 6.1657 8.22087 6.00001 7.99996V7.99996C5.83433 7.77904 5.8791 7.46564 6.10001 7.29996L7.70001 6.09996C7.89907 5.95066 8.17762 5.97046 8.35357 6.1464L9.5307 7.32353L11.7958 5.43594C12.0079 5.25915 12.3232 5.28782 12.5 5.49996V5.49996Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><linearGradient id="svg_0739a2ec4c__paint0_linear_45_31788" x1="9" y1="2" x2="9" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#8FC9FF"/><stop offset="1" stop-color="#1890FF"/></linearGradient><linearGradient id="svg_0739a2ec4c__paint1_linear_45_31788" x1="9" y1="12" x2="9" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"/><stop offset="1" stop-color="#FA8C16"/></linearGradient><filter id="svg_0739a2ec4c__filter0_d_45_31788" x="-2" y="-2" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0941176 0 0 0 0 0.564706 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_45_31788"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_45_31788" result="shape"/></filter></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconEmsEnergyAnalysis',
|
|
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 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ems-energy-contrast`]" width="1em" height="1em" v-bind="$attrs"><g filter="url(#svg_86ea600474__filter0_d_46_32341)"><path d="M14.5 14C14.7762 14 15 13.7761 15 13.5V2.5C15 2.22386 14.7762 2 14.5 2L8.3 2V5.9L11 8.6V14H14.5Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_86ea600474__paint0_linear_46_32341)'"/><path d="M3.49999 2.00004C3.22385 2.00005 3 2.2239 3 2.50004V13.5C3 13.7762 3.22386 14 3.5 14L9.07143 14C9.34757 14 9.57143 13.7761 9.57143 13.5V9.8L7.13793 7.24483C7.04939 7.15186 7 7.02839 7 6.9V2L3.49999 2.00004Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_86ea600474__paint1_linear_46_32341)'"/><rect x="4" y="12" width="3" height="1" rx=".5" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><rect x="11" y="3" width="3" height="1" rx=".5" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><linearGradient id="svg_86ea600474__paint0_linear_46_32341" x1="11.65" y1="2" x2="11.65" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"/><stop offset="1" stop-color="#FA8C16"/></linearGradient><linearGradient id="svg_86ea600474__paint1_linear_46_32341" x1="6.286" y1="2" x2="6.286" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#8FC9FF"/><stop offset="1" stop-color="#1890FF"/></linearGradient><filter id="svg_86ea600474__filter0_d_46_32341" x="-2" y="-2" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0941176 0 0 0 0 0.564706 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_46_32341"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_46_32341" result="shape"/></filter></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconEmsEnergyContrast',
|
|
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 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ems-energy-ranking`]" width="1em" height="1em" v-bind="$attrs"><g filter="url(#svg_cb111f1b68__filter0_d_46_32327)"><path d="M8 14C7.72386 14 7.5 13.7761 7.5 13.5V2.5C7.5 2.22386 7.72386 2 8 2H10C10.2761 2 10.5 2.22386 10.5 2.5V13.5C10.5 13.7761 10.2761 14 10 14H8ZM3.5 14C3.22386 14 3 13.7761 3 13.5V7.5C3 7.22386 3.22386 7 3.5 7H5.5C5.77614 7 6 7.22386 6 7.5V13.5C6 13.7761 5.77614 14 5.5 14H3.5Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_cb111f1b68__paint0_linear_46_32327)'"/><path d="M12.5 14C12.2239 14 12 13.7761 12 13.5V5.5C12 5.22386 12.2239 5 12.5 5H14.5C14.7761 5 15 5.22386 15 5.5V13.5C15 13.7761 14.7761 14 14.5 14H12.5Z" :fill="useCurrentColor ? 'currentColor' : 'url(#svg_cb111f1b68__paint1_linear_46_32327)'"/></g><defs><linearGradient id="svg_cb111f1b68__paint0_linear_46_32327" x1="6.75" y1="2" x2="6.75" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#8FC9FF"/><stop offset="1" stop-color="#1890FF"/></linearGradient><linearGradient id="svg_cb111f1b68__paint1_linear_46_32327" x1="13.5" y1="5" x2="13.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"/><stop offset="1" stop-color="#FA8C16"/></linearGradient><filter id="svg_cb111f1b68__filter0_d_46_32327" x="-2" y="-2" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0.0941176 0 0 0 0 0.564706 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_46_32327"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_46_32327" result="shape"/></filter></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconEmsEnergyRanking',
|
|
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 42 40" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ems-heibang`]" width="1em" height="1em" v-bind="$attrs"><g filter="url(#svg_9ce76fb032__filter0_d_51_32332)"><path d="M33.2637 19.6726C33.2637 20.9578 32.2219 21.9996 30.9367 21.9996H25.0879C25.5965 23.6156 26.4797 27.2988 24.2102 29.757C22.6898 31.4031 21.2652 29.5355 21.2652 29.5355C21.2652 29.5355 22.8156 22.8855 16.3242 19.9433V8.92929H28.6262C29.9113 8.92929 30.9531 9.97108 30.9531 11.2562V11.4504C31.6887 11.8414 32.1891 12.6152 32.1891 13.5066V13.7226C32.1891 13.9769 32.148 14.2203 32.0742 14.4473C32.6266 14.8738 32.982 15.541 32.982 16.2902V16.5062C32.982 16.9875 32.8344 17.4359 32.5828 17.8078C33.0039 18.2289 33.2664 18.8113 33.2664 19.4539V19.6726H33.2637Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M17.1227 7.61135H9.61133C9.18203 7.61135 8.83203 7.96135 8.83203 8.39065V21.3981C8.83203 21.8274 9.18203 22.1774 9.61133 22.1774H17.1227C17.552 22.1774 17.902 21.8274 17.902 21.3981V8.39065C17.902 7.96135 17.552 7.61135 17.1227 7.61135Z" :fill="useCurrentColor ? 'currentColor' : '#7F8BA4'"/><path d="M33.2637 19.6727C33.2637 20.9578 32.2219 21.9996 30.9367 21.9996H28.6672C28.7027 21.6196 28.7219 21.234 28.7219 20.843C28.7219 15.1336 24.8445 10.3321 19.5809 8.92659H28.6262C29.9113 8.92659 30.9531 9.96838 30.9531 11.2535V11.4477C31.6887 11.8387 32.1891 12.6125 32.1891 13.5039V13.7199C32.1891 13.9742 32.1481 14.2176 32.0742 14.4446C32.6266 14.8711 32.982 15.5383 32.982 16.2875V16.5035C32.982 16.9848 32.8344 17.4332 32.5828 17.8051C33.0039 18.2262 33.2664 18.8086 33.2664 19.4512V19.6727H33.2637Z" :fill="useCurrentColor ? 'currentColor' : '#FFF7EE'"/><path d="M16.5457 10.4742C16.5457 9.77422 15.9797 9.2082 15.2797 9.2082C14.5797 9.2082 14.0137 9.77422 14.0137 10.4742C14.0137 11.1742 14.5797 11.7402 15.2797 11.7402C15.9797 11.7402 16.5457 11.1742 16.5457 10.4742Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><filter id="svg_9ce76fb032__filter0_d_51_32332" x="-1" y="-2" width="44" height="44" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="4"/><feColorMatrix values="0 0 0 0 0.158333 0 0 0 0 0.131944 0 0 0 0 0.131944 0 0 0 0.12 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_51_32332"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_51_32332" result="shape"/></filter></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconEmsHeibang',
|
|
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 43 42" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-ems-hongbang`]" width="1em" height="1em" v-bind="$attrs"><g filter="url(#svg_40df7ba6d1__filter0_d_51_32242)"><path d="M33.2637 20.3274C33.2637 19.0422 32.2219 18.0004 30.9367 18.0004H25.0879C25.5965 16.3844 26.4797 12.7012 24.2102 10.243C22.6898 8.59689 21.2652 10.4645 21.2652 10.4645C21.2652 10.4645 22.8156 17.1145 16.3242 20.0567V31.0707H28.6262C29.9113 31.0707 30.9531 30.0289 30.9531 28.7438V28.5496C31.6887 28.1586 32.1891 27.3848 32.1891 26.4934V26.2774C32.1891 26.0231 32.148 25.7797 32.0742 25.5527C32.6266 25.1262 32.982 24.459 32.982 23.7098V23.4938C32.982 23.0125 32.8344 22.5641 32.5828 22.1922C33.0039 21.7711 33.2664 21.1887 33.2664 20.5461V20.3274H33.2637Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M17.1227 32.3886H9.61133C9.18203 32.3886 8.83203 32.0386 8.83203 31.6094V18.6019C8.83203 18.1726 9.18203 17.8226 9.61133 17.8226H17.1227C17.552 17.8226 17.902 18.1726 17.902 18.6019V31.6094C17.902 32.0386 17.552 32.3886 17.1227 32.3886Z" :fill="useCurrentColor ? 'currentColor' : '#F5222D'"/><path d="M33.2636 20.3273C33.2636 19.0422 32.2218 18.0004 30.9367 18.0004H28.6671C28.7027 18.3804 28.7218 18.766 28.7218 19.157C28.7218 24.8664 24.8445 29.6679 19.5808 31.0734H28.6261C29.9113 31.0734 30.9531 30.0316 30.9531 28.7465V28.5523C31.6886 28.1613 32.189 27.3875 32.189 26.4961V26.2801C32.189 26.0258 32.148 25.7824 32.0742 25.5554C32.6265 25.1289 32.982 24.4617 32.982 23.7125V23.4965C32.982 23.0152 32.8343 22.5668 32.5828 22.1949C33.0039 21.7738 33.2664 21.1914 33.2664 20.5488V20.3273H33.2636Z" :fill="useCurrentColor ? 'currentColor' : '#FFF5EE'"/><path d="M16.5457 29.5258C16.5457 30.2258 15.9797 30.7918 15.2797 30.7918C14.5797 30.7918 14.0137 30.2258 14.0137 29.5258C14.0137 28.8258 14.5797 28.2598 15.2797 28.2598C15.9797 28.2598 16.5457 28.8258 16.5457 29.5258Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M31.1308 7.26881C31.0075 6.9104 30.8054 6.9104 30.6855 7.26881L29.9971 9.29298C29.8738 9.65139 29.48 10.0439 29.1203 10.1668L27.1031 10.8495C26.7435 10.9724 26.7435 11.1738 27.1031 11.2967L29.1066 11.993C29.4663 12.1159 29.8601 12.5119 29.9834 12.8703L30.6821 14.8979C30.8054 15.2563 31.0075 15.2563 31.1273 14.8979L31.8089 12.8805C31.9288 12.5221 32.3226 12.1261 32.6822 12.0033L34.7303 11.3035C35.0899 11.1806 35.0899 10.9826 34.7303 10.8598L32.7165 10.1805C32.3569 10.0576 31.9596 9.66846 31.8363 9.31005L31.1308 7.26881Z" :fill="useCurrentColor ? 'currentColor' : '#FA8C16'"/></g><defs><filter id="svg_40df7ba6d1__filter0_d_51_32242" x="-1" y="0" width="44" height="44" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="4"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_51_32242"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_51_32242" result="shape"/></filter></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconEmsHongbang',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-cad`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_c4e0b6e594__clip0_326_143)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/><path d="M3 9.5361V9.38776H9.13382V8.57303H9.80042V3H9.92178V8.57303H10.5884V9.38776H12V9.5361H10.5865V10.3508H9.91992V14H9.79855V10.3508H9.13195V9.5361H3ZM9.80042 9.5361H9.25519V10.2025H9.80042V9.5361ZM10.467 9.5361H9.92178V10.2025H10.467V9.5361ZM9.80042 8.72137H9.25519V9.38776H9.80042V8.72137ZM10.467 8.72137H9.92178V9.38776H10.467V8.72137Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M8.05469 8.64844L7.18359 6.11328L6.25781 8.64844H8.05469ZM6.77734 5.26172H7.65625L9.73828 11H8.88672L8.30469 9.28125H6.03516L5.41406 11H4.61719L6.77734 5.26172Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_c4e0b6e594__clip0_326_143"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeCad',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-excel`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_fc32fc2c8c__clip0_326_203)" fill-rule="evenodd" clip-rule="evenodd"><path d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#52C41A'"/><path opacity=".5" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M7.4251 8.40002L5.7251 6.02502H6.9001L8.0126 7.72502L9.1751 6.02502H10.3126L8.5751 8.40002L10.4001 10.925H9.2126L7.9876 9.12502L6.7626 10.9375H5.6001L7.4251 8.40002Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_fc32fc2c8c__clip0_326_203"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeExcel',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-html`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_17aaa69754__clip0_326_208)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#FA541C'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M6.58755 8.81252L4.75005 9.53752L6.58755 10.2625V10.8375L4.05005 9.82502V9.25002L6.58755 8.23752V8.81252ZM8.41255 7.15002H8.98755L7.58755 10.9H7.01255L8.41255 7.15002ZM9.41255 10.275L11.25 9.55002L9.41255 8.82502V8.25002L11.95 9.25002V9.83752L9.41255 10.85V10.275Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_17aaa69754__clip0_326_208"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeHtml',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-jpg`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#F5222D'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.85 11.025L10.2875 8.6C10.2375 8.525 10.1625 8.4875 10.075 8.4875 9.98755 8.4875 9.91255 8.5375 9.86255 8.6L9.02505 9.9 7.15005 6.8625C7.10005 6.7875 7.02505 6.75 6.93755 6.75 6.85005 6.75 6.77505 6.8 6.72505 6.8625L4.15005 11.025C4.10005 11.1 4.10005 11.2 4.15005 11.275 4.20005 11.3625 4.27505 11.4 4.36255 11.4H11.6375C11.725 11.4 11.8125 11.35 11.8625 11.275 11.9 11.1875 11.9 11.0875 11.85 11.025zM9.7251 6.4375C9.7251 6.66079 9.84422 6.86712 10.0376 6.97877 10.231 7.09041 10.4692 7.09041 10.6626 6.97877 10.856 6.86712 10.9751 6.66079 10.9751 6.4375 10.9751 6.21421 10.856 6.00788 10.6626 5.89623 10.4692 5.78459 10.231 5.78459 10.0376 5.89623 9.84422 6.00788 9.7251 6.21421 9.7251 6.4375z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeJpg',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-pdf`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_06233ef09c__clip0_326_144)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#F5222D'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M10.8749 13.175C10.0874 13.175 9.38742 11.825 9.01242 10.95C8.38742 10.6875 7.69992 10.45 7.03742 10.2875C6.44992 10.675 5.46242 11.25 4.69992 11.25C4.22492 11.25 3.88742 11.0125 3.76242 10.6C3.66242 10.2625 3.74992 10.025 3.84992 9.90002C4.04992 9.62502 4.46242 9.48752 5.08742 9.48752C5.58742 9.48752 6.22492 9.57502 6.93742 9.75002C7.39992 9.42502 7.86242 9.05002 8.27492 8.65002C8.08742 7.77502 7.88742 6.36252 8.39992 5.71252C8.64992 5.40002 9.03742 5.30002 9.49992 5.43752C10.0124 5.58752 10.1999 5.90002 10.2624 6.13752C10.4749 6.98752 9.49992 8.13752 8.83742 8.81252C8.98742 9.40002 9.17492 10.0125 9.41242 10.575C10.3624 11 11.4874 11.625 11.6124 12.3125C11.6624 12.55 11.5874 12.775 11.3999 12.9625C11.2374 13.1 11.0624 13.175 10.8749 13.175ZM9.71242 11.275C10.1874 12.2375 10.6374 12.6875 10.8749 12.6875C10.9124 12.6875 10.9624 12.675 11.0374 12.6125C11.1249 12.525 11.1249 12.4625 11.1124 12.4125C11.0624 12.1625 10.6624 11.75 9.71242 11.275ZM5.08742 9.98752C4.47492 9.98752 4.29992 10.1375 4.24992 10.2C4.23742 10.225 4.18742 10.2875 4.23742 10.4625C4.27492 10.6125 4.37492 10.7625 4.69992 10.7625C5.09992 10.7625 5.67492 10.5375 6.34992 10.1375C5.86242 10.0375 5.43742 9.98752 5.08742 9.98752ZM7.56242 9.91252C7.96242 10.025 8.37492 10.1625 8.76242 10.3125C8.62492 9.95002 8.51242 9.57502 8.41242 9.21252C8.13742 9.45002 7.84992 9.68752 7.56242 9.91252ZM9.11242 5.87502C8.97492 5.87502 8.87492 5.92502 8.78742 6.02502C8.52492 6.35002 8.49992 7.17502 8.69992 8.22502C9.46242 7.41252 9.87492 6.66252 9.77492 6.26252C9.76242 6.20002 9.71242 6.02502 9.36242 5.92502C9.26242 5.88752 9.18742 5.87502 9.11242 5.87502Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_06233ef09c__clip0_326_144"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypePdf',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-png`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_d35d93f32a__clip0_326_204)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 0.5C2.4375 0.5 2.2375 0.575 2.1 0.725C1.95 0.8625 1.875 1.0625 1.875 1.25V14.75C1.875 14.9375 1.95 15.1375 2.1 15.275C2.25 15.425 2.4375 15.5 2.625 15.5H13.625C13.8125 15.5 14.0125 15.425 14.15 15.275C14.3 15.125 14.375 14.9375 14.375 14.75V4.75L10.125 0.5H2.625Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.375 4.75H10.875C10.6875 4.75 10.4875 4.675 10.35 4.525C10.2 4.3875 10.125 4.1875 10.125 4V0.5L14.375 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M5 6.25H6.25V7.5H5V6.25ZM7.5 6.25H8.75V7.5H7.5V6.25ZM10 6.25H11.25V7.5H10V6.25ZM6.25 7.5H7.5V8.75H6.25V7.5ZM8.75 7.5H10V8.75H8.75V7.5ZM6.25 10H7.5V11.25H6.25V10ZM8.75 10H10V11.25H8.75V10ZM5 8.75H6.25V10H5V8.75ZM7.5 8.75H8.75V10H7.5V8.75ZM10 8.75H11.25V10H10V8.75ZM5 11.25H6.25V12.5H5V11.25ZM7.5 11.25H8.75V12.5H7.5V11.25ZM10 11.25H11.25V12.5H10V11.25Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_d35d93f32a__clip0_326_204"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypePng',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-ppt`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_4e737f1de5__clip0_326_205)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#FA541C'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M6.0249 6.02502H8.7749C9.8749 6.02502 10.2249 6.76252 10.2249 7.55002C10.2249 8.30002 9.7874 9.06252 8.7874 9.06252H6.9624V10.9375H6.0249V6.02502ZM6.9624 8.30002H8.4749C9.0124 8.30002 9.2999 8.13752 9.2999 7.56252C9.2999 6.96252 8.9124 6.81252 8.5499 6.81252H6.9624V8.30002Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_4e737f1de5__clip0_326_205"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypePpt',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-txt`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#C8C9CC'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#909399'"/><path d="M4.125 5.875H7.375C7.5875 5.875 7.75 5.7125 7.75 5.5C7.75 5.2875 7.5875 5.125 7.375 5.125H4.125C3.9125 5.125 3.75 5.2875 3.75 5.5C3.75 5.7125 3.9125 5.875 4.125 5.875ZM4.125 8.375H11.875C12.0875 8.375 12.25 8.2125 12.25 8C12.25 7.7875 12.0875 7.625 11.875 7.625H4.125C3.9125 7.625 3.75 7.7875 3.75 8C3.75 8.2125 3.9125 8.375 4.125 8.375ZM11.875 10.125H4.125C3.9125 10.125 3.75 10.2875 3.75 10.5C3.75 10.7125 3.9125 10.875 4.125 10.875H11.875C12.0875 10.875 12.25 10.7125 12.25 10.5C12.25 10.2875 12.0875 10.125 11.875 10.125Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeTxt',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-unknown`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_8796ae45aa__clip0_326_145)" fill-rule="evenodd" clip-rule="evenodd"><path d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#FAAD14'"/><path opacity=".5" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M7.89688 5.99359C8.46008 5.99359 8.91768 6.14319 9.26968 6.45999C9.62168 6.76799 9.79768 7.19039 9.79768 7.71839C9.79768 8.14959 9.68328 8.51039 9.46328 8.79199C9.38408 8.88879 9.13768 9.11759 8.72408 9.47839C8.55688 9.61919 8.43368 9.77759 8.35448 9.93599C8.25768 10.112 8.21368 10.3056 8.21368 10.5168V10.6664H7.27208V10.5168C7.27208 10.1912 7.32488 9.90959 7.44808 9.68079C7.56248 9.43439 7.89688 9.07359 8.44248 8.58959L8.59208 8.42239C8.75048 8.21999 8.83848 8.00879 8.83848 7.77999C8.83848 7.47199 8.75048 7.23439 8.58328 7.05839C8.40728 6.88239 8.15208 6.79439 7.83528 6.79439C7.43928 6.79439 7.14888 6.91759 6.97288 7.17279C6.81448 7.38399 6.73528 7.68319 6.73528 8.07039H5.81128C5.81128 7.42799 5.99608 6.92639 6.36568 6.55679C6.73528 6.17839 7.24568 5.99359 7.89688 5.99359ZM7.73848 11.1416C7.92328 11.1416 8.08168 11.1944 8.20488 11.3176C8.32808 11.432 8.38968 11.5816 8.38968 11.7664C8.38968 11.9512 8.31928 12.1008 8.19608 12.224C8.07288 12.3384 7.91448 12.4 7.73848 12.4C7.56248 12.4 7.40408 12.3384 7.28088 12.2152C7.15768 12.092 7.09608 11.9424 7.09608 11.7664C7.09608 11.5816 7.15768 11.432 7.28088 11.3176C7.40408 11.1944 7.56248 11.1416 7.73848 11.1416Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_8796ae45aa__clip0_326_145"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeUnknown',
|
|
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file-type-video`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_853deaade0__clip0_326_202)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z" :fill="useCurrentColor ? 'currentColor' : '#722ED1'"/><path opacity=".5" fill-rule="evenodd" clip-rule="evenodd" d="M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M8.00005 5.20001C6.2255 5.20001 4.80005 6.62547 4.80005 8.40001C4.80005 10.1746 6.2255 11.6 8.00005 11.6C9.77459 11.6 11.2 10.1746 11.2 8.40001C11.2 6.62547 9.77459 5.20001 8.00005 5.20001ZM9.38187 8.53092L7.3455 9.69456C7.27278 9.73819 7.1855 9.7091 7.14187 9.63638C7.12732 9.62183 7.12732 9.59274 7.12732 9.56365V7.23638C7.12732 7.20728 7.12732 7.19274 7.14187 7.17819C7.15641 7.1491 7.1855 7.12001 7.21459 7.12001C7.25823 7.10547 7.30187 7.10547 7.3455 7.12001L9.36732 8.28365C9.39641 8.29819 9.41096 8.31274 9.4255 8.34183C9.48368 8.40001 9.45459 8.48729 9.38187 8.53092Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></g><defs><clipPath id="svg_853deaade0__clip0_326_202"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFileTypeVideo',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|