@arco-iconbox/vue-smartcode 0.0.13 → 0.0.15
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 +649 -449
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +74 -50
- package/dist/icon.min.js.map +1 -1
- package/esm/IconFillApplication/index.js +32 -0
- package/esm/IconFillInfo/index.js +44 -0
- package/esm/IconFillOrganization/index.js +32 -0
- package/esm/IconFillSetting/index.js +40 -0
- package/esm/IconLineExport/index.js +32 -0
- package/esm/IconLineImport/index.js +32 -0
- package/esm/index.js +6 -0
- package/lib/IconFillApplication/index.js +33 -0
- package/lib/IconFillInfo/index.js +45 -0
- package/lib/IconFillOrganization/index.js +33 -0
- package/lib/IconFillSetting/index.js +41 -0
- package/lib/IconLineExport/index.js +33 -0
- package/lib/IconLineImport/index.js +33 -0
- package/lib/index.js +12 -0
- package/package.json +1 -1
- package/src/IconFillApplication/index.vue +19 -0
- package/src/IconFillInfo/index.vue +19 -0
- package/src/IconFillOrganization/index.vue +19 -0
- package/src/IconFillSetting/index.vue +19 -0
- package/src/IconLineExport/index.vue +19 -0
- package/src/IconLineImport/index.vue +19 -0
- package/src/index.js +7 -1
|
@@ -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-line-export`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.8125 10.887C12.1797 10.8871 12.4775 11.1848 12.4775 11.552C12.4773 11.919 12.1795 12.2169 11.8125 12.217H2.1875C1.82037 12.217 1.52268 11.9191 1.52246 11.552C1.52246 11.1847 1.82023 10.887 2.1875 10.887H11.8125ZM7.00098 1.22974C7.36884 1.23013 7.66797 1.52878 7.66797 1.89673V7.63892L9.81836 5.48853C10.0787 5.22834 10.5004 5.22831 10.7607 5.48853C11.0207 5.74889 11.0209 6.17167 10.7607 6.43188L8.22656 8.96606C8.10251 9.09012 7.98059 9.21209 7.87012 9.30591C7.75371 9.40471 7.60581 9.51172 7.41309 9.57446C7.14543 9.66143 6.85557 9.66134 6.58789 9.57446C6.39532 9.51181 6.24724 9.40463 6.13086 9.30591C6.02051 9.21219 5.89831 9.08996 5.77441 8.96606L3.24023 6.43188C2.9799 6.17155 2.97992 5.74888 3.24023 5.48853C3.50059 5.22821 3.92326 5.22819 4.18359 5.48853L6.33398 7.63892V1.89673C6.33398 1.52854 6.63279 1.22974 7.00098 1.22974Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineExport',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
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-line-import`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.57587 1.76038C4.9431 1.76042 5.24091 2.05817 5.24091 2.42542C5.24067 2.79246 4.94295 3.09041 4.57587 3.09045H3.55048C3.25974 3.09045 3.08126 3.09128 2.94794 3.10217C2.88628 3.10722 2.84878 3.1134 2.82587 3.11877C2.81519 3.12129 2.8081 3.12332 2.80438 3.12463C2.80089 3.12588 2.79886 3.12642 2.79852 3.12659C2.73559 3.1587 2.68413 3.21013 2.65204 3.27307C2.65178 3.27385 2.65111 3.27606 2.65009 3.27893C2.64877 3.28274 2.64666 3.29006 2.64423 3.30042C2.63888 3.32337 2.63264 3.36118 2.62762 3.42249C2.61676 3.55577 2.61591 3.73457 2.61591 4.02502V10.4508C2.61591 10.7413 2.61674 10.9201 2.62762 11.0533C2.63267 11.1147 2.63887 11.1526 2.64423 11.1754C2.6467 11.1859 2.64878 11.1932 2.65009 11.1969C2.65124 11.2002 2.65187 11.2024 2.65204 11.2028C2.68416 11.2656 2.73567 11.3172 2.79852 11.3492C2.79918 11.3495 2.8013 11.3501 2.80438 11.3512C2.80816 11.3525 2.81538 11.3546 2.82587 11.3571C2.8488 11.3624 2.88644 11.3686 2.94794 11.3737C3.08126 11.3845 3.25979 11.3854 3.55048 11.3854H9.97626C10.267 11.3854 10.4455 11.3846 10.5788 11.3737C10.6404 11.3686 10.678 11.3624 10.7009 11.3571C10.7115 11.3546 10.7186 11.3525 10.7224 11.3512C10.7257 11.35 10.7277 11.3494 10.7282 11.3492C10.7911 11.3172 10.8426 11.2656 10.8747 11.2028C10.8749 11.2024 10.8755 11.2002 10.8766 11.1969C10.8779 11.1932 10.88 11.1859 10.8825 11.1754C10.8879 11.1526 10.8941 11.1148 10.8991 11.0533C10.91 10.9201 10.9108 10.7413 10.9108 10.4508V9.42444C10.9108 9.05717 11.2086 8.7594 11.5759 8.7594C11.9431 8.75945 12.2409 9.0572 12.2409 9.42444V10.4508C12.2409 10.7195 12.2416 10.9618 12.2253 11.1617C12.2083 11.3694 12.1694 11.5902 12.0593 11.8063C11.8996 12.1194 11.6449 12.3742 11.3317 12.5338C11.1156 12.6439 10.8949 12.6828 10.6872 12.6998C10.4872 12.7162 10.2451 12.7155 9.97626 12.7155H3.55048C3.28163 12.7155 3.03953 12.7162 2.83954 12.6998C2.63184 12.6828 2.41113 12.6439 2.19501 12.5338C1.88186 12.3743 1.62711 12.1194 1.46747 11.8063C1.35738 11.5902 1.31847 11.3694 1.30145 11.1617C1.28512 10.9618 1.28583 10.7195 1.28583 10.4508V4.02502C1.28583 3.75632 1.28515 3.51402 1.30145 3.31409C1.31844 3.10641 1.35743 2.88566 1.46747 2.66956C1.62708 2.35632 1.88179 2.10165 2.19501 1.94202C2.41121 1.83186 2.63177 1.793 2.83954 1.776C3.03955 1.75966 3.2816 1.76038 3.55048 1.76038H4.57587ZM11.5778 1.47913C11.8374 1.21973 12.2586 1.21992 12.5182 1.47913C12.7779 1.73877 12.7778 2.15984 12.5182 2.41956L8.51239 6.42542H9.96942C10.3362 6.42559 10.634 6.7237 10.6345 7.09045C10.6344 7.45753 10.3365 7.75532 9.96942 7.75549L6.90887 7.75452C6.73817 7.75491 6.56742 7.69041 6.43719 7.56018C6.30019 7.42293 6.23693 7.24081 6.24481 7.06116V4.03088C6.24507 3.66389 6.54282 3.36593 6.90985 3.36584C7.27682 3.36602 7.57463 3.66394 7.57489 4.03088V5.48206L11.5778 1.47913Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineImport',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -62,4 +62,10 @@ export { default as IconLineAdd } from './IconLineAdd/index.vue';
|
|
|
62
62
|
export { default as IconFillStar } from './IconFillStar/index.vue';
|
|
63
63
|
export { default as IconLineExpand } from './IconLineExpand/index.vue';
|
|
64
64
|
export { default as IconLineStar } from './IconLineStar/index.vue';
|
|
65
|
-
export { default as IconLineLanguage } from './IconLineLanguage/index.vue';
|
|
65
|
+
export { default as IconLineLanguage } from './IconLineLanguage/index.vue';
|
|
66
|
+
export { default as IconFillInfo } from './IconFillInfo/index.vue';
|
|
67
|
+
export { default as IconFillApplication } from './IconFillApplication/index.vue';
|
|
68
|
+
export { default as IconFillOrganization } from './IconFillOrganization/index.vue';
|
|
69
|
+
export { default as IconFillSetting } from './IconFillSetting/index.vue';
|
|
70
|
+
export { default as IconLineImport } from './IconLineImport/index.vue';
|
|
71
|
+
export { default as IconLineExport } from './IconLineExport/index.vue';
|