chore: 🔨 增加一个图标 (#223)

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
nsnail 2024-11-27 16:20:17 +08:00 committed by GitHub
parent 37b45c9f36
commit e8b568426b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View File

@ -142,7 +142,7 @@
},
// ------------------------------ ------------------------------
{
"Icon": "sc-icon-App",
"Icon": "sc-icon-Archive",
"Id": 616214756757512,
"Name": "archive",
"Path": "/archive",
@ -152,7 +152,7 @@
},
{
"Component": "sys/doc",
"Icon": "el-icon-set-up",
"Icon": "el-icon-document",
"Id": 616214756757516,
"Name": "archive/doc",
"ParentId": 616214756757512,

View File

@ -0,0 +1,16 @@
<template>
<svg
class="icon"
height="256"
p-id="12104"
t="1732695436179"
version="1.1"
viewBox="0 0 1024 1024"
width="256"
xmlns="http://www.w3.org/2000/svg">
<path d="M256 512h512v85.333333H256z" fill="" p-id="12105"></path>
<path
d="M936.448 370.56l-85.333333-256.042667A42.538667 42.538667 0 0 0 810.666667 85.333333H213.333333a42.581333 42.581333 0 0 0-40.448 29.184l-85.333333 256 0.512 0.170667A39.594667 39.594667 0 0 0 85.333333 384v426.666667a42.666667 42.666667 0 0 0 42.666667 42.666666h768a42.666667 42.666667 0 0 0 42.666667-42.666666V384a41.088 41.088 0 0 0-2.688-13.312l0.469333-0.128zM244.096 170.666667H779.946667l56.874666 170.666666H187.178667l56.917333-170.666666zM853.333333 768H170.666667v-341.333333h682.666666v341.333333z"
p-id="12106"></path>
</svg>
</template>

View File

@ -70,4 +70,5 @@ export { default as ECharts } from './ECharts.vue'
export { default as Mobile } from './Mobile.vue'
export { default as Email } from './Email.vue'
export { default as SmsCode } from './SmsCode.vue'
export { default as MailCode } from './MailCode.vue'
export { default as MailCode } from './MailCode.vue'
export { default as Archive } from './Archive.vue'

File diff suppressed because one or more lines are too long