@arco-iconbox/vue-smartcode 0.0.20 → 0.0.22
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 +1890 -839
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +391 -263
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorDingding/index.js +33 -0
- package/esm/IconColorEmail/index.js +39 -0
- package/esm/IconColorFeishu/index.js +43 -0
- package/esm/IconColorHttp/index.js +33 -0
- package/esm/IconColorJs/index.js +33 -0
- package/esm/IconColorNotice/index.js +44 -0
- package/esm/IconColorQiwei/index.js +53 -0
- package/esm/IconColorSql/index.js +33 -0
- package/esm/IconLineAi/index.js +40 -0
- package/esm/IconLineApi/index.js +32 -0
- package/esm/IconLineArea/index.js +32 -0
- package/esm/IconLineAuthorization/index.js +40 -0
- package/esm/IconLineData/index.js +32 -0
- package/esm/IconLineDictionary/index.js +32 -0
- package/esm/IconLineDingding/index.js +32 -0
- package/esm/IconLineEmail/index.js +32 -0
- package/esm/IconLineFeishu/index.js +32 -0
- package/esm/IconLineList/index.js +32 -0
- package/esm/IconLineMenuExpand/index.js +2 -2
- package/esm/IconLineMenuShrink/index.js +2 -2
- package/esm/IconLineOnline/index.js +32 -0
- package/esm/IconLineOrg/index.js +32 -0
- package/esm/IconLinePermission/index.js +40 -0
- package/esm/IconLinePhrase/index.js +32 -0
- package/esm/IconLinePosition/index.js +32 -0
- package/esm/IconLineQiwei/index.js +32 -0
- package/esm/IconLineSeal/index.js +40 -0
- package/esm/IconLineSend/index.js +32 -0
- package/esm/IconLineSysNotice/index.js +32 -0
- package/esm/IconLineSysSet/index.js +32 -0
- package/esm/IconLineTask/index.js +40 -0
- package/esm/IconLineTemplate/index.js +32 -0
- package/esm/IconLineTranslation/index.js +1 -5
- package/esm/IconLineUsers/index.js +32 -0
- package/esm/IconLineVector/index.js +32 -0
- package/esm/index.js +35 -3
- package/lib/IconColorDingding/index.js +34 -0
- package/lib/IconColorEmail/index.js +40 -0
- package/lib/IconColorFeishu/index.js +44 -0
- package/lib/IconColorHttp/index.js +34 -0
- package/lib/IconColorJs/index.js +34 -0
- package/lib/IconColorNotice/index.js +45 -0
- package/lib/IconColorQiwei/index.js +54 -0
- package/lib/IconColorSql/index.js +34 -0
- package/lib/IconLineAi/index.js +41 -0
- package/lib/IconLineApi/index.js +33 -0
- package/lib/IconLineArea/index.js +33 -0
- package/lib/IconLineAuthorization/index.js +41 -0
- package/lib/IconLineData/index.js +33 -0
- package/lib/IconLineDictionary/index.js +33 -0
- package/lib/IconLineDingding/index.js +33 -0
- package/lib/IconLineEmail/index.js +33 -0
- package/lib/IconLineFeishu/index.js +33 -0
- package/lib/IconLineList/index.js +33 -0
- package/lib/IconLineMenuExpand/index.js +2 -2
- package/lib/IconLineMenuShrink/index.js +2 -2
- package/lib/IconLineOnline/index.js +33 -0
- package/lib/IconLineOrg/index.js +33 -0
- package/lib/IconLinePermission/index.js +41 -0
- package/lib/IconLinePhrase/index.js +33 -0
- package/lib/IconLinePosition/index.js +33 -0
- package/lib/IconLineQiwei/index.js +33 -0
- package/lib/IconLineSeal/index.js +41 -0
- package/lib/IconLineSend/index.js +33 -0
- package/lib/IconLineSysNotice/index.js +33 -0
- package/lib/IconLineSysSet/index.js +33 -0
- package/lib/IconLineTask/index.js +41 -0
- package/lib/IconLineTemplate/index.js +33 -0
- package/lib/IconLineTranslation/index.js +1 -5
- package/lib/IconLineUsers/index.js +33 -0
- package/lib/IconLineVector/index.js +33 -0
- package/lib/index.js +92 -28
- package/package.json +1 -1
- package/src/IconColorDingding/index.vue +19 -0
- package/src/IconColorEmail/index.vue +19 -0
- package/src/IconColorFeishu/index.vue +19 -0
- package/src/IconColorHttp/index.vue +19 -0
- package/src/IconColorJs/index.vue +19 -0
- package/src/IconColorNotice/index.vue +19 -0
- package/src/IconColorQiwei/index.vue +19 -0
- package/src/IconColorSql/index.vue +19 -0
- package/src/IconLineAi/index.vue +19 -0
- package/src/IconLineApi/index.vue +19 -0
- package/src/IconLineArea/index.vue +19 -0
- package/src/IconLineAuthorization/index.vue +19 -0
- package/src/IconLineData/index.vue +19 -0
- package/src/IconLineDictionary/index.vue +19 -0
- package/src/IconLineDingding/index.vue +19 -0
- package/src/IconLineEmail/index.vue +19 -0
- package/src/IconLineFeishu/index.vue +19 -0
- package/src/IconLineList/index.vue +19 -0
- package/src/IconLineMenuExpand/index.vue +1 -1
- package/src/IconLineMenuShrink/index.vue +1 -1
- package/src/IconLineOnline/index.vue +19 -0
- package/src/IconLineOrg/index.vue +19 -0
- package/src/IconLinePermission/index.vue +19 -0
- package/src/IconLinePhrase/index.vue +19 -0
- package/src/IconLinePosition/index.vue +19 -0
- package/src/IconLineQiwei/index.vue +19 -0
- package/src/IconLineSeal/index.vue +19 -0
- package/src/IconLineSend/index.vue +19 -0
- package/src/IconLineSysNotice/index.vue +19 -0
- package/src/IconLineSysSet/index.vue +19 -0
- package/src/IconLineTask/index.vue +19 -0
- package/src/IconLineTemplate/index.vue +19 -0
- package/src/IconLineTranslation/index.vue +1 -1
- package/src/IconLineUsers/index.vue +19 -0
- package/src/IconLineVector/index.vue +19 -0
- package/src/index.js +36 -4
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-task`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_1053b00c2b__clip0_3122_64204)"><path d="M9.00021 2.35414C13.145 2.35435 16.505 5.71517 16.505 9.86001C16.5047 14.0046 13.1448 17.3646 9.00021 17.3648C4.85566 17.3645 1.49465 14.0045 1.49433 9.86001C1.49433 5.71521 4.85546 2.35441 9.00021 2.35414ZM9.00021 3.85488C5.68389 3.85514 2.99507 6.54364 2.99507 9.86001C2.99538 13.1761 5.68409 15.8649 9.00021 15.8652C12.3164 15.8649 15.005 13.1762 15.0053 9.86001C15.0053 6.5436 12.3166 3.85508 9.00021 3.85488ZM8.80135 5.80495C9.21546 5.80506 9.5517 6.14119 9.55172 6.55532V8.81411C9.55175 9.34815 9.56453 9.40828 9.57809 9.44253C9.6013 9.50087 9.63852 9.55296 9.68685 9.59305C9.71528 9.61652 9.76996 9.64779 10.2768 9.81277L11.6776 10.2687C12.0709 10.3972 12.2858 10.8199 12.1577 11.2135C12.0295 11.6072 11.6066 11.8227 11.2129 11.6947L9.8121 11.2388C9.42699 11.1134 9.03304 10.9986 8.73104 10.7488C8.48793 10.5475 8.299 10.2875 8.18282 9.99405C8.07469 9.72072 8.05427 9.42167 8.05099 9.11844V6.55532C8.05099 6.14112 8.38715 5.80497 8.80135 5.80495ZM4.48591 0.709486C4.85889 0.529456 5.30777 0.685913 5.48787 1.05885C5.66792 1.4318 5.51137 1.88065 5.1385 2.06081C3.72477 2.74337 2.51742 3.78909 1.64045 5.07766C1.40745 5.41993 0.941325 5.50929 0.598942 5.27651C0.256627 5.04345 0.168225 4.5763 0.401188 4.23391C1.42506 2.72957 2.83333 1.50736 4.48591 0.709486ZM12.5125 1.05885C12.6926 0.685909 13.1415 0.529515 13.5145 0.709486C15.1671 1.50735 16.5753 2.72955 17.5992 4.23391C17.8323 4.57634 17.7439 5.04346 17.4015 5.27651C17.0591 5.50925 16.5929 5.41996 16.36 5.07766C15.483 3.78907 14.2757 2.74336 12.8619 2.06081C12.4891 1.88063 12.3325 1.43176 12.5125 1.05885Z"/></g><defs><clipPath id="svg_1053b00c2b__clip0_3122_64204"><path d="M0 0H18V18H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineTask',
|
|
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 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-template`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.8485 1.50195C13.4661 1.50195 13.975 1.50121 14.3877 1.53491C14.8089 1.56936 15.1964 1.64305 15.5599 1.82825C16.124 2.11565 16.5821 2.57492 16.8695 3.13892C17.0548 3.50255 17.1295 3.88979 17.1639 4.31116C17.1977 4.72388 17.1969 5.23263 17.1969 5.85034V12.1499C17.1969 12.7676 17.1977 13.2764 17.1639 13.6891C17.1295 14.1105 17.0548 14.4977 16.8695 14.8613C16.5821 15.4253 16.124 15.8846 15.5599 16.172C15.1964 16.3572 14.8089 16.4309 14.3877 16.4653C13.975 16.499 13.4661 16.4983 12.8485 16.4983H5.15149C4.53384 16.4983 4.025 16.4991 3.61231 16.4653C3.19105 16.4309 2.80361 16.3572 2.44006 16.172C1.87598 15.8846 1.41682 15.4254 1.1294 14.8613C0.944194 14.4978 0.870497 14.1104 0.836061 13.6891C0.802341 13.2764 0.803102 12.7676 0.803102 12.1499V5.85034C0.803102 5.23263 0.802341 4.72388 0.836061 4.31116C0.870497 3.88987 0.944193 3.50249 1.1294 3.13892C1.41682 2.57482 1.87598 2.11569 2.44006 1.82825C2.80361 1.64305 3.19105 1.56936 3.61231 1.53491C4.025 1.5012 4.53384 1.50195 5.15149 1.50195H12.8485ZM2.29944 12.1499C2.29944 12.7923 2.30042 13.2295 2.328 13.5671C2.35488 13.8959 2.40324 14.0648 2.46314 14.1824C2.60706 14.4647 2.83675 14.6943 3.11902 14.8383C3.23659 14.8982 3.40553 14.9465 3.73425 14.9734C4.07189 15.001 4.50916 15.002 5.15149 15.002H5.48108V7.16101H2.29944V12.1499ZM6.97742 15.002H12.8485C13.4908 15.002 13.9281 15.001 14.2657 14.9734C14.594 14.9465 14.7623 14.8981 14.8799 14.8383C15.1624 14.6943 15.3929 14.4648 15.5369 14.1824C15.5968 14.0648 15.6451 13.896 15.672 13.5671C15.6996 13.2295 15.7006 12.7923 15.7006 12.1499V7.16101H6.97742V15.002ZM5.15149 2.99829C4.50916 2.99829 4.07189 2.99927 3.73425 3.02686C3.40553 3.05374 3.23659 3.10208 3.11902 3.16199C2.83675 3.30593 2.60706 3.53559 2.46314 3.81787C2.40324 3.93546 2.35488 4.10435 2.328 4.43311C2.30316 4.73723 2.30088 5.12193 2.30054 5.66467H15.6995C15.6991 5.12192 15.6968 4.73723 15.672 4.43311C15.6451 4.10429 15.5968 3.93546 15.5369 3.81787C15.3929 3.53541 15.1624 3.30593 14.8799 3.16199C14.7623 3.10219 14.594 3.05371 14.2657 3.02686C13.9281 2.99928 13.4908 2.99829 12.8485 2.99829H5.15149Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineTemplate',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -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-line-translation`]" width="1em" height="1em" v-bind="$attrs"><path
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-translation`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.29459 0.788073C5.64291 0.672178 6.0193 0.860673 6.13541 1.20897L6.49381 2.28514C6.52288 2.37245 6.53288 2.46155 6.52603 2.54784H10.1462C10.5133 2.54799 10.8112 2.8457 10.8112 3.21288C10.811 3.57993 10.5132 3.87777 10.1462 3.87792H8.89029L8.88932 3.87987C8.79983 4.19674 8.66349 4.63648 8.47428 5.12987C8.10162 6.10154 7.50027 7.34816 6.60318 8.26366C6.57693 8.29045 6.54917 8.31607 6.52213 8.34276C7.17766 8.77912 7.93484 9.17724 8.59244 9.49022C9.00706 9.68755 9.37354 9.84709 9.63541 9.95702C9.76587 10.0118 9.86998 10.0546 9.94107 10.083C9.97643 10.0971 10.0041 10.1072 10.0221 10.1142C10.0311 10.1178 10.0384 10.1204 10.0426 10.1221C10.0444 10.1228 10.0457 10.1237 10.0465 10.124L10.0475 10.125C10.0892 10.1409 10.1284 10.1607 10.1647 10.1836L11.3727 7.43749L11.4176 7.35057C11.5381 7.15933 11.7506 7.04003 11.9811 7.04003C12.2446 7.04022 12.4834 7.19633 12.5895 7.43749L14.6403 12.1006H14.6393L15.4557 13.8857C15.6083 14.2195 15.4611 14.6137 15.1276 14.7666C14.7936 14.9193 14.3994 14.7725 14.2467 14.4385L13.6042 13.0332H10.3581L9.71549 14.4385C9.56281 14.7724 9.16861 14.9192 8.83463 14.7666C8.50065 14.6139 8.35381 14.2197 8.5065 13.8857L9.32584 12.0918L9.63639 11.3838C9.61507 11.378 9.59301 11.3743 9.57193 11.3662H9.57096L9.569 11.3652C9.56742 11.3646 9.56495 11.3643 9.56217 11.3633C9.55649 11.3611 9.54821 11.3576 9.53775 11.3535C9.51681 11.3453 9.4866 11.3328 9.44791 11.3174C9.37033 11.2864 9.25823 11.2417 9.11978 11.1836C8.84303 11.0674 8.45733 10.8995 8.02018 10.6914C7.2462 10.323 6.28178 9.81404 5.47135 9.23241C4.78194 9.74698 4.02376 10.2153 3.36686 10.5898C2.83329 10.8941 2.3513 11.1455 2.0026 11.3213C1.82815 11.4092 1.68614 11.4789 1.58756 11.5264C1.53846 11.55 1.49987 11.5685 1.4733 11.581C1.46009 11.5873 1.4492 11.5924 1.44205 11.5957C1.43877 11.5972 1.43614 11.5987 1.43424 11.5996L1.43131 11.6006C1.09828 11.7548 0.702081 11.6101 0.547519 11.2773C0.393194 10.9441 0.538465 10.5479 0.871738 10.3935H0.872714C0.874042 10.3929 0.876797 10.3919 0.87955 10.3906C0.885275 10.3879 0.894372 10.3834 0.905918 10.3779C0.929474 10.3668 0.964812 10.3501 1.01041 10.3281C1.10249 10.2838 1.23741 10.2177 1.40396 10.1338C1.73754 9.96564 2.19923 9.72503 2.70865 9.43456C3.28022 9.10864 3.89273 8.72772 4.45182 8.32811C3.93276 7.75091 3.54796 7.11643 3.27994 6.58397C3.08625 6.19912 2.94618 5.8557 2.85416 5.60741C2.8081 5.48311 2.77389 5.38131 2.75064 5.30956C2.73906 5.27382 2.72949 5.24497 2.7233 5.2246C2.72028 5.21464 2.71822 5.20613 2.71646 5.20018C2.71564 5.1973 2.71505 5.19424 2.71451 5.19237L2.71353 5.19042L2.71256 5.18944V5.18846C2.61197 4.8355 2.81664 4.46709 3.16959 4.3662C3.52222 4.26571 3.89055 4.46993 3.99186 4.82225H3.99088C3.99093 4.82244 3.99151 4.82324 3.99186 4.82421C3.99258 4.82666 3.99386 4.83158 3.99576 4.83788C3.9997 4.85082 4.00637 4.87185 4.01529 4.8994C4.03339 4.95524 4.06214 5.04001 4.10123 5.1455C4.17966 5.35708 4.30038 5.65334 4.46744 5.98534C4.71517 6.47753 5.05314 7.02295 5.486 7.4912C5.54288 7.43749 5.60042 7.38663 5.65299 7.333C6.36057 6.61099 6.88254 5.56478 7.23209 4.65331C7.34054 4.3705 7.42806 4.10607 7.49967 3.87792H1.58072C1.21355 3.87792 0.915834 3.58002 0.915683 3.21288C0.915683 2.84561 1.21345 2.54784 1.58072 2.54784H5.17936L4.87369 1.62889C4.75776 1.28056 4.94627 0.904187 5.29459 0.788073ZM3.1149 11.5762C3.48202 11.5763 3.77986 11.8741 3.77994 12.2412C3.77994 12.9207 4.33094 13.4717 5.01041 13.4717H6.14713C6.51425 13.4718 6.81209 13.7696 6.81217 14.1367C6.81205 14.5038 6.51422 14.8016 6.14713 14.8017H5.01041C3.59641 14.8017 2.44986 13.6552 2.44986 12.2412C2.44994 11.874 2.74768 11.5762 3.1149 11.5762ZM10.9499 11.7031H13.0124L11.9811 9.35643L10.9499 11.7031ZM12.3835 1.79882C13.8145 1.82665 14.9677 2.98011 14.9958 4.41112C14.9963 4.43857 14.9967 4.47005 14.9967 4.51268V5.5371C14.9967 5.90437 14.699 6.20214 14.3317 6.20214C13.9646 6.20199 13.6667 5.90427 13.6667 5.5371V4.43749C13.6525 3.72086 13.0747 3.14207 12.3581 3.12792C12.3467 3.12771 12.3306 3.12792 12.2819 3.12792C11.9149 3.12762 11.6169 2.82996 11.6169 2.46288C11.6172 2.09606 11.9151 1.79814 12.2819 1.79784C12.3246 1.79784 12.356 1.79828 12.3835 1.79882Z"/></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-line-users`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.45947 7.77539C6.24243 7.77539 6.86768 7.77546 7.37256 7.81445C7.88457 7.85403 8.32856 7.93654 8.73975 8.13281C9.49661 8.49412 10.1068 9.10453 10.4683 9.86133C10.6645 10.2725 10.748 10.7166 10.7876 11.2285C10.8266 11.7333 10.8257 12.3588 10.8257 13.1416V13.8311C10.8257 14.1983 10.5278 14.496 10.1606 14.4961C9.79346 14.496 9.49561 14.1983 9.49561 13.8311V13.1416C9.49561 12.3381 9.49554 11.7728 9.46143 11.3311C9.42783 10.8967 9.36436 10.6363 9.26807 10.4346C9.03781 9.95241 8.6487 9.5632 8.1665 9.33301C7.96474 9.23676 7.7044 9.17322 7.27002 9.13965C6.82827 9.10554 6.26302 9.10547 5.45947 9.10547C4.6559 9.10547 4.09068 9.10554 3.64893 9.13965C3.21455 9.17322 2.9542 9.23678 2.75244 9.33301C2.27029 9.56318 1.88115 9.95247 1.65088 10.4346C1.55461 10.6363 1.49111 10.8967 1.45752 11.3311C1.4234 11.7728 1.42334 12.3382 1.42334 13.1416V13.8311C1.42334 14.1983 1.1255 14.496 0.758301 14.4961C0.391031 14.4961 0.0932617 14.1983 0.0932617 13.8311V13.1416C0.0932617 12.3587 0.0933195 11.7333 0.132324 11.2285C0.171913 10.7166 0.254421 10.2725 0.450684 9.86133C0.812086 9.10458 1.4224 8.49412 2.1792 8.13281C2.59036 7.93659 3.03441 7.85402 3.54639 7.81445C4.05128 7.77546 4.67649 7.77539 5.45947 7.77539ZM11.8442 8.30664C12.1964 8.30664 12.4241 8.30549 12.6226 8.32617C14.3451 8.50621 15.707 9.86831 15.8872 11.5908C15.9079 11.7893 15.9067 12.0169 15.9067 12.3691V13.4082C15.9067 13.7755 15.609 14.0732 15.2417 14.0732C14.8747 14.0729 14.5767 13.7753 14.5767 13.4082V12.3691C14.5767 11.9834 14.5757 11.8408 14.564 11.7285C14.4489 10.6314 13.5821 9.76414 12.4849 9.64941C12.3726 9.6377 12.2301 9.63672 11.8442 9.63672C11.4771 9.63657 11.1792 9.33886 11.1792 8.97168C11.1794 8.60464 11.4772 8.30679 11.8442 8.30664ZM5.521 1.50195C7.08621 1.50195 8.35588 2.77073 8.35596 4.33594C8.35581 5.90108 7.08617 7.16992 5.521 7.16992C3.95607 7.16963 2.68716 5.9009 2.68701 4.33594C2.68708 2.77091 3.95603 1.50225 5.521 1.50195ZM11.6255 2.31641C12.8585 2.31668 13.8579 3.31673 13.8579 4.5498C13.8577 5.78267 12.8583 6.78195 11.6255 6.78223C10.3924 6.78223 9.39233 5.78285 9.39209 4.5498C9.39209 3.31656 10.3923 2.31641 11.6255 2.31641ZM5.521 2.83203C4.69047 2.83233 4.01716 3.50555 4.01709 4.33594C4.01723 5.16626 4.69052 5.83955 5.521 5.83984C6.35173 5.83984 7.02573 5.16645 7.02588 4.33594C7.02581 3.50537 6.35177 2.83203 5.521 2.83203ZM11.6255 3.64648C11.1267 3.64648 10.7222 4.05119 10.7222 4.5498C10.7224 5.04821 11.1269 5.45215 11.6255 5.45215C12.1239 5.45187 12.5276 5.04804 12.5278 4.5498C12.5278 4.05136 12.124 3.64676 11.6255 3.64648Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineUsers',
|
|
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-vector`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.61396 1.25581C7.84711 1.18042 8.09862 1.18029 8.33173 1.25581L8.44697 1.29976L8.5329 1.34371C8.72467 1.45337 8.85106 1.61168 8.93427 1.72945C9.03126 1.86682 9.13402 2.04627 9.24091 2.2314L10.9235 5.14644L12.1618 4.4316L11.7116 3.6523C11.5962 3.4524 11.7406 3.20235 11.9714 3.2021H15.1042C15.3349 3.20238 15.4794 3.45241 15.364 3.6523L13.7976 6.36421C13.6821 6.56421 13.3935 6.56421 13.278 6.36421L12.8268 5.58394L11.5895 6.29878L13.0026 8.74605C13.1097 8.93145 13.2144 9.11081 13.2849 9.26363C13.3539 9.41333 13.4403 9.63777 13.4128 9.90035C13.3782 10.2285 13.206 10.5276 12.9392 10.7216C12.7254 10.8769 12.4872 10.9145 12.3229 10.9296C12.1554 10.945 11.9481 10.9443 11.7341 10.9443H8.66474V12.2695H9.53779C9.76849 12.2697 9.91276 12.5198 9.79755 12.7197L8.23115 15.4326C8.11561 15.6322 7.8271 15.6323 7.71162 15.4326L6.14521 12.7197C6.03012 12.5199 6.17441 12.2698 6.40497 12.2695H7.33466V10.9443H4.21064C3.99672 10.9443 3.7893 10.945 3.62177 10.9296C3.45766 10.9146 3.22015 10.8766 3.00654 10.7216C2.73951 10.5276 2.56748 10.2286 2.5329 9.90035C2.50539 9.63754 2.59179 9.41334 2.66083 9.26363C2.73137 9.11072 2.83497 8.93156 2.94208 8.74605L4.36787 6.27437L3.17158 5.58394L2.72138 6.36421C2.60591 6.56421 2.31732 6.56421 2.20185 6.36421L0.635443 3.6523C0.519973 3.4523 0.665245 3.2021 0.896185 3.2021H4.02802C4.25884 3.20225 4.40322 3.45236 4.28779 3.6523L3.83662 4.4316L5.03388 5.123L6.7038 2.2314C6.81089 2.04593 6.91427 1.86696 7.01142 1.72945C7.10659 1.59476 7.25725 1.4073 7.49872 1.29976L7.61396 1.25581ZM8.66474 7.98726L8.66572 9.61421H11.7341C11.8255 9.61421 11.9023 9.61285 11.9665 9.61226C11.935 9.55646 11.8968 9.48997 11.8513 9.41109L10.4382 6.96382L8.66474 7.98726ZM4.09443 9.41109C4.0487 9.49029 4.00985 9.5563 3.97822 9.61226C4.04251 9.61286 4.11911 9.61421 4.21064 9.61421H7.33466V7.98726L5.52021 6.94038L4.09443 9.41109ZM7.85615 2.89644L6.18525 5.78804L7.9997 6.83492L9.77216 5.81148L8.08954 2.89644C8.04389 2.81736 8.00497 2.75155 7.97236 2.69624C7.93975 2.75154 7.9018 2.81737 7.85615 2.89644Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineVector',
|
|
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
|
@@ -69,10 +69,7 @@ export { default as IconFillOrganization } from './IconFillOrganization/index.vu
|
|
|
69
69
|
export { default as IconFillSetting } from './IconFillSetting/index.vue';
|
|
70
70
|
export { default as IconLineImport } from './IconLineImport/index.vue';
|
|
71
71
|
export { default as IconLineExport } from './IconLineExport/index.vue';
|
|
72
|
-
export { default as IconLineMenuExpand } from './IconLineMenuExpand/index.vue';
|
|
73
|
-
export { default as IconLineMenuShrink } from './IconLineMenuShrink/index.vue';
|
|
74
72
|
export { default as IconLineTableSet } from './IconLineTableSet/index.vue';
|
|
75
|
-
export { default as IconLineTranslation } from './IconLineTranslation/index.vue';
|
|
76
73
|
export { default as IconLineLeft } from './IconLineLeft/index.vue';
|
|
77
74
|
export { default as IconLineRight } from './IconLineRight/index.vue';
|
|
78
75
|
export { default as IconLineFlatten } from './IconLineFlatten/index.vue';
|
|
@@ -82,4 +79,39 @@ export { default as IconFillDictCode } from './IconFillDictCode/index.vue';
|
|
|
82
79
|
export { default as IconLineMore } from './IconLineMore/index.vue';
|
|
83
80
|
export { default as IconFillPoint } from './IconFillPoint/index.vue';
|
|
84
81
|
export { default as IconLineCollapseAll } from './IconLineCollapseAll/index.vue';
|
|
85
|
-
export { default as IconLineExpandAll } from './IconLineExpandAll/index.vue';
|
|
82
|
+
export { default as IconLineExpandAll } from './IconLineExpandAll/index.vue';
|
|
83
|
+
export { default as IconLineApi } from './IconLineApi/index.vue';
|
|
84
|
+
export { default as IconLineArea } from './IconLineArea/index.vue';
|
|
85
|
+
export { default as IconLineData } from './IconLineData/index.vue';
|
|
86
|
+
export { default as IconLineDictionary } from './IconLineDictionary/index.vue';
|
|
87
|
+
export { default as IconLineDingding } from './IconLineDingding/index.vue';
|
|
88
|
+
export { default as IconLineEmail } from './IconLineEmail/index.vue';
|
|
89
|
+
export { default as IconLineMenuExpand } from './IconLineMenuExpand/index.vue';
|
|
90
|
+
export { default as IconLineMenuShrink } from './IconLineMenuShrink/index.vue';
|
|
91
|
+
export { default as IconLineFeishu } from './IconLineFeishu/index.vue';
|
|
92
|
+
export { default as IconLineList } from './IconLineList/index.vue';
|
|
93
|
+
export { default as IconLineSysNotice } from './IconLineSysNotice/index.vue';
|
|
94
|
+
export { default as IconLinePhrase } from './IconLinePhrase/index.vue';
|
|
95
|
+
export { default as IconLineQiwei } from './IconLineQiwei/index.vue';
|
|
96
|
+
export { default as IconLineSeal } from './IconLineSeal/index.vue';
|
|
97
|
+
export { default as IconLineSend } from './IconLineSend/index.vue';
|
|
98
|
+
export { default as IconLineSysSet } from './IconLineSysSet/index.vue';
|
|
99
|
+
export { default as IconLineTask } from './IconLineTask/index.vue';
|
|
100
|
+
export { default as IconLineTemplate } from './IconLineTemplate/index.vue';
|
|
101
|
+
export { default as IconLineTranslation } from './IconLineTranslation/index.vue';
|
|
102
|
+
export { default as IconColorDingding } from './IconColorDingding/index.vue';
|
|
103
|
+
export { default as IconColorEmail } from './IconColorEmail/index.vue';
|
|
104
|
+
export { default as IconColorFeishu } from './IconColorFeishu/index.vue';
|
|
105
|
+
export { default as IconColorNotice } from './IconColorNotice/index.vue';
|
|
106
|
+
export { default as IconLineAi } from './IconLineAi/index.vue';
|
|
107
|
+
export { default as IconLineAuthorization } from './IconLineAuthorization/index.vue';
|
|
108
|
+
export { default as IconColorHttp } from './IconColorHttp/index.vue';
|
|
109
|
+
export { default as IconColorJs } from './IconColorJs/index.vue';
|
|
110
|
+
export { default as IconLineOnline } from './IconLineOnline/index.vue';
|
|
111
|
+
export { default as IconLineOrg } from './IconLineOrg/index.vue';
|
|
112
|
+
export { default as IconLinePermission } from './IconLinePermission/index.vue';
|
|
113
|
+
export { default as IconLinePosition } from './IconLinePosition/index.vue';
|
|
114
|
+
export { default as IconColorQiwei } from './IconColorQiwei/index.vue';
|
|
115
|
+
export { default as IconColorSql } from './IconColorSql/index.vue';
|
|
116
|
+
export { default as IconLineUsers } from './IconLineUsers/index.vue';
|
|
117
|
+
export { default as IconLineVector } from './IconLineVector/index.vue';
|