@arco-iconbox/vue-update-line-icon 0.0.26 → 0.0.28
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 +1281 -2391
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +369 -469
- package/dist/icon.min.js.map +1 -1
- package/esm/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
- package/esm/IconCopyQs/index.js +32 -0
- package/esm/IconDatabaseQs/index.js +1 -1
- package/esm/IconDayQs/index.js +32 -0
- package/esm/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
- package/esm/IconDevelopQs/index.js +30 -0
- package/esm/IconDownloadQs/index.js +1 -1
- package/esm/{IconEvent → IconEventQs}/index.js +2 -2
- package/esm/IconFileQs/index.js +32 -0
- package/esm/IconFoldQs/index.js +30 -0
- package/esm/IconFullScreen/index.js +5 -13
- package/esm/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
- package/esm/IconHistory/index.js +7 -27
- package/esm/{IconId → IconIdQs}/index.js +2 -2
- package/esm/IconKeyQs/index.js +34 -0
- package/esm/IconLockQs/index.js +1 -1
- package/esm/IconMoreQs/index.js +30 -0
- package/esm/{IconNext → IconNextQs}/index.js +2 -2
- package/esm/IconNigthQs/index.js +41 -0
- package/esm/{IconObject → IconObjectQs}/index.js +2 -2
- package/esm/IconOffScreen/index.js +5 -13
- package/esm/{IconSchema → IconSchemaQs}/index.js +2 -2
- package/esm/{IconSequence → IconSequenceQs}/index.js +2 -2
- package/esm/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
- package/esm/{IconTableAdd → IconTableAddQs}/index.js +2 -2
- package/esm/{IconTick → IconTickQs}/index.js +2 -2
- package/esm/{IconTrigger → IconTriggerQs}/index.js +2 -2
- package/esm/IconUploadQs/index.js +1 -1
- package/esm/{IconView → IconViewQs}/index.js +2 -2
- package/esm/index.js +22 -47
- package/lib/{IconChevronDown → IconArrowDownQs}/index.js +2 -2
- package/lib/IconCopyQs/index.js +33 -0
- package/lib/IconDatabaseQs/index.js +1 -1
- package/lib/IconDayQs/index.js +33 -0
- package/lib/{IconNewDelete → IconDeleteCircleQs}/index.js +2 -2
- package/lib/IconDevelopQs/index.js +31 -0
- package/lib/IconDownloadQs/index.js +1 -1
- package/lib/{IconEvent → IconEventQs}/index.js +2 -2
- package/lib/IconFileQs/index.js +33 -0
- package/lib/IconFoldQs/index.js +31 -0
- package/lib/IconFullScreen/index.js +5 -13
- package/lib/{IconGroupAdd → IconGroupAddQs}/index.js +2 -2
- package/lib/IconHistory/index.js +7 -27
- package/lib/{IconId → IconIdQs}/index.js +2 -2
- package/lib/IconKeyQs/index.js +35 -0
- package/lib/IconLockQs/index.js +1 -1
- package/lib/IconMoreQs/index.js +31 -0
- package/lib/{IconNext → IconNextQs}/index.js +2 -2
- package/lib/IconNigthQs/index.js +42 -0
- package/lib/{IconObject → IconObjectQs}/index.js +2 -2
- package/lib/IconOffScreen/index.js +5 -13
- package/lib/{IconSchema → IconSchemaQs}/index.js +2 -2
- package/lib/{IconSequence → IconSequenceQs}/index.js +2 -2
- package/lib/{IconStoredProcedure → IconStoredProcedureQs}/index.js +2 -2
- package/lib/{IconTableAdd → IconTableAddQs}/index.js +2 -2
- package/lib/{IconTick → IconTickQs}/index.js +2 -2
- package/lib/{IconTrigger → IconTriggerQs}/index.js +2 -2
- package/lib/IconUploadQs/index.js +1 -1
- package/lib/{IconView → IconViewQs}/index.js +2 -2
- package/lib/index.js +228 -278
- package/package.json +1 -1
- package/src/IconArrowDownQs/index.vue +19 -0
- package/src/IconCopyQs/index.vue +19 -0
- package/src/IconDatabaseQs/index.vue +1 -1
- package/src/IconDayQs/index.vue +19 -0
- package/src/IconDeleteCircleQs/index.vue +19 -0
- package/src/IconDevelopQs/index.vue +19 -0
- package/src/IconDownloadQs/index.vue +1 -1
- package/src/IconEventQs/index.vue +19 -0
- package/src/IconFileQs/index.vue +19 -0
- package/src/IconFoldQs/index.vue +19 -0
- package/src/IconFullScreen/index.vue +1 -1
- package/src/IconGroupAddQs/index.vue +19 -0
- package/src/IconHistory/index.vue +1 -1
- package/src/IconIdQs/index.vue +19 -0
- package/src/IconKeyQs/index.vue +19 -0
- package/src/IconLockQs/index.vue +1 -1
- package/src/IconMoreQs/index.vue +19 -0
- package/src/IconNextQs/index.vue +19 -0
- package/src/IconNigthQs/index.vue +19 -0
- package/src/IconObjectQs/index.vue +19 -0
- package/src/IconOffScreen/index.vue +1 -1
- package/src/IconSchemaQs/index.vue +19 -0
- package/src/IconSequenceQs/index.vue +19 -0
- package/src/IconStoredProcedureQs/index.vue +19 -0
- package/src/IconTableAddQs/index.vue +19 -0
- package/src/IconTickQs/index.vue +19 -0
- package/src/IconTriggerQs/index.vue +19 -0
- package/src/IconUploadQs/index.vue +1 -1
- package/src/IconViewQs/index.vue +19 -0
- package/src/index.js +23 -48
- package/esm/IconAdd/index.js +0 -38
- package/esm/IconAdvance/index.js +0 -46
- package/esm/IconCheck/index.js +0 -38
- package/esm/IconCopy/index.js +0 -46
- package/esm/IconDatabase/index.js +0 -46
- package/esm/IconDay/index.js +0 -42
- package/esm/IconDelete/index.js +0 -38
- package/esm/IconDown/index.js +0 -38
- package/esm/IconDownload/index.js +0 -38
- package/esm/IconEdit/index.js +0 -38
- package/esm/IconFields/index.js +0 -45
- package/esm/IconFile/index.js +0 -46
- package/esm/IconFold/index.js +0 -38
- package/esm/IconFoldmore/index.js +0 -34
- package/esm/IconHelp/index.js +0 -30
- package/esm/IconJbxx/index.js +0 -34
- package/esm/IconKey/index.js +0 -67
- package/esm/IconLimits/index.js +0 -38
- package/esm/IconLose/index.js +0 -38
- package/esm/IconMinus/index.js +0 -38
- package/esm/IconNigth/index.js +0 -50
- package/esm/IconRefresh/index.js +0 -46
- package/esm/IconRevocation/index.js +0 -46
- package/esm/IconSave/index.js +0 -46
- package/esm/IconScript/index.js +0 -63
- package/esm/IconSearch/index.js +0 -38
- package/esm/IconSort/index.js +0 -38
- package/esm/IconStarttime/index.js +0 -38
- package/esm/IconTable/index.js +0 -38
- package/esm/IconTips/index.js +0 -52
- package/esm/IconUnfold2/index.js +0 -38
- package/esm/IconUpdatemode/index.js +0 -38
- package/esm/IconUpload/index.js +0 -38
- package/lib/IconAdd/index.js +0 -39
- package/lib/IconAdvance/index.js +0 -47
- package/lib/IconCheck/index.js +0 -39
- package/lib/IconCopy/index.js +0 -47
- package/lib/IconDatabase/index.js +0 -47
- package/lib/IconDay/index.js +0 -43
- package/lib/IconDelete/index.js +0 -39
- package/lib/IconDown/index.js +0 -39
- package/lib/IconDownload/index.js +0 -39
- package/lib/IconEdit/index.js +0 -39
- package/lib/IconFields/index.js +0 -46
- package/lib/IconFile/index.js +0 -47
- package/lib/IconFold/index.js +0 -39
- package/lib/IconFoldmore/index.js +0 -35
- package/lib/IconHelp/index.js +0 -31
- package/lib/IconJbxx/index.js +0 -35
- package/lib/IconKey/index.js +0 -68
- package/lib/IconLimits/index.js +0 -39
- package/lib/IconLose/index.js +0 -39
- package/lib/IconMinus/index.js +0 -39
- package/lib/IconNigth/index.js +0 -51
- package/lib/IconRefresh/index.js +0 -47
- package/lib/IconRevocation/index.js +0 -47
- package/lib/IconSave/index.js +0 -47
- package/lib/IconScript/index.js +0 -64
- package/lib/IconSearch/index.js +0 -39
- package/lib/IconSort/index.js +0 -39
- package/lib/IconStarttime/index.js +0 -39
- package/lib/IconTable/index.js +0 -39
- package/lib/IconTips/index.js +0 -53
- package/lib/IconUnfold2/index.js +0 -39
- package/lib/IconUpdatemode/index.js +0 -39
- package/lib/IconUpload/index.js +0 -39
- package/src/IconAdd/index.vue +0 -19
- package/src/IconAdvance/index.vue +0 -19
- package/src/IconCheck/index.vue +0 -19
- package/src/IconChevronDown/index.vue +0 -19
- package/src/IconCopy/index.vue +0 -19
- package/src/IconDatabase/index.vue +0 -19
- package/src/IconDay/index.vue +0 -19
- package/src/IconDelete/index.vue +0 -19
- package/src/IconDown/index.vue +0 -19
- package/src/IconDownload/index.vue +0 -19
- package/src/IconEdit/index.vue +0 -19
- package/src/IconEvent/index.vue +0 -19
- package/src/IconFields/index.vue +0 -19
- package/src/IconFile/index.vue +0 -19
- package/src/IconFold/index.vue +0 -19
- package/src/IconFoldmore/index.vue +0 -19
- package/src/IconGroupAdd/index.vue +0 -19
- package/src/IconHelp/index.vue +0 -19
- package/src/IconId/index.vue +0 -19
- package/src/IconJbxx/index.vue +0 -19
- package/src/IconKey/index.vue +0 -19
- package/src/IconLimits/index.vue +0 -19
- package/src/IconLose/index.vue +0 -19
- package/src/IconMinus/index.vue +0 -19
- package/src/IconNewDelete/index.vue +0 -19
- package/src/IconNext/index.vue +0 -19
- package/src/IconNigth/index.vue +0 -19
- package/src/IconObject/index.vue +0 -19
- package/src/IconRefresh/index.vue +0 -19
- package/src/IconRevocation/index.vue +0 -19
- package/src/IconSave/index.vue +0 -19
- package/src/IconSchema/index.vue +0 -19
- package/src/IconScript/index.vue +0 -19
- package/src/IconSearch/index.vue +0 -19
- package/src/IconSequence/index.vue +0 -19
- package/src/IconSort/index.vue +0 -19
- package/src/IconStarttime/index.vue +0 -19
- package/src/IconStoredProcedure/index.vue +0 -19
- package/src/IconTable/index.vue +0 -19
- package/src/IconTableAdd/index.vue +0 -19
- package/src/IconTick/index.vue +0 -19
- package/src/IconTips/index.vue +0 -19
- package/src/IconTrigger/index.vue +0 -19
- package/src/IconUnfold2/index.vue +0 -19
- package/src/IconUpdatemode/index.vue +0 -19
- package/src/IconUpload/index.vue +0 -19
- package/src/IconView/index.vue +0 -19
package/src/IconEdit/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-edit`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.16663 12.8334L5.99996 12.1667 12.1952 5.97142C12.4556 5.71108 12.4556 5.28897 12.1952 5.02862L10.9714 3.80476C10.711 3.54441 10.2889 3.54441 10.0286 3.80476L3.83329 10 3.16663 12.8334zM12.8333 12.8334H9.16663" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconEdit',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconEvent/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-event`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.25 13V3.66699C1.25 2.7005 2.0335 1.91699 3 1.91699H12C12.4142 1.91699 12.75 2.25278 12.75 2.66699C12.75 3.08121 12.4142 3.41699 12 3.41699H3C2.86193 3.41699 2.75 3.52892 2.75 3.66699V13C2.75 13.1381 2.86192 13.25 3 13.25H13C13.1381 13.25 13.25 13.1381 13.25 13V6C13.2502 5.58594 13.5859 5.25 14 5.25C14.4141 5.25 14.7498 5.58594 14.75 6V13C14.75 13.9665 13.9665 14.75 13 14.75H3C2.03351 14.75 1.25 13.9665 1.25 13Z"/><path d="M10.2177.802676C10.5106.509786 10.9854.509784 11.2783.802676L12.6923 2.21674C12.9852 2.50963 12.9852 2.98439 12.6923 3.27729L11.2783 4.69135C10.9854 4.98424 10.5106 4.98424 10.2177 4.69135 9.92498 4.39845 9.92488 3.92364 10.2177 3.6308L11.1015 2.74701 10.2177 1.86322C9.92482 1.57033 9.92482 1.09557 10.2177.802676zM7.25 11.334V5.66699C7.25 5.25278 7.58579 4.91699 8 4.91699 8.41421 4.91699 8.75 5.25278 8.75 5.66699V11.334C8.74982 11.748 8.4141 12.084 8 12.084 7.5859 12.084 7.25018 11.748 7.25 11.334zM9.91602 11.333V8C9.91602 7.58579 10.2518 7.25 10.666 7.25 11.0802 7.25 11.416 7.58579 11.416 8V11.333C11.416 11.7472 11.0802 12.083 10.666 12.083 10.2518 12.083 9.91602 11.7472 9.91602 11.333zM4.58398 11.333V8C4.58398 7.58579 4.91977 7.25 5.33398 7.25 5.7482 7.25 6.08398 7.58579 6.08398 8V11.333C6.08398 11.7472 5.7482 12.083 5.33398 12.083 4.91977 12.083 4.58398 11.7472 4.58398 11.333z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconEvent',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconFields/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fields`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.85714 6.14282L3 8.73286 5.85714 11.1428M10.1428 6.14282L13 8.73286 10.1428 11.1428" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.71434 4L7.28577 12.5714" stroke="#434343" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFields',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconFile/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-file`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.8333 11.5V6.49996C12.8333 5.76358 12.2363 5.16663 11.5 5.16663H3.16663V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.99996 4.99996L8.37898 3.86149C8.14533 3.43314 7.69637 3.16663 7.20845 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V7.33329" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFile',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconFold/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fold`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.16663 3.83337H8.83329M3.16663 6.5H6.83329M12.8333 5.83337L10.5 8.00004 12.8333 10.1667M3.16663 12.1666H8.83329M3.16663 9.5H6.83329" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFold',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-foldmore`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.5 4.30005C9.5 5.12848 8.82843 5.80005 8 5.80005 7.17157 5.80005 6.5 5.12848 6.5 4.30005 6.5 3.47162 7.17157 2.80005 8 2.80005 8.82843 2.80005 9.5 3.47162 9.5 4.30005zM9.5 8.30005C9.5 9.12848 8.82843 9.80005 8 9.80005 7.17157 9.80005 6.5 9.12848 6.5 8.30005 6.5 7.47162 7.17157 6.80005 8 6.80005 8.82843 6.80005 9.5 7.47162 9.5 8.30005zM9.5 12.3C9.5 13.1285 8.82843 13.8 8 13.8 7.17157 13.8 6.5 13.1285 6.5 12.3 6.5 11.4716 7.17157 10.8 8 10.8 8.82843 10.8 9.5 11.4716 9.5 12.3z" :fill="useCurrentColor ? 'currentColor' : '#434343'"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconFoldmore',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-group_add`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.20831 12.5H12.7913V5.25H8.00031C7.77787 5.25 7.56662 5.15125 7.42413 4.98047L6.18976 3.5H3.20831V12.5ZM14.2913 12.667C14.2911 13.4032 13.6946 14 12.9583 14H3.04132C2.30521 13.9998 1.70849 13.4031 1.70831 12.667V3.33301C1.70849 2.59689 2.3052 2.00018 3.04132 2H6.54132L6.62433 2.00488C6.81568 2.02611 6.9928 2.12009 7.11749 2.26953L8.35187 3.75H12.9583C13.6946 3.75 14.2911 4.34677 14.2913 5.08301V12.667Z"/><path d="M9.75 8.125C10.1642 8.125 10.5 8.46079 10.5 8.875C10.5 9.28921 10.1642 9.625 9.75 9.625H6.25C5.83579 9.625 5.5 9.28921 5.5 8.875C5.5 8.46079 5.83579 8.125 6.25 8.125H9.75Z"/><path d="M7.25 10.625V7.125C7.25 6.71079 7.58579 6.375 8 6.375C8.41421 6.375 8.75 6.71079 8.75 7.125V10.625C8.75 11.0392 8.41421 11.375 8 11.375C7.58579 11.375 7.25 11.0392 7.25 10.625Z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconGroupAdd',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconHelp/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-help`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_aa3c1018b5__clip0_8353_68779)"><path d="M13.0836 7.99967C13.0835 6.59598 12.5149 5.32658 11.5944 4.40592C10.6736 3.4852 9.40355 2.91667 7.99963 2.91667C6.59585 2.91675 5.32655 3.48527 4.40588 4.40592C3.48523 5.32659 2.91671 6.59589 2.91663 7.99967C2.91663 9.40359 3.48516 10.6737 4.40588 11.5944C5.32654 12.515 6.59594 13.0836 7.99963 13.0837C9.40355 13.0837 10.6736 12.5151 11.5944 11.5944C12.5151 10.6737 13.0836 9.40359 13.0836 7.99967ZM14.5836 7.99967C14.5836 9.81739 13.8454 11.4644 12.6549 12.6549C11.4644 13.8455 9.81735 14.5837 7.99963 14.5837C6.18204 14.5836 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81723 1.41663 7.99967C1.41671 6.18208 2.15391 4.53487 3.34436 3.3444C4.53483 2.15395 6.18204 1.41675 7.99963 1.41667C9.81719 1.41667 11.4644 2.15406 12.6549 3.3444C13.8454 4.53487 14.5835 6.18208 14.5836 7.99967Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"/><path d="M7.5459 10.9163V7.43099C7.22223 7.42217 6.96289 7.15913 6.96289 6.83333C6.96289 6.50196 7.23113 6.23372 7.5625 6.23372H8.14551C8.47688 6.23372 8.74609 6.50196 8.74609 6.83333V10.9163C8.74609 11.2477 8.47688 11.5169 8.14551 11.5169C7.81429 11.5168 7.5459 11.2476 7.5459 10.9163Z"/><path d="M9.16699 10.1667C9.58106 10.1668 9.91699 10.5026 9.91699 10.9167C9.91699 11.3308 9.58106 11.6665 9.16699 11.6667H7.125C6.71079 11.6667 6.375 11.3309 6.375 10.9167C6.375 10.5025 6.71079 10.1667 7.125 10.1667H9.16699Z"/></g><defs><clipPath id="svg_aa3c1018b5__clip0_8353_68779"><path transform="translate(1 1)" d="M0 0H14V14H0z"/></clipPath></defs></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconHelp',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconId/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-id`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_b80bb77402__clip0_8539_68326)"><path d="M7.77734 3.41016H10.0449C10.6348 3.41016 11.1406 3.46484 11.5625 3.57422 11.9844 3.68359 12.3672 3.88867 12.7109 4.18945 13.6055 4.95508 14.0527 6.11914 14.0527 7.68164 14.0527 8.19727 14.0078 8.66797 13.918 9.09375 13.8281 9.51953 13.6895 9.9043 13.502 10.248 13.3145 10.5879 13.0742 10.8926 12.7812 11.1621 12.5508 11.3691 12.2988 11.5352 12.0254 11.6602 11.752 11.7852 11.457 11.873 11.1406 11.9238 10.8281 11.9746 10.4746 12 10.0801 12H7.8125C7.49609 12 7.25781 11.9531 7.09766 11.8594 6.9375 11.7617 6.83203 11.627 6.78125 11.4551 6.73438 11.2793 6.71094 11.0527 6.71094 10.7754V4.47656C6.71094 4.10156 6.79492 3.83008 6.96289 3.66211 7.13086 3.49414 7.40234 3.41016 7.77734 3.41016zM8.45117 4.78711V10.6172H9.76953C10.0586 10.6172 10.2852 10.6094 10.4492 10.5938 10.6133 10.5781 10.7832 10.5391 10.959 10.4766 11.1348 10.4141 11.2871 10.3262 11.416 10.2129 11.998 9.7207 12.2891 8.87305 12.2891 7.66992 12.2891 6.82227 12.1602 6.1875 11.9023 5.76562 11.6484 5.34375 11.334 5.07617 10.959 4.96289 10.584 4.8457 10.1309 4.78711 9.59961 4.78711H8.45117zM3.00781 11.0859V4.31836C3.00781 3.9668 3.08789 3.70312 3.24805 3.52734 3.4082 3.35156 3.61523 3.26367 3.86914 3.26367 4.13086 3.26367 4.3418 3.35156 4.50195 3.52734 4.66602 3.69922 4.74805 3.96289 4.74805 4.31836V11.0859C4.74805 11.4414 4.66602 11.707 4.50195 11.8828 4.3418 12.0586 4.13086 12.1465 3.86914 12.1465 3.61914 12.1465 3.41211 12.0586 3.24805 11.8828 3.08789 11.7031 3.00781 11.4375 3.00781 11.0859z"/></g><defs><clipPath id="svg_b80bb77402__clip0_8539_68326"><path transform="translate(1.5 1.5)" d="M0 0H13V13H0z"/></clipPath></defs></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconId',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconJbxx/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-jbxx`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.417 8.22461V6.54102C11.417 6.22344 11.2953 5.91723 11.0781 5.68555L9.63379 4.14551C9.42698 3.92491 9.14853 3.78762 8.85059 3.75684L8.72168 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H8.72168L9.00488 2.26465C9.66033 2.33239 10.2735 2.63384 10.7285 3.11914L12.1729 4.66016C12.6507 5.16985 12.917 5.84237 12.917 6.54102V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"/><path d="M12.167 9.58337C12.5811 9.58355 12.917 9.91927 12.917 10.3334 12.917 10.7475 12.5811 11.0832 12.167 11.0834H8.5C8.08579 11.0834 7.75 10.7476 7.75 10.3334 7.75 9.91916 8.08579 9.58337 8.5 9.58337H12.167zM12.167 11.4166C12.5811 11.4168 12.917 11.7525 12.917 12.1666 12.917 12.5807 12.5811 12.9165 12.167 12.9166H8.5C8.08579 12.9166 7.75 12.5808 7.75 12.1666 7.75 11.7524 8.08579 11.4166 8.5 11.4166H12.167z"/><path d="M8.66699 13.0836V9.41663C8.66699 9.00241 9.00278 8.66663 9.41699 8.66663 9.83121 8.66663 10.167 9.00241 10.167 9.41663V13.0836C10.1668 13.4977 9.8311 13.8336 9.41699 13.8336 9.00289 13.8336 8.66717 13.4977 8.66699 13.0836zM10.5 13.0836V9.41663C10.5 9.00241 10.8358 8.66663 11.25 8.66663 11.6642 8.66663 12 9.00241 12 9.41663V13.0836C11.9998 13.4977 11.6641 13.8336 11.25 13.8336 10.8359 13.8336 10.5002 13.4977 10.5 13.0836zM8.66699 3.75V3C8.66699 2.58579 9.00278 2.25 9.41699 2.25 9.83121 2.25 10.167 2.58579 10.167 3V3.75C10.167 4.44036 10.7266 5 11.417 5H12.167C12.5812 5 12.917 5.33579 12.917 5.75 12.917 6.16421 12.5812 6.5 12.167 6.5H11.417C9.89821 6.5 8.66699 5.26878 8.66699 3.75z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconJbxx',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconKey/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 8 8" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-key`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_3c6e0b8a9c__clip0_6733_61698)"><mask id="svg_3c6e0b8a9c__a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="8" height="8"><path d="M8 0H0V8H8V0Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></mask><g mask="url(#svg_3c6e0b8a9c__a)" stroke="#FAAD14" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5013 6.83366C3.23768 6.83366 3.83464 6.23671 3.83464 5.50033 3.83464 4.76395 3.23768 4.16699 2.5013 4.16699 1.76492 4.16699 1.16797 4.76395 1.16797 5.50033 1.16797 6.23671 1.76492 6.83366 2.5013 6.83366zM4.83203 2.66699L5.91536 3.66699M3.33203 4.33366L6.16536 1.16699M5.83203 1.83301L6.9987 2.91634"/></g></g><defs><clipPath id="svg_3c6e0b8a9c__clip0_6733_61698"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H8V8H0z"/></clipPath></defs></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconKey',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLimits/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-limits`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.83337 7.83329C3.83337 7.4651 4.13185 7.16663 4.50004 7.16663H11.5C11.8682 7.16663 12.1667 7.4651 12.1667 7.83329V11.5C12.1667 12.2363 11.5698 12.8333 10.8334 12.8333H5.16671C4.43033 12.8333 3.83337 12.2363 3.83337 11.5V7.83329zM5.16664 6.99996V6.89509C5.16664 5.85427 5.10402 4.69412 5.83094 3.94923 6.2455 3.52443 6.91631 3.16663 7.99997 3.16663 9.08363 3.16663 9.75444 3.52443 10.169 3.94923 10.8959 4.69412 10.8333 5.85427 10.8333 6.89509V6.99996" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLimits',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconLose/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 20 20" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-Lose`]" width="1em" height="1em" v-bind="$attrs"><path d="M10 16C11.6568 16 13.1568 15.3284 14.2426 14.2426 15.3284 13.1568 16 11.6568 16 10 16 8.34316 15.3284 6.84316 14.2426 5.75736 13.1568 4.67157 11.6568 4 10 4 8.34316 4 6.84316 4.67157 5.75736 5.75736 4.67157 6.84316 4 8.34316 4 10 4 11.6568 4.67157 13.1568 5.75736 14.2426 6.84316 15.3284 8.34316 16 10 16zM12 8L8 12M8 8L12 12" stroke="#FF4D4F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconLose',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconMinus/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-minus`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.1666 8H3.83325" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconMinus',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-new_delete`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.25 8C13.25 6.49609 12.6188 5.14069 11.6045 4.18262C10.6635 3.2938 9.3959 2.75 8 2.75C5.10053 2.75 2.75 5.10053 2.75 8C2.75 10.8995 5.10053 13.25 8 13.25C10.8995 13.25 13.25 10.8995 13.25 8ZM14.75 8C14.75 11.7279 11.7279 14.75 8 14.75C4.27211 14.75 1.25 11.7279 1.25 8C1.25 4.27211 4.27211 1.25 8 1.25C9.79374 1.25 11.4255 1.95067 12.6338 3.0918C13.9357 4.32143 14.75 6.06646 14.75 8Z"/><path d="M5.34845 5.34845C5.64135 5.05556 6.11611 5.05556 6.409 5.34845L10.6522 9.59064C10.945 9.88354 10.945 10.3593 10.6522 10.6522C10.3593 10.945 9.88354 10.945 9.59064 10.6522L5.34845 6.409C5.05556 6.11611 5.05556 5.64135 5.34845 5.34845Z"/><path d="M10.6515 5.34833C10.3587 5.05544 9.88389 5.05544 9.591 5.34833L5.34784 9.59052C5.05498 9.88342 5.05495 10.3592 5.34784 10.652C5.64072 10.9449 6.11646 10.9449 6.40936 10.652L10.6515 6.40888C10.9444 6.11599 10.9444 5.64123 10.6515 5.34833Z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconNewDelete',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconNext/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-next`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.5439 3.43062C11.2295 3.1611 10.7559 3.19735 10.4863 3.51168C10.2168 3.82613 10.253 4.2997 10.5674 4.56929L11.8975 5.70894L10.5254 7.08101C10.2326 7.37392 10.2325 7.8487 10.5254 8.14156C10.8183 8.43429 11.2931 8.43432 11.5859 8.14156L13.5303 6.19722C13.678 6.0495 13.757 5.8464 13.749 5.63765C13.741 5.42912 13.6466 5.23351 13.4883 5.09761L11.5439 3.43062Z"/><path d="M6.61328 4.9165C4.29853 4.9165 2.34316 6.79629 2.25293 9.10986C2.15777 11.5554 4.16841 13.6392 6.61328 13.6392H11.334C11.748 13.639 12.0837 13.3031 12.084 12.8892C12.084 12.475 11.7481 12.1393 11.334 12.1392H6.61328C5.01756 12.1392 3.68983 10.7604 3.75195 9.16748C3.81103 7.65927 5.1043 6.4165 6.61328 6.4165H13C13.4142 6.4165 13.75 6.08072 13.75 5.6665C13.75 5.25229 13.4142 4.9165 13 4.9165H6.61328Z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconNext',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconNigth/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-nigth`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_8a4e3b5a3a__clip0_7289_124627)"><path d="M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="svg_8a4e3b5a3a__clip0_7289_124627"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" transform="translate(2 2)" d="M0 0H12V12H0z"/></clipPath></defs></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconNigth',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconObject/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-object`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.083 4.5C12.0828 4.17798 11.8211 3.91699 11.499 3.91699H4.49902C4.17712 3.91717 3.91619 4.17809 3.91602 4.5V11.5C3.91602 11.8221 4.17701 12.0838 4.49902 12.084H11.499C11.8212 12.084 12.083 11.8222 12.083 11.5V4.5ZM13.583 11.5C13.583 12.6506 12.6496 13.584 11.499 13.584H4.49902C3.34858 13.5838 2.41602 12.6505 2.41602 11.5V4.5C2.41619 3.34967 3.34869 2.41717 4.49902 2.41699H11.499C12.6495 2.41699 13.5828 3.34956 13.583 4.5V11.5Z"/><path d="M12.667 4.75C13.0812 4.75 13.417 5.08579 13.417 5.5 13.417 5.91421 13.0812 6.25 12.667 6.25H3.33398C2.91977 6.25 2.58398 5.91421 2.58398 5.5 2.58398 5.08579 2.91977 4.75 3.33398 4.75H12.667zM12.667 7.08301C13.0812 7.08301 13.417 7.41879 13.417 7.83301 13.417 8.24722 13.0812 8.58301 12.667 8.58301H3.33398C2.91977 8.58301 2.58398 8.24722 2.58398 7.83301 2.58398 7.41879 2.91977 7.08301 3.33398 7.08301H12.667zM12.667 9.75C13.0812 9.75 13.417 10.0858 13.417 10.5 13.417 10.9142 13.0812 11.25 12.667 11.25H3.33398C2.91977 11.25 2.58398 10.9142 2.58398 10.5 2.58398 10.0858 2.91977 9.75 3.33398 9.75H12.667z"/><path d="M5.41602 12.833V5.5C5.41602 5.08579 5.7518 4.75 6.16602 4.75 6.58023 4.75 6.91602 5.08579 6.91602 5.5V12.833C6.91602 13.2472 6.58023 13.583 6.16602 13.583 5.7518 13.583 5.41602 13.2472 5.41602 12.833zM9.08398 12.833V5.5C9.08398 5.08579 9.41977 4.75 9.83398 4.75 10.2482 4.75 10.584 5.08579 10.584 5.5V12.833C10.584 13.2472 10.2482 13.583 9.83398 13.583 9.41977 13.583 9.08398 13.2472 9.08398 12.833z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconObject',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-refresh`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.50004 3.16663L5.83337 4.66663 7.50004 6.16663M8.5 12.8334L10.1667 11.3334 8.5 9.83337" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 4.66663H8.83333C11.0425 4.66663 12.8333 6.45749 12.8333 8.66663V8.83329M9.49996 11.3333H7.16663C4.95749 11.3333 3.16663 9.54243 3.16663 7.33329V7.16663" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconRefresh',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-revocation`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.94439 13L3 11.3333L4.94439 9.38889" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 11.3333H9.38716C11.2991 11.3333 12.9228 9.77203 12.9973 7.86103C13.0761 5.8417 11.4075 4.11104 9.38716 4.11104H4.66622" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconRevocation',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconSave/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-save`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.49996 12.8333H11.5C12.2363 12.8333 12.8333 12.2363 12.8333 11.5V6.55224C12.8333 6.19862 12.6928 5.85948 12.4428 5.60943L10.3905 3.55715C10.1404 3.3071 9.8013 3.16663 9.44767 3.16663H4.49996C3.76358 3.16663 3.16663 3.76358 3.16663 4.49996V11.5C3.16663 12.2363 3.76358 12.8333 4.49996 12.8333Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83337 12.6667V10.5C5.83337 10.1319 6.13185 9.83337 6.50004 9.83337H9.50004C9.86823 9.83337 10.1667 10.1319 10.1667 10.5V12.6667M5.83337 3.33337V5.50004" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconSave',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconSchema/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-schema`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.75 6.13867H6.13867V3.75H3.75V6.13867zM7.63867 6.33301C7.63867 7.05406 7.05406 7.63867 6.33301 7.63867H3.55566C2.83463 7.63867 2.25 7.05406 2.25 6.33301V3.55566C2.25 2.83462 2.83462 2.25 3.55566 2.25H6.33301C7.05406 2.25 7.63867 2.83463 7.63867 3.55566V6.33301zM3.75 12.25H6.13867V9.86133H3.75V12.25zM7.63867 12.4443C7.63867 13.1654 7.05406 13.75 6.33301 13.75H3.55566C2.83463 13.75 2.25 13.1654 2.25 12.4443V9.66699C2.25 8.94594 2.83463 8.36133 3.55566 8.36133H6.33301C7.05406 8.36133 7.63867 8.94594 7.63867 9.66699V12.4443zM9.86133 6.13867H12.25V3.75H9.86133V6.13867zM13.75 6.33301C13.75 7.05406 13.1654 7.63867 12.4443 7.63867H9.66699C8.94594 7.63867 8.36133 7.05406 8.36133 6.33301V3.55566C8.36133 2.83463 8.94594 2.25 9.66699 2.25H12.4443C13.1654 2.25 13.75 2.83463 13.75 3.55566V6.33301zM9.86133 12.25H12.25V9.86133H9.86133V12.25zM13.75 12.4443C13.75 13.1654 13.1654 13.75 12.4443 13.75H9.66699C8.94594 13.75 8.36133 13.1654 8.36133 12.4443V9.66699C8.36133 8.94594 8.94594 8.36133 9.66699 8.36133H12.4443C13.1654 8.36133 13.75 8.94594 13.75 9.66699V12.4443z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconSchema',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconScript/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-script`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.37497 13H3.75C3.33579 13 3 12.6223 3 12.1563V4.84375C3 4.37776 3.33579 4 3.75 4H12.25C12.6642 4 13 4.37776 13 4.84375V8.23529" stroke="#434343" stroke-width="1.5" stroke-linecap="round"/><path d="M3 4.675C3 4.30221 3.33579 4 3.75 4H12.25C12.6642 4 13 4.30221 13 4.675V6.7H3V4.675Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round"/><path d="M4.66667 5.35005C4.66667 5.10152 4.85321 4.90005 5.08333 4.90005 5.31345 4.90005 5.5 5.10152 5.5 5.35005 5.5 5.59858 5.31345 5.80005 5.08333 5.80005 4.85321 5.80005 4.66667 5.59858 4.66667 5.35005zM6.33329 5.35005C6.33329 5.10152 6.51984 4.90005 6.74996 4.90005 6.98008 4.90005 7.16663 5.10152 7.16663 5.35005 7.16663 5.59858 6.98008 5.80005 6.74996 5.80005 6.51984 5.80005 6.33329 5.59858 6.33329 5.35005z" :fill="useCurrentColor ? 'currentColor' : '#434343'"/><path d="M7.99996 10.3L7.16663 11.2325 7.99996 12.1M12.1666 10.3L13 11.2325 12.1666 12.1" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 9.40002L9.66663 13" stroke="#434343" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconScript',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconSearch/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-search`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.8333 12.8333L10.3333 10.3333M3.16663 7.33329C3.16663 5.03211 5.03211 3.16663 7.33329 3.16663C9.63448 3.16663 11.5 5.03211 11.5 7.33329C11.5 9.63448 9.63448 11.5 7.33329 11.5C5.03211 11.5 3.16663 9.63448 3.16663 7.33329Z" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconSearch',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sequence`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.91602 6.08301H5.41602V4.58301H3.91602V6.08301zM6.91602 6.16602C6.91602 6.94842 6.28143 7.58301 5.49902 7.58301H3.83301C3.0506 7.58301 2.41602 6.94842 2.41602 6.16602V4.5C2.41602 3.7176 3.0506 3.08301 3.83301 3.08301H5.49902C6.28143 3.08301 6.91602 3.7176 6.91602 4.5V6.16602zM2.41602 9.16699C2.41602 8.75278 2.7518 8.41699 3.16602 8.41699 3.58023 8.41699 3.91602 8.75278 3.91602 9.16699V11.417H6.16602C6.58023 11.417 6.91602 11.7528 6.91602 12.167 6.91602 12.5812 6.58023 12.917 6.16602 12.917H3.83301C3.0506 12.917 2.41602 12.2824 2.41602 11.5V9.16699zM12.833 3.75C13.2472 3.75 13.583 4.08579 13.583 4.5 13.583 4.91421 13.2472 5.25 12.833 5.25H8.5C8.08579 5.25 7.75 4.91421 7.75 4.5 7.75 4.08579 8.08579 3.75 8.5 3.75H12.833zM12.833 9.08301C13.2472 9.08301 13.583 9.41879 13.583 9.83301 13.583 10.2472 13.2472 10.583 12.833 10.583H8.5C8.08579 10.583 7.75 10.2472 7.75 9.83301 7.75 9.41879 8.08579 9.08301 8.5 9.08301H12.833zM12.833 5.41699C13.2472 5.41699 13.583 5.75278 13.583 6.16699 13.583 6.58121 13.2472 6.91699 12.833 6.91699H8.5C8.08579 6.91699 7.75 6.58121 7.75 6.16699 7.75 5.75278 8.08579 5.41699 8.5 5.41699H12.833zM12.833 10.75C13.2472 10.75 13.583 11.0858 13.583 11.5 13.583 11.9142 13.2472 12.25 12.833 12.25H8.5C8.08579 12.25 7.75 11.9142 7.75 11.5 7.75 11.0858 8.08579 10.75 8.5 10.75H12.833z"/><path d="M6.33706 7.93741C6.6218 7.68551 7.05658 7.68572 7.34194 7.94913C7.64624 8.23005 7.66574 8.70434 7.38491 9.0087V9.00772L7.38393 9.0087C7.38291 9.00982 7.38175 9.01255 7.37905 9.01553C7.37344 9.02174 7.36392 9.03199 7.35171 9.04581C7.32728 9.07347 7.29051 9.11569 7.24429 9.17081C7.1514 9.28156 7.02092 9.44264 6.87612 9.64053C6.58218 10.0423 6.24675 10.569 6.02944 11.1122C5.93128 11.3571 5.71188 11.5327 5.45132 11.5741C5.19038 11.6155 4.92611 11.5163 4.75698 11.3134L3.92397 10.3134C3.65881 9.99519 3.7015 9.52192 4.01968 9.25675C4.33788 8.99157 4.81114 9.03522 5.07632 9.35343L5.18179 9.48038C5.34715 9.20732 5.51517 8.96115 5.66616 8.75479C5.83373 8.5258 5.9847 8.3383 6.09487 8.20694C6.15008 8.14111 6.19547 8.08911 6.22768 8.05264C6.24377 8.03443 6.25649 8.01994 6.26577 8.00968C6.27039 8.00457 6.27372 8.00004 6.27651 7.99698L6.28237 7.99112L6.33706 7.93741Z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconSequence',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconSort/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sort`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.33334 3H3.55556C3.24873 3 3 3.24873 3 3.55556V6.33334C3 6.64018 3.24873 6.8889 3.55556 6.8889H6.33334C6.64018 6.8889 6.8889 6.64018 6.8889 6.33334V3.55556C6.8889 3.24873 6.64018 3 6.33334 3zM6.33334 9.11145H3.55556C3.24873 9.11145 3 9.36017 3 9.66701V12.4448C3 12.7516 3.24873 13.0003 3.55556 13.0003H6.33334C6.64018 13.0003 6.8889 12.7516 6.8889 12.4448V9.66701C6.8889 9.36017 6.64018 9.11145 6.33334 9.11145zM12.4445 3H9.66676C9.35993 3 9.11121 3.24873 9.11121 3.55556V6.33334C9.11121 6.64018 9.35993 6.8889 9.66676 6.8889H12.4445C12.7514 6.8889 13.0001 6.64018 13.0001 6.33334V3.55556C13.0001 3.24873 12.7514 3 12.4445 3zM12.4445 9.11145H9.66676C9.35993 9.11145 9.11121 9.36017 9.11121 9.66701V12.4448C9.11121 12.7516 9.35993 13.0003 9.66676 13.0003H12.4445C12.7514 13.0003 13.0001 12.7516 13.0001 12.4448V9.66701C13.0001 9.36017 12.7514 9.11145 12.4445 9.11145z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconSort',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-Starttime`]" width="1em" height="1em" v-bind="$attrs"><path d="M13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3M8.17241 5.75862V8L7.13793 8.86207M13 3H12.2475C11.8408 3 11.6042 3.45968 11.8406 3.79062L12.4353 4.62317C12.6717 4.95411 12.4351 5.41379 12.0284 5.41379H11.2759" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconStarttime',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-Stored_procedure`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.25 8.23535V4.84375C12.25 4.79562 12.2338 4.76478 12.2227 4.75H3.77734C3.76616 4.76478 3.75 4.79563 3.75 4.84375V12.1562C3.75 12.2044 3.76616 12.2352 3.77734 12.25H5.375C5.7892 12.25 6.125 12.5858 6.125 13C6.125 13.4142 5.7892 13.75 5.375 13.75H3.75C2.84098 13.75 2.25 12.951 2.25 12.1562V4.84375C2.25 4.04903 2.84097 3.25 3.75 3.25H12.25C13.1591 3.25 13.75 4.04904 13.75 4.84375V8.23535C13.75 8.64954 13.4142 8.98535 13 8.98535C12.5858 8.98535 12.25 8.64954 12.25 8.23535Z"/><path d="M12.25 3.25C13.0021 3.25 13.7499 3.81554 13.75 4.6748V6.7002C13.7499 7.11432 13.4141 7.4502 13 7.4502H3C2.58585 7.4502 2.25011 7.11432 2.25 6.7002V4.6748C2.25011 3.81553 2.99792 3.25 3.75 3.25H12.25ZM3.75 5.9502H12.25V4.75H3.75V5.9502Z"/><path d="M5.41699 5.34961C5.41699 5.4599 5.32041 5.64941 5.08301 5.64941L5.00098 5.6416C4.82346 5.60384 4.75 5.44614 4.75 5.34961C4.7501 5.25308 4.82367 5.09638 5.00098 5.05859L5.08301 5.0498L5.16602 5.05859C5.31811 5.09114 5.39374 5.21121 5.41211 5.30566L5.41699 5.34961ZM5.08301 4.14941C4.38562 4.1496 3.91709 4.74243 3.91699 5.34961C3.91699 5.91894 4.32882 6.47554 4.95508 6.54297L5.08301 6.5498L5.21094 6.54297C5.83756 6.47586 6.25 5.91913 6.25 5.34961L6.24414 5.23633C6.19008 4.67076 5.73706 4.14941 5.08301 4.14941Z"/><path d="M7.08301 5.34961C7.08301 5.4599 6.98643 5.64941 6.74902 5.64941L6.66699 5.6416C6.48948 5.60384 6.41602 5.44614 6.41602 5.34961 6.41611 5.25308 6.48968 5.09638 6.66699 5.05859L6.74902 5.0498 6.83203 5.05859C6.98412 5.09114 7.05975 5.21121 7.07812 5.30566L7.08301 5.34961zM6.74902 4.14941C6.05164 4.1496 5.58311 4.74243 5.58301 5.34961 5.58301 5.91894 5.99483 6.47554 6.62109 6.54297L6.74902 6.5498 6.87695 6.54297C7.50358 6.47586 7.91602 5.91913 7.91602 5.34961L7.91016 5.23633C7.85609 4.67076 7.40308 4.14941 6.74902 4.14941zM7.44059 9.79987C7.71658 9.49136 8.19043 9.46458 8.49919 9.7403 8.80803 10.0163 8.83478 10.491 8.55876 10.7999L8.18864 11.2139 8.5402 11.5801C8.82714 11.8789 8.81745 12.3538 8.51872 12.6407 8.21998 12.9275 7.74506 12.9179 7.45817 12.6192L6.62516 11.752C6.35362 11.4693 6.3455 11.0248 6.60661 10.7325L7.44059 9.79987zM11.6663 9.74051C11.9751 9.46454 12.4499 9.49126 12.7259 9.80008L13.5589 10.7327C13.8201 11.025 13.8119 11.4695 13.5403 11.7522L12.7073 12.6194C12.4204 12.9181 11.9455 12.9278 11.6468 12.6409 11.3481 12.354 11.3383 11.8791 11.6253 11.5804L11.9778 11.2141 11.6067 10.8001C11.3308 10.4912 11.3575 10.0165 11.6663 9.74051zM9.76851 9.2314C9.86192 8.82786 10.2654 8.57647 10.6689 8.66988 11.0721 8.76348 11.3236 9.166 11.2304 9.56929L10.3964 13.1699C10.3029 13.5731 9.90034 13.8246 9.49703 13.7314 9.09348 13.638 8.84209 13.2346 8.9355 12.831L9.76851 9.2314z"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconStoredProcedure',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|
package/src/IconTable/index.vue
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-table`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.16663 4.49996C3.16663 3.76358 3.76358 3.16663 4.49996 3.16663H11.5C12.2363 3.16663 12.8333 3.76358 12.8333 4.49996V11.5C12.8333 12.2363 12.2363 12.8333 11.5 12.8333H4.49996C3.76358 12.8333 3.16663 12.2363 3.16663 11.5V4.49996zM3.33337 5.5H12.6667M3.33337 7.83337H12.6667M3.33337 10.5H12.6667M6.16663 5.5L6.16663 12.8333M9.83337 5.5L9.83337 12.8333" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
-
</template>
|
|
4
|
-
<script>
|
|
5
|
-
|
|
6
|
-
export default {
|
|
7
|
-
name: 'IconTable',
|
|
8
|
-
props: {
|
|
9
|
-
prefix: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: 'update-line-icon',
|
|
12
|
-
},
|
|
13
|
-
useCurrentColor: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
</script>
|