Merge branch 'v4' into pr@v4@fix_cloud_style

This commit is contained in:
feng626
2024-06-11 15:23:47 +08:00
committed by GitHub
153 changed files with 1452 additions and 461 deletions

View File

@@ -144,8 +144,11 @@ export default {
if (field.attrs.error === error) {
error += '.'
}
field.el.errors = error
field.attrs.error = error
if (typeof error === 'string') {
field.el.errors = error
field.attrs.error = error
}
},
groupHidden(group, i) {
for (const field of group.fields) {

View File

@@ -153,12 +153,9 @@ export default {
computed: {
// 解构运算符会处理 undefined 的情况
componentProps: ({ data: { el }, propsInner }) => ({ ...el, ...propsInner }),
hasReadonlyContent: ({ data: { type }}) =>
_includes(['input', 'select'], type),
hiddenStatus: ({ data: { hidden = () => false }, data, value }) =>
hidden(value, data),
enableWhenStatus: ({ data: { enableWhen }, value }) =>
getEnableWhenStatus(enableWhen, value),
hasReadonlyContent: ({ data: { type }}) => _includes(['input', 'select'], type),
hiddenStatus: ({ data: { hidden = () => false }, data, value }) => hidden(value, data),
enableWhenStatus: ({ data: { enableWhen }, value }) => getEnableWhenStatus(enableWhen, value),
// 是否显示
_show() {
return !this.hiddenStatus && this.enableWhenStatus

View File

@@ -30,7 +30,7 @@ export default {
},
expandAll: {
type: Boolean,
default: true
default: false
},
defaultExpanded: {
type: Array,
@@ -62,6 +62,11 @@ export default {
}
}
},
mounted() {
if (this.iTree && this.iTree.length > 0) {
this.defaultExpanded.push(this.iTree[0].value)
}
},
methods: {
handleCheckChange(node, { checkedNodes }) {
const checkedKeys = checkedNodes
@@ -114,6 +119,10 @@ export default {
background-color: transparent;
}
.el-tree-node:focus > .el-tree-node__content {
background-color: transparent;
}
> .el-tree-node > {
.el-tree-node__content > .el-tree-node__expand-icon {
display: none;

View File

@@ -76,7 +76,8 @@ export default {
},
reloadTable: {
type: Function,
default: () => {}
default: () => {
}
},
extraRightSideActions: {
type: Array,
@@ -94,10 +95,34 @@ export default {
data() {
return {
defaultRightSideActions: [
{ name: 'actionSetting', icon: 'system-setting', tip: this.$t('TableSetting'), has: this.hasColumnSetting, callback: this.handleTableSettingClick.bind(this) },
{ name: 'actionImport', icon: 'upload', tip: this.$t('Import'), has: this.hasImport, callback: this.handleImportClick.bind(this) },
{ name: 'actionExport', icon: 'download', tip: this.$t('Export'), has: this.hasExport, callback: this.handleExportClick.bind(this) },
{ name: 'actionRefresh', icon: 'refresh', tip: this.$t('Refresh'), has: this.hasRefresh, callback: this.handleRefreshClick.bind(this) }
{
name: 'actionSetting',
icon: 'system-setting',
tip: this.$t('TableSetting'),
has: this.hasColumnSetting,
callback: this.handleTableSettingClick.bind(this)
},
{
name: 'actionImport',
icon: 'upload',
tip: this.$t('Import'),
has: this.hasImport,
callback: this.handleImportClick.bind(this)
},
{
name: 'actionExport',
icon: 'download',
tip: this.$t('Export'),
has: this.hasExport,
callback: this.handleExportClick.bind(this)
},
{
name: 'actionRefresh',
icon: 'refresh',
tip: this.$t('Refresh'),
has: this.hasRefresh,
callback: this.handleRefreshClick.bind(this)
}
],
dialogExportVisible: false
}
@@ -141,7 +166,7 @@ export default {
.right-side-actions.right-side-item {
display: flex;
align-items: center;
justify-content:center;
justify-content: center;
padding-left: 10px;
height: 30px;
line-height: 30px;
@@ -149,7 +174,7 @@ export default {
::v-deep .el-button {
border: none;
padding: 7px;
font-size: 14px;
font-size: 13px;
color: var(--color-icon-primary);
background-color: transparent;
@@ -166,6 +191,6 @@ export default {
.table-action-right-side {
display: flex;
justify-content:center;
justify-content: center;
}
</style>

View File

@@ -1 +1,8 @@
<svg t="1717035393162" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="31658" width="200" height="200"><path d="M853.33 426.67v-85.33C853.33 153.12 700.21 0 512 0S170.67 153.12 170.67 341.33v85.33H85.33V1024h853.33V426.67h-85.33zM256 341.33c0-141.16 114.84-256 256-256s256 114.84 256 256v85.33H256v-85.33z m597.34 597.34H170.67V512h682.67v426.67z" fill="#2c2c2c" p-id="31659"></path><path d="M512 853.33c47.13 0 85.33-38.21 85.33-85.33 0-31.51-17.27-58.72-42.67-73.5v-97.17h-85.33v97.17c-25.4 14.78-42.67 41.99-42.67 73.5 0.01 47.13 38.21 85.33 85.34 85.33z" fill="#2c2c2c" p-id="31660"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="48px" viewBox="0 0 40 48" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M36.0001406,20.0002344 L36.0001406,16.000375 C36.0001406,7.17752804 28.8226126,0 20.0002344,0 C11.1778562,0 4.00032813,7.17752804 4.00032813,15.9999062 L4.00032813,19.9997656 L0,19.9997656 L0,48.0001875 L40,48.0001875 L40,20.0002344 L36.0001406,20.0002344 Z M8.0001875,15.9999062 C8.0001875,9.3830054 13.3833335,3.99985937 20.0002344,3.99985937 C26.6171352,3.99985937 32.0002813,9.3830054 32.0002813,15.9999062 L32.0002813,19.9997656 L8.0001875,19.9997656 L8.0001875,15.9999062 Z M36.0006094,44.0003281 L4.00032813,44.0003281 L4.00032813,24.0000938 L36.0006094,24.0000938 L36.0006094,44.0003281 Z"
id="形状"></path>
<path d="M20.0002344,40 C22.2094618,40 24.0000938,38.2088993 24.0000938,36.0001406 C24.0000938,34.5231036 23.1905593,33.2476299 21.9999297,32.5548147 L21.9999297,27.9999531 L18.0000703,27.9999531 L18.0000703,32.5548147 C16.8094407,33.2476299 15.9999062,34.5231036 15.9999062,36.0001406 C16.000375,38.209368 17.791007,40 20.0002344,40 L20.0002344,40 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1 +1,22 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1706779803337" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1493" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M957 290m0 30l0 0q0 30-30 30l-105 0q-30 0-30-30l0 0q0-30 30-30l105 0q30 0 30 30Z" fill="#515151" p-id="1494"></path><path d="M957 662m0 30l0 0q0 30-30 30l-105 0q-30 0-30-30l0 0q0-30 30-30l105 0q30 0 30 30Z" fill="#515151" p-id="1495"></path><path d="M232 662m0 30l0 0q0 30-30 30l-105 0q-30 0-30-30l0 0q0-30 30-30l105 0q30 0 30 30Z" fill="#515151" p-id="1496"></path><path d="M232 290m0 30l0 0q0 30-30 30l-105 0q-30 0-30-30l0 0q0-30 30-30l105 0q30 0 30 30Z" fill="#515151" p-id="1497"></path><path d="M485 68m30 0l0 0q30 0 30 30l0 105q0 30-30 30l0 0q-30 0-30-30l0-105q0-30 30-30Z" fill="#515151" p-id="1498"></path><path d="M485 412m30 0l0 0q30 0 30 30l0 105q0 30-30 30l0 0q-30 0-30-30l0-105q0-30 30-30Z" fill="#515151" p-id="1499"></path><path d="M485 796m30 0l0 0q30 0 30 30l0 105q0 30-30 30l0 0q-30 0-30-30l0-105q0-30 30-30Z" fill="#515151" p-id="1500"></path><path d="M246 615a6 6 0 0 0-6 6v142a6 6 0 0 0 6 6h538a6 6 0 0 0 6-6V621a6 6 0 0 0-6-6H246z m0-60h538c36.45 0 66 29.55 66 66v142c0 36.45-29.55 66-66 66H246c-36.45 0-66-29.55-66-66V621c0-36.45 29.55-66 66-66zM246 243a6 6 0 0 0-6 6v142a6 6 0 0 0 6 6h538a6 6 0 0 0 6-6V249a6 6 0 0 0-6-6H246z m0-60h538c36.45 0 66 29.55 66 66v142c0 36.45-29.55 66-66 66H246c-36.45 0-66-29.55-66-66V249c0-36.45 29.55-66 66-66z" fill="#515151" p-id="1501"></path><path d="M715.763 349.762a29.997 29.997 0 0 0 20.13-47.903 29.996 29.996 0 0 0-27.656-11.621 29.997 29.997 0 0 0-20.13 47.903 29.996 29.996 0 0 0 27.656 11.621zM715.763 721.762a29.997 29.997 0 0 0 20.13-47.903 29.996 29.996 0 0 0-27.656-11.621 29.997 29.997 0 0 0-20.13 47.903 29.996 29.996 0 0 0 27.656 11.621z" fill="#515151" p-id="1502"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="41px" viewBox="0 0 40 41" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M40,11.3258427 L40,11.3258427 C40,12.2247191 39.5505618,12.6741573 38.6516854,12.6741573 L33.9325842,12.6741573 C33.0337078,12.6741573 32.5842696,12.2247191 32.5842696,11.3258427 L32.5842696,11.3258427 C32.5842696,10.4269663 33.0337078,9.97752808 33.9325842,9.97752808 L38.6516854,9.97752808 C39.5505618,9.97752808 40,10.4269663 40,11.3258427 Z"
id="路径"></path>
<path d="M40,28.0449438 L40,28.0449438 C40,28.9438202 39.5505618,29.3932584 38.6516854,29.3932584 L33.9325842,29.3932584 C33.0337078,29.3932584 32.5842696,28.9438202 32.5842696,28.0449438 L32.5842696,28.0449438 C32.5842696,27.1460674 33.0337078,26.6966292 33.9325842,26.6966292 L38.6516854,26.6966292 C39.5505618,26.6966292 40,27.1460674 40,28.0449438 Z"
id="路径"></path>
<path d="M7.41573034,28.0449438 L7.41573034,28.0449438 C7.41573034,28.9438202 6.96629214,29.3932584 6.06741574,29.3932584 L1.34831461,29.3932584 C0.449438202,29.3932584 0,28.9438202 0,28.0449438 L0,28.0449438 C0,27.1460674 0.449438202,26.6966292 1.34831461,26.6966292 L6.06741574,26.6966292 C6.96629214,26.6966292 7.41573034,27.1460674 7.41573034,28.0449438 Z"
id="路径"></path>
<path d="M7.41573034,11.3258427 L7.41573034,11.3258427 C7.41573034,12.2247191 6.96629214,12.6741573 6.06741574,12.6741573 L1.34831461,12.6741573 C0.449438202,12.6741573 0,12.2247191 0,11.3258427 L0,11.3258427 C0,10.4269663 0.449438202,9.97752808 1.34831461,9.97752808 L6.06741574,9.97752808 C6.96629214,9.97752808 7.41573034,10.4269663 7.41573034,11.3258427 Z"
id="路径"></path>
<path d="M20.1348314,0 L20.1348314,0 C21.0337078,0 21.483146,0.449438202 21.483146,1.34831461 L21.483146,6.06741574 C21.483146,6.96629214 21.0337078,7.41573034 20.1348314,7.41573034 L20.1348314,7.41573034 C19.2359551,7.41573034 18.7865169,6.96629214 18.7865169,6.06741574 L18.7865169,1.34831461 C18.7865169,0.449438202 19.2359551,0 20.1348314,0 Z"
id="路径"></path>
<path d="M20.1348314,15.4606742 L20.1348314,15.4606742 C21.0337078,15.4606742 21.483146,15.9101124 21.483146,16.8089888 L21.483146,21.5280898 C21.483146,22.4269662 21.0337078,22.8764044 20.1348314,22.8764044 L20.1348314,22.8764044 C19.2359551,22.8764044 18.7865169,22.4269662 18.7865169,21.5280898 L18.7865169,16.8089888 C18.7865169,15.9101124 19.2359551,15.4606742 20.1348314,15.4606742 Z"
id="路径"></path>
<path d="M20.1348314,32.7191012 L20.1348314,32.7191012 C21.0337078,32.7191012 21.483146,33.1685394 21.483146,34.0674158 L21.483146,38.7865168 C21.483146,39.6853932 21.0337078,40.1348314 20.1348314,40.1348314 L20.1348314,40.1348314 C19.2359551,40.1348314 18.7865169,39.6853932 18.7865169,38.7865168 L18.7865169,34.0674158 C18.7865169,33.1685394 19.2359551,32.7191012 20.1348314,32.7191012 Z"
id="路径"></path>
<path d="M8.04494382,24.5842696 C7.8960131,24.5842696 7.7752809,24.7050018 7.7752809,24.8539326 L7.7752809,31.235955 C7.7752809,31.3848858 7.8960131,31.505618 8.04494382,31.505618 L32.2247192,31.505618 C32.3736498,31.505618 32.494382,31.3848858 32.494382,31.235955 L32.494382,24.8539326 C32.494382,24.7050018 32.3736498,24.5842696 32.2247192,24.5842696 L8.04494382,24.5842696 Z M8.04494382,21.8876404 L32.2247192,21.8876404 C33.8629214,21.8876404 35.1910112,23.2157304 35.1910112,24.8539326 L35.1910112,31.235955 C35.1910112,32.8741574 33.8629214,34.2022472 32.2247192,34.2022472 L8.04494382,34.2022472 C6.40674158,34.2022472 5.07865168,32.8741574 5.07865168,31.235955 L5.07865168,24.8539326 C5.07865168,23.2157304 6.40674158,21.8876404 8.04494382,21.8876404 Z M8.04494382,7.86516854 C7.8960131,7.86516854 7.7752809,7.98590074 7.7752809,8.13483146 L7.7752809,14.5168539 C7.7752809,14.6657847 7.8960131,14.7865169 8.04494382,14.7865169 L32.2247192,14.7865169 C32.3736498,14.7865169 32.494382,14.6657847 32.494382,14.5168539 L32.494382,8.13483146 C32.494382,7.98590074 32.3736498,7.86516854 32.2247192,7.86516854 L8.04494382,7.86516854 Z M8.04494382,5.16853932 L32.2247192,5.16853932 C33.8629214,5.16853932 35.1910112,6.49662922 35.1910112,8.13483146 L35.1910112,14.5168539 C35.1910112,16.1550562 33.8629214,17.4831461 32.2247192,17.4831461 L8.04494382,17.4831461 C6.40674158,17.4831461 5.07865168,16.1550562 5.07865168,14.5168539 L5.07865168,8.13483146 C5.07865168,6.49662922 6.40674158,5.16853932 8.04494382,5.16853932 Z"
id="形状"></path>
<path d="M29.1578876,12.6634607 C29.6358192,12.6030981 30.0452276,12.2923121 30.2318532,11.8482026 C30.4184786,11.4040932 30.35396,10.8941516 30.0626068,10.5105169 C29.771344,10.1268666 29.2975172,9.92776542 28.8196404,9.98822472 C28.3417088,10.0485873 27.9323004,10.3593733 27.745675,10.8034828 C27.5590494,11.2475922 27.6235682,11.7575338 27.9149214,12.1411685 C28.206184,12.5248188 28.680011,12.72392 29.1578876,12.6634607 L29.1578876,12.6634607 Z M29.1578876,29.3825618 C29.6358192,29.3221992 30.0452276,29.0114132 30.2318532,28.5673038 C30.4184786,28.1231944 30.35396,27.6132526 30.0626068,27.229618 C29.771344,26.8459678 29.2975172,26.6468666 28.8196404,26.7073258 C28.3417088,26.7676884 27.9323004,27.0784744 27.745675,27.5225838 C27.5590494,27.9666934 27.6235682,28.476635 27.9149214,28.8602696 C28.206184,29.24392 28.680011,29.443021 29.1578876,29.3825618 L29.1578876,29.3825618 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -1 +1,8 @@
<svg t="1716531899181" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="88117" width="200" height="200"><path d="M512 116.363636A395.636364 395.636364 0 1 1 116.363636 512 395.636364 395.636364 0 0 1 512 116.363636m0-69.818181a465.454545 465.454545 0 1 0 465.454545 465.454545A465.454545 465.454545 0 0 0 512 46.545455z" fill="#2c2c2c" p-id="88118"></path><path d="M384 942.545455A34.909091 34.909091 0 0 1 349.090909 907.636364V337.454545a34.676364 34.676364 0 0 1 50.501818-31.185454l342.109091 171.054545a34.909091 34.909091 0 0 1 0 62.370909L418.909091 701.207273V907.636364a34.909091 34.909091 0 0 1-34.909091 34.909091zM418.909091 394.007273v229.003636l229.236364-114.501818z" fill="#2c2c2c" p-id="88119"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20,2.99999997 C29.3888408,2.99999997 37,10.6111592 37,20 C37,29.3888408 29.3888408,37 20,37 C10.6111592,37 2.99999997,29.3888408 2.99999997,20 C2.99999997,10.6111592 10.6111592,2.99999997 20,2.99999997 M20,0 C8.95430504,0 0,8.95430504 0,20 C0,31.045695 8.95430504,40 20,40 C31.045695,40 40,31.045695 40,20 C40,8.95430504 31.045695,0 20,0 L20,0 Z"
id="形状"></path>
<path d="M14.5,38.5 C13.6715729,38.5 12.9998649,37.8284271 12.9998649,37 L12.9998649,12.5 C12.9950101,11.9783475 13.2632038,11.4920757 13.7070718,11.217982 C14.1509399,10.9438883 14.7058314,10.9218957 15.17,11.16 L29.87,18.51 C30.376377,18.7647348 30.695908,19.2831601 30.695908,19.85 C30.695908,20.4168398 30.376377,20.9352652 29.87,21.19 L16,28.13 L16,37 C16,37.8284271 15.3284271,38.5 14.5,38.5 L14.5,38.5 Z M16,14.93 L16,24.77 L25.85,19.85 L16,14.93 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 768 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,3 +1,6 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="m3.375 5.531 6.469-.862v6.037H3.375V5.531Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m3.375 5.531 6.469-.862v6.037H3.375V5.531Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="m12.431 4.422 8.194-1.047v7.331H12.43V4.422Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m12.431 4.422 8.194-1.047v7.331H12.43V4.422Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="m12.431 13.725 8.194.192v6.708l-8.194-1.342v-5.558Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m12.431 13.725 8.194.192v6.708l-8.194-1.342v-5.558Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="m3.375 13.294 6.469.155V18.9l-6.469-1.09v-4.516Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m3.375 13.294 6.469.155V18.9l-6.469-1.09v-4.516Z"/></svg> -->
<svg t="1676621228913" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="30600" width="200" height="200"><path d="M527.008 868.992l434.016 71.008V539.008H527.008v330.016z m72-257.984h290.016v244l-290.016-47.008v-196.992z m-72-472.992v328.992h434.016V66.016z m361.984 256.992h-290.016V199.008l290.016-48v244z m-820.992 72h367.008V150.016L68 211.008v256zM140 272l223.008-36.992v160H140V272z m-72 524.992l367.008 60v-318.016H68v258.016z m72-185.984h223.008v160.992L140 736v-124.992z" p-id="30601" fill="#000000"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20.5597162,35.9666034 L40,39.1471674 L40,21.1860823 L20.5597162,21.1860823 L20.5597162,35.9680367 L20.5597162,35.9666034 Z M23.7847135,24.4110797 L36.7750027,24.4110797 L36.7750027,35.3402372 L23.7847135,33.2346723 L23.7847135,24.4110797 Z M20.5597162,3.22499731 L20.5597162,17.961085 L40,17.961085 L40,0 L20.5597162,3.22499731 Z M36.7735694,14.7360877 L23.7832802,14.7360877 L23.7832802,5.95692837 L36.7735694,3.80693016 L36.7735694,14.7360877 Z M0,17.961085 L16.4388863,17.961085 L16.4388863,3.76249686 L0,6.49442792 L0,17.961085 Z M3.22499731,9.22635898 L13.213889,7.56942703 L13.213889,14.7360877 L3.22499731,14.7360877 L3.22499731,9.22635898 Z M0,32.741606 L16.4388863,35.4291038 L16.4388863,21.184649 L0,21.184649 L0,32.741606 Z M3.22499731,24.4110797 L13.213889,24.4110797 L13.213889,31.6221736 L3.22499731,30.009675 L3.22499731,24.4110797 L3.22499731,24.4110797 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 42V6" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M36 30L24 42L12 30" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="42px" height="62px" viewBox="0 0 42 62" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<line x1="20" y1="60" x2="20" y2="0" id="路径"></line>
<polyline id="路径" points="40 40 20 60 0 40"></polyline>
</svg>

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 274 B

View File

@@ -1 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.5H40" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 19.5H40" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 28.5H40" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 37.5H40" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 19L16 24L8 29V19Z" stroke="#333" stroke-width="4" stroke-linejoin="round"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="37px" viewBox="0 0 42 37" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<line x1="0" y1="0.625" x2="40" y2="0.625" id="路径" stroke-linecap="round"></line>
<line x1="20" y1="11.875" x2="40" y2="11.875" id="路径" stroke-linecap="round"></line>
<line x1="20" y1="23.125" x2="40" y2="23.125" id="路径" stroke-linecap="round"></line>
<line x1="0" y1="34.375" x2="40" y2="34.375" id="路径" stroke-linecap="round"></line>
<polygon id="路径" points="0 11.25 10 17.5 0 23.75"></polygon>
</svg>

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 586 B

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 6V42" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 18L24 6L36 18" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="42px" height="62px" viewBox="0 0 42 62" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<line x1="20" y1="0" x2="20" y2="60" id="路径"></line>
<polyline id="路径" points="0 20 20 0 40 20"></polyline>
</svg>

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 273 B

View File

@@ -1 +1,8 @@
<svg t="1712480806752" class="icon" viewBox="0 0 1137 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5037" width="200" height="200"><path d="M568.888889 960c-28.444444 0-49.777778-14.222222-64-35.555556l-7.111111-7.111111H263.111111c-14.222222 0-35.555556-14.222222-35.555555-35.555555s21.333333-28.444444 35.555555-28.444445h241.777778c7.111111-14.222222 14.222222-21.333333 28.444444-28.444444l7.111111-7.111111V704h-497.777777c-28.444444 0-28.444444-14.222222-28.444445-21.333333V28.444444C14.222222 21.333333 28.444444 14.222222 42.666667 14.222222h1052.444444c28.444444 0 28.444444 14.222222 28.444445 14.222222v661.333334c0 7.111111-14.222222 21.333333-28.444445 21.333333h-497.777778v106.666667l7.111111 7.111111c14.222222 7.111111 21.333333 14.222222 28.444445 28.444444l7.111111 7.111111h241.777778c14.222222 0 28.444444 14.222222 28.444444 35.555556s-14.222222 28.444444-28.444444 28.444444H632.888889c-14.222222 28.444444-35.555556 35.555556-64 35.555556zM71.111111 647.111111h995.555556v-568.888889L71.111111 71.111111v256h960v56.888889H71.111111v263.111111z m867.555556-92.444444v-64h56.888889v64h-56.888889z m0-320v-64h56.888889v64h-56.888889z" fill="#2c2c2c" p-id="5038"></path><path d="M568.888889 960c-28.444444 0-49.777778-14.222222-64-35.555556l-7.111111-7.111111H263.111111c-14.222222 0-28.444444-14.222222-28.444444-28.444444s14.222222-28.444444 28.444444-28.444445H497.777778l7.111111-7.111111c7.111111-14.222222 14.222222-21.333333 28.444444-28.444444l7.111111-7.111111V696.888889h56.888889v120.888889l7.111111 7.111111c14.222222 7.111111 21.333333 14.222222 28.444445 28.444444l7.111111 7.111111h241.777778c14.222222 0 28.444444 14.222222 28.444444 28.444445s-14.222222 28.444444-28.444444 28.444444H640l-7.111111 7.111111c-14.222222 21.333333-35.555556 35.555556-64 35.555556z m56.888889-256H42.666667c-21.333333 0-28.444444-7.111111-28.444445-14.222222V28.444444C14.222222 21.333333 28.444444 14.222222 42.666667 14.222222h1052.444444c21.333333 0 28.444444 7.111111 28.444445 14.222222v661.333334c0 7.111111-14.222222 14.222222-28.444445 14.222222H625.777778zM71.111111 647.111111h995.555556V71.111111H71.111111v256h960v56.888889H71.111111v263.111111z m867.555556-99.555555v-56.888889h56.888889v56.888889h-56.888889z m0-320v-56.888889h56.888889v56.888889h-56.888889z" fill="#2c2c2c" p-id="5039"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="35px" viewBox="0 0 40 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20,34.1025641 C18.974359,34.1025641 18.2051282,33.5897436 17.6923077,32.8205128 L17.4358974,32.5641025 L8.97435897,32.5641025 C8.46153847,32.5641025 7.69230768,32.051282 7.69230771,31.2820513 C7.69230775,30.5128205 8.46153847,30.2564103 8.97435897,30.2564102 L17.6923077,30.2564102 C17.9487179,29.7435897 18.2051282,29.4871795 18.7179487,29.2307692 L18.974359,28.974359 L18.974359,24.8717949 L1.02564105,24.8717949 C2.91305441e-15,24.8717949 2.91305441e-15,24.3589744 2.91305441e-15,24.1025641 L2.91305441e-15,0.512820504 C2.91305441e-15,0.256410252 0.512820504,0 1.02564105,0 L38.974359,0 C40,0 40,0.512820504 40,0.512820504 L40,24.3589744 C40,24.6153846 39.4871795,25.1282051 38.974359,25.1282051 L21.025641,25.1282051 L21.025641,28.974359 L21.2820513,29.2307692 C21.7948718,29.4871795 22.051282,29.7435897 22.3076923,30.2564102 L22.5641026,30.5128205 L31.2820513,30.5128205 C31.7948718,30.5128205 32.3076923,31.025641 32.3076923,31.7948718 C32.3076923,32.5641026 31.7948718,32.8205128 31.2820513,32.8205128 L22.3076923,32.8205128 C21.7948718,33.8461538 21.025641,34.1025641 20,34.1025641 Z M2.05128205,22.8205128 L37.9487179,22.8205128 L37.9487179,2.30769231 L2.05128205,2.05128205 L2.05128205,11.2820513 L36.6666666,11.2820513 L36.6666666,13.3333333 L2.05128205,13.3333333 L2.05128205,22.8205128 L2.05128205,22.8205128 Z M33.3333333,19.4871795 L33.3333333,17.1794872 L35.3846154,17.1794872 L35.3846154,19.4871795 L33.3333333,19.4871795 Z M33.3333333,7.94871796 L33.3333333,5.64102566 L35.3846154,5.64102566 L35.3846154,7.94871796 L33.3333333,7.94871796 Z"
id="形状"></path>
<path d="M20,34.1025641 C18.974359,34.1025641 18.2051282,33.5897436 17.6923077,32.8205128 L17.4358974,32.5641025 L8.97435897,32.5641025 C8.46153847,32.5641025 7.94871796,32.051282 7.94871796,31.5384615 C7.94871796,31.025641 8.46153847,30.5128205 8.97435897,30.5128205 L17.4358974,30.5128205 L17.6923077,30.2564102 C17.948718,29.7435897 18.2051282,29.4871795 18.7179487,29.2307692 L18.974359,28.974359 L18.974359,24.6153846 L21.025641,24.6153846 L21.025641,28.974359 L21.2820513,29.2307692 C21.7948718,29.4871795 22.051282,29.7435897 22.3076923,30.2564102 L22.5641026,30.5128205 L31.2820513,30.5128205 C31.7948718,30.5128205 32.3076923,31.025641 32.3076923,31.5384615 C32.3076923,32.0512821 31.7948718,32.5641025 31.2820513,32.5641025 L22.5641026,32.5641025 L22.3076923,32.8205128 C21.7948718,33.5897435 21.025641,34.1025641 20,34.1025641 Z M22.0512821,24.8717949 L1.02564105,24.8717949 C0.256410288,24.8717949 0,24.6153846 0,24.3589744 L0,0.512820504 C0,0.256410252 0.512820504,0 1.02564105,0 L38.974359,0 C39.7435897,0 40,0.256410252 40,0.512820504 L40,24.3589744 C40,24.6153846 39.4871795,24.8717949 38.974359,24.8717949 L22.0512821,24.8717949 Z M2.05128205,22.8205128 L37.9487179,22.8205128 L37.9487179,2.05128205 L2.05128205,2.05128205 L2.05128205,11.2820513 L36.6666666,11.2820513 L36.6666666,13.3333333 L2.05128205,13.3333333 L2.05128205,22.8205128 L2.05128205,22.8205128 Z M33.3333333,19.2307692 L33.3333333,17.1794872 L35.3846154,17.1794872 L35.3846154,19.2307692 L33.3333333,19.2307692 Z M33.3333333,7.69230771 L33.3333333,5.64102566 L35.3846154,5.64102566 L35.3846154,7.69230771 L33.3333333,7.69230771 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -1,3 +1,8 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="M21 4H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M21 4H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="M8.5 12.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M8.5 12.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M11.5 15.5a3 3 0 0 0-6 0"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M11.5 15.5a3 3 0 0 0-6 0"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M14 10h4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M14 10h4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M15 14h3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M15 14h3"/></svg> -->
<svg t="1676619380793" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8636" width="200" height="200"><path d="M832 405.344h-224a32 32 0 0 0 0 64h224a32 32 0 0 0 0-64zM832 565.344h-224a32 32 0 0 0 0 64h224a32 32 0 0 0 0-64zM404.352 635.36v-20.864c30.816-19.968 60.544-55.04 76.768-98.048 11.488-4.992 19.744-19.104 26.4-44.256 5.152-19.488-3.104-32.352-14.272-39.488C487.744 340.832 434.144 288 352 288c-83.296 0-139.456 54.368-143.776 148.672-10.112 8.352-16.608 21.76-11.552 40.864 7.2 27.232 16.096 42.88 28.352 48.864 17.312 38.656 45.664 70.016 74.624 88.384v20.576C219.04 644.032 160 672.256 160 705.728c0 40.384 384 40.384 384 0 0-33.472-59.04-61.696-139.648-70.368z" p-id="8637"></path><path d="M896 128H128a96 96 0 0 0-96 96v576a96 96 0 0 0 96 96h768a96 96 0 0 0 96-96V224a96 96 0 0 0-96-96z m32 672a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32v576z" p-id="8638"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="32px" viewBox="0 0 40 32" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M33.3333333,11.556 L24,11.556 C23.2636203,11.556 22.6666667,12.1529537 22.6666667,12.8893333 C22.6666667,13.625713 23.2636203,14.2226667 24,14.2226667 L33.3333333,14.2226667 C34.069713,14.2226667 34.6666667,13.625713 34.6666667,12.8893333 C34.6666667,12.1529537 34.069713,11.556 33.3333333,11.556 Z M33.3333333,18.2226667 L24,18.2226667 C23.2636203,18.2226667 22.6666667,18.8196203 22.6666667,19.556 C22.6666667,20.2923797 23.2636203,20.8893333 24,20.8893333 L33.3333333,20.8893333 C34.069713,20.8893333 34.6666667,20.2923797 34.6666667,19.556 C34.6666667,18.8196203 34.069713,18.2226667 33.3333333,18.2226667 Z M15.5146667,21.14 L15.5146667,20.2706667 C16.7986667,19.4386667 18.0373333,17.9773333 18.7133333,16.1853333 C19.192,15.9773333 19.536,15.3893333 19.8133333,14.3413333 C20.028,13.5293333 19.684,12.9933333 19.2186667,12.696 C18.9893333,8.868 16.756,6.66666667 13.3333333,6.66666667 C9.86266667,6.66666667 7.52266667,8.932 7.34266667,12.8613333 C6.92133333,13.2093333 6.65066667,13.768 6.86133333,14.564 C7.16133333,15.6986667 7.532,16.3506667 8.04266667,16.6 C8.764,18.2106667 9.94533333,19.5173333 11.152,20.2826667 L11.152,21.14 C7.79333333,21.5013333 5.33333333,22.6773333 5.33333333,24.072 C5.33333333,25.7546667 21.3333333,25.7546667 21.3333333,24.072 C21.3333333,22.6773333 18.8733333,21.5013333 15.5146667,21.14 L15.5146667,21.14 Z"
id="形状"></path>
<path d="M36,0 L4,0 C1.790861,0 0,1.790861 0,4 L0,28 C0,30.209139 1.790861,32 4,32 L36,32 C38.209139,32 40,30.209139 40,28 L40,4 C40,1.790861 38.209139,0 36,0 L36,0 Z M37.3333333,28 C37.3333333,28.7363797 36.7363797,29.3333333 36,29.3333333 L4,29.3333333 C3.26362033,29.3333333 2.66666667,28.7363797 2.66666667,28 L2.66666667,4 C2.66666667,3.26362033 3.26362033,2.66666667 4,2.66666667 L36,2.66666667 C36.7363797,2.66666667 37.3333333,3.26362033 37.3333333,4 L37.3333333,28 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1 +1,10 @@
<svg t="1709100595404" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20350" width="200" height="200"><path d="M715.369826 960.381901c-111.599305 0-202.389513-90.790208-202.389513-202.389513s90.790208-202.389513 202.389513-202.389512 202.389513 90.790208 202.389512 202.389512-90.790208 202.389513-202.389512 202.389513z m0-327.797397a125.407884 125.407884 0 1 0 125.407884 125.407884 125.552225 125.552225 0 0 0-125.407884-125.407884zM47.073063 1007.52112L44.823756 135.114786l265.791101-0.685617 0.192454 76.981628-188.797444 0.481136 1.840342 718.455105 383.488794-0.998356 0.192454 76.981629-460.458394 1.190809zM897.443406 548.626415l-0.866044-338.731193-188.809472 0.493163-0.192454-76.981628 265.779072-0.685618 1.070526 415.712822-76.981628 0.192454z" p-id="20351" fill="#515151"></path><path d="M295.050134 275.197294l-0.529249-204.951558L453.788658 69.836771l0.204482 76.981629-82.298172 0.204482 0.132312 50.988301 274.848471-0.709675-0.132313-50.9883-81.49227 0.216511-0.192454-76.981629 158.473899-0.408965 0.529249 204.951558-428.811728 1.106611z" p-id="20352" fill="#515151"></path><path d="M376.097355 133.334586A132.973735 132.973735 0 0 1 508.746323 0h0.348823a133.130104 133.130104 0 0 1 132.985764 132.648969l-76.981629 0.192454A56.076305 56.076305 0 0 0 509.083118 76.981629h-0.132312a55.992106 55.992106 0 0 0-55.859794 56.148475zM250.577607 387.31863l393.058572-1.852371 0.363257 76.981629-393.058572 1.85237zM250.761641 596.162571h182.350232v76.981629h-182.350232zM796.714147 898.69556l53.668224-55.188611L979.164216 968.739219l-53.669427 55.189814z" p-id="20353" fill="#515151"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="44px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M28.7067123,41.1148588 C23.9290404,41.1148588 20.0422256,37.228044 20.0422256,32.450372 C20.0422256,27.6727001 23.9290404,23.7858853 28.7067123,23.7858853 C33.4843843,23.7858853 37.371199,27.6727001 37.371199,32.450372 C37.371199,37.2280439 33.4843842,41.1148588 28.7067123,41.1148588 Z M28.7067123,27.0815417 C25.7415892,27.0815417 23.337882,29.4852489 23.337882,32.450372 C23.337882,35.4154951 25.7415892,37.8192023 28.7067123,37.8192023 C31.6718354,37.8192023 34.0755426,35.4154951 34.0755426,32.450372 C34.0721373,29.4866606 31.6704238,27.084947 28.7067123,27.0815417 Z M0.096294963,43.1329334 L0,5.78439195 L11.3787688,5.75504004 L11.3870079,9.05069645 L3.30441051,9.07129433 L3.3831973,39.8290378 L19.8007158,39.7862973 L19.8089549,43.0819537 L0.096294963,43.1329334 Z M36.5014547,23.4872164 L36.4643786,8.98581324 L28.3812662,9.00692602 L28.3730271,5.71126962 L39.7512809,5.68191766 L39.7971111,23.4789773 L36.5014547,23.4872164 L36.5014547,23.4872164 Z"
id="形状"></path>
<polygon id="路径"
points="10.7124282 11.7814568 10.6897706 3.00728649 17.5081748 2.98977831 17.5169289 6.28543475 13.9936662 6.29418882 13.9993306 8.47704628 25.7658539 8.44666442 25.7601895 6.26380701 22.2714282 6.27307605 22.2631891 2.9774196 29.0476068 2.95991142 29.0702644 11.7340817"></polygon>
<path d="M14.1821155,5.70817991 C14.1780341,4.19810498 14.7740831,2.74827196 15.8391153,1.67773495 C16.9041475,0.607197937 18.3508885,0.00368255675 19.8609645,0 L19.8758979,0 C23.0131658,0.0033809542 25.5578081,2.54157877 25.5691444,5.67882799 L22.273488,5.68706713 C22.2683874,4.3658336 21.1966256,3.29706364 19.875383,3.29565645 L19.8697186,3.29565645 C19.2337953,3.29715668 18.6245292,3.55128659 18.1760227,4.00211095 C17.7275162,4.45293532 17.4765302,5.06350326 17.4783079,5.69942584 L14.1821155,5.70817991 Z M8.80851723,16.5814774 L25.635727,16.5021756 L25.6512783,19.7978321 L8.82406861,19.8771338 L8.80851723,16.5814774 Z M8.8163959,25.5222843 L16.622982,25.5222843 L16.622982,28.8179407 L8.8163959,28.8179407 L8.8163959,25.5222843 Z M32.1891397,38.4740081 L34.4867272,36.1113314 L40,41.4726435 L37.702361,43.8353717 L32.1891397,38.4740081 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1 +1,14 @@
<svg t="1716522219919" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="27887" width="200" height="200"><path d="M743.13344 172.373333a42.368 42.368 0 0 1-1.706667 0.938667l-80.042666 46.250667a34.133333 34.133333 0 0 1-46.634667-12.501334l-8.533333-14.762666a34.133333 34.133333 0 0 1 12.501333-46.634667l20.522667-11.861333a384.981333 384.981333 0 0 0-77.952-30.890667 374.613333 374.613333 0 0 0-287.872 36.522667C92.466773 243.968 31.45344 477.568 137.522773 661.333333c11.776 20.394667-62.122667 63.061333-73.898666 42.666667C-65.911893 479.616 8.754773 193.706667 230.706773 65.536A459.946667 459.946667 0 0 1 583.90144 20.608c52.821333 14.506667 102.826667 38.229333 147.626667 70.016a34.048 34.048 0 0 1 22.485333 16.341333l8.533333 14.762667a34.133333 34.133333 0 0 1-12.501333 46.634667l-6.912 4.010666zM164.232107 835.626667a42.368 42.368 0 0 1-0.938667-1.706667l-4.394667-7.552A34.133333 34.133333 0 0 1 171.400107 779.733333l88.661333-51.2a34.133333 34.133333 0 0 1 46.634667 12.501334l8.533333 14.762666a34.133333 34.133333 0 0 1-12.501333 46.634667l-21.546667 12.416a384.981333 384.981333 0 0 0 79.189333 31.573333 374.613333 374.613333 0 0 0 287.872-36.565333c177.749333-102.613333 239.573333-330.112 141.226667-512.298667a233.301333 233.301333 0 0 0-1.194667-2.218666 8.533333 8.533333 0 0 1 3.157334-11.52l59.178666-34.176a8.533333 8.533333 0 0 1 11.946667 3.712c123.264 223.146667 47.744 503.765333-171.648 630.4a459.946667 459.946667 0 0 1-353.152 44.928 470.357333 470.357333 0 0 1-150.186667-71.808 34.005333 34.005333 0 0 1-20.138666-15.744l-3.2-5.546667z" fill="#2c2c2c" p-id="27888"></path><path d="M415.58144 508.074667h90.453333l-44.032-125.269334h-0.938666l-45.482667 125.269334zM422.920107 298.666667h78.72l130.56 341.333333h-79.701334l-26.453333-76.032h-130.56L368.178773 640H290.866773l132.053334-341.333333z" fill="#2c2c2c" p-id="27889"></path><path d="M918.066773 796.757333m51.2 0l4.266667 0q51.2 0 51.2 51.2l0 2.645334q0 51.2-51.2 51.2l-4.266667 0q-51.2 0-51.2-51.2l0-2.645334q0-51.2 51.2-51.2Z" fill="#2c2c2c" p-id="27890"></path><path d="M758.066773 797.056L940.168107 684.970667a20.48 20.48 0 0 1 31.232 17.493333V996.693333a20.48 20.48 0 0 1-31.232 17.408L758.066773 902.101333H639.026773a40.96 40.96 0 0 1-40.96-40.96V837.973333c0-22.613333 18.346667-40.96 40.96-40.96h119.04z" fill="#2c2c2c" p-id="27891"></path><path d="M678.066773 902.101333h71.125334v84.522667a20.48 20.48 0 0 1-20.48 20.48h-30.165334a20.48 20.48 0 0 1-20.48-20.48V902.101333z" fill="#2c2c2c" p-id="27892"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M29.0073656,6.57920808 C28.985442,6.59193104 28.9632288,6.60414831 28.9407436,6.6158502 L25.8161706,8.42130713 C25.5100668,8.59806983 25.1462703,8.64595899 24.8048499,8.55443458 C24.4634295,8.46291018 24.1723673,8.23947333 23.9957237,7.93330076 L23.6626136,7.35702026 C23.4858509,7.05091645 23.4379617,6.68711997 23.5294861,6.34569959 C23.6210105,6.00427921 23.8444473,5.71321696 24.1506199,5.53657338 L24.9517498,5.0735503 C23.9843583,4.5620065 22.9639874,4.15765591 21.9087887,3.86769161 C18.123543,2.81393725 14.0734911,3.3277722 10.6713184,5.29340299 C3.60771804,9.3740021 1.2259806,18.492892 5.36653953,25.6664187 C5.82623152,26.4625519 2.94149776,28.1281025 2.48180582,27.3319693 C-2.57480599,18.5728384 0.339907639,7.41198343 9.00410218,2.40866923 C13.1781065,-0.00315109649 18.1466356,-0.635171047 22.7915306,0.654844387 C24.8534823,1.22113162 26.8055077,2.14717777 28.5543359,3.38801302 C28.9243431,3.46609837 29.2435702,3.69809836 29.4320811,4.02591891 L29.7651912,4.60219945 C29.9419539,4.90830326 29.989843,5.27209975 29.8983186,5.61352013 C29.8067942,5.95494051 29.5833574,6.24600276 29.2771848,6.42264634 L29.0073656,6.57920808 Z M6.40917427,32.4701931 C6.39645131,32.4482695 6.38423404,32.4260563 6.37253215,32.4035711 L6.20098042,32.1087686 C6.02421772,31.8026648 5.97632856,31.4388683 6.06785297,31.0974479 C6.15937737,30.7560276 6.38281422,30.4649653 6.68898679,30.2883217 L10.150001,28.2896609 C10.4561049,28.1128983 10.8199013,28.0650091 11.1613217,28.1565335 C11.5027421,28.2480579 11.7938044,28.4714947 11.9704479,28.7776673 L12.3035581,29.3539478 C12.4803208,29.6600516 12.5282099,30.0238481 12.4366855,30.3652685 C12.3451611,30.7066889 12.1217243,30.9977511 11.8155517,31.1743947 L10.9744486,31.6590699 C11.956063,32.1830806 12.9928388,32.5964502 14.0657106,32.8915774 C17.8511779,33.9448303 21.9012419,33.4303935 25.303181,31.4642005 C32.241865,27.4585512 34.6552479,18.5778351 30.8161537,11.4659337 C30.8007645,11.4369804 30.7852192,11.4081105 30.7695182,11.3793251 C30.6813515,11.2208655 30.7361318,11.0209917 30.892769,10.9296264 L33.2028877,9.59552035 C33.2832356,9.54935797 33.3791811,9.53875028 33.4676725,9.56624585 C33.556164,9.59374142 33.6292032,9.65685503 33.6692419,9.74042326 C38.4810178,18.4512532 35.5329931,29.4055799 26.9687316,34.3489343 C22.7951816,36.7602985 17.8273488,37.3923062 13.1829688,36.1027591 C11.077603,35.5243946 9.09226911,34.5751568 7.32023046,33.2996374 C6.98822653,33.2048121 6.70623453,32.9843565 6.53409057,32.6850492 L6.40917427,32.4685276 L6.40917427,32.4701931 Z"
id="形状"></path>
<path d="M16.2209332,19.6837607 L19.7519006,19.6837607 L18.0330523,14.7937039 L17.9964102,14.7937039 L16.2209332,19.6837607 Z M16.5074079,11.5092381 L19.5803489,11.5092381 L24.6769339,24.8336433 L21.5656853,24.8336433 L20.5330439,21.8656321 L15.4364588,21.8656321 L14.3705064,24.8336433 L11.3525286,24.8336433 L16.5074079,11.5092381 Z"
id="形状"></path>
<path d="M37.8347841,30.9528765 L38.0013392,30.9528765 C39.3337797,30.9528765 40,31.6190967 40,32.9515372 L40,33.0548014 C40,34.3872419 39.3337797,35.0534622 38.0013392,35.0534622 L37.8347841,35.0534622 C36.5023436,35.0534622 35.8361233,34.3872419 35.8361233,33.0548014 L35.8361233,32.9515372 C35.8361233,31.6190967 36.5023436,30.9528765 37.8347841,30.9528765 L37.8347841,30.9528765 Z"
id="路径"></path>
<path d="M29.5903084,30.9645353 L36.6988786,26.5891337 C36.9458872,26.4367653 37.2560706,26.4302273 37.5092801,26.5720524 C37.7624897,26.7138774 37.9189519,26.9817878 37.9180655,27.2720095 L37.9180655,38.7576469 C37.9177426,39.0472724 37.7608062,39.3140762 37.5078237,39.4550828 C37.2548411,39.5960895 36.9453796,39.5892452 36.6988786,39.4371915 L29.5903084,35.065121 L24.943422,35.065121 C24.0603581,35.065121 23.3444934,34.3492563 23.3444934,33.4661924 L23.3444934,32.5617984 C23.3444934,31.6790566 24.0606802,30.9628698 24.943422,30.9628698 L29.5903084,30.9628698 L29.5903084,30.9645353 Z"
id="路径"></path>
<path d="M26.4674009,35.065121 L29.2438738,35.065121 L29.2438738,38.3645769 C29.2438738,38.8061089 28.8859415,39.1640412 28.4444095,39.1640412 L27.2668652,39.1640412 C26.8253332,39.1640412 26.4674009,38.8061089 26.4674009,38.3645769 L26.4674009,35.065121 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -1 +1,8 @@
<svg t="1712573882692" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="28075" width="200" height="200"><path d="M704 192h160v64H704zM704 384h160v64H704zM704 576h160v64H704zM608 192H32c-17.6 0-32 14.4-32 32v768c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32V224c0-17.6-14.4-32-32-32z m-32 768H64V256h512v704z" fill="#5A5B5C" p-id="28076"></path><path d="M160 384h320v64H160zM160 576h320v64H160zM161 768h320v64H161zM992 0H416c-17.6 0-32 14.4-32 32v96h64V64h512v704H704v64h288c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32z" fill="#5A5B5C" p-id="28077"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M27.5,7.5 L33.75,7.5 L33.75,10 L27.5,10 L27.5,7.5 Z M27.5,15 L33.75,15 L33.75,17.5 L27.5,17.5 L27.5,15 Z M27.5,22.5 L33.75,22.5 L33.75,25 L27.5,25 L27.5,22.5 Z M23.75,7.5 L1.25,7.5 C0.5625,7.5 0,8.0625 0,8.75 L0,38.75 C0,39.4375 0.5625,40 1.25,40 L23.75,40 C24.4375,40 25,39.4375 25,38.75 L25,8.75 C25,8.0625 24.4375,7.5 23.75,7.5 Z M22.5,37.5 L2.5,37.5 L2.5,10 L22.5,10 L22.5,37.5 Z"
id="形状"></path>
<path d="M6.25,15 L18.75,15 L18.75,17.5 L6.25,17.5 L6.25,15 Z M6.25,22.5 L18.75,22.5 L18.75,25 L6.25,25 L6.25,22.5 Z M6.2890625,30 L18.7890625,30 L18.7890625,32.5 L6.2890625,32.5 L6.2890625,30 Z M38.75,0 L16.25,0 C15.5625,0 15,0.5625 15,1.25 L15,5 L17.5,5 L17.5,2.5 L37.5,2.5 L37.5,30 L27.5,30 L27.5,32.5 L38.75,32.5 C39.4375,32.5 40,31.9375 40,31.25 L40,1.25 C40,0.5625 39.4375,0 38.75,0 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 1003 B

View File

@@ -1,3 +1,6 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M20.75 5h-3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M20.75 5h-3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M13.75 3v4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M13.75 3v4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M13.75 5h-11"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M13.75 5h-11"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6.75 12h-4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6.75 12h-4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M10.75 10v4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M10.75 10v4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M21.75 12h-11"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M21.75 12h-11"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M20.75 19h-3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M20.75 19h-3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M13.75 17v4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M13.75 17v4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M13.75 19h-11"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M13.75 19h-11"/></svg> -->
<svg t="1676623650264" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="50546" width="200" height="200"><path d="M403.456 498.36032H207.54432a72.704 72.704 0 0 1-72.62208-72.62208V229.7856a72.704 72.704 0 0 1 72.62208-72.66304H403.456a72.704 72.704 0 0 1 72.66304 72.66304v195.95264a72.704 72.704 0 0 1-72.66304 72.62208z m-184.32-84.09088h172.8512V241.2544H219.01312zM821.16608 498.36032h-195.95264a72.704 72.704 0 0 1-72.62208-72.62208V229.7856a72.704 72.704 0 0 1 72.62208-72.62208h195.95264a72.704 72.704 0 0 1 72.62208 72.62208v195.95264a72.704 72.704 0 0 1-72.62208 72.62208z m-184.32-84.09088h173.01504V241.2544h-173.17888zM403.456 916.02944H207.54432a72.704 72.704 0 0 1-72.62208-72.62208v-195.95264a72.704 72.704 0 0 1 72.62208-72.62208H403.456a72.704 72.704 0 0 1 72.62208 72.62208v195.95264a72.704 72.704 0 0 1-72.62208 72.62208z m-184.32-84.09088h172.8512v-173.01504H219.01312zM821.16608 916.02944h-195.95264a72.704 72.704 0 0 1-72.62208-72.62208v-195.95264a72.704 72.704 0 0 1 72.62208-72.62208h195.95264a72.704 72.704 0 0 1 72.62208 72.62208v195.95264a72.704 72.704 0 0 1-72.62208 72.62208z m-184.32-84.09088h173.01504v-173.01504h-173.17888z" p-id="50547" fill="#000000"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M14.1544772,17.9867221 L3.82792681,17.9867221 C1.71480767,17.9843424 0.00237964093,16.2719144 -1.49811495e-15,14.1587953 L-1.49811495e-15,3.83008582 C0.00118962327,1.71612359 1.71396558,0.00238159493 3.82792681,0 L14.1544772,0 C16.2692817,0.00119110387 17.983372,1.7152814 17.9845631,3.83008582 L17.9845631,14.1587953 C17.9821815,16.2727565 16.2684395,17.9855325 14.1544772,17.9867221 Z M4.43892697,13.5542721 L13.5499541,13.5542721 L13.5499541,4.43460895 L4.43244994,4.43460895 L4.43892697,13.5542721 Z M36.1720732,17.9867221 L25.8433637,17.9867221 C23.7302446,17.9843424 22.0178166,16.2719144 22.0154369,14.1587953 L22.0154369,3.83008582 C22.0178166,1.71696668 23.7302446,0.0045386521 25.8433637,0.00215901117 L36.1720732,0.00215901117 C38.2851923,0.0045386521 39.9976204,1.71696668 40,3.83008582 L40,14.1587953 C39.9976204,16.2719144 38.2851923,17.9843424 36.1720732,17.9867221 L36.1720732,17.9867221 Z M26.4565229,13.5542721 L35.5761861,13.5542721 L35.5761861,4.43460895 L26.4478869,4.43460895 L26.4565229,13.5542721 Z M14.1544772,40.002159 L3.82792681,40.002159 C1.71480767,39.9997794 0.00237964093,38.2873513 -1.49811495e-15,36.1742322 L-1.49811495e-15,25.8455228 C0.00237964093,23.7324036 1.71480767,22.0199756 3.82792681,22.0175959 L14.1544772,22.0175959 C16.2675964,22.0199756 17.9800244,23.7324036 17.9824041,25.8455228 L17.9824041,36.1742322 C17.9800244,38.2873513 16.2675964,39.9997794 14.1544772,40.002159 Z M4.43892697,35.5697091 L13.5499541,35.5697091 L13.5499541,26.4500459 L4.43244994,26.4500459 L4.43892697,35.5697091 Z M36.1720732,40.002159 L25.8433637,40.002159 C23.7302446,39.9997794 22.0178166,38.2873513 22.0154369,36.1742322 L22.0154369,25.8455228 C22.0178166,23.7324036 23.7302446,22.0199756 25.8433637,22.0175959 L36.1720732,22.0175959 C38.2851923,22.0199756 39.9976204,23.7324036 40,25.8455228 L40,36.1742322 C39.9976204,38.2873513 38.2851923,39.9997794 36.1720732,40.002159 L36.1720732,40.002159 Z M26.4565229,35.5697091 L35.5761861,35.5697091 L35.5761861,26.4500459 L26.4478869,26.4500459 L26.4565229,35.5697091 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +1,6 @@
<svg t="1708406127345" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12395" width="200" height="200"><path d="M358.277408 561.800219c-0.596588 0.759293-1.193175 1.559519-1.461281 2.52245l-46.050826 168.836313c-2.685155 9.829879 0.065492 20.422122 7.342222 27.889187 5.442966 5.317099 12.614296 8.239662 20.252253 8.239662 2.52245 0 5.050016-0.301875 7.537673-0.962931l167.638021-45.722344c0.26913 0 0.399089 0.23536 0.601704 0.23536 1.925862 0 3.817955-0.700965 5.246491-2.161223l448.270537-448.205045c13.31526-13.332656 20.61655-31.494295 20.61655-51.254338 0-22.38994-9.496282-44.770669-26.126031-61.356416L919.809521 117.458155c-16.604166-16.629749-39.016619-26.143427-61.396325-26.143427-19.754926 0-37.915541 7.303336-51.264571 20.602224L358.944604 560.241724C358.478999 560.669466 358.609982 561.302893 358.277408 561.800219M923.791206 228.575906l-44.526099 44.49233-72.180949-73.327052 43.894719-43.895743c6.935969-6.973832 20.384259-5.956665 28.353768 2.041496l42.363853 42.402739c4.420683 4.41352 6.941086 10.289344 6.941086 16.099676C928.610978 221.151819 926.914336 225.473241 923.791206 228.575906M437.999101 568.842613l323.465043-323.483462 72.216765 73.376171-322.863339 322.847989L437.999101 568.842613 437.999101 568.842613zM379.065873 699.990558l23.375383-85.799108 62.352093 62.358233L379.065873 699.990558 379.065873 699.990558zM927.623487 406.192186c-16.968463 0-31.904641 13.796214-31.970132 30.994921l0 419.411255c0 21.913079-17.796318 38.907125-39.744189 38.907125L166.418752 895.505487c-21.914102 0-38.247092-16.991999-38.247092-38.907125L128.17166 166.360935c0-21.930475 16.331967-38.441521 38.247092-38.441521l473.184973 0c17.063631 0 30.908964-15.163351 30.908964-32.232099 0-17.034978-13.846356-31.68156-30.908964-31.68156L161.703357 64.005756c-53.42477 0-97.827049 44.216038-97.827049 97.67253l0 699.637518c0 53.458539 44.403303 98.422613 97.827049 98.422613l698.884364 0c53.463656 0 98.967012-44.964074 98.967012-98.422613l0-424.324148C959.489242 419.9884 944.587857 406.192186 927.623487 406.192186" fill="#272636" p-id="12396"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="39px" viewBox="0 0 40 39" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M12.7391982,21.5403486 C12.7133829,21.5732044 12.6875676,21.6078314 12.6759662,21.649499 L10.6832746,28.9553115 C10.5670838,29.3806658 10.6861086,29.8390088 11.0009841,30.1621204 C11.2365098,30.3921997 11.5468245,30.5186636 11.8773309,30.5186636 C11.9864813,30.5186636 12.0958531,30.505601 12.2034979,30.476996 L19.4574584,28.4985184 C19.4691041,28.4985184 19.4747277,28.5087028 19.4834951,28.5087028 C19.5668302,28.5087028 19.648704,28.4783709 19.710519,28.4151832 L39.1078895,9.02064673 C39.6840617,8.44372176 40,7.6578391 40,6.802791 C40,5.83394311 39.589081,4.8654938 38.8694856,4.14780247 L37.037575,2.31296933 C36.3190866,1.59337396 35.3492646,1.18170217 34.3808595,1.18170217 C33.5260328,1.18170217 32.7401945,1.49772899 32.162561,2.07319277 L12.7680688,21.4729101 C12.7479213,21.4914191 12.7535892,21.5188285 12.7391982,21.5403486 M37.2098687,7.12120901 L35.2831545,9.04646203 L32.1597714,5.87348528 L34.0591649,3.97404751 C34.3592951,3.67227884 34.9412238,3.71629326 35.2860769,4.06238625 L37.1192274,5.89721939 C37.3105173,6.08819934 37.4195791,6.34245547 37.4195791,6.59387767 C37.4184278,6.7999571 37.3450115,6.98695182 37.2098687,7.12120901 M16.1888811,21.845084 L30.1857217,7.84744639 L33.3106546,11.0225486 L19.3398506,24.9926883 L16.1888811,21.845084 L16.1888811,21.845084 Z M13.6387477,27.5200617 L14.6502373,23.8073995 L17.3483103,26.5057382 L13.6387477,27.5200617 L13.6387477,27.5200617 Z M37.3756976,14.8069445 C36.6414455,14.8069445 35.9951336,15.4039284 35.9922997,16.1481434 L35.9922997,34.2967274 C35.9922997,35.2449408 35.2222251,35.9802999 34.2725062,35.9802999 L4.43717267,35.9802999 C3.48891504,35.9802999 2.7821609,35.2450294 2.7821609,34.2967274 L2.7821609,4.42906946 C2.7821609,3.48010335 3.48887077,2.76564445 4.43717267,2.76564445 L24.9126299,2.76564445 C25.651,2.76564445 26.2501094,2.10950242 26.2501094,1.37091088 C26.2501094,0.633780616 25.6509558,-6.14926012e-16 24.9126299,-6.14926012e-16 L4.23313012,-6.14926012e-16 C1.92135638,-6.14926012e-16 6.14926012e-16,1.91329748 6.14926012e-16,4.22644388 L6.14926012e-16,34.5008586 C6.14926012e-16,36.8140935 1.92140069,38.7597597 4.23313012,38.7597597 L34.4749546,38.7597597 C36.788411,38.7597597 38.7574127,36.8140935 38.7574127,34.5008586 L38.7574127,16.139686 C38.7545788,15.4039284 38.1097725,14.8069445 37.3756976,14.8069445"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="4" stroke="#646A73" d="M41 27V15H29" data-follow-stroke="#646A73"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="4" stroke="#646A73" d="m6 37 10.338-12.5 9.847 6L41 15" data-follow-stroke="#646A73"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="44px" height="30px" viewBox="0 0 44 30" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polyline id="路径" points="40 13.7142857 40 0 26.2857143 0"></polyline>
<polyline id="路径" points="0 25.1428571 11.8148571 10.8571429 23.0685714 17.7142857 40 0"></polyline>
</svg>

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 337 B

View File

@@ -1 +1,8 @@
<svg t="1712573591686" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11504" width="200" height="200"><path d="M761.952 850.304c0 23.232-10.624 32.608-36.864 32.608H246.112c-26.4 0-37.024-9.376-37.024-32.608v-266.56c0-23.232 10.656-32.64 37.024-32.64h446.752v-69.088H214.336c-45.6 0-74.336 28.736-74.336 74.336v321.28c0 45.6 28.736 74.336 74.336 74.336h542.528c45.408 0 74.144-28.736 74.144-74.336v-215.968H761.92v188.64z" fill="#2c2c2c" p-id="11505"></path><path d="M457.984 634.016a13.76 13.76 0 0 1 13.824-13.824h27.648c7.584 0 13.824 6.208 13.824 13.824V800a13.856 13.856 0 0 1-13.824 13.824h-27.648a13.76 13.76 0 0 1-13.824-13.824v-165.984zM951.68 382.112a34.368 34.368 0 0 0-48.768 0l-303.04 303.04a34.528 34.528 0 1 0 48.896 48.8l302.912-302.912a34.496 34.496 0 0 0 0-48.928zM347.264 482.048v-197.44c0-81.664 62.048-148.128 138.336-148.128 76.288 0 138.176 66.464 138.176 148.128v114.56h69.088V274.752a207.36 207.36 0 1 0-414.688 0v276.352h414.688v-69.088h-345.6z" fill="#2c2c2c" p-id="11506"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="44px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M30.2706254,38.229976 C30.2706254,39.3606857 29.7535516,39.817019 28.4764414,39.817019 L5.16450885,39.817019 C3.87961144,39.817019 3.36253758,39.3606857 3.36253758,38.229976 L3.36253758,25.2564058 C3.36253758,24.1256961 3.88116889,23.6678054 5.16450885,23.6678054 L26.9080879,23.6678054 L26.9080879,20.3052678 L3.6179596,20.3052678 C1.39859136,20.3052678 0,21.7038592 0,23.9232274 L0,39.5600395 C0,41.7794077 1.39859136,43.1779991 3.6179596,43.1779991 L30.0229907,43.1779991 C32.2330142,43.1779991 33.6316056,41.7794077 33.6316056,39.5600395 L33.6316056,29.0488 L30.269068,29.0488 L30.269068,38.229976 L30.2706254,38.229976 Z"
id="路径"></path>
<path d="M15.4763873,27.703162 C15.4755615,27.5244652 15.54618,27.3528466 15.6725391,27.2264875 C15.7988982,27.1001284 15.9705168,27.0295099 16.1492136,27.0303357 L17.4948516,27.0303357 C17.8639676,27.0303357 18.1676706,27.3324885 18.1676706,27.703162 L18.1676706,35.7816624 C18.1668142,36.1528948 17.866084,36.453625 17.4948516,36.4544887 L16.1492136,36.4544887 C15.9705168,36.4553145 15.7988982,36.384696 15.6725391,36.2583369 C15.54618,36.1319778 15.4755615,35.9603592 15.4763873,35.7816624 L15.4763873,27.703162 L15.4763873,27.703162 Z M39.5047548,15.4429045 C39.1907428,15.1267586 38.7635683,14.9489692 38.3179768,14.9489692 C37.8723853,14.9489692 37.4452109,15.1267586 37.1311989,15.4429045 L22.3821341,30.1919693 C21.9578609,30.6170771 21.7926087,31.2362399 21.9486262,31.8162251 C22.1046438,32.3962103 22.5582284,32.8489044 23.1385191,33.0037818 C23.7188098,33.1586592 24.3376467,32.9921905 24.7619198,32.5670827 L39.5047548,17.8242477 C39.8217544,17.5091076 40,17.0805683 40,16.6335761 C40,16.1865839 39.8217544,15.7580447 39.5047548,15.4429045 L39.5047548,15.4429045 Z M10.0876127,20.3068253 L10.0876127,10.6973501 C10.0876127,6.72273414 13.107511,3.48790758 16.8204751,3.48790758 C20.5334393,3.48790758 23.5455503,6.72273414 23.5455503,10.6973501 L23.5455503,16.2730261 L26.9080879,16.2730261 L26.9080879,10.2176551 C26.9532494,6.58243177 25.0397574,3.20385387 21.8988728,1.37308023 C18.7579882,-0.45769341 14.8751748,-0.45769341 11.7342902,1.37308023 C8.59340562,3.20385387 6.67991361,6.58243177 6.72507515,10.2176551 L6.72507515,23.6678054 L26.9080879,23.6678054 L26.9080879,20.3052678 L10.0876127,20.3052678 L10.0876127,20.3068253 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1 +1,6 @@
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="41px" viewBox="0 0 42 41" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M40,26.6666667 C40,29.1212656 38.0101544,31.1111111 35.5555556,31.1111111 L8.88888889,31.1111111 L0,40 L0,4.44444444 C0,1.98984556 1.98984556,0 4.44444444,0 L35.5555556,0 C38.0101544,0 40,1.98984556 40,4.44444444 L40,26.6666667 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 423 B

View File

@@ -1,3 +1,6 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M10 2h4v4h7.5v4h-19V6H10V2Z" clip-rule="evenodd"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M10 2h4v4h7.5v4h-19V6H10V2Z" clip-rule="evenodd"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M20 10H4v10h7"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M20 10H4v10h7"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M7 19.949v-2.992"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M7 19.949v-2.992"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M10 19.949v-3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M10 19.949v-3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6 20h4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6 20h4"/><path stroke-width="2" stroke="#646A73" d="M17 21.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z"/><path stroke-width="2" stroke-opacity=".2" stroke="#000" d="M17 21.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M16.5 15.5v2h2"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M16.5 15.5v2h2"/></svg> -->
<svg t="1676621406503" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1415" width="300" height="300"><path d="M772.096 368.64H654.336V153.6c0-78.848-63.488-142.336-142.336-142.336S369.664 74.752 369.664 153.6v215.04H251.904c-94.208 0-171.008 76.8-171.008 171.008v59.392c0 53.248 44.032 97.28 97.28 97.28h4.096l-51.2 121.856c-18.432 43.008-13.312 92.16 12.288 132.096 25.6 38.912 69.632 62.464 116.736 62.464h501.76c48.128 0 92.16-23.552 117.76-64.512 25.6-39.936 29.696-90.112 9.216-133.12L833.536 696.32h12.288c53.248 0 97.28-44.032 97.28-97.28v-59.392c0-95.232-76.8-171.008-171.008-171.008zM451.584 153.6c0-32.768 26.624-60.416 60.416-60.416 32.768 0 60.416 26.624 60.416 60.416v215.04H451.584V153.6zM808.96 904.192c-11.264 16.384-28.672 26.624-49.152 26.624h-501.76c-19.456 0-36.864-9.216-48.128-25.6s-12.288-35.84-5.12-54.272l63.488-150.528h12.288v124.928c0 22.528 18.432 40.96 40.96 40.96s40.96-18.432 40.96-40.96v-122.88-2.048h40.96v124.928c0 22.528 18.432 40.96 40.96 40.96s40.96-18.432 40.96-40.96v-122.88-3.072h40.96v125.952c0 22.528 18.432 40.96 40.96 40.96s40.96-18.432 40.96-40.96v-122.88-4.096h40.96v126.976c0 22.528 18.432 40.96 40.96 40.96s40.96-18.432 40.96-40.96v-122.88-5.12h14.336L815.104 849.92c6.144 16.384 5.12 36.864-6.144 54.272z m52.224-306.176c0 8.192-7.168 15.36-15.36 15.36H178.176c-8.192 0-15.36-7.168-15.36-15.36v-59.392c0-49.152 39.936-89.088 89.088-89.088h520.192c49.152 0 89.088 39.936 89.088 89.088v59.392z" fill="#000000" p-id="1416"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="47px" viewBox="0 0 40 47" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M32.0665083,16.5795724 L26.6033254,16.5795724 L26.6033254,6.60332542 C26.6033254,2.94536817 23.6579572,0 20,0 C16.3420428,0 13.3966746,2.94536817 13.3966746,6.60332542 L13.3966746,16.5795724 L7.93349169,16.5795724 C3.56294537,16.5795724 0,20.1425178 0,24.5130641 L0,27.2684086 C0,29.7387173 2.04275534,31.7814727 4.51306413,31.7814727 L4.70308789,31.7814727 L2.32779097,37.4346793 C1.47268409,39.4299287 1.71021378,41.7102138 2.89786223,43.5629454 C4.08551069,45.368171 6.12826603,46.4608076 8.31353919,46.4608076 L31.5914489,46.4608076 C33.824228,46.4608076 35.8669834,45.368171 37.0546318,43.4679335 C38.2422803,41.6152019 38.432304,39.2874109 37.4821853,37.2921615 L34.9168646,31.7814727 L35.4869359,31.7814727 C37.9572447,31.7814727 40,29.7387173 40,27.2684086 L40,24.5130641 C40,20.0950119 36.4370546,16.5795724 32.0665083,16.5795724 L32.0665083,16.5795724 Z M17.1971496,6.60332542 C17.1971496,5.08313539 18.432304,3.80047506 20,3.80047506 C21.52019,3.80047506 22.8028504,5.03562945 22.8028504,6.60332542 L22.8028504,16.5795724 L17.1971496,16.5795724 L17.1971496,6.60332542 Z M33.7767221,41.4251781 C33.2541568,42.1852732 32.4465558,42.6603325 31.4964371,42.6603325 L8.21852732,42.6603325 C7.31591449,42.6603325 6.50831354,42.2327791 5.98574822,41.4726841 C5.4631829,40.7125891 5.41567696,39.8099762 5.74821853,38.9548694 L8.6935867,31.9714964 L9.26365796,31.9714964 L9.26365796,37.7672209 C9.26365796,38.8123515 10.1187648,39.6674584 11.1638955,39.6674584 C12.2090261,39.6674584 13.064133,38.8123515 13.064133,37.7672209 L13.064133,32.0665083 L13.064133,31.9714964 L14.9643705,31.9714964 L14.9643705,37.7672209 C14.9643705,38.8123515 15.8194774,39.6674584 16.8646081,39.6674584 C17.9097387,39.6674584 18.7648456,38.8123515 18.7648456,37.7672209 L18.7648456,32.0665083 L18.7648456,31.9239905 L20.6650831,31.9239905 L20.6650831,37.7672209 C20.6650831,38.8123515 21.52019,39.6674584 22.5653207,39.6674584 C23.6104513,39.6674584 24.4655582,38.8123515 24.4655582,37.7672209 L24.4655582,32.0665083 L24.4655582,31.8764846 L26.3657957,31.8764846 L26.3657957,37.7672209 C26.3657957,38.8123515 27.2209026,39.6674584 28.2660333,39.6674584 C29.3111639,39.6674584 30.1662708,38.8123515 30.1662708,37.7672209 L30.1662708,32.0665083 L30.1662708,31.8289786 L30.8313539,31.8289786 L34.0617577,38.9073634 C34.3467933,39.6674584 34.2992874,40.6175772 33.7767221,41.4251781 Z M36.1995249,27.2209026 C36.1995249,27.6009501 35.8669834,27.9334917 35.4869359,27.9334917 L4.51306413,27.9334917 C4.13301663,27.9334917 3.80047506,27.6009501 3.80047506,27.2209026 L3.80047506,24.4655582 C3.80047506,22.1852732 5.65320665,20.3325416 7.93349169,20.3325416 L32.0665083,20.3325416 C34.3467933,20.3325416 36.1995249,22.1852732 36.1995249,24.4655582 L36.1995249,27.2209026 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1 +1,6 @@
<svg t="1680590538498" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2769" width="200" height="200"><path d="M899.1 869.6l-53-305.6H864c14.4 0 26-11.6 26-26V346c0-14.4-11.6-26-26-26H618V138c0-14.4-11.6-26-26-26H432c-14.4 0-26 11.6-26 26v182H160c-14.4 0-26 11.6-26 26v192c0 14.4 11.6 26 26 26h17.9l-53 305.6c-0.3 1.5-0.4 3-0.4 4.4 0 14.4 11.6 26 26 26h723c1.5 0 3-0.1 4.4-0.4 14.2-2.4 23.7-15.9 21.2-30zM204 390h272V182h72v208h272v104H204V390z m468 440V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H416V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H202.8l45.1-260H776l45.1 260H672z" p-id="2770"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="41px" viewBox="0 0 40 41" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M39.9793912,39.1019711 L37.2439048,23.3290535 L38.1677767,23.3290535 C38.9110031,23.3290535 39.5097134,22.7303433 39.5097134,21.9871168 L39.5097134,12.0774303 C39.5097134,11.3342039 38.9110031,10.7354936 38.1677767,10.7354936 L25.4709909,10.7354936 L25.4709909,1.3419367 C25.4709909,0.598710222 24.8722807,0 24.1290542,0 L15.8709822,0 C15.1277557,0 14.5290455,0.598710222 14.5290455,1.3419367 L14.5290455,10.7354936 L1.83225973,10.7354936 C1.08903325,10.7354936 0.490323027,11.3342039 0.490323027,12.0774303 L0.490323027,21.9871168 C0.490323027,22.7303433 1.08903325,23.3290535 1.83225973,23.3290535 L2.75613154,23.3290535 L0.0206451801,39.1019711 C0.00516129502,39.1793905 0,39.2568099 0,39.329068 C0,40.0722945 0.598710222,40.6710047 1.3419367,40.6710047 L38.6580997,40.6710047 C38.7355191,40.6710047 38.8129385,40.6658434 38.8851967,40.6503596 C39.6181006,40.5264885 40.1084236,39.8297136 39.9793912,39.1019711 Z M4.10322954,14.3484001 L18.141952,14.3484001 L18.141952,3.61290651 L21.8580844,3.61290651 L21.8580844,14.3484001 L35.8968068,14.3484001 L35.8968068,19.716147 L4.10322954,19.716147 L4.10322954,14.3484001 Z M28.2580902,37.0580982 L28.2580902,29.006478 C28.2580902,28.779381 28.0722836,28.5935744 27.8451866,28.5935744 L25.367765,28.5935744 C25.140668,28.5935744 24.9548614,28.779381 24.9548614,29.006478 L24.9548614,37.0580982 L15.045175,37.0580982 L15.045175,29.006478 C15.045175,28.779381 14.8593684,28.5935744 14.6322714,28.5935744 L12.1548498,28.5935744 C11.9277528,28.5935744 11.7419462,28.779381 11.7419462,29.006478 L11.7419462,37.0580982 L4.041294,37.0580982 L6.36903805,23.6387312 L33.625837,23.6387312 L35.9535811,37.0580982 L28.2580902,37.0580982 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1 +1,10 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1712647324694" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14461" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M958.92 739.73H65.08c-18.26 0-33.08-14.8-33.08-33.08V79.38C32 61.11 46.82 46.3 65.08 46.3h893.85c18.26 0 33.08 14.8 33.08 33.08v627.27c-0.01 18.28-14.83 33.08-33.09 33.08zM98.15 673.58h827.69V112.46H98.15v561.12z" fill="#231815" p-id="14462"></path><path d="M512 977.7c-18.26 0-33.08-14.8-33.08-33.08V713.63c0-18.27 14.82-33.08 33.08-33.08s33.08 14.8 33.08 33.08v230.99c0 18.27-14.82 33.08-33.08 33.08z" fill="#231815" p-id="14463"></path><path d="M762.01 977.7H261.96c-18.26 0-33.08-14.8-33.08-33.08 0-18.27 14.82-33.08 33.08-33.08h500.05c18.26 0 33.08 14.8 33.08 33.08 0 18.27-14.82 33.08-33.08 33.08zM547.25 506.22c-8.46 0-16.93-3.23-23.39-9.69-12.92-12.91-12.92-33.86 0-46.77l88.4-88.4c12.92-12.92 33.85-12.92 46.77 0 12.92 12.91 12.92 33.86 0 46.77l-88.4 88.4c-6.45 6.46-14.92 9.69-23.38 9.69zM331.78 506.22c-8.46 0-16.93-3.23-23.39-9.69-12.92-12.91-12.92-33.86 0-46.77l187.52-187.52c12.92-12.92 33.85-12.92 46.77 0 12.92 12.91 12.92 33.86 0 46.77L355.17 496.53c-6.46 6.46-14.93 9.69-23.39 9.69z" fill="#231815" p-id="14464"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="39px" viewBox="0 0 40 39" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M38.6212644,28.8926157 L1.37831898,28.8926157 C0.617493568,28.8926157 0,28.2759555 0,27.5142967 L0,1.37831898 C0,0.617076905 0.617493568,0 1.37831898,0 L38.621681,0 C39.3825064,0 40,0.616660243 40,1.37831898 L40,27.5142967 C39.9995833,28.2759555 39.3820898,28.8926157 38.6212644,28.8926157 Z M2.75622129,26.1363944 L37.2429454,26.1363944 L37.2429454,2.75663795 L2.75622129,2.75663795 L2.75622129,26.1363944 Z"
id="形状"></path>
<path d="M19.9997917,38.8079291 C19.2389663,38.8079291 18.6214727,38.1912688 18.6214727,37.4296101 L18.6214727,27.805127 C18.6214727,27.043885 19.2389663,26.4268081 19.9997917,26.4268081 C20.7606171,26.4268081 21.3781106,27.0434683 21.3781106,27.805127 L21.3781106,37.4296101 C21.3781106,38.1908522 20.7606171,38.8079291 19.9997917,38.8079291 Z"
id="路径"></path>
<path d="M30.4167665,38.8079291 L9.58156686,38.8079291 C8.82074145,38.8079291 8.20324788,38.1912688 8.20324788,37.4296101 C8.20324788,36.668368 8.82074145,36.0512911 9.58156686,36.0512911 L30.4167665,36.0512911 C31.1775919,36.0512911 31.7950855,36.6679514 31.7950855,37.4296101 C31.7950855,38.1908522 31.1775919,38.8079291 30.4167665,38.8079291 Z M21.4685264,19.1631337 C21.11603,19.1631337 20.7631171,19.0285518 20.4939532,18.7593879 C19.9556255,18.2214769 19.9556255,17.3485693 20.4939532,16.8106582 L24.1772482,13.1273633 C24.7155759,12.5890355 25.5876501,12.5890355 26.1259779,13.1273633 C26.6643056,13.6652743 26.6643056,14.5381819 26.1259779,15.076093 L22.4426829,18.7593879 C22.1739357,19.0285518 21.8210227,19.1631337 21.4685264,19.1631337 L21.4685264,19.1631337 Z M12.4907032,19.1631337 C12.1382069,19.1631337 11.7852939,19.0285518 11.51613,18.7593879 C10.9778023,18.2214769 10.9778023,17.3485693 11.51613,16.8106582 L19.329382,8.99740628 C19.8677097,8.45907855 20.739784,8.45907855 21.2781117,8.99740628 C21.8164394,9.53531734 21.8164394,10.4082249 21.2781117,10.946136 L13.4652764,18.7593879 C13.1961125,19.0285518 12.8431996,19.1631337 12.4907032,19.1631337 L12.4907032,19.1631337 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M8 8L40 40" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 40L40 8" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<line x1="0" y1="0" x2="40" y2="40" id="路径"></line>
<line x1="0" y1="40" x2="40" y2="0" id="路径"></line>
</svg>

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 269 B

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717410087646" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11156" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M533.333333 448c17.664 0 32 13.653333 32 30.378667v336.682666l116.053334-116.053333 3.584-3.072a32 32 0 0 1 42.965333 46.976l-1.28 1.408-140.544 140.458667-5.205333 4.778666a74.666667 74.666667 0 0 1-98.56-2.986666l-1.792-1.792-140.501334-140.458667-3.114666-3.626667a32 32 0 0 1 46.976-42.922666l1.365333 1.28 116.053333 116.053333v-336.725333c0-16.768 14.336-30.378667 32-30.378667zM522.666667 85.333333a288 288 0 0 1 255.872 155.733334l2.346666 4.565333 3.968 0.256a256 256 0 0 1 239.104 251.221333l0.042667 4.224a256.085333 256.085333 0 0 1-207.232 251.349334 32 32 0 1 1-12.16-62.848 192.085333 192.085333 0 0 0-43.349333-380.373334 32 32 0 0 1-30.805334-20.010666A224.042667 224.042667 0 0 0 298.837333 364.245333a32 32 0 0 1-31.957333 30.72h-1.877333A149.333333 149.333333 0 1 0 256 693.333333a32 32 0 1 1-0.042667 63.957334 213.333333 213.333333 0 0 1-21.802666-425.557334l3.498666-0.341333 0.256-1.578667A288.085333 288.085333 0 0 1 517.973333 85.333333L522.666667 85.333333z" fill="#000000" p-id="11157"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="34px" viewBox="0 0 40 34" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20.0024943,14.7807654 C20.7224045,14.7807654 21.3066794,15.3372177 21.3066794,16.0188718 L21.3066794,29.7406385 L26.0365243,25.0107937 L26.182593,24.8855919 C26.719548,24.4875439 27.4705183,24.5598771 27.9216269,25.0530951 C28.3727355,25.5463131 28.3779399,26.300741 27.9336789,26.8001358 L27.8815115,26.8575199 L22.1535303,32.5820233 L21.9413829,32.7767816 C20.7622252,33.7518248 19.0424474,33.6997103 17.9244926,32.6550577 L17.8514582,32.5820233 L12.1252159,26.8575199 L11.9982752,26.7097122 C11.6040662,26.1725837 11.6780964,25.4246855 12.1699582,24.975264 C12.6618201,24.5258425 13.4133459,24.5194181 13.9128191,24.9603652 L13.9684643,25.0125327 L18.6983091,29.7423775 L18.6983091,16.0188718 C18.6983091,15.3354788 19.282584,14.7807654 20.0024943,14.7807654 Z M19.5677659,1.19198202e-07 C23.9571812,-0.000623771614 27.9801508,2.44790699 29.9960304,6.34703469 L30.0916706,6.53309843 L30.2533896,6.54353191 C35.6708751,6.90112534 39.9087037,11.353719 39.9982611,16.7822548 L40,16.9544073 C39.9993573,21.950394 36.4583315,26.2452639 31.5540969,27.198347 C31.0965434,27.2868757 30.626517,27.1245776 30.3210721,26.772589 C30.0156272,26.4206003 29.9211682,25.9323965 30.0732769,25.4918792 C30.2253856,25.0513618 30.600953,24.725456 31.0585066,24.6369273 C35.0506682,23.8406721 37.7664049,20.117726 37.3054595,16.0731116 C36.8445141,12.0284971 33.3607245,9.01208143 29.2917704,9.13451307 C28.7433742,9.15385943 28.2415273,8.82786749 28.0362748,8.31896265 C26.4259206,4.32936194 22.2490695,2.00513008 18.0099055,2.73973412 C13.7707415,3.47433815 10.6194804,7.06845737 10.4454254,11.3672781 C10.4174368,12.0664358 9.84269682,12.6189228 9.1429792,12.6192958 L9.06646702,12.6192958 C6.84856639,12.4789573 4.73049802,13.5586415 3.54105254,15.4358728 C2.35160706,17.3131042 2.27990696,19.6894019 3.35400816,21.6349313 C4.42810936,23.5804607 6.47722918,24.7858816 8.69955625,24.7795182 C9.17654996,24.7624138 9.62478542,25.0072426 9.8681745,25.4178243 C10.1115636,25.828406 10.1112229,26.3391467 9.86728618,26.7494033 C9.62334951,27.1596599 9.17478779,27.4038904 8.69781732,27.3861496 C4.0676547,27.3877838 0.248476872,23.7605477 0.0115695057,19.1364496 C-0.22533786,14.5123515 3.20314615,10.5137944 7.80923253,10.0422259 L7.95182341,10.0283146 L7.96225689,9.96397483 C8.82822284,4.3036439 13.6510608,0.0935796515 19.3764854,1.19198202e-07 L19.5677659,1.19198202e-07 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1584946926481" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2735" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M914.561 720.735c0 65.695-53.582 119.277-119.277 119.277L198.897 840.012c-65.696 0-119.277-53.582-119.277-119.277L914.561 720.735zM765.464 541.819l-29.819 0 0 14.91c0 57.309-47.059 104.367-104.367 104.367L303.265 661.096c-57.309 0-104.367-47.059-104.367-104.367L198.898 213.807c0-16.308 13.512-29.819 29.819-29.819l536.747 0c98.776 0 178.916 80.14 178.916 178.916S864.24 541.819 765.464 541.819zM765.464 273.445l-29.819 0 0 178.916 29.819 0c49.389 0 89.458-40.069 89.458-89.458C854.922 313.516 814.853 273.445 765.464 273.445z" p-id="2736"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="31px" viewBox="0 0 40 31" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M38.620704,24.8275591 C38.620704,27.8663213 36.142236,30.3447893 33.1034738,30.3447893 L5.51723021,30.3447893 C2.47842176,30.3447893 0,27.8663213 0,24.8275591 L38.620704,24.8275591 Z M31.7241316,16.5516906 L30.3448356,16.5516906 L30.3448356,17.2413618 C30.3448356,19.8922244 28.1680929,22.0689209 25.5172765,22.0689209 L10.3448356,22.0689209 C7.69397289,22.0689209 5.51727647,19.8921782 5.51727647,17.2413618 L5.51727647,1.37929599 C5.51727647,0.624959526 6.14228225,0 6.89657246,0 L31.7241316,0 C36.2930755,0 40,3.70692446 40,8.27586845 C40,12.8448124 36.2930755,16.5516906 31.7241316,16.5516906 Z M31.7241316,4.13788797 L30.3448356,4.13788797 L30.3448356,12.4137564 L31.7241316,12.4137564 C34.0086498,12.4137564 35.8620658,10.5603404 35.8620658,8.27582219 C35.8620658,5.99139646 34.0086498,4.13788797 31.7241316,4.13788797 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 1020 B

View File

@@ -1 +1,8 @@
<svg aria-hidden="true" focusable="false" role="img" class="octicon octicon-sidebar-collapse" viewBox="0 0 16 16" width="14" height="14" fill="currentColor" style="display: inline-block; user-select: none; vertical-align: text-bottom; overflow: visible;"><path d="M6.823 7.823a.25.25 0 0 1 0 .354l-2.396 2.396A.25.25 0 0 1 4 10.396V5.604a.25.25 0 0 1 .427-.177Z"></path><path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25H9.5v-13H1.75a.25.25 0 0 0-.25.25ZM11 14.5h3.25a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H11Z"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M17.0575,19.5575 C17.1750521,19.6747553 17.2411172,19.8339659 17.2411172,20 C17.2411172,20.1660341 17.1750521,20.3252447 17.0575,20.4425 L11.0675,26.4325 C10.8887323,26.6117211 10.6195132,26.6654127 10.3856709,26.5684804 C10.1518286,26.4715481 9.9995471,26.2431361 9.99999899,25.99 L9.99999899,14.01 C9.9995471,13.7568639 10.1518286,13.5284519 10.3856709,13.4315196 C10.6195132,13.3345873 10.8887323,13.3882789 11.0675,13.5675 L17.0575,19.5575 Z"
id="路径"></path>
<path d="M4.375,0 L35.625,0 C38.04,0 40,1.96 40,4.375 L40,35.625 C40,38.0412458 38.0412458,40 35.625,40 L4.375,40 C1.95875422,40 0,38.0412458 0,35.625 L0,4.375 C0,1.96 1.96,0 4.375,0 Z M3.75,4.375 L3.75,35.625 C3.75,35.97 4.03,36.25 4.375,36.25 L23.75,36.25 L23.75,3.75 L4.375,3.75 C4.02982203,3.75 3.75,4.02982203 3.75,4.375 Z M27.5,36.25 L35.625,36.25 C35.970178,36.25 36.25,35.970178 36.25,35.625 L36.25,4.375 C36.25,4.02982203 35.970178,3.75 35.625,3.75 L27.5,3.75 L27.5,36.25 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1 +1,6 @@
<svg t="1716540168627" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="95308" width="200" height="200"><path d="M992 96v832H32v-832h960z m-64 64h-832v704h832v-704zM303.36 386.176a35.2 35.2 0 0 1 34.688 5.952l105.6 89.344a83.712 83.712 0 0 1 0 128.448l-105.6 89.344a35.2 35.2 0 0 1-22.528 8.448 35.2 35.2 0 0 1-22.528-62.272l105.6-89.408a12.992 12.992 0 0 0 0-20.416l-105.6-89.344a35.2 35.2 0 0 1 10.304-60.16z m453.76 244.096a35.2 35.2 0 0 1 0 70.4H581.12a35.2 35.2 0 0 1 0-70.4z" fill="#2c2c2c" p-id="95309"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="35px" viewBox="0 0 40 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M40,0 L40,34.6666667 L0,34.6666667 L0,0 L40,0 Z M37.3333333,2.66666667 L2.66666667,2.66666667 L2.66666667,32 L37.3333333,32 L37.3333333,2.66666667 Z M11.3066667,12.0906667 C11.7981594,11.909259 12.3490944,12.0037922 12.752,12.3386667 L17.152,16.0613333 C17.9446936,16.724051 18.4027767,17.7041064 18.4027767,18.7373333 C18.4027767,19.7705603 17.9446936,20.7506156 17.152,21.4133333 L12.752,25.136 C12.4901681,25.3599434 12.1578545,25.4845611 11.8133333,25.4880005 C11.19524,25.4885322 10.6431506,25.1015084 10.4328809,24.5202801 C10.2226113,23.9390519 10.3992963,23.288381 10.8746667,22.8933333 L15.2746667,19.168 C15.405039,19.0653584 15.4811368,18.9085951 15.4811368,18.7426667 C15.4811368,18.5767382 15.405039,18.4199749 15.2746667,18.3173333 L10.8746667,14.5946667 C10.4701958,14.2599582 10.275477,13.7345851 10.3641068,13.217119 C10.4527366,12.6996529 10.8111958,12.2690262 11.304,12.088 L11.3066667,12.0906667 Z M30.2133333,22.2613333 C31.023351,22.2613333 31.68,22.9179824 31.68,23.728 C31.68,24.5380176 31.023351,25.1946667 30.2133333,25.1946667 L22.88,25.1946667 C22.0699824,25.1946667 21.4133333,24.5380176 21.4133333,23.728 C21.4133333,22.9179824 22.0699824,22.2613333 22.88,22.2613333 L30.2133333,22.2613333 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z" fill="currentColor"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="27px" viewBox="0 0 40 27" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M33.3333333,23.3333333 C35.1666667,23.3333333 36.65,21.8333333 36.65,20 L36.6666667,3.33333333 C36.6666667,1.5 35.1666667,0 33.3333333,0 L6.66666667,0 C4.83333333,0 3.33333333,1.5 3.33333333,3.33333333 L3.33333333,20 C3.33333333,21.8333333 4.83333333,23.3333333 6.66666667,23.3333333 L0,23.3333333 L0,26.6666667 L40,26.6666667 L40,23.3333333 L33.3333333,23.3333333 Z M6.66666667,3.33333333 L33.3333333,3.33333333 L33.3333333,20 L6.66666667,20 L6.66666667,3.33333333 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 661 B

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1712647469944" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18316" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M591.1 432.7c-9.7-9.7-25.5-9.7-35.2 0L432.6 555.9c-9.7 9.7-9.7 25.5 0 35.2 9.7 9.7 25.5 9.7 35.2 0l123.3-123.3c9.7-9.6 9.7-25.4 0-35.1z m-288.2 387c-19.4 19.5-54.4-5.2-73.9-24.6-19.5-19.4-44.1-54.4-24.6-73.9L431.6 486c-33.2-8.8-78.1-12.5-104.1 13.5L155.2 672c-38.9 38.9-34.4 117.6 4.5 156.5l35.2 35.2c38.9 38.9 118.4 44.2 157.3 5.3l172.4-172.4c26-26 21.5-71.7 12.7-104.9l-234.4 228zM864 194.6l-35.2-35.2c-38.9-38.9-117.6-43.4-156.5-4.5L499.9 327.2c-26 26-22.3 70.9-13.5 104.1l235.2-227.2c19.4-19.5 54.4 5.2 73.9 24.6 19.4 19.5 44.1 54.4 24.6 73.9L592 537c33.2 8.8 78.9 13.3 104.9-12.7l172.4-172.4c38.9-39 33.6-118.4-5.3-157.3z" fill="#2c2c2c" p-id="18317"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M24.1173754,15.8806663 C23.6120238,15.3753147 22.7888739,15.3753147 22.2835224,15.8806663 L15.859827,22.2991518 C15.3544755,22.8045033 15.3544755,23.6276532 15.859827,24.1330048 C16.3651786,24.6383563 17.1883285,24.6383563 17.69368,24.1330048 L24.1173754,17.7093095 C24.6227269,17.2091677 24.6227269,16.3860178 24.1173754,15.8806663 Z M9.10270392,36.0426297 C8.09200085,37.0585425 6.26856747,35.7717196 5.25265458,34.7610165 C4.2367417,33.7503134 2.95512852,31.92688 3.97104141,30.9109672 L15.807729,18.6574948 C14.0780721,18.1990316 11.7388676,18.0062686 10.3843171,19.3608191 L1.40781505,28.3477408 C-0.618800903,30.3743568 -0.384359468,34.474477 1.64225649,36.5010929 L3.47610949,38.3349459 C5.50272545,40.3615619 9.64452412,40.6376818 11.6711401,38.6110658 L20.6528519,29.629354 C22.0074024,28.2748035 21.772961,25.8939204 21.3144978,24.1642636 L9.10270392,36.0426297 Z M38.3349459,3.47610949 L36.5010929,1.64225649 C34.474477,-0.384359468 30.3743568,-0.618800903 28.3477408,1.40781505 L19.3660289,10.3843171 C18.0114784,11.7388676 18.2042414,14.0780721 18.6627046,15.807729 L30.916177,3.97104141 C31.92688,2.95512852 33.7503134,4.24195151 34.7662263,5.25265458 C35.7769294,6.26856747 37.0637524,8.08679104 36.0478395,9.10270392 L24.1642636,21.3144978 C25.8939204,21.772961 28.2748035,22.0074024 29.629354,20.6528519 L38.6110658,11.6711401 C40.6376818,9.63931432 40.3615619,5.50272545 38.3349459,3.47610949 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1003 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1 +1,6 @@
<svg t="1709090441718" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4100" width="200" height="200"><path d="M944.38 70.19h-864c-44.19 0-80 35.81-80 80v571.43c0 44.19 35.81 80 80 80h864c44.18 0 80-35.81 80-80V150.19c0-44.19-35.82-80-80-80z m5.45 603.45c0 26.26-21.29 47.55-47.55 47.55H750.12V445.41c0-26.26-21.28-47.55-47.55-47.55-26.26 0-47.55 21.29-47.55 47.55v275.78h-95.1V350.31c0-26.26-21.28-47.55-47.55-47.55-26.26 0-47.55 21.29-47.55 47.55v370.88h-95.1v-199.7c0-26.26-21.28-47.55-47.55-47.55-26.26 0-47.55 21.28-47.55 47.55v199.7H122.49c-26.26 0-47.55-21.29-47.55-47.55V198.16c0-26.26 21.29-47.55 47.55-47.55h779.79c26.26 0 47.55 21.29 47.55 47.55v475.48zM722.67 874.76H302.09c-25.25 0-45.71 20.47-45.71 45.71 0 25.25 20.47 45.71 45.71 45.71h420.58c25.24 0 45.71-20.46 45.71-45.71 0-25.24-20.47-45.71-45.71-45.71z m0 0" fill="#515151" p-id="4101"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="35px" viewBox="0 0 40 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M36.875,-7.10542736e-16 L3.125,-7.10542736e-16 C1.39882813,-7.10542736e-16 0,1.39882812 0,3.125 L0,25.4464844 C0,27.1726562 1.39882813,28.5714844 3.125,28.5714844 L36.875,28.5714844 C38.6007812,28.5714844 40,27.1726562 40,25.4464844 L40,3.125 C40,1.39882812 38.6007813,-7.10542736e-16 36.875,-7.10542736e-16 Z M37.0878906,23.5722656 C37.0878906,24.5980469 36.25625,25.4296875 35.2304688,25.4296875 L29.2867188,25.4296875 L29.2867188,14.6570313 C29.2867188,13.63125 28.4554688,12.7996094 27.4292969,12.7996094 C26.4035156,12.7996094 25.571875,13.63125 25.571875,14.6570313 L25.571875,25.4296875 L21.8570313,25.4296875 L21.8570313,10.9421875 C21.8570313,9.91640625 21.0257813,9.08476562 19.9996094,9.08476562 C18.9738281,9.08476562 18.1421875,9.91640625 18.1421875,10.9421875 L18.1421875,25.4296875 L14.4273438,25.4296875 L14.4273438,17.6289062 C14.4273438,16.603125 13.5960938,15.7714844 12.5699219,15.7714844 C11.5441406,15.7714844 10.7125,16.6027344 10.7125,17.6289062 L10.7125,25.4296875 L4.76992188,25.4296875 C3.74414063,25.4296875 2.9125,24.5980469 2.9125,23.5722656 L2.9125,4.99882812 C2.9125,3.97304687 3.74414063,3.14140625 4.76992188,3.14140625 L35.2304688,3.14140625 C36.25625,3.14140625 37.0878906,3.97304687 37.0878906,4.99882813 L37.0878906,23.5722656 L37.0878906,23.5722656 Z M28.2144531,31.4285156 L11.7855469,31.4285156 C10.7992187,31.4285156 10,32.228125 10,33.2140625 C10,34.2003906 10.7996094,34.9996094 11.7855469,34.9996094 L28.2144531,34.9996094 C29.2003906,34.9996094 30,34.2003906 30,33.2140625 C30,32.228125 29.2003906,31.4285156 28.2144531,31.4285156 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,4 +1,7 @@
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path>
<rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="52px" viewBox="0 0 42 52" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M30,5 L35,5 C37.7614237,5 40,7.23857625 40,10 L40,45 C40,47.7614237 37.7614237,50 35,50 L5,50 C2.23857625,50 0,47.7614237 0,45 L0,10 C0,7.23857625 2.23857625,5 5,5 L10,5"
id="路径"></path>
<rect id="矩形" x="10" y="0" width="20" height="10" rx="0.0416666667"></rect>
</svg>

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 447 B

View File

@@ -1 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M8.5 3.5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2h-2v-2h2v-11h-10V5h-2V3.5Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M8.5 3.5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2h-2v-2h2v-11h-10V5h-2V3.5Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M1.5 10a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V10Zm12 0h-10v10h10V10Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M1.5 10a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V10Zm12 0h-10v10h10V10Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M8 17.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M8 17.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M11 15.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M11 15.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M13.3333333,3.80952381 C13.3333333,1.70558191 15.0389152,0 17.1428571,0 L36.1904762,0 C38.2944181,0 40,1.70558191 40,3.80952381 L40,24.7619048 C40,26.8658467 38.2944181,28.5714286 36.1904762,28.5714286 L32.3809524,28.5714286 L32.3809524,24.7619048 L36.1904762,24.7619048 L36.1904762,3.80952381 L17.1428571,3.80952381 L17.1428571,6.66666667 L13.3333333,6.66666667 L13.3333333,3.80952381 Z"
id="路径" fill="#646A73"></path>
<path d="M13.3333333,3.80952381 C13.3333333,1.70558191 15.0389152,0 17.1428571,0 L36.1904762,0 C38.2944181,0 40,1.70558191 40,3.80952381 L40,24.7619048 C40,26.8658467 38.2944181,28.5714286 36.1904762,28.5714286 L32.3809524,28.5714286 L32.3809524,24.7619048 L36.1904762,24.7619048 L36.1904762,3.80952381 L17.1428571,3.80952381 L17.1428571,6.66666667 L13.3333333,6.66666667 L13.3333333,3.80952381 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M0,16.1904762 C0,14.0865343 1.70558191,12.3809524 3.80952381,12.3809524 L22.8571429,12.3809524 C24.9610848,12.3809524 26.6666667,14.0865343 26.6666667,16.1904762 L26.6666667,35.2380952 C26.6666667,37.3420371 24.9610848,39.047619 22.8571429,39.047619 L3.80952381,39.047619 C1.70558191,39.047619 0,37.3420371 0,35.2380952 L0,16.1904762 Z M22.8571429,16.1904762 L3.80952381,16.1904762 L3.80952381,35.2380952 L22.8571429,35.2380952 L22.8571429,16.1904762 Z"
id="形状" fill="#646A73"></path>
<path d="M0,16.1904762 C0,14.0865343 1.70558191,12.3809524 3.80952381,12.3809524 L22.8571429,12.3809524 C24.9610848,12.3809524 26.6666667,14.0865343 26.6666667,16.1904762 L26.6666667,35.2380952 C26.6666667,37.3420371 24.9610848,39.047619 22.8571429,39.047619 L3.80952381,39.047619 C1.70558191,39.047619 0,37.3420371 0,35.2380952 L0,16.1904762 Z M22.8571429,16.1904762 L3.80952381,16.1904762 L3.80952381,35.2380952 L22.8571429,35.2380952 L22.8571429,16.1904762 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M12.3809524,30.4761905 C11.8549669,30.4761905 11.4285714,30.049795 11.4285714,29.5238095 L11.4285714,21.9047619 C11.4285714,21.3787764 11.8549669,20.952381 12.3809524,20.952381 L14.2857143,20.952381 C14.8116998,20.952381 15.2380952,21.3787764 15.2380952,21.9047619 L15.2380952,29.5238095 C15.2380952,30.049795 14.8116998,30.4761905 14.2857143,30.4761905 L12.3809524,30.4761905 Z"
id="路径" fill="#646A73"></path>
<path d="M12.3809524,30.4761905 C11.8549669,30.4761905 11.4285714,30.049795 11.4285714,29.5238095 L11.4285714,21.9047619 C11.4285714,21.3787764 11.8549669,20.952381 12.3809524,20.952381 L14.2857143,20.952381 C14.8116998,20.952381 15.2380952,21.3787764 15.2380952,21.9047619 L15.2380952,29.5238095 C15.2380952,30.049795 14.8116998,30.4761905 14.2857143,30.4761905 L12.3809524,30.4761905 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M18.0952381,26.6666667 C18.0952381,27.1926521 17.6688426,27.6190476 17.1428571,27.6190476 L9.52380952,27.6190476 C8.99782405,27.6190476 8.57142857,27.1926521 8.57142857,26.6666667 L8.57142857,24.7619048 C8.57142857,24.2359193 8.99782405,23.8095238 9.52380952,23.8095238 L17.1428571,23.8095238 C17.6688426,23.8095238 18.0952381,24.2359193 18.0952381,24.7619048 L18.0952381,26.6666667 Z"
id="路径" fill="#646A73"></path>
<path d="M18.0952381,26.6666667 C18.0952381,27.1926521 17.6688426,27.6190476 17.1428571,27.6190476 L9.52380952,27.6190476 C8.99782405,27.6190476 8.57142857,27.1926521 8.57142857,26.6666667 L8.57142857,24.7619048 C8.57142857,24.2359193 8.99782405,23.8095238 9.52380952,23.8095238 L17.1428571,23.8095238 C17.6688426,23.8095238 18.0952381,24.2359193 18.0952381,24.7619048 L18.0952381,26.6666667 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1 +1,8 @@
<svg t="1716777698258" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="107224" width="200" height="200"><path d="M924.8 385.6c-22.6-53.4-54.9-101.3-96-142.4-41.1-41.1-89-73.4-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2c-53.4 22.6-101.3 54.9-142.4 96-41.1 41.1-73.4 89-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6C184.5 765.5 140 665.6 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z" p-id="107225" fill="#2c2c2c"></path><path d="M623.5 421.5c-3.1-3.1-8.2-3.1-11.3 0L527.7 506c-18.7-5-39.4-0.2-54.1 14.5-21.9 21.9-21.9 57.3 0 79.2 21.9 21.9 57.3 21.9 79.2 0 14.7-14.7 19.5-35.4 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z m260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8z m12.7-197.2l-31.1-31.1c-3.1-3.1-8.2-3.1-11.3 0l-56.6 56.6c-3.1 3.1-3.1 8.2 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3z m-458.6-31.1c-3.1-3.1-8.2-3.1-11.3 0l-31.1 31.1c-3.1 3.1-3.1 8.2 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z" p-id="107226" fill="#2c2c2c"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M38.4285714,12.2142857 C37.4196429,9.83035714 35.9776786,7.69196429 34.1428571,5.85714286 C32.3080357,4.02232143 30.1696429,2.58035714 27.7857143,1.57142857 C25.3169643,0.526785714 22.7008929,0 20,0 C17.2991071,0 14.6830357,0.526785714 12.2142857,1.57142857 C9.83035714,2.58035714 7.69196429,4.02232143 5.85714286,5.85714286 C4.02232143,7.69196429 2.58035714,9.83035714 1.57142857,12.2142857 C0.526785714,14.6830357 0,17.2991071 0,20 C0,25.9241071 2.60267857,31.5044643 7.13839286,35.3169643 L7.21428571,35.3794643 C7.47321429,35.59375 7.79910714,35.7142857 8.13392857,35.7142857 L31.8705357,35.7142857 C32.2053571,35.7142857 32.53125,35.59375 32.7901786,35.3794643 L32.8660714,35.3169643 C37.3973214,31.5044643 40,25.9241071 40,20 C40,17.2991071 39.46875,14.6830357 38.4285714,12.2142857 Z M31.1339286,32.3214286 L8.86607143,32.3214286 C5.37946429,29.1741071 3.39285714,24.7142857 3.39285714,20 C3.39285714,15.5625 5.12053571,11.3928571 8.25892857,8.25892857 C11.3973214,5.12053571 15.5669643,3.39285714 20,3.39285714 C24.4375,3.39285714 28.6071429,5.12053571 31.7410714,8.25892857 C34.8794643,11.3973214 36.6071429,15.5669643 36.6071429,20 C36.6071429,24.7142857 34.6205357,29.1741071 31.1339286,32.3214286 Z"
id="形状"></path>
<path d="M24.9776786,13.8169643 C24.8392857,13.6785714 24.6116071,13.6785714 24.4732143,13.8169643 L20.7008929,17.5892857 C19.8660714,17.3660714 18.9419643,17.5803571 18.2857143,18.2366071 C17.3080357,19.2142857 17.3080357,20.7946429 18.2857143,21.7723214 C19.2633929,22.75 20.84375,22.75 21.8214286,21.7723214 C22.4776786,21.1160714 22.6919643,20.1919643 22.46875,19.3571429 L26.2410714,15.5848214 C26.3794643,15.4464286 26.3794643,15.21875 26.2410714,15.0803571 L24.9776786,13.8169643 L24.9776786,13.8169643 Z M19.0178571,9.28571429 L20.9821429,9.28571429 C21.1785714,9.28571429 21.3392857,9.125 21.3392857,8.92857143 L21.3392857,5.35714286 C21.3392857,5.16071429 21.1785714,5 20.9821429,5 L19.0178571,5 C18.8214286,5 18.6607143,5.16071429 18.6607143,5.35714286 L18.6607143,8.92857143 C18.6607143,9.125 18.8214286,9.28571429 19.0178571,9.28571429 Z M30.625,19.0178571 L30.625,20.9821429 C30.625,21.1785714 30.7857143,21.3392857 30.9821429,21.3392857 L34.5535714,21.3392857 C34.75,21.3392857 34.9107143,21.1785714 34.9107143,20.9821429 L34.9107143,19.0178571 C34.9107143,18.8214286 34.75,18.6607143 34.5535714,18.6607143 L30.9821429,18.6607143 C30.7857143,18.6607143 30.625,18.8214286 30.625,19.0178571 Z M31.1919643,10.2142857 L29.8035714,8.82589286 C29.6651786,8.6875 29.4375,8.6875 29.2991071,8.82589286 L26.7723214,11.3526786 C26.6339286,11.4910714 26.6339286,11.71875 26.7723214,11.8571429 L28.1607143,13.2455357 C28.2991071,13.3839286 28.5267857,13.3839286 28.6651786,13.2455357 L31.1919643,10.71875 C31.3303571,10.5803571 31.3303571,10.3526786 31.1919643,10.2142857 Z M10.71875,8.82589286 C10.5803571,8.6875 10.3526786,8.6875 10.2142857,8.82589286 L8.82589286,10.2142857 C8.6875,10.3526786 8.6875,10.5803571 8.82589286,10.71875 L11.3526786,13.2455357 C11.4910714,13.3839286 11.71875,13.3839286 11.8571429,13.2455357 L13.2455357,11.8571429 C13.3839286,11.71875 13.3839286,11.4910714 13.2455357,11.3526786 L10.71875,8.82589286 Z M8.83928571,18.6607143 L5.26785714,18.6607143 C5.07142857,18.6607143 4.91071429,18.8214286 4.91071429,19.0178571 L4.91071429,20.9821429 C4.91071429,21.1785714 5.07142857,21.3392857 5.26785714,21.3392857 L8.83928571,21.3392857 C9.03571429,21.3392857 9.19642857,21.1785714 9.19642857,20.9821429 L9.19642857,19.0178571 C9.19642857,18.8214286 9.03571429,18.6607143 8.83928571,18.6607143 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1 +1,6 @@
<svg t="1716531133619" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="74753" width="200" height="200"><path d="M170.666667 256h768V170.666667H170.666667c-47.146667 0-85.333333 38.186667-85.333334 85.333333v469.333333H0v128h597.333333v-128H170.666667V256z m810.666666 85.333333H725.333333c-23.466667 0-42.666667 19.2-42.666666 42.666667v426.666667c0 23.466667 19.2 42.666667 42.666666 42.666666h256c23.466667 0 42.666667-19.2 42.666667-42.666666V384c0-23.466667-19.2-42.666667-42.666667-42.666667z m-42.666666 384h-170.666667V426.666667h170.666667v298.666666z" fill="#2c2c2c" p-id="74754"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="27px" viewBox="0 0 40 27" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M6.66666668,3.33333332 L36.6666667,3.33333332 L36.6666667,0 L6.66666668,0 C4.825,0 3.33333336,1.49166668 3.33333332,3.33333332 L3.33333332,21.6666666 L0,21.6666666 L0,26.6666666 L23.3333333,26.6666666 L23.3333333,21.6666666 L6.66666668,21.6666666 L6.66666668,3.33333332 Z M38.3333333,6.66666664 L28.3333333,6.66666664 C27.4166666,6.66666664 26.6666667,7.41666664 26.6666667,8.33333332 L26.6666667,25 C26.6666667,25.9166667 27.4166667,26.6666666 28.3333333,26.6666666 L38.3333333,26.6666666 C39.25,26.6666666 40,25.9166666 40,25 L40,8.33333332 C40,7.41666664 39.25,6.66666664 38.3333333,6.66666664 L38.3333333,6.66666664 Z M36.6666667,21.6666666 L30,21.6666666 L30,10 L36.6666667,10 L36.6666667,21.6666666 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 647 B

After

Width:  |  Height:  |  Size: 900 B

View File

@@ -1,3 +1,8 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M4.856 11H16.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H4.814l5.025 5.024a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 0 1-.707 0L2.42 13.435l-.006.008L1 12.028l.008-.007L1 12.014 2.414 10.6l.008.007 6.003-6.003a.5.5 0 0 1 .707 0l.707.706a.5.5 0 0 1 0 .708L4.856 11ZM21.5 20a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5h-1Z"/><path fill-opacity=".2" fill="#000" d="M4.856 11H16.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H4.814l5.025 5.024a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 0 1-.707 0L2.42 13.435l-.006.008L1 12.028l.008-.007L1 12.014 2.414 10.6l.008.007 6.003-6.003a.5.5 0 0 1 .707 0l.707.706a.5.5 0 0 1 0 .708L4.856 11ZM21.5 20a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5h-1Z"/></svg> -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M19.144 13H7.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h11.686l-5.024-5.025a.5.5 0 0 1 0-.707l.706-.707a.5.5 0 0 1 .708 0l6.003 6.004.007-.008 1.41 1.41a.005.005 0 0 1 0 .008.005.005 0 0 0 0 .007.005.005 0 0 1 0 .007l-1.41 1.411-.008-.007-6.002 6.003a.5.5 0 0 1-.708 0l-.707-.706a.5.5 0 0 1 0-.708L19.144 13ZM2.5 4a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5h1Z"/><path fill-opacity=".2" fill="#000" d="M19.144 13H7.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h11.686l-5.024-5.025a.5.5 0 0 1 0-.707l.706-.707a.5.5 0 0 1 .708 0l6.003 6.004.007-.008 1.41 1.41a.005.005 0 0 1 0 .008.005.005 0 0 0 0 .007.005.005 0 0 1 0 .007l-1.41 1.411-.008-.007-6.002 6.003a.5.5 0 0 1-.708 0l-.707-.706a.5.5 0 0 1 0-.708L19.144 13ZM2.5 4a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5h1Z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="30px" viewBox="0 0 40 30" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M32.9920902,16.3651241 L11.8192563,16.3651241 C11.3171336,16.3651241 10.9100827,15.9580732 10.9100827,15.4559505 L10.9100827,13.6376034 C10.9100827,13.1354807 11.3171336,12.7284299 11.8192563,12.7284299 L33.0684608,12.7284299 L23.9330848,3.59123557 C23.5781599,3.23620343 23.5781599,2.66069629 23.9330848,2.30566415 L25.2168379,1.02009274 C25.3874066,0.84909228 25.6190067,0.752988847 25.8605328,0.752988847 C26.1020588,0.752988847 26.3336589,0.84909228 26.5042277,1.02009274 L37.4197654,11.9374489 L37.4324939,11.9229021 L39.9963633,14.4867715 C39.9986527,14.4884885 40,14.4911832 40,14.4940449 C40,14.4969066 39.9986527,14.4996013 39.9963633,14.5013183 C39.9928981,14.5048536 39.9928981,14.5105115 39.9963633,14.5140467 C40,14.517582 40,14.5232399 39.9963633,14.5267752 L37.4324939,17.092463 L37.4179471,17.0797345 L26.5042277,27.9952723 C26.3336589,28.1662728 26.1020588,28.2623762 25.8605328,28.2623762 C25.6190067,28.2623762 25.3874066,28.1662728 25.2168379,27.9952723 L23.9312665,26.7115192 C23.760266,26.5409505 23.6641626,26.3093504 23.6641626,26.0678243 C23.6641626,25.8262983 23.760266,25.5946982 23.9312665,25.4241295 L32.9920902,16.3651241 Z M2.72752068,0 C3.22964338,0 3.63669424,0.407050868 3.63669424,0.909173561 L3.63669424,28.1843804 C3.63669424,28.6865031 3.22964338,29.093554 2.72752068,29.093554 L0.909173561,29.093554 C0.407050868,29.093554 0,28.6865031 0,28.1843804 L0,0.909173561 C0,0.407050868 0.407050868,0 0.909173561,0 L2.72752068,0 Z"
id="形状" fill="#646A73"></path>
<path d="M32.9920902,16.3651241 L11.8192563,16.3651241 C11.3171336,16.3651241 10.9100827,15.9580732 10.9100827,15.4559505 L10.9100827,13.6376034 C10.9100827,13.1354807 11.3171336,12.7284299 11.8192563,12.7284299 L33.0684608,12.7284299 L23.9330848,3.59123557 C23.5781599,3.23620343 23.5781599,2.66069629 23.9330848,2.30566415 L25.2168379,1.02009274 C25.3874066,0.84909228 25.6190067,0.752988847 25.8605328,0.752988847 C26.1020588,0.752988847 26.3336589,0.84909228 26.5042277,1.02009274 L37.4197654,11.9374489 L37.4324939,11.9229021 L39.9963633,14.4867715 C39.9986527,14.4884885 40,14.4911832 40,14.4940449 C40,14.4969066 39.9986527,14.4996013 39.9963633,14.5013183 C39.9928981,14.5048536 39.9928981,14.5105115 39.9963633,14.5140467 C40,14.517582 40,14.5232399 39.9963633,14.5267752 L37.4324939,17.092463 L37.4179471,17.0797345 L26.5042277,27.9952723 C26.3336589,28.1662728 26.1020588,28.2623762 25.8605328,28.2623762 C25.6190067,28.2623762 25.3874066,28.1662728 25.2168379,27.9952723 L23.9312665,26.7115192 C23.760266,26.5409505 23.6641626,26.3093504 23.6641626,26.0678243 C23.6641626,25.8262983 23.760266,25.5946982 23.9312665,25.4241295 L32.9920902,16.3651241 Z M2.72752068,0 C3.22964338,0 3.63669424,0.407050868 3.63669424,0.909173561 L3.63669424,28.1843804 C3.63669424,28.6865031 3.22964338,29.093554 2.72752068,29.093554 L0.909173561,29.093554 C0.407050868,29.093554 0,28.6865031 0,28.1843804 L0,0.909173561 C0,0.407050868 0.407050868,0 0.909173561,0 L2.72752068,0 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1 +1,3 @@
<svg t="1711939708013" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2762" width="200" height="200"><path d="M709.818182 791.272727V232.727273a34.909091 34.909091 0 0 0-58.600727-25.669818l-302.545455 279.272727a35.025455 35.025455 0 0 0 0 51.339636l302.545455 279.272727A34.909091 34.909091 0 1 0 709.818182 791.272727" fill="#2c2c2c" p-id="2763"></path></svg>
<svg width="22.089334px" height="40px" viewBox="0 0 22.089334 40" version="1.1" xmlns="http://www.w3.org/2000/svg">
<polygon id="路径" points="0 19.9998471 22.089334 40 22.089334 0"></polygon>
</svg>

Before

Width:  |  Height:  |  Size: 408 B

After

Width:  |  Height:  |  Size: 206 B

View File

@@ -1,3 +1,8 @@
<!-- <?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M6 24.0083V42H42V24" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M33 23L24 32L15 23" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M23.9917 6V32" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg> -->
<svg t="1676635881296" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2627" width="200" height="200"><path d="M484.266667 631.466667c10.666667 10.666667 25.6 17.066667 40.533333 17.066666s29.866667-6.4 40.533333-17.066666l117.333334-117.333334c17.066667-17.066667 17.066667-42.666667 0-59.733333-17.066667-17.066667-42.666667-17.066667-59.733334 0l-53.333333 53.333333V160c0-23.466667-19.2-42.666667-42.666667-42.666667s-42.666667 19.2-42.666666 42.666667v347.733333l-53.333334-53.333333c-17.066667-17.066667-42.666667-17.066667-59.733333 0-17.066667 17.066667-17.066667 42.666667 0 59.733333l113.066667 117.333334z" p-id="2628" fill="#000000"></path><path d="M866.133333 565.333333c-23.466667 0-42.666667 19.2-42.666666 42.666667v170.666667c0 12.8-8.533333 21.333333-21.333334 21.333333h-554.666666c-12.8 0-21.333333-8.533333-21.333334-21.333333v-170.666667c0-23.466667-19.2-42.666667-42.666666-42.666667s-42.666667 19.2-42.666667 42.666667v170.666667c0 59.733333 46.933333 106.666667 106.666667 106.666666h554.666666c59.733333 0 106.666667-46.933333 106.666667-106.666666v-170.666667c0-23.466667-19.2-42.666667-42.666667-42.666667z" p-id="2629" fill="#000000"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M17.8888889,26.7777778 C18.4444445,27.3333334 19.2222222,27.6666667 20,27.6666667 C20.7777778,27.6666667 21.5555556,27.3333333 22.1111111,26.7777778 L28.2222222,20.6666667 C29.1111111,19.7777778 29.1111111,18.4444444 28.2222222,17.5555556 C27.3333333,16.6666667 26,16.6666667 25.1111111,17.5555556 L22.3333333,20.3333333 L22.3333333,2.22222224 C22.3333333,1 21.3333333,0 20.1111111,0 C18.8888889,0 17.8888889,1 17.8888889,2.22222224 L17.8888889,20.3333333 L15.1111111,17.5555556 C14.2222222,16.6666667 12.8888889,16.6666667 12,17.5555556 C11.1111111,18.4444445 11.1111111,19.7777778 12,20.6666667 L17.8888889,26.7777778 Z"
id="路径"></path>
<path d="M37.7777778,23.3333333 C36.5555555,23.3333333 35.5555555,24.3333333 35.5555556,25.5555556 L35.5555556,34.4444445 C35.5555556,35.1111111 35.1111111,35.5555556 34.4444444,35.5555556 L5.55555557,35.5555556 C4.88888891,35.5555556 4.44444448,35.1111111 4.44444443,34.4444445 L4.44444443,25.5555556 C4.44444443,24.3333333 3.44444443,23.3333333 2.22222224,23.3333333 C1,23.3333333 0,24.3333333 0,25.5555556 L0,34.4444445 C0,37.5555556 2.44444443,40 5.55555557,40 L34.4444444,40 C37.5555555,40 40,37.5555556 40,34.4444445 L40,25.5555556 C40,24.3333333 39,23.3333333 37.7777778,23.3333333 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1584946813037" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1271" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M507.428571 676.571429l66.285715-66.285715-86.857143-86.857143-66.285714 66.285715v32h54.857142v54.857143h32z m251.428572-411.428572q-9.142857-9.142857-18.857143 0.571429L540 465.714286q-9.714286 9.714286-0.571429 18.857143t18.857143-0.571429l200-200q9.714286-9.714286 0.571429-18.857143z m45.714286 339.428572v108.571428q0 68-48.285715 116.285714T640 877.714286H164.571429q-68 0-116.285715-48.285715T0 713.142857V237.714286q0-68 48.285714-116.285715T164.571429 73.142857h475.428571q36 0 66.857143 14.285714 8.571429 4 10.285714 13.142858 1.714286 9.714286-5.142857 16.571428l-28 28q-8 8-18.285714 4.571429-13.142857-3.428571-25.714286-3.428572H164.571429q-37.714286 0-64.571429 26.857143t-26.857143 64.571429v475.428571q0 37.714286 26.857143 64.571429t64.571429 26.857143h475.428571q37.714286 0 64.571429-26.857143t26.857142-64.571429v-72q0-7.428571 5.142858-12.571428l36.571428-36.571429q8.571429-8.571429 20-4t11.428572 16.571429z m-54.857143-421.714286l164.571428 164.571428-384 384H365.714286V566.857143z m253.714285 75.428571l-52.571428 52.571429-164.571429-164.571429 52.571429-52.571428q16-16 38.857143-16t38.857143 16l86.857142 86.857143q16 16 16 38.857142t-16 38.857143z" p-id="1272"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="32px" viewBox="0 0 40 32" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M19.9103139,23.6771301 L22.5112108,21.0762332 L19.103139,17.6681614 L16.5022422,20.2690583 L16.5022422,21.5246637 L18.6547085,21.5246637 L18.6547085,23.6771301 L19.9103139,23.6771301 L19.9103139,23.6771301 Z M29.7757848,7.53363229 C29.5366218,7.29446936 29.2899851,7.30194321 29.0358745,7.55605383 L21.1883408,15.4035875 C20.9342302,15.6576981 20.9267563,15.9043349 21.1659193,16.1434978 C21.4050822,16.3826607 21.651719,16.3751869 21.9058296,16.1210762 L29.7533632,8.27354261 C30.0074739,8.01943199 30.0149477,7.77279522 29.7757848,7.53363229 Z M31.5695068,20.852018 L31.5695068,25.1121076 C31.5695068,26.8908819 30.9379671,28.4118087 29.6748879,29.6748879 C28.4118087,30.9379671 26.8908819,31.5695068 25.1121076,31.5695068 L6.45739912,31.5695068 C4.67862483,31.5695068 3.15769807,30.9379671 1.89461882,29.6748879 C0.631539582,28.4118087 0,26.8908819 0,25.1121076 L0,6.45739912 C0,4.67862483 0.631539608,3.15769807 1.89461882,1.89461882 C3.15769804,0.631539582 4.67862481,5.57600802e-16 6.45739912,5.57600802e-16 L25.1121076,5.57600802e-16 C26.0538117,5.57600802e-16 26.9282511,0.186846035 27.735426,0.560538106 C27.9596413,0.665171887 28.0941704,0.837070254 28.1390135,1.07623321 C28.1838565,1.33034383 28.1165919,1.54708522 27.9372197,1.7264574 L26.838565,2.82511211 C26.6292975,3.03437967 26.3901345,3.09417041 26.1210763,3.00448432 C25.7772795,2.91479824 25.4409567,2.86995518 25.1121076,2.86995515 L6.45739912,2.86995515 C5.47085203,2.86995515 4.62630793,3.22122571 3.92376682,3.92376682 C3.22122571,4.62630793 2.86995515,5.47085203 2.86995515,6.45739912 L2.86995515,25.1121076 C2.86995515,26.0986547 3.22122571,26.9431988 3.92376682,27.6457399 C4.62630793,28.348281 5.47085203,28.6995516 6.45739912,28.6995516 L25.1121076,28.6995516 C26.0986547,28.6995516 26.9431988,28.348281 27.6457399,27.6457399 C28.348281,26.9431988 28.6995516,26.0986547 28.6995516,25.1121076 L28.6995516,22.2869955 C28.6995516,22.0926757 28.7668161,21.9282511 28.9013453,21.793722 L30.3363229,20.3587444 C30.5605381,20.1345292 30.8221226,20.0822123 31.1210762,20.2017937 C31.4200299,20.3213752 31.5695068,20.5381166 31.5695068,20.852018 Z M29.4170404,4.30493275 L35.8744395,10.7623318 L20.8071749,25.8295964 L14.3497758,25.8295964 L14.3497758,19.3721973 L29.4170404,4.30493275 Z M39.3721973,7.26457399 L37.3094171,9.32735428 L30.8520179,2.86995515 L32.9147982,0.807174905 C33.3333334,0.388639778 33.8415546,0.179372214 34.4394619,0.179372214 C35.0373692,0.179372214 35.5455905,0.388639778 35.9641256,0.807174905 L39.3721973,4.21524666 C39.7907324,4.63378179 40,5.142003 40,5.73991031 C40,6.33781761 39.7907324,6.84603884 39.3721973,7.26457399 L39.3721973,7.26457399 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1,3 +1,19 @@
<!-- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1645509697274" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2361" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M867.046319 156.952658 156.952658 156.952658c-49.040926 0-88.317465 39.720653-88.317465 88.76158l-0.444115 532.570501c0 49.040926 39.720653 88.76158 88.76158 88.76158l710.09366 0c49.040926 0 88.76158-39.720653 88.76158-88.76158L955.807898 245.714238C955.808922 196.673311 916.087245 156.952658 867.046319 156.952658zM867.046319 334.476841l-355.047342 221.903949-355.047342-221.903949 0-88.76158 355.047342 221.903949 355.047342-221.903949L867.046319 334.476841z" p-id="2362"></path></svg> -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-width="2" stroke="#ffffff" d="M2 21h20V9H2v12Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#ffffff" d="M2 21h20V9H2v12Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#ffffff" d="m2 9 10 7.5L22 9"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#ffffff" d="m2 9 10 7.5L22 9"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#ffffff" d="M12 9H2v7.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#ffffff" d="M12 9H2v7.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#ffffff" d="M22 16.5V9H12"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#ffffff" d="M22 16.5V9H12"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#ffffff" d="M6 6h12"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#ffffff" d="M6 6h12"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#ffffff" d="M8 3h8"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M8 3h8"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="38px" viewBox="0 0 42 38" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径" stroke="#FFFFFF" points="0 37 40 37 40 13 0 13"></polygon>
<polygon id="路径" stroke-opacity="0.2" stroke="#FFFFFF" points="0 37 40 37 40 13 0 13"></polygon>
<polyline id="路径" stroke="#FFFFFF" stroke-linecap="round" points="0 13 20 28 40 13"></polyline>
<polyline id="路径" stroke-opacity="0.2" stroke="#FFFFFF" stroke-linecap="round"
points="0 13 20 28 40 13"></polyline>
<polyline id="路径" stroke="#FFFFFF" stroke-linecap="round" points="20 13 0 13 0 28"></polyline>
<polyline id="路径" stroke-opacity="0.2" stroke="#FFFFFF" stroke-linecap="round"
points="20 13 0 13 0 28"></polyline>
<polyline id="路径" stroke="#FFFFFF" stroke-linecap="round" points="40 28 40 13 20 13"></polyline>
<polyline id="路径" stroke-opacity="0.2" stroke="#FFFFFF" stroke-linecap="round"
points="40 28 40 13 20 13"></polyline>
<line x1="8" y1="7" x2="32" y2="7" id="路径" stroke="#FFFFFF" stroke-linecap="round"></line>
<line x1="8" y1="7" x2="32" y2="7" id="路径" stroke-opacity="0.2" stroke="#FFFFFF" stroke-linecap="round"></line>
<line x1="12" y1="1" x2="28" y2="1" id="路径" stroke="#FFFFFF" stroke-linecap="round"></line>
<line x1="12" y1="1" x2="28" y2="1" id="路径" stroke-opacity="0.2" stroke="#000000" stroke-linecap="round"></line>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,3 +1,10 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" fill="transparent" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M22 10V4.5H2v15h10"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M22 10V4.5H2v15h10"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M2 4.5 12 12l10-7.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M2 4.5 12 12l10-7.5"/><path stroke-width="2" stroke="#646A73" d="M18 18.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path stroke-width="2" stroke-opacity=".2" stroke="#000" d="M18 18.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M18 12v1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M18 12v1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M18 18.5V20"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M18 18.5V20"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m20.914 13-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m20.914 13-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m15.914 18-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m15.914 18-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m15 13 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m15 13 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m20 18 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m20 18 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M14 16h1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M14 16h1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M20.5 16H22"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M20.5 16H22"/></svg> -->
<svg t="1676620224135" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9051" width="200" height="200"><path d="M384 768H85.344V418.144l337.056 179.2c55.456-110.944 170.656-187.744 302.944-187.744 46.944 0 89.6 8.544 128 25.6V128H0v725.344h401.056c-8.544-25.6-12.8-55.456-17.056-85.344zM85.344 213.344H768v102.4l-341.344 179.2-341.344-179.2v-102.4z" p-id="9052" fill="#000000"></path><path d="M789.344 627.2l8.544 12.8 46.944 85.344 8.544 12.8-8.544 12.8-46.944 85.344-8.544 12.8h-132.256l-8.544-12.8-46.944-85.344-4.256-12.8 8.544-12.8L652.832 640l8.544-12.8h128z m21.312-132.256c-8.544 0-12.8 4.256-17.056 12.8l-21.344 34.144h-98.144l-21.344-34.144c-4.256-8.544-12.8-12.8-17.056-12.8s-8.544 0-12.8 4.256l-59.744 38.4c-8.544 4.256-12.8 17.056-8.544 29.856l21.344 34.144-46.944 85.344h-38.4c-12.8 0-21.344 8.544-21.344 21.344v68.256c0 12.8 8.544 21.344 21.344 21.344h38.4l46.944 85.344-21.344 34.144a22.496 22.496 0 0 0 8.544 29.856l59.744 38.4c4.256 0 8.544 4.256 12.8 4.256 8.544 0 12.8-4.256 17.056-12.8l21.344-34.144h98.144l21.344 34.144c4.256 8.544 12.8 12.8 17.056 12.8s8.544 0 12.8-4.256l59.744-38.4c8.544-4.256 12.8-17.056 8.544-29.856l-21.344-34.144 46.944-85.344h38.4c12.8 0 21.344-8.544 21.344-21.344v-68.256c0-12.8-8.544-21.344-21.344-21.344h-38.4L870.4 601.6l21.344-34.144a22.496 22.496 0 0 0-8.544-29.856l-59.744-38.4c-4.256-4.256-8.544-4.256-12.8-4.256z" p-id="9053" fill="#000000"></path><path d="M810.656 738.144L768 814.944h-85.344L640 738.144l42.656-72.544H768z" p-id="9054" fill="#000000"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M15.7201808,26.2003013 L3.49381018,26.2003013 L3.49381018,11.8779066 L17.2921989,19.213991 C19.562455,14.6721687 24.2785092,11.5281326 29.6941115,11.5281326 C31.6159036,11.5281326 33.3621537,11.8779066 34.9341717,12.5761446 L34.9341717,0 L0,0 L0,29.6941115 L16.4184188,29.6941115 C16.0686448,28.6460994 15.8944128,27.4238554 15.7201808,26.2003013 Z M3.49381018,3.49381018 L31.4403616,3.49381018 L31.4403616,7.68585839 L17.4664309,15.0219428 L3.49250016,7.68585839 L3.49250016,3.49381018 L3.49381018,3.49381018 Z"
id="形状"></path>
<path d="M32.3141416,20.436235 L32.6639156,20.960241 L34.5857077,24.4540512 L34.9354818,24.9780572 L34.5857077,25.5020633 L32.6639156,28.9958735 L32.3141416,29.5198795 L26.8998493,29.5198795 L26.5500753,28.9958735 L24.6282832,25.5020633 L24.4540512,24.9780572 L24.8038252,24.4540512 L26.7256173,20.960241 L27.0753914,20.436235 L32.3154516,20.436235 L32.3141416,20.436235 Z M33.1866116,15.0219428 C32.8368376,15.0219428 32.6626056,15.1961748 32.4883736,15.5459488 L31.6145936,16.9437349 L27.5967774,16.9437349 L26.7229973,15.5459488 C26.5487653,15.1961748 26.1989913,15.0219428 26.0247593,15.0219428 C25.8505273,15.0219428 25.6749853,15.0219428 25.5007533,15.1961748 L23.0549551,16.7681928 C22.7051811,16.9424248 22.5309491,17.4664309 22.7051811,17.9904369 L23.5789612,19.388223 L21.6571691,22.8820331 L20.085151,22.8820331 C19.561145,22.8820331 19.2113709,23.2318072 19.2113709,23.7558132 L19.2113709,26.5500753 C19.2113709,27.0740814 19.561145,27.4238554 20.085151,27.4238554 L21.6571691,27.4238554 L23.5789612,30.9176656 L22.7051811,32.3154516 C22.4767734,32.7509108 22.6307588,33.2889946 23.0549551,33.5376957 L25.5007533,35.1097138 C25.6749853,35.1097138 25.8505273,35.2839458 26.0247593,35.2839458 C26.3745333,35.2839458 26.5487653,35.1097138 26.7229973,34.7599397 L27.5967774,33.3621537 L31.6145936,33.3621537 L32.4883736,34.7599397 C32.6626056,35.1097138 33.0123796,35.2839458 33.1866116,35.2839458 C33.3608436,35.2839458 33.5363857,35.2839458 33.7106177,35.1097138 L36.1564158,33.5376957 C36.5061898,33.3634637 36.6804218,32.8394577 36.5061898,32.3154516 L35.6324098,30.9176656 L37.5542019,27.4238554 L39.12622,27.4238554 C39.650226,27.4238554 40,27.0740814 40,26.5500753 L40,23.7558132 C40,23.2318072 39.650226,22.8820331 39.12622,22.8820331 L37.5542019,22.8820331 L35.6324098,19.388223 L36.5061898,17.9904369 C36.7345975,17.5549777 36.5806122,17.0168939 36.1564158,16.7681928 L33.7106177,15.1961748 C33.5363857,15.0219428 33.3608436,15.0219428 33.1866116,15.0219428 L33.1866116,15.0219428 Z"
id="形状"></path>
<polygon id="路径"
points="33.1866116 24.9780572 31.4403616 28.1220934 27.9465514 28.1220934 26.2003013 24.9780572 27.9465514 22.0082531 31.4403616 22.0082531"></polygon>
</svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,2 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg t="1644305786242" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7592" width="160" height="160"><path d="M64 186.688 512 506.688 960 186.688 960 272 512 592 64 272Z" p-id="7593"></path><path d="M0 128l0 768 1024 0L1024 128 0 128zM960 832 64 832 64 192l896 0L960 832z" p-id="7594"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="30px" viewBox="0 0 40 30" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径" points="2.5 2.2925 20 14.7925 37.5 2.2925 37.5 5.625 20 18.125 2.5 5.625"></polygon>
<path d="M0,0 L0,30 L40,30 L40,0 L0,0 Z M37.5,27.5 L2.5,27.5 L2.5,2.5 L37.5,2.5 L37.5,27.5 Z" id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 377 B

View File

@@ -1 +1,6 @@
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M96.258 57.462h31.421C124.794 27.323 100.426 2.956 70.287.07v31.422a32.856 32.856 0 0 1 25.971 25.97zm-38.796-25.97V.07C27.323 2.956 2.956 27.323.07 57.462h31.422a32.856 32.856 0 0 1 25.97-25.97zm12.825 64.766v31.421c30.46-2.885 54.507-27.253 57.713-57.712H96.579c-2.886 13.466-13.146 23.726-26.292 26.291zM31.492 70.287H.07c2.886 30.46 27.253 54.507 57.713 57.713V96.579c-13.466-2.886-23.726-13.146-26.291-26.292z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M30.0751974,17.9448136 L39.8996326,17.9448136 C38.9975768,8.52122254 31.3784101,0.902368483 21.954819,0 L21.954819,9.82474791 C26.0629667,10.6246057 29.2751813,13.8366967 30.0751974,17.9448136 L30.0751974,17.9448136 Z M17.9448136,9.82474791 L17.9448136,0 C8.52122254,0.902368483 0.902368483,8.52122254 0,17.9448136 L9.82474791,17.9448136 C10.6247196,13.8367871 13.8367871,10.6247196 17.9448136,9.82474791 Z M21.954819,30.0751974 L21.954819,39.8996326 C31.4787775,38.9975768 38.9975768,31.3784101 40,21.8547643 L30.1755648,21.8547643 C29.2731963,26.0651919 26.0651919,29.2731963 21.954819,30.0751974 L21.954819,30.0751974 Z M9.82474791,21.954819 L0,21.954819 C0.902368483,31.4787775 8.52122254,38.9975768 18.045181,40 L18.045181,30.1755648 C13.8347534,29.2731963 10.626749,26.0651919 9.82474791,21.954819 L9.82474791,21.954819 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 1021 B

View File

@@ -1 +1,6 @@
<svg t="1712829676900" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="28165" width="200" height="200"><path d="M305.066667 344.32a21.333333 21.333333 0 0 1 0-30.293333l176.213333-176.64a32 32 0 0 1 22.613333-9.386667h16.213334a32.853333 32.853333 0 0 1 22.613333 9.386667l176.213333 176.64a21.333333 21.333333 0 0 1 0 30.293333l-30.293333 30.293333a20.906667 20.906667 0 0 1-29.866667 0L512 227.413333 365.226667 374.613333a21.333333 21.333333 0 0 1-30.293334 0z m384 305.066667a21.333333 21.333333 0 0 0-30.293334 0L512 796.586667l-146.773333-146.773334a20.906667 20.906667 0 0 0-29.866667 0l-30.293333 30.293334a21.333333 21.333333 0 0 0 0 30.293333l176.213333 176.64a32.853333 32.853333 0 0 0 22.613333 9.386667h16.213334a32 32 0 0 0 22.613333-9.386667l176.213333-176.64a21.333333 21.333333 0 0 0 0-30.293333z" p-id="28166"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="73px" viewBox="0 0 40 73" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M0.591845321,20.2885246 C0.213060868,19.9128336 0,19.401427 0,18.8679277 C0,18.3344285 0.213060868,17.8230219 0.591845321,17.4473309 L17.1187894,0.880369936 C17.6810951,0.317363424 18.4439648,0.000700519065 19.2396805,-1.70601938e-15 L20.7603195,-1.70601938e-15 C21.5543096,0.00921990902 22.3140901,0.324600503 22.8812106,0.880369936 L39.4081547,17.4473309 C39.7869391,17.8230219 40,18.3344285 40,18.8679277 C40,19.401427 39.7869391,19.9128336 39.4081547,20.2885246 L36.5669609,23.1297184 C36.1981516,23.5061328 35.6933526,23.7182514 35.1663724,23.7182514 C34.6393922,23.7182514 34.1345932,23.5061328 33.7657839,23.1297184 L20,9.32391759 L6.23421607,23.1297184 C5.85852502,23.5085028 5.3471184,23.7215637 4.81361915,23.7215637 C4.2801199,23.7215637 3.76871328,23.5085028 3.39302223,23.1297184 L0.591845321,20.2885246 Z M36.6069778,48.9005465 C36.2312867,48.5217621 35.7198801,48.3087012 35.1863809,48.3087012 C34.6528816,48.3087012 34.141475,48.5217621 33.7657839,48.9005465 L20,62.7063473 L6.23421607,48.9405633 C5.86540676,48.5641489 5.36060777,48.3520303 4.83362757,48.3520303 C4.30664737,48.3520303 3.80184839,48.5641489 3.43303907,48.9405633 L0.591845321,51.7817571 C0.213060868,52.1574482 7.10542736e-15,52.6688548 7.10542736e-15,53.202354 C7.10542736e-15,53.7358532 0.213060868,54.2472598 0.591845321,54.6229509 L17.1187894,71.1899118 C17.6859099,71.7456812 18.4456904,72.0610618 19.2396805,72.0702817 L20.7603195,72.0702817 C21.5560352,72.0695812 22.3189049,71.7529183 22.8812106,71.1899118 L39.4081547,54.6229509 C39.7869391,54.2472598 40,53.7358532 40,53.202354 C40,52.6688548 39.7869391,52.1574482 39.4081547,51.7817571 L36.6069778,48.9005465 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1 +1,6 @@
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="128" height="128"><defs><style/></defs><path d="M512 128q69.675 0 135.51 21.163t115.498 54.997 93.483 74.837 73.685 82.006 51.67 74.837 32.17 54.827L1024 512q-2.347 4.992-6.315 13.483T998.87 560.17t-31.658 51.669-44.331 59.99-56.832 64.34-69.504 60.16-82.347 51.5-94.848 34.687T512 896q-69.675 0-135.51-21.163t-115.498-54.826-93.483-74.326-73.685-81.493-51.67-74.496-32.17-54.997L0 513.707q2.347-4.992 6.315-13.483t18.816-34.816 31.658-51.84 44.331-60.33 56.832-64.683 69.504-60.331 82.347-51.84 94.848-34.816T512 128.085zm0 85.333q-46.677 0-91.648 12.331t-81.152 31.83-70.656 47.146-59.648 54.485-48.853 57.686-37.675 52.821-26.325 43.99q12.33 21.674 26.325 43.52t37.675 52.351 48.853 57.003 59.648 53.845T339.2 767.02t81.152 31.488T512 810.667t91.648-12.331 81.152-31.659 70.656-46.848 59.648-54.186 48.853-57.344 37.675-52.651T927.957 512q-12.33-21.675-26.325-43.648t-37.675-52.65-48.853-57.345-59.648-54.186-70.656-46.848-81.152-31.659T512 213.334zm0 128q70.656 0 120.661 50.006T682.667 512 632.66 632.661 512 682.667 391.339 632.66 341.333 512t50.006-120.661T512 341.333zm0 85.334q-35.328 0-60.33 25.002T426.666 512t25.002 60.33T512 597.334t60.33-25.002T597.334 512t-25.002-60.33T512 426.666z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="30px" viewBox="0 0 40 30" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20,0 C21.8144531,0 23.5789062,0.275559896 25.2933594,0.826679688 C27.0078125,1.37779948 28.5116927,2.09390625 29.805,2.975 C31.0983073,3.85609375 32.3155339,4.83053385 33.4566797,5.89832031 C34.5978255,6.96610677 35.5572656,8.03389323 36.335,9.10167969 C37.1127344,10.1694661 37.7855208,11.1439063 38.3533594,12.025 C38.9211979,12.9060938 39.3400781,13.619987 39.61,14.1666797 L40,15 C39.9388802,15.13 39.8566536,15.3055599 39.7533203,15.5266797 C39.649987,15.7477995 39.405,16.1994531 39.0183594,16.8816406 C38.6317188,17.5638281 38.2195052,18.2366016 37.7817187,18.8999609 C37.3439323,19.5633203 36.7667057,20.3444401 36.0500391,21.2433203 C35.3333724,22.1422005 34.5933724,22.9799609 33.8300391,23.7566016 C33.0667057,24.5332422 32.1617057,25.3165755 31.1150391,26.1066016 C30.0683724,26.8966276 28.9961458,27.5672005 27.8983594,28.1183203 C26.8005729,28.6694401 25.5655729,29.1210938 24.1933594,29.4732812 C22.8211458,29.8254687 21.4233594,30.0010417 20,30 C18.1855469,30 16.4210938,29.7244401 14.7066406,29.1733203 C12.9921875,28.6222005 11.4883073,27.9083203 10.195,27.0316797 C8.90169271,26.1550391 7.68446615,25.1872526 6.54332031,24.1283203 C5.40217448,23.069388 4.44273438,22.0082812 3.665,20.945 C2.88726562,19.8817188 2.21447917,18.9117188 1.64664063,18.035 C1.07880208,17.1582812 0.659921875,16.4421745 0.39,15.8866797 L0,15.0666797 C0.0611197917,14.9366797 0.143346354,14.7611198 0.246679688,14.54 C0.350013021,14.3188802 0.595013021,13.8655469 0.981679688,13.18 C1.36834635,12.4944531 1.7805599,11.8194531 2.21832031,11.155 C2.65608073,10.4905469 3.23330729,9.705 3.95,8.79835938 C4.66669271,7.89171875 5.40669271,7.04949219 6.17,6.27167969 C6.93330729,5.49386719 7.83830729,4.70830729 8.885,3.915 C9.93169271,3.12169271 11.0039193,2.44669271 12.1016797,1.89 C13.1994401,1.33330729 14.4344401,0.879973958 15.8066797,0.53 C17.1789193,0.180026042 18.5766927,0.00446614583 20,0.0033203125 L20,0 Z M20,3.33332031 C18.7844531,3.33332031 17.5911198,3.49388021 16.42,3.815 C15.2488802,4.13611979 14.1922135,4.55057292 13.25,5.05835937 C12.3077865,5.56614583 11.3877865,6.18002604 10.49,6.9 C9.59221354,7.61997396 8.81554688,8.32941406 8.16,9.02832031 C7.50445313,9.72722656 6.86834635,10.4783464 6.25167969,11.2816797 C5.63501302,12.085013 5.14445313,12.7727865 4.78,13.345 C4.41554688,13.9172135 4.07277344,14.49 3.75167969,15.0633594 C4.07277344,15.6277865 4.41554688,16.1944531 4.78,16.7633594 C5.14445313,17.3322656 5.63501302,18.0139193 6.25167969,18.8083203 C6.86834635,19.6027214 7.50445313,20.3449479 8.16,21.035 C8.81554688,21.7250521 9.59221354,22.4261589 10.49,23.1383203 C11.3877865,23.8504818 12.3077865,24.4582812 13.25,24.9617187 C14.1922135,25.4651562 15.2488802,25.8751562 16.42,26.1917187 C17.5911198,26.5082813 18.7844531,26.6666797 20,26.6666797 C21.2155469,26.6666797 22.4088802,26.5061979 23.58,26.185 C24.7511198,25.8638021 25.8077865,25.4515755 26.75,24.9483203 C27.6922135,24.4450651 28.6122135,23.8350651 29.51,23.1183203 C30.4077865,22.4015755 31.1844531,21.6960286 31.84,21.0016797 C32.4955469,20.3073307 33.1316536,19.5606641 33.7483203,18.7616797 C34.364987,17.9626953 34.8555469,17.2771354 35.22,16.705 C35.5844531,16.1328646 35.9272266,15.5645312 36.2483203,15 C35.9272266,14.4355469 35.5844531,13.8672135 35.22,13.295 C34.8555469,12.7227865 34.364987,12.0372396 33.7483203,11.2383594 C33.1316536,10.4394792 32.4955469,9.69279948 31.84,8.99832031 C31.1844531,8.30384115 30.4077865,7.59829427 29.51,6.88167969 C28.6122135,6.1650651 27.6922135,5.5550651 26.75,5.05167969 C25.8077865,4.54829427 24.7511198,4.13606771 23.58,3.815 C22.4088802,3.49393229 21.2155469,3.33332031 20,3.33332031 L20,3.33332031 Z M20,8.33332031 C21.84,8.33332031 23.4111068,8.9844401 24.7133203,10.2866797 C26.0155339,11.5889193 26.6666797,13.160026 26.6666797,15 C26.6666797,16.839974 26.0155729,18.4110807 24.7132812,19.7133203 C23.4109896,21.0155599 21.8398958,21.6666797 20,21.6666797 C18.1601042,21.6666797 16.5889974,21.0155469 15.2866797,19.7132813 C13.984362,18.4110156 13.3333203,16.8399219 13.3333203,15 C13.3333203,13.1600781 13.9845182,11.5889714 15.2866797,10.2866797 C16.5888411,8.98438802 18.1599479,8.33332031 20,8.33332031 Z M20,11.6666406 C19.08,11.6666406 18.2944531,11.9922266 17.6433594,12.6433203 C16.9922656,13.2944141 16.6666406,14.079974 16.6666406,15 C16.6666406,15.920026 16.9921354,16.7055729 17.6432813,17.3566406 C18.2944271,18.0077083 19.08,18.3332813 20,18.3333594 C20.92,18.3334375 21.7055469,18.0078906 22.3566406,17.3567188 C23.0077344,16.7055469 23.3333594,15.919974 23.3333594,15 C23.3333594,14.080026 23.0078646,13.2944792 22.3567187,12.6433594 C21.7055729,11.9922396 20.92,11.6666406 20,11.6666406 L20,11.6666406 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -1 +1,6 @@
<svg width="128" height="64" xmlns="http://www.w3.org/2000/svg"><path d="M127.072 7.994c1.37-2.208.914-5.152-.914-6.87-2.056-1.717-4.797-1.226-6.396.982-.229.245-25.586 32.382-55.74 32.382-29.24 0-55.74-32.382-55.968-32.627-1.6-1.963-4.57-2.208-6.397-.49C-.17 3.086-.399 6.275 1.2 8.238c.457.736 5.94 7.36 14.62 14.72L4.17 35.96c-1.828 1.963-1.6 5.152.228 6.87.457.98 1.6 1.471 2.742 1.471s2.284-.49 3.198-1.472l12.564-13.983c5.94 4.416 13.021 8.587 20.788 11.53l-4.797 17.418c-.685 2.699.686 5.397 3.198 6.133h1.37c2.057 0 3.884-1.472 4.341-3.68L52.6 42.83c3.655.736 7.538 1.227 11.422 1.227 3.883 0 7.767-.49 11.422-1.227l4.797 17.173c.457 2.208 2.513 3.68 4.34 3.68.457 0 .914 0 1.143-.246 2.513-.736 3.883-3.434 3.198-6.133l-4.797-17.172c7.767-2.944 14.848-7.114 20.788-11.53l12.336 13.738c.913.981 2.056 1.472 3.198 1.472s2.284-.49 3.198-1.472c1.828-1.963 1.828-4.906.228-6.87l-11.65-13.001c9.366-7.36 14.849-14.474 14.849-14.474z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="20px" viewBox="0 0 40 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M39.750512,2.47453758 C40.1795157,1.78312139 40.0367232,0.861233142 39.4643008,0.323256236 C38.8204821,-0.214407529 37.9621615,-0.0606551072 37.4614485,0.63076108 C37.3897391,0.70748072 29.4494129,10.7709055 20.0069474,10.7709055 C10.8506932,10.7709055 2.5524464,0.63076108 2.48105017,0.554041439 C1.98002394,-0.0606551072 1.04999402,-0.137374748 0.477884702,0.400602159 C-0.0942246162,0.937639641 -0.165933994,1.93624753 0.334779087,2.55094408 C0.477884702,2.78141614 2.19483894,4.8556647 4.91290619,7.16038532 L1.26480901,11.2318497 C0.692386553,11.8465462 0.76378279,12.8451541 1.33620525,13.383131 C1.47931086,13.6900096 1.83723147,13.843762 2.19483894,13.843762 C2.5524464,13.843762 2.91005387,13.6903227 3.1962651,13.3828179 L7.13057351,9.00416182 C8.99063336,10.3869942 11.2079875,11.6931069 13.6401567,12.614682 L12.1380175,18.0689788 C11.9235156,18.9141474 12.3528325,19.7590028 13.1394436,19.9894749 L13.5684473,19.9894749 C14.2125792,19.9894749 14.7846885,19.5285308 14.9277941,18.8371146 L16.4302465,13.383131 C17.5747783,13.6136031 18.7907063,13.7673555 20.0069474,13.7673555 C21.2228754,13.7673555 22.4391166,13.6139162 23.5836484,13.383131 L25.0857876,18.7607081 C25.2288932,19.4521243 25.8727119,19.9130684 26.4448212,19.9130684 C26.5879269,19.9130684 26.7310325,19.9130684 26.8027419,19.8360356 C27.5896662,19.6055635 28.0186699,18.7607081 27.804168,17.9155395 L26.3020288,12.5382755 C28.7341979,11.6163873 30.9515521,10.3105877 32.811612,8.92775532 L36.6745241,13.2296917 C36.9604222,13.5368834 37.3183428,13.6906359 37.6759503,13.6906359 C38.0335578,13.6906359 38.3911652,13.5371966 38.6773765,13.2296917 C39.2497989,12.6149952 39.2497989,11.6934201 38.7487727,11.0784104 L35.1006755,7.00725918 C38.0335578,4.70253856 39.750512,2.47485072 39.750512,2.47485072 L39.750512,2.47453758 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,3 +1,12 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M21 11V4.5A1.5 1.5 0 0 0 19.5 3h-15A1.5 1.5 0 0 0 3 4.5v15A1.5 1.5 0 0 0 4.5 21H11"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M21 11V4.5A1.5 1.5 0 0 0 19.5 3h-15A1.5 1.5 0 0 0 3 4.5v15A1.5 1.5 0 0 0 4.5 21H11"/><path stroke-width="2" stroke="#646A73" d="M17 19.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path stroke-width="2" stroke-opacity=".2" stroke="#000" d="M17 19.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M17 13v1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M17 13v1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M17 19.5V21"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M17 19.5V21"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m19.914 14-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m19.914 14-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m14.914 19-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m14.914 19-1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m14 14 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m14 14 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m19 19 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m19 19 1.06 1.06"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M13 17h1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M13 17h1.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M19.5 17H21"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M19.5 17H21"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M3 8.5h18"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M3 8.5h18"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M8.5 21V8.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M8.5 21V8.5"/></svg> -->
<svg t="1676621451682" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1730" width="160" height="160"><path d="M214.136772 262.324706a69.270588 69.270588 0 0 0 48.188235-117.63953 67.403294 67.403294 0 0 0-48.188235-20.299294h-0.180706a67.252706 67.252706 0 0 0-48.00753 20.058353 69.270588 69.270588 0 0 0 48.188236 117.880471z" fill="#000000" p-id="1731"></path><path d="M422.761713 262.324706a68.909176 68.909176 0 1 0-68.065882-69.722353v0.813176a68.608 68.608 0 0 0 68.065882 68.909177z" fill="#000000" p-id="1732"></path><path d="M973.914654 0H49.995595A50.266353 50.266353 0 0 0 0.060536 50.537412v922.925176A50.296471 50.296471 0 0 0 49.995595 1024h483.297883a44.001882 44.001882 0 0 0 31.412706-13.131294 45.176471 45.176471 0 0 0-31.503059-77.071059H89.058184v-546.936471h845.703529v53.910589a45.176471 45.176471 0 0 0 13.643294 31.623529 44.062118 44.062118 0 0 0 31.774118 12.619294 44.784941 44.784941 0 0 0 43.730823-44.393412V50.597647A50.386824 50.386824 0 0 0 973.914654 0z m-39.152941 90.202353v206.396235H89.058184V90.202353z" fill="#000000" p-id="1733"></path><path d="M1001.713242 818.778353l-45.025882-26.232471a173.688471 173.688471 0 0 0 0-87.341176l44.995765-26.232471a17.769412 17.769412 0 0 0 7.529411-21.865411 239.254588 239.254588 0 0 0-29.635764-51.862589 17.287529 17.287529 0 0 0-22.40753-4.336941l-45.025882 26.292706a168.116706 168.116706 0 0 0-74.752-43.670588V530.974118a17.528471 17.528471 0 0 0-15.058824-17.498353 231.725176 231.725176 0 0 0-59.181176 0 17.468235 17.468235 0 0 0-15.058824 17.498353v52.555294a168.026353 168.026353 0 0 0-74.721882 43.670588l-44.965647-26.262588a17.347765 17.347765 0 0 0-22.528 4.397176 236.574118 236.574118 0 0 0-29.635765 51.862588 17.679059 17.679059 0 0 0 7.499294 21.835295l45.025883 26.262588a172.303059 172.303059 0 0 0-5.541647 46.110117 170.014118 170.014118 0 0 0 5.632 41.200942l-45.176471 26.262588a17.769412 17.769412 0 0 0-7.499294 21.955765 239.495529 239.495529 0 0 0 29.635765 51.892705 17.347765 17.347765 0 0 0 22.407529 4.306824l45.176471-26.383059a168.96 168.96 0 0 0 74.511059 43.700706v52.555294a17.528471 17.528471 0 0 0 15.058823 17.498353 234.526118 234.526118 0 0 0 59.181177 0 17.498353 17.498353 0 0 0 15.058823-17.498353v-52.555294a168.237176 168.237176 0 0 0 74.752-43.670588l44.965647 26.23247a17.347765 17.347765 0 0 0 22.528-4.367058 237.929412 237.929412 0 0 0 29.545412-51.712 17.769412 17.769412 0 0 0-7.288471-22.046118z m-128.993882-68.306824a79.932235 79.932235 0 0 1-78.667294 79.600942h-2.349177a80.835765 80.835765 0 1 1 1.144471-161.67153h1.174588a80.474353 80.474353 0 0 1 78.697412 82.070588z" fill="#000000" p-id="1734"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M8.36362174,10.2485419 C9.44217484,10.2269707 10.4049053,9.56690528 10.8138203,8.56864148 C11.2227354,7.57037769 10.9997248,6.42460169 10.2462471,5.65258266 C9.75098703,5.14567057 9.07231233,4.85977885 8.36362174,4.85952411 L8.35656189,4.85952411 C7.65155764,4.85853252 6.97573042,5.14090449 6.48099634,5.64316954 C5.72102548,6.41442263 5.49390752,7.56442021 5.90361988,8.56667907 C6.31333225,9.56893793 7.28100352,10.2305189 8.36362174,10.2485419 L8.36362174,10.2485419 Z"
id="路径"></path>
<path d="M16.5142129,10.2485419 C17.6030788,10.2617914 18.5926949,9.61777704 19.0215535,8.61683519 C19.4504121,7.61589334 19.2340453,6.4551695 18.4733557,5.67596755 C17.7126661,4.8967656 16.5574792,4.6525572 15.5465168,5.057229 C14.5355544,5.4619008 13.8679356,6.43574863 13.8549779,7.52461828 L13.8549779,7.55638756 C13.8484762,9.03307849 15.0375536,10.2368879 16.5142129,10.2485419 L16.5142129,10.2485419 Z"
id="路径"></path>
<path d="M38.0467406,0 L1.95092905,0 C0.867259281,0.00712649042 -0.00580869324,0.890726046 2.91060571e-05,1.97440337 L2.91060571e-05,38.0313858 C-0.00515943226,39.1147984 0.867531764,39.9980166 1.95092905,40.0057906 L20.8324849,40.0057906 C21.2938296,40.0063877 21.7360538,39.8215269 22.0597213,39.4927737 C22.5609596,38.9900482 22.7122109,38.2359409 22.4436055,37.5788078 C22.1750001,36.9216747 21.5388238,36.4894311 20.828955,36.4817498 L3.47703227,36.4817498 L3.47703227,15.1139518 L36.5171075,15.1139518 L36.5171075,17.2201389 C36.5246707,17.6861898 36.7162841,18.1303269 37.0501258,18.4556118 C37.3806923,18.7803247 37.8282071,18.958058 38.2914819,18.9486243 C39.2357613,18.9264262 39.9919677,18.1587621 39.9999823,17.2142557 L39.9999823,1.97675664 C40.0045346,0.892308721 39.1311655,0.00841713 38.0467406,0 L38.0467406,0 Z M36.5171075,3.52403937 L36.5171075,11.5875591 L3.47703227,11.5875591 L3.47703227,3.52403937 L36.5171075,3.52403937 Z"
id="形状"></path>
<path d="M39.1327801,31.9881583 L37.373702,30.9633041 C37.6643526,29.8444525 37.6643526,28.6698973 37.373702,27.5510457 L39.1316035,26.5261915 C39.4268784,26.3529303 39.5517591,25.9902769 39.4257637,25.6719502 C39.1259817,24.950844 38.7370129,24.2701485 38.2679491,23.6457746 C38.0601863,23.3773252 37.6854508,23.3047958 37.3925283,23.4763384 L35.6334502,24.5035458 C34.8256111,23.6896393 33.8187519,23.1014258 32.7130276,22.7974166 L32.7130276,20.7441783 C32.7158588,20.4011009 32.4643756,20.1088773 32.1247072,20.06055 C31.3571751,19.9617295 30.5801399,19.9617295 29.8126079,20.06055 C29.4724081,20.1079046 29.2204152,20.4007204 29.2242875,20.7441783 L29.2242875,22.7974166 C28.1189203,23.1014612 27.1124504,23.6896842 26.3050415,24.5035458 L24.5483167,23.477515 C24.2535747,23.3047685 23.8763365,23.3784006 23.6681893,23.6493046 C23.1981937,24.273065 22.8091552,24.9538824 22.5103747,25.6754801 C22.3832524,25.9931521 22.5078772,26.3560152 22.8033583,26.5285448 L24.5624364,27.5545756 C24.4093035,28.1425326 24.3364748,28.7485148 24.3459345,29.3560127 C24.3531372,29.8995431 24.4270338,30.440134 24.5659663,30.9656574 L22.801005,31.9916883 C22.5044005,32.1656047 22.3797882,32.5304338 22.5080215,32.8494594 C22.8078046,33.5709317 23.19677,34.2520164 23.6658361,34.8768116 C23.8745126,35.1439155 24.2484301,35.215784 24.5412569,35.0450713 L26.3062182,34.0143339 C27.1122289,34.8260547 28.1153484,35.4143839 29.2172276,35.7216398 L29.2172276,37.774878 C29.2143964,38.1179555 29.4658797,38.410179 29.8055481,38.4585064 C30.5731559,38.5561371 31.3500395,38.5561371 32.1176474,38.4585064 C32.4575809,38.4106639 32.709318,38.1181454 32.7059678,37.774878 L32.7059678,35.7216398 C33.8116064,35.4174272 34.8184162,34.8292426 35.6263904,34.0155105 L37.3831152,35.0403647 C37.6775742,35.2133678 38.0547565,35.1402509 38.2632425,34.8697518 C38.7311029,34.2473249 39.1189018,33.568578 39.4175272,32.8494594 C39.5492533,32.5314684 39.428089,32.1649712 39.1327801,31.9881583 L39.1327801,31.9881583 Z M34.0932273,29.3195368 C34.0863919,31.0200577 32.7201633,32.4025012 31.0198414,32.4293987 L30.9280634,32.4293987 C29.1838907,32.4170517 27.7799686,30.9931111 27.7923155,29.2489384 C27.8046625,27.5047657 29.2286031,26.1008435 30.9727758,26.1131905 L31.0186648,26.1131905 C32.7524085,26.1511327 34.1280401,27.5857275 34.0932273,29.3195368 L34.0932273,29.3195368 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -1 +1,7 @@
<svg t="1692600488483" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11042" width="200" height="200"><path d="M707.2 350.976l-198.496 115.264-195.072-111.712c-37.088-21.12-68.736 34.528-31.648 55.616l198.72 113.792v256.736a32 32 0 0 0 64 0v-258.016c0-1.056-0.512-1.952-0.608-3.008l194.752-113.088c37.088-21.056 5.44-76.704-31.648-55.584z" p-id="11043"></path><path d="M880.288 232.48L560.192 45.12a95.648 95.648 0 0 0-96.64 0L143.68 232.48A96.64 96.64 0 0 0 96 315.904v397.664c0 34.784 18.624 66.88 48.736 84l320 181.92a95.52 95.52 0 0 0 94.496 0l320-181.92A96.576 96.576 0 0 0 928 713.568V315.904a96.64 96.64 0 0 0-47.712-83.424zM864 713.568c0 11.584-6.208 22.304-16.256 28l-320 181.92a31.776 31.776 0 0 1-31.488 0l-320-181.92A32.192 32.192 0 0 1 160 713.568V315.904c0-11.456 6.048-22.016 15.904-27.808l319.872-187.36a31.84 31.84 0 0 1 32.192 0l320.128 187.392c9.856 5.728 15.904 16.32 15.904 27.776v397.664z" p-id="11044"></path></svg>
<svg width="40px" height="34.8444564px" viewBox="0 0 40 34.8444564" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M31.9324389,34.8444564 L8.14439661,34.8444564 C6.46918235,34.8444564 4.96148953,33.6718064 4.45892525,31.9965921 L0.103368217,14.4068425 C-0.231674619,12.8991497 0.270889655,11.5589783 1.27601817,10.5538498 C2.28114668,9.54872122 3.95636098,9.38119978 5.29653236,10.0512855 L10.4896965,12.5641069 C10.8247394,12.7316283 11.1597823,12.5641069 11.3273037,12.229064 L16.6879893,2.0102571 C17.358075,0.670085713 18.6982464,0 20.0384178,0 C21.3785892,0 22.7187606,0.670085713 23.3888463,2.0102571 L28.5820104,12.229064 C28.7495319,12.5641068 29.0845747,12.5641068 29.4196176,12.5641069 L34.6127817,10.0512855 C35.9529531,9.38119978 37.4606459,9.54872122 38.6332959,10.5538498 C39.8059459,11.5589783 40.3085102,13.0666711 39.8059459,14.4068425 L35.4503889,31.8290707 C35.115346,33.6718064 33.6076532,34.8444564 31.9324389,34.8444564 Z M3.78883954,12.7316283 C3.6213181,12.7316283 3.4537967,12.8991497 3.28627526,12.8991497 C3.28627526,13.0666711 2.95123243,13.2341925 3.11875387,13.5692354 L7.4743109,31.158985 C7.4743109,31.4940279 7.80935374,31.6615493 8.14439661,31.6615493 L31.9324389,31.6615493 C32.2674818,31.6615493 32.4350032,31.4940279 32.6025246,31.158985 L36.9580817,13.7367568 C37.1256031,13.2341925 36.7905602,13.0666711 36.7905603,12.8991497 C36.6230388,12.7316283 36.4555174,12.7316283 36.1204746,12.7316283 L30.9273104,15.2444496 C29.0845747,16.0820568 26.9067962,15.4119711 25.9016676,13.7367568 L20.7085035,3.51794992 C20.540982,3.35042849 20.3734606,3.18290705 20.2059392,3.18290705 C20.0384178,3.18290705 19.8708964,3.18290705 19.7033749,3.51794992 L14.3426893,13.7367568 C13.3375608,15.5794925 11.1597822,16.2495782 9.31704656,15.4119711 L4.12388242,12.8991497 C3.95636098,12.8991497 3.78883958,12.7316283 3.78883954,12.7316283 Z"
id="形状"></path>
<path d="M24.5614962,28.4786422 L15.5153393,28.4786422 C14.6777322,28.4786422 14.0076465,27.8085565 14.0076465,26.9709494 C14.0076465,26.1333423 14.6777322,25.4632566 15.5153393,25.4632566 L24.5614962,25.4632566 C25.3991034,25.4632566 26.0691891,26.1333423 26.0691891,26.9709494 C26.0691891,27.8085565 25.3991034,28.4786422 24.5614962,28.4786422 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +1,6 @@
<svg t="1716540775190" class="icon" viewBox="0 0 1109 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="102379" width="200" height="200"><path d="M1049.6 288.682667v-76.458667c0-65.706667-52.053333-139.093333-121.685333-139.093333H576.768l-14.506667-27.392A83.370667 83.370667 0 0 0 488.192 0.853333h-374.613333C51.029333 0.853333 0.256 53.077333 0.256 117.333333v713.130667c0 64.170667 50.773333 116.394667 113.322667 116.394667h881.578666c62.464 0 113.322667-52.224 113.322667-116.394667v-437.76c0-37.888-25.088-78.08-58.88-104.106667z m-121.685333-145.664c24.149333 0 51.797333 36.864 51.797333 69.12v48.384l-3.498667-0.085334H676.010667l-62.208-117.418666h314.026666z m110.592 687.445333c0 25.6-19.456 46.506667-43.349334 46.506667H113.578667c-23.893333 0-43.434667-20.906667-43.434667-46.506667V117.333333c0-25.6 19.456-46.506667 43.434667-46.506666h374.613333a13.653333 13.653333 0 0 1 12.202667 7.509333l123.733333 233.472a34.986667 34.986667 0 0 0 30.890667 18.602667h321.194666c25.002667 0 62.293333 37.290667 62.293334 62.293333v437.76z" fill="#2c2c2c" p-id="102380"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="35px" viewBox="0 0 40 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M37.8747979,10.388856 L37.8747979,7.62917318 C37.8747979,5.2575708 35.995996,2.60876817 33.4827135,2.60876817 L20.8085008,2.60876817 L20.2849003,1.62008718 C19.7661614,0.623236009 18.7352013,-0.00151630603 17.6114576,2.7639203e-06 L4.0902441,2.7639203e-06 C1.83260182,2.7639203e-06 0,1.88496742 0,4.20420974 L0,29.9437955 C0,32.2599578 1.83260182,34.1449197 4.0902441,34.1449197 L35.9097559,34.1449197 C38.1643182,34.1449197 40,32.2599578 40,29.9437955 L40,14.1433797 C40,12.7758583 39.0944791,11.3251769 37.8747979,10.3857759 L37.8747979,10.388856 Z M33.4827135,5.13129069 C34.3543544,5.13129069 35.3522754,6.46185202 35.3522754,7.62609319 L35.3522754,9.37245493 L35.2259952,9.36937491 L24.3905444,9.36937491 L22.1452222,5.13129069 L33.4796335,5.13129069 L33.4827135,5.13129069 Z M37.4743975,29.9437955 C37.4743975,30.8677964 36.7721568,31.6223972 35.9097559,31.6223972 L4.0902441,31.6223972 C3.22784325,31.6223972 2.52252252,30.8677964 2.52252252,29.9437955 L2.52252252,4.20420974 C2.52252252,3.28020882 3.22476322,2.52560796 4.0902441,2.52560796 L17.6114576,2.52560796 C17.7976913,2.52560796 17.9680929,2.63033625 18.0518981,2.79664835 L22.5179025,11.2235368 C22.7367136,11.6363892 23.1656107,11.8946753 23.6328636,11.8949775 L35.2259952,11.8949775 C36.1284361,11.8949775 37.4743975,13.2409388 37.4743975,14.1433797 L37.4743975,29.9437955 L37.4743975,29.9437955 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1 +1,8 @@
<svg t="1716540225224" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="97212" width="200" height="200"><path d="M282.794667 113.777778H113.777778a56.888889 56.888889 0 0 0-56.888889 56.888889v739.555555a56.888889 56.888889 0 0 0 56.888889 56.888889h796.444444a56.888889 56.888889 0 0 0 56.888889-56.888889V315.619556a56.888889 56.888889 0 0 0-56.888889-56.888889H470.129778a73.955556 73.955556 0 0 1-49.891556-19.342223L282.794667 113.777778zM113.777778 56.888889h184.490666a17.066667 17.066667 0 0 1 11.491556 4.494222l148.878222 135.964445a17.066667 17.066667 0 0 0 11.491556 4.494222H910.222222a113.777778 113.777778 0 0 1 113.777778 113.777778V910.222222a113.777778 113.777778 0 0 1-113.777778 113.777778H113.777778a113.777778 113.777778 0 0 1-113.777778-113.777778V170.666667a113.777778 113.777778 0 0 1 113.777778-113.777778z" fill="#2c2c2c" p-id="97213"></path><path d="M628.565333 503.296l-69.404444-54.215111a28.444444 28.444444 0 1 1 34.986667-44.828445l134.485333 105.073778a28.444444 28.444444 0 0 1-17.521778 50.858667h-398.222222a28.444444 28.444444 0 1 1 0-56.888889h315.676444zM395.491556 673.962667l69.404444 54.215111a28.444444 28.444444 0 1 1-35.043556 44.828444l-134.485333-105.073778a28.444444 28.444444 0 0 1 17.578667-50.858666h398.222222a28.444444 28.444444 0 1 1 0 56.888889H395.491556z" fill="#2c2c2c" p-id="97214"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="38px" viewBox="0 0 40 38" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M11.0466666,2.22222222 L4.44444446,2.22222222 C3.21714501,2.22222222 2.22222222,3.21714501 2.22222222,4.44444446 L2.22222222,33.3333334 C2.22222222,34.5606328 3.21714501,35.5555555 4.44444446,35.5555555 L35.5555555,35.5555555 C36.782855,35.5555555 37.7777778,34.5606328 37.7777778,33.3333334 L37.7777778,10.1066666 C37.7777778,8.8793672 36.782855,7.88444446 35.5555555,7.88444446 L18.3644445,7.88444446 C17.6432804,7.88467502 16.9481074,7.61516668 16.4155555,7.12888886 L11.0466666,2.22222222 Z M4.44444446,0 L11.6511111,0 C11.8173988,0.000486781818 11.9775016,0.0631012258 12.1,0.175555547 L17.9155555,5.48666668 C18.038054,5.599121 18.1981567,5.66173545 18.3644445,5.66222222 L35.5555555,5.66222222 C38.0101544,5.66222222 40,7.65206778 40,10.1066666 L40,33.3333334 C40,35.7879322 38.0101544,37.7777778 35.5555555,37.7777778 L4.44444446,37.7777778 C1.98984556,37.7777778 0,35.7879322 0,33.3333334 L0,4.44444446 C0,1.98984556 1.98984556,0 4.44444446,0 L4.44444446,0 Z"
id="形状"></path>
<path d="M24.5533334,17.4377778 L21.8422222,15.32 C21.5162206,15.0803646 21.346249,14.682463 21.3984991,14.2812498 C21.4507492,13.8800364 21.7169609,13.5389392 22.0934637,13.3907911 C22.4699664,13.242643 22.8972389,13.3108647 23.2088889,13.5688889 L28.4622222,17.6733334 C28.8359618,17.9653411 28.983143,18.4623887 28.828653,18.9108111 C28.674163,19.3592335 28.2520665,19.6601541 27.7777778,19.6600001 L12.2222222,19.6600001 C11.6085725,19.6600001 11.1111111,19.1625386 11.1111111,18.5488889 C11.1111111,17.9352392 11.6085725,17.4377778 12.2222222,17.4377778 L24.5533334,17.4377778 L24.5533334,17.4377778 Z M15.4488889,24.1044445 L18.16,26.2222222 C18.4728059,26.4667506 18.6313961,26.8595842 18.5760312,27.2527463 C18.5206662,27.6459084 18.2597575,27.9796682 17.8915867,28.1283018 C17.5234159,28.2769354 17.103917,28.2178618 16.7911111,27.9733334 L11.5377778,23.8688889 C11.1637139,23.5766303 11.0166334,23.0790135 11.1717055,22.6303583 C11.3267776,22.1817031 11.749747,21.881117 12.2244445,21.8822162 L27.78,21.8822162 C28.3936498,21.8822162 28.8911111,22.3796836 28.8911111,22.9933334 C28.8911111,23.606983 28.3936498,24.1044445 27.78,24.1044445 L15.4488889,24.1044445 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M3 3a2 2 0 0 1 2-2h10.5a1 1 0 0 1 .743.331l4.5 5A1 1 0 0 1 21 7v6a1 1 0 1 1-2 0V7.384L15.055 3H5v18h6a1 1 0 1 1 0 2H5a2 2 0 0 1-2-2V3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M3 3a2 2 0 0 1 2-2h10.5a1 1 0 0 1 .743.331l4.5 5A1 1 0 0 1 21 7v6a1 1 0 1 1-2 0V7.384L15.055 3H5v18h6a1 1 0 1 1 0 2H5a2 2 0 0 1-2-2V3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M13 16a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M13 16a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M13 19a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M13 19a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M13 22a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M13 22a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M15 1a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M15 1a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="49px" viewBox="0 0 40 49" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M0,4.44444444 C0,1.98984556 1.98984556,0 4.44444444,0 L27.7777778,0 C28.4075079,0 29.0075995,0.267500805 29.4288889,0.735555556 L39.4288889,11.8466667 C39.7963937,12.2546444 40,12.7842381 40,13.3333333 L40,26.6666667 C40,27.8939661 39.0050772,28.8888889 37.7777778,28.8888889 C36.5504783,28.8888889 35.5555556,27.8939661 35.5555556,26.6666667 L35.5555556,14.1866667 L26.7888889,4.44444444 L4.44444444,4.44444444 L4.44444444,44.4444444 L17.7777778,44.4444444 C19.0050772,44.4444444 20,45.4393672 20,46.6666667 C20,47.8939661 19.0050772,48.8888889 17.7777778,48.8888889 L4.44444444,48.8888889 C1.98984556,48.8888889 0,46.8990433 0,44.4444444 L0,4.44444444 Z"
id="路径" fill="#646A73"></path>
<path d="M0,4.44444444 C0,1.98984556 1.98984556,0 4.44444444,0 L27.7777778,0 C28.4075079,0 29.0075995,0.267500805 29.4288889,0.735555556 L39.4288889,11.8466667 C39.7963937,12.2546444 40,12.7842381 40,13.3333333 L40,26.6666667 C40,27.8939661 39.0050772,28.8888889 37.7777778,28.8888889 C36.5504783,28.8888889 35.5555556,27.8939661 35.5555556,26.6666667 L35.5555556,14.1866667 L26.7888889,4.44444444 L4.44444444,4.44444444 L4.44444444,44.4444444 L17.7777778,44.4444444 C19.0050772,44.4444444 20,45.4393672 20,46.6666667 C20,47.8939661 19.0050772,48.8888889 17.7777778,48.8888889 L4.44444444,48.8888889 C1.98984556,48.8888889 0,46.8990433 0,44.4444444 L0,4.44444444 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M22.2222222,33.3333333 C22.2222222,32.1060339 23.217145,31.1111111 24.4444444,31.1111111 L37.7777778,31.1111111 C39.0050772,31.1111111 40,32.1060339 40,33.3333333 C40,34.5606328 39.0050772,35.5555556 37.7777778,35.5555556 L24.4444444,35.5555556 C23.217145,35.5555556 22.2222222,34.5606328 22.2222222,33.3333333 Z"
id="路径" fill="#646A73"></path>
<path d="M22.2222222,33.3333333 C22.2222222,32.1060339 23.217145,31.1111111 24.4444444,31.1111111 L37.7777778,31.1111111 C39.0050772,31.1111111 40,32.1060339 40,33.3333333 C40,34.5606328 39.0050772,35.5555556 37.7777778,35.5555556 L24.4444444,35.5555556 C23.217145,35.5555556 22.2222222,34.5606328 22.2222222,33.3333333 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M22.2222222,40 C22.2222222,38.7727006 23.217145,37.7777778 24.4444444,37.7777778 L37.7777778,37.7777778 C39.0050772,37.7777778 40,38.7727006 40,40 C40,41.2272994 39.0050772,42.2222222 37.7777778,42.2222222 L24.4444444,42.2222222 C23.217145,42.2222222 22.2222222,41.2272994 22.2222222,40 Z"
id="路径" fill="#646A73"></path>
<path d="M22.2222222,40 C22.2222222,38.7727006 23.217145,37.7777778 24.4444444,37.7777778 L37.7777778,37.7777778 C39.0050772,37.7777778 40,38.7727006 40,40 C40,41.2272994 39.0050772,42.2222222 37.7777778,42.2222222 L24.4444444,42.2222222 C23.217145,42.2222222 22.2222222,41.2272994 22.2222222,40 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M22.2222222,46.6666667 C22.2222222,45.4393672 23.217145,44.4444444 24.4444444,44.4444444 L37.7777778,44.4444444 C39.0050772,44.4444444 40,45.4393672 40,46.6666667 C40,47.8939661 39.0050772,48.8888889 37.7777778,48.8888889 L24.4444444,48.8888889 C23.217145,48.8888889 22.2222222,47.8939661 22.2222222,46.6666667 Z"
id="路径" fill="#646A73"></path>
<path d="M22.2222222,46.6666667 C22.2222222,45.4393672 23.217145,44.4444444 24.4444444,44.4444444 L37.7777778,44.4444444 C39.0050772,44.4444444 40,45.4393672 40,46.6666667 C40,47.8939661 39.0050772,48.8888889 37.7777778,48.8888889 L24.4444444,48.8888889 C23.217145,48.8888889 22.2222222,47.8939661 22.2222222,46.6666667 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M26.6666667,0 C27.8939661,0 28.8888889,0.994922778 28.8888889,2.22222222 L28.8888889,11.1111111 L37.7777778,11.1111111 C39.0050772,11.1111111 40,12.1060339 40,13.3333333 C40,14.5606328 39.0050772,15.5555556 37.7777778,15.5555556 L26.6666667,15.5555556 C25.4393672,15.5555556 24.4444444,14.5606328 24.4444444,13.3333333 L24.4444444,2.22222222 C24.4444444,0.994922778 25.4393672,0 26.6666667,0 Z"
id="路径" fill="#646A73"></path>
<path d="M26.6666667,0 C27.8939661,0 28.8888889,0.994922778 28.8888889,2.22222222 L28.8888889,11.1111111 L37.7777778,11.1111111 C39.0050772,11.1111111 40,12.1060339 40,13.3333333 C40,14.5606328 39.0050772,15.5555556 37.7777778,15.5555556 L26.6666667,15.5555556 C25.4393672,15.5555556 24.4444444,14.5606328 24.4444444,13.3333333 L24.4444444,2.22222222 C24.4444444,0.994922778 25.4393672,0 26.6666667,0 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -1 +1,8 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1712647403772" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17195" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M558.72 1015.04a32.64 32.64 0 0 1-32.64-32.64V334.08a32.64 32.64 0 0 1 8.32-21.12l213.12-241.28h-640L320 312.32a35.2 35.2 0 0 1 8.32 21.76v374.4l69.76 69.12a32.64 32.64 0 1 1-46.08 46.08l-78.08-78.72a35.2 35.2 0 0 1-9.6-23.04V346.24L11.52 64A33.28 33.28 0 0 1 5.76 25.6 33.92 33.92 0 0 1 35.84 6.4h784.64a33.28 33.28 0 0 1 29.44 19.2 33.28 33.28 0 0 1-5.12 38.4l-256 286.08v635.52a32.64 32.64 0 0 1-30.08 29.44z" fill="#2c2c2c" p-id="17196"></path><path d="M970.88 504.96h-280.96a32.64 32.64 0 1 1 0-64h280.96a32.64 32.64 0 1 1 0 64zM970.88 709.76h-280.96a32.64 32.64 0 0 1 0-64h280.96a32.64 32.64 0 0 1 0 64zM970.88 914.56h-280.96a32.64 32.64 0 0 1 0-64h280.96a32.64 32.64 0 0 1 0 64z" fill="#2c2c2c" p-id="17197"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="41px" viewBox="0 0 40 41" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M22.0915145,40.0308889 C21.3760761,40.0308889 20.7960986,39.4509115 20.7960986,38.7354731 L20.7960986,13.0049588 C20.802336,12.6950478 20.919494,12.3976467 21.1263027,12.1667486 L29.584606,2.59083164 L4.18429576,2.59083164 L12.6171987,12.1413483 C12.8220978,12.3833954 12.9385467,12.6879541 12.9474028,13.0049588 L12.9474028,27.8641403 L15.7160366,30.6073738 C16.0755847,30.9269067 16.228477,31.419355 16.1131199,31.8863335 C15.9977628,32.353312 15.6331524,32.7179223 15.166174,32.8332794 C14.6991955,32.9486365 14.2067472,32.7957443 13.8872143,32.4361961 L10.7883764,29.311958 C10.5539437,29.0639263 10.4184151,28.7386574 10.4073718,28.3975468 L10.4073718,13.4875647 L0.374249233,2.28602792 C-0.02112607,1.87972716 -0.113120434,1.26643139 0.145646441,0.762009306 C0.367020735,0.302291982 0.829270669,0.00723883244 1.33946102,0 L32.4802413,0 C32.9830196,0.0108560821 33.4360093,0.306284159 33.6486556,0.762009306 C33.9140418,1.2611552 33.8323488,1.87385294 33.4454531,2.28602792 L23.285329,13.6399666 L23.285329,38.8624746 C23.2251746,39.4907708 22.7209588,39.9842585 22.0915145,40.0308889 L22.0915145,40.0308889 Z"
id="路径"></path>
<path d="M38.4493142,19.7868416 L27.298578,19.7868416 C26.7842867,19.8902129 26.2584213,19.6732154 25.9666904,19.2372403 C25.6749595,18.8012652 25.6749595,18.232387 25.9666904,17.796412 C26.2584213,17.3604369 26.7842867,17.1434394 27.298578,17.2468106 L38.4493142,17.2468106 C38.9636055,17.1434394 39.489471,17.3604369 39.7812018,17.796412 C40.0729327,18.232387 40.0729327,18.8012652 39.7812018,19.2372403 C39.489471,19.6732154 38.9636055,19.8902129 38.4493142,19.7868416 L38.4493142,19.7868416 Z M38.4493142,27.9149409 L27.298578,27.9149409 C26.6936436,27.7933506 26.2584322,27.2619586 26.2584322,26.6449254 C26.2584322,26.0278922 26.6936436,25.4965002 27.298578,25.3749099 L38.4493142,25.3749099 C39.0542487,25.4965002 39.4894601,26.0278922 39.4894601,26.6449254 C39.4894601,27.2619586 39.0542487,27.7933506 38.4493142,27.9149409 L38.4493142,27.9149409 Z M38.4493142,36.0430402 L27.298578,36.0430402 C26.6936436,35.9214498 26.2584322,35.3900578 26.2584322,34.7730247 C26.2584322,34.1559915 26.6936436,33.6245995 27.298578,33.5030092 L38.4493142,33.5030092 C39.0542487,33.6245995 39.4894601,34.1559915 39.4894601,34.7730247 C39.4894601,35.3900578 39.0542487,35.9214498 38.4493142,36.0430402 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -1 +1,8 @@
<svg t="1712573744011" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22617" width="200" height="200"><path d="M903.111111 14.222222H123.107556A71.310222 71.310222 0 0 0 51.996444 85.333333v853.333334c0 39.111111 32 71.111111 71.111112 71.111111H903.111111c39.111111 0 71.111111-32 71.111111-71.111111V85.333333c0-39.111111-32-71.111111-71.111111-71.111111z m0 924.330667l-0.113778 0.113778H123.221333l-0.113777-0.113778V85.447111L123.221333 85.333333h779.776l0.113778 0.113778v853.105778z" fill="#2c2c2c" fill-opacity=".65" p-id="22618"></path><path d="M373.219556 146.545778c-9.102222 0-18.204444 3.441778-25.116445 10.467555L291.555556 213.560889l-21.987556-22.016a35.527111 35.527111 0 1 0-50.232889 50.346667l21.987556 21.987555 25.116444 25.116445a35.527111 35.527111 0 0 0 50.232889 0l25.116444-25.116445 56.547556-56.547555a35.612444 35.612444 0 0 0-25.116444-60.785778zM769.763556 187.448889h-255.544889c-19.655111 0-35.555556 15.872-35.555556 35.555555 0 19.655111 15.900444 35.555556 35.555556 35.555556h255.573333c19.626667 0 35.555556-15.900444 35.555556-35.555556 0-19.683556-15.928889-35.555556-35.555556-35.555555z m-371.427556 193.991111a35.527111 35.527111 0 0 0-50.232889 0L291.555556 437.987556l-21.987556-21.987556a35.527111 35.527111 0 1 0-50.232889 50.346667l21.987556 21.987555 25.116444 25.116445a35.527111 35.527111 0 0 0 50.232889 0l25.116444-25.116445 56.547556-56.547555a35.612444 35.612444 0 0 0 0-50.346667z m371.456 30.435556h-255.573333c-19.655111 0-35.555556 15.928889-35.555556 35.555555 0 19.683556 15.900444 35.555556 35.555556 35.555556h255.573333c19.626667 0 35.555556-15.872 35.555556-35.555556 0-19.626667-15.928889-35.555556-35.555556-35.555555z" fill="#2c2c2c" fill-opacity=".65" p-id="22619"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="44px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M36.9156745,0 L3.0843255,0 C1.38286855,0.00474415516 0.00474417909,1.3828685 0,3.08432545 L0,40.096231 C0,41.79261 1.38794646,43.1805564 3.0843255,43.1805564 L36.9156745,43.1805564 C38.6120535,43.1805564 40,41.79261 40,40.096231 L40,3.08432545 C40,1.38794646 38.6120535,0 36.9156745,0 L36.9156745,0 Z M36.9156745,40.091296 L36.9107396,40.096231 L3.08926038,40.096231 L3.0843255,40.091296 L3.0843255,3.08926038 L3.08926038,3.08432545 L36.9107396,3.08432545 L36.9156745,3.08926038 L36.9156745,40.091296 Z"
id="形状"></path>
<path d="M13.932515,5.73931283 C13.5377213,5.73931283 13.1429277,5.88859419 12.8431312,6.19332551 L10.3904756,8.64598114 L9.43680219,7.69107397 C9.04672132,7.30187464 8.47863636,7.15034528 7.94653941,7.29356556 C7.41444246,7.43678584 6.99917172,7.85299718 6.85715565,8.38541679 C6.71513958,8.9178364 6.8679538,9.48557709 7.25803468,9.87477641 L8.21170813,10.8284498 L9.30109186,11.9178336 C9.90281226,12.5193137 10.878139,12.5193137 11.4798594,11.9178336 L12.5692431,10.8284498 L15.0218987,8.37579424 C15.463035,7.93436394 15.5952015,7.27084708 15.3568817,6.69407537 C15.1185619,6.11730366 14.5565825,5.74060512 13.932515,5.73931283 L13.932515,5.73931283 Z M31.1319475,7.51341683 L20.0481155,7.51341683 C19.195608,7.51341683 18.5059528,8.20183827 18.5059528,9.05557953 C18.5059528,9.90808708 19.1956079,10.5977423 20.0481155,10.5977423 L31.1331812,10.5977423 C31.984455,10.5977423 32.6753439,9.90808713 32.6753439,9.05557953 C32.6753439,8.20183823 31.984455,7.51341683 31.1331812,7.51341683 L31.1319475,7.51341683 Z M15.0218987,15.9274567 C14.4201783,15.3259765 13.4448516,15.3259765 12.8431312,15.9274567 L10.3904756,18.3801123 L9.43680219,17.4264388 C9.04672132,17.0372395 8.47863636,16.8857102 7.94653941,17.0289304 C7.41444246,17.1721507 6.99917172,17.588362 6.85715565,18.1207817 C6.71513958,18.6532013 6.8679538,19.220942 7.25803468,19.6101413 L8.21170813,20.5638147 L9.30109186,21.6531985 C9.90281226,22.2546786 10.878139,22.2546786 11.4798594,21.6531985 L12.5692431,20.5638147 L15.0218987,18.1111591 C15.6246248,17.5080276 15.6246248,16.5305882 15.0218987,15.9274567 L15.0218987,15.9274567 Z M31.1331812,17.247548 L20.0481155,17.247548 C19.195608,17.247548 18.5059528,17.9384369 18.5059528,18.7897107 C18.5059528,19.643452 19.1956079,20.3318734 20.0481155,20.3318734 L31.1331812,20.3318734 C31.984455,20.3318734 32.6753439,19.643452 32.6753439,18.7897107 C32.6753439,17.9384368 31.984455,17.247548 31.1331812,17.247548 L31.1331812,17.247548 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1584946926481" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2735" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z" p-id="2736"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M14.8,14.1 L38.8,14.1 C39.02,14.1 39.2,13.92 39.2,13.7 L39.2,10.9 C39.2,10.68 39.02,10.5 38.8,10.5 L14.8,10.5 C14.58,10.5 14.4,10.68 14.4,10.9 L14.4,13.7 C14.4,13.92 14.58,14.1 14.8,14.1 Z M14.4,24.3 C14.4,24.52 14.58,24.7 14.8,24.7 L38.8,24.7 C39.02,24.7 39.2,24.52 39.2,24.3 L39.2,21.5 C39.2,21.28 39.02,21.1 38.8,21.1 L14.8,21.1 C14.58,21.1 14.4,21.28 14.4,21.5 L14.4,24.3 Z M39.6,0 L0.4,0 C0.18,0 0,0.18 0,0.4 L0,3.2 C0,3.42 0.18,3.6 0.4,3.6 L39.6,3.6 C39.82,3.6 40,3.42 40,3.2 L40,0.4 C40,0.18 39.82,0 39.6,0 Z M39.6,31.6 L0.4,31.6 C0.18,31.6 0,31.78 0,32 L0,34.8 C0,35.02 0.18,35.2 0.4,35.2 L39.6,35.2 C39.82,35.2 40,35.02 40,34.8 L40,32 C40,31.78 39.82,31.6 39.6,31.6 Z M1.52,24.105 L9.335,17.95 C9.44161064,17.8662012 9.50385581,17.7381026 9.50385581,17.6025 C9.50385581,17.4668974 9.44161064,17.3387988 9.335,17.255 L1.52,11.095 C1.23,10.865 0.799999977,11.07 0.799999977,11.44 L0.799999977,23.755 C0.799999977,23.9253976 0.897199111,24.080865 1.05044922,24.1553616 C1.20369933,24.2298582 1.38603415,24.2103019 1.52,24.105 L1.52,24.105 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 868 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1 +1,6 @@
<svg t="1715423626244" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5009" width="24" height="32"><path d="M512 128c-117.6 0-209.6 92-209.6 209.6h64C366.4 254.4 428.8 192 512 192c80 0 145.6 65.6 145.6 145.6 0 68-42.4 104.8-130.4 174.4l-8.8 7.2c-24 19.2-39.2 52-39.2 84.8V768h64V604c0-12.8 6.4-28 15.2-34.4l8.8-7.2c86.4-68.8 154.4-123.2 154.4-224.8C721.6 222.4 628 128 512 128zM479.2 832h64v64h-64z" p-id="5010" stroke="#000" stroke-width="32" stroke-linecap="round"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="75px" viewBox="0 0 42 75" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20,0 C8.77862595,0 0,8.77862595 0,20 L6.10687023,20 C6.10687023,12.0610687 12.0610687,6.10687023 20,6.10687023 C27.6335878,6.10687023 33.8931298,12.3664122 33.8931298,20 C33.8931298,26.4885496 29.8473282,30 21.4503817,36.6412214 L20.610687,37.3282443 C18.3206107,39.1603053 16.870229,42.2900763 16.870229,45.4198473 L16.870229,61.0687023 L22.9770992,61.0687023 L22.9770992,45.4198473 C22.9770992,44.1984733 23.5877863,42.7480916 24.4274809,42.1374046 L25.2671756,41.4503817 C33.5114504,34.8854962 40,29.6946565 40,20 C40,9.00763359 31.0687023,0 20,0 Z M16.870229,67.1755725 L22.9770992,67.1755725 L22.9770992,73.2824427 L16.870229,73.2824427 L16.870229,67.1755725 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 860 B

View File

@@ -1 +1,8 @@
<svg t="1716532026891" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="91145" width="200" height="200"><path d="M480 192c-17.7 0-32 14.3-32 32l0 320c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L512 512l0-288C512 206.3 497.7 192 480 192z" p-id="91146" fill="#2c2c2c"></path><path d="M983.8 312.7c-25.8-61-62.7-115.7-109.7-162.7-47-47-101.8-83.9-162.7-109.7-63.1-26.7-130.2-40.2-199.3-40.2-105.3 0-206.5 31.7-292.6 91.8C177.9 120.7 141 155.5 109.7 195.2c-17.1 21.7-32.4 44.7-45.7 68.7l0-104c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-84.9 0c73.5-154.4 232.3-256 404.9-256 247 0 448 201 448 448s-201 448-448 448c-224.8 0-415.8-167.9-444.3-390.4-2.2-17.5-18.3-29.9-35.8-27.7-17.5 2.2-29.9 18.3-27.7 35.8 15.7 122.5 75.5 235.3 168.3 317.6 93.7 83 214.2 128.7 339.5 128.7 69.1 0 136.2-13.5 199.3-40.2 61-25.8 115.7-62.7 162.7-109.7 47-47 83.9-101.8 109.7-162.7 26.7-63.1 40.2-130.2 40.2-199.3S1010.5 375.8 983.8 312.7z" p-id="91147" fill="#2c2c2c"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M18.7518312,7.49682586 C18.0603575,7.49682586 17.5017092,8.05547417 17.5017092,8.74694794 L17.5017092,21.2481688 C17.5017092,21.9396425 18.0603575,22.4982908 18.7518312,22.4982908 L28.7528079,22.4982908 C29.4442817,22.4982908 30.00293,21.9396425 30.00293,21.2481688 C30.00293,20.556695 29.4442817,19.9980467 28.7528079,19.9980467 L20.0019533,19.9980467 L20.0019533,8.74694794 C20.0019533,8.05547417 19.443305,7.49682586 18.7518312,7.49682586 Z"
id="路径"></path>
<path d="M38.4334408,12.2121301 C37.4255298,9.82908487 35.9839828,7.69215744 34.147866,5.85604063 C32.3117492,4.01992382 30.1709151,2.57837679 27.7917765,1.57046587 C25.3266921,0.527395253 22.7053423,0 20.0058599,0 C15.892177,0 11.9386659,1.23840219 8.57505616,3.58628772 C6.94989745,4.7113976 5.50835042,6.07090536 4.28557476,7.62183807 C3.61754078,8.46957711 3.01982615,9.36810235 2.50024416,10.3056939 L2.50024416,6.24279715 C2.50024416,5.55132337 1.94159586,4.99267507 1.25012208,4.99267507 C0.558648305,4.99267507 0,5.55132337 0,6.24279715 L0,13.7435296 C0,14.4350034 0.558648305,14.9936517 1.25012208,14.9936517 L7.50073249,14.9936517 C8.19220627,14.9936517 8.75085458,14.4350034 8.75085458,13.7435296 C8.75085458,13.0520559 8.19220627,12.4934076 7.50073249,12.4934076 L4.18400234,12.4934076 C7.0553765,6.46156851 13.2591073,2.4924309 20.0019533,2.4924309 C29.6513331,2.4924309 37.5036625,10.3447602 37.5036625,19.9941401 C37.5036625,29.6435199 29.6513331,37.4958492 20.0019533,37.4958492 C11.2198457,37.4958492 3.75817951,30.9366149 2.64478953,22.2443598 C2.55884364,21.5606993 1.92987596,21.076277 1.24621545,21.1622229 C0.562554937,21.2481688 0.0781326301,21.8771364 0.164078523,22.560797 C0.77741967,27.3464205 3.11358531,31.7531009 6.73893935,34.9682586 C10.3994531,38.2107628 15.106944,39.9960934 20.0019533,39.9960934 C22.7014357,39.9960934 25.3227854,39.4686981 27.7878699,38.4256275 C30.1709151,37.4177166 32.3078426,35.9761695 34.1439594,34.1400527 C35.9800762,32.3039359 37.4216232,30.1631019 38.4295341,27.7839633 C39.4726047,25.3188788 40,22.6975291 40,19.9980467 C40,17.2985643 39.4765114,14.6772146 38.4334408,12.2121301 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1584946699714" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5045" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M657.700803 548.571429l180.589714 0q-0.585143-1.682286-1.462857-4.534857t-1.462857-4.534857l-121.124571-283.428571-404.553143 0-121.124571 283.428571q-0.585143 1.170286-1.462857 4.534857t-1.462857 4.534857l180.589714 0 54.272 109.714286 182.857143 0zM950.857374 565.686857l0 275.456q0 14.848-10.825143 25.746286t-25.746286 10.825143l-804.571429 0q-14.848 0-25.746286-10.825143t-10.825143-25.746286l0-275.456q0-35.401143 14.262857-70.290286l135.972571-315.465143q5.705143-14.262857 20.845714-23.990857t29.988571-9.728l475.428571 0q14.848 0 29.988571 9.728t20.845714 23.990857l135.972571 315.465143q14.262857 34.889143 14.262857 70.290286z" p-id="5046"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="34px" viewBox="0 0 40 34" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M26.6400147,18.3366465 L34.8700057,18.3366465 C34.8522279,18.2855354 34.8300057,18.2166466 34.8033391,18.1299801 C34.7766724,18.0433135 34.7544502,17.9744247 34.7366725,17.9233136 L29.2166786,5.00666122 L10.7800322,5.00666122 L5.26003832,17.9233136 C5.24226056,17.9588692 5.22003836,18.027758 5.19337173,18.1299801 C5.16670511,18.2322022 5.14448291,18.301091 5.12670515,18.3366465 L13.3566961,18.3366465 L15.8300267,23.336641 L24.1633508,23.336641 L26.6400147,18.3366465 Z M40,19.1166456 L40,31.6699651 C40,32.1210757 39.8355557,32.5121864 39.5066672,32.8432972 C39.1777787,33.1744079 38.786668,33.3388522 38.3333351,33.3366522 L1.66670886,33.3366522 C1.21559824,33.3366522 0.824487557,33.1721857 0.493376802,32.8432972 C0.162266047,32.5144086 -0.00217821887,32.123298 2.17829574e-05,31.6699651 L2.17829574e-05,19.1166456 C2.17829574e-05,18.0410912 0.216710431,16.9733146 0.650043283,15.9133158 L6.8467031,1.53666497 C7.02003625,1.10333212 7.33670256,0.738888075 7.79670204,0.443332845 C8.25670152,0.147777615 8.71225657,0 9.16336719,0 L30.83001,0 C31.2811206,0 31.7366756,0.147777615 32.1966751,0.443332845 C32.6566746,0.738888075 32.9733409,1.10333212 33.146674,1.53666497 L39.3433339,15.9133158 C39.7766667,16.9733146 39.9933331,18.0410912 39.9933331,19.1166456 L40,19.1166456 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M20.707 2.793a1 1 0 0 1 0 1.414L19.675 5.24 21.74 7.29a1 1 0 0 1 0 1.418l-3.167 3.15a1 1 0 0 1-1.41 0l-2.059-2.048-2.344 2.344a5.93 5.93 0 0 1 .956 5.046l-.966-.258.966.258a5.963 5.963 0 0 1-4.243 4.223 5.994 5.994 0 0 1-5.785-1.57l-.008-.008a5.931 5.931 0 0 1 .073-8.345 5.998 5.998 0 0 1 7.56-.728l7.98-7.98a1 1 0 0 1 1.415 0Zm-9.941 10.102a3.995 3.995 0 0 0-5.603.025 3.931 3.931 0 0 0-.052 5.529 3.994 3.994 0 0 0 3.85 1.041 3.963 3.963 0 0 0 2.821-2.805 3.932 3.932 0 0 0-1.016-3.79ZM16.57 8.45l1.296 1.29L19.616 8l-1.297-1.29-1.748 1.74Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M20.707 2.793a1 1 0 0 1 0 1.414L19.675 5.24 21.74 7.29a1 1 0 0 1 0 1.418l-3.167 3.15a1 1 0 0 1-1.41 0l-2.059-2.048-2.344 2.344a5.93 5.93 0 0 1 .956 5.046l-.966-.258.966.258a5.963 5.963 0 0 1-4.243 4.223 5.994 5.994 0 0 1-5.785-1.57l-.008-.008a5.931 5.931 0 0 1 .073-8.345 5.998 5.998 0 0 1 7.56-.728l7.98-7.98a1 1 0 0 1 1.415 0Zm-9.941 10.102a3.995 3.995 0 0 0-5.603.025 3.931 3.931 0 0 0-.052 5.529 3.994 3.994 0 0 0 3.85 1.041 3.963 3.963 0 0 0 2.821-2.805 3.932 3.932 0 0 0-1.016-3.79ZM16.57 8.45l1.296 1.29L19.616 8l-1.297-1.29-1.748 1.74Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="39px" viewBox="0 0 40 39" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M37.3489926,0.587559194 C38.1284112,1.36721323 38.1284112,2.63103249 37.3489926,3.41068652 L35.2885489,5.47312678 L39.4114328,9.56606243 C39.7881771,9.94079198 40,10.4502451 40,10.9816192 C40,11.5129933 39.7881771,12.0224464 39.4114328,12.397176 L33.0883464,18.686321 C32.3096155,19.4604321 31.0519361,19.4604321 30.2732053,18.686321 L26.1623006,14.5973784 L21.4823781,19.277301 C23.6152508,22.1715193 24.3174871,25.8780927 23.3910837,29.3519123 L21.4624126,28.8368014 L23.3910837,29.3519123 C22.2848312,33.4789026 19.0518761,36.6966186 14.9197052,37.7833598 C10.7861618,38.8768446 6.38324714,37.6819308 3.36964043,34.64877 L3.353668,34.6327976 C-1.17408159,29.9784403 -1.10906436,22.5459904 3.49941644,17.9715547 C7.54410603,13.9575986 13.8570428,13.3496861 18.5933645,16.5180634 L34.5258652,0.58556264 C34.9003554,0.210655638 35.4085233,0 35.9384272,0 C36.4683311,0 36.976499,0.210655638 37.3509891,0.58556264 L37.3489926,0.587559194 Z M17.5012495,20.7567475 C14.3837135,17.7174001 9.40484743,17.7396152 6.31455754,20.8066613 C3.26067509,23.8361035 3.21437298,28.7592638 6.21073674,31.8456083 C8.21897421,33.8596593 11.1479195,34.6516157 13.8974695,33.9240209 C16.6437428,33.2030319 18.7931506,31.065815 19.5297483,28.323687 C20.2503535,25.6201128 19.4775598,22.7373491 17.5012495,20.7567475 L17.5012495,20.7567475 Z M29.0892488,11.882065 L31.6767827,14.4576197 L35.1707522,10.9836158 L32.5812217,8.40806112 L29.0912453,11.882065 L29.0892488,11.882065 Z"
id="形状" fill="#646A73"></path>
<path d="M37.3489926,0.587559194 C38.1284112,1.36721323 38.1284112,2.63103249 37.3489926,3.41068652 L35.2885489,5.47312678 L39.4114328,9.56606243 C39.7881771,9.94079198 40,10.4502451 40,10.9816192 C40,11.5129933 39.7881771,12.0224464 39.4114328,12.397176 L33.0883464,18.686321 C32.3096155,19.4604321 31.0519361,19.4604321 30.2732053,18.686321 L26.1623006,14.5973784 L21.4823781,19.277301 C23.6152508,22.1715193 24.3174871,25.8780927 23.3910837,29.3519123 L21.4624126,28.8368014 L23.3910837,29.3519123 C22.2848312,33.4789026 19.0518761,36.6966186 14.9197052,37.7833598 C10.7861618,38.8768446 6.38324714,37.6819308 3.36964043,34.64877 L3.353668,34.6327976 C-1.17408159,29.9784403 -1.10906436,22.5459904 3.49941644,17.9715547 C7.54410603,13.9575986 13.8570428,13.3496861 18.5933645,16.5180634 L34.5258652,0.58556264 C34.9003554,0.210655638 35.4085233,0 35.9384272,0 C36.4683311,0 36.976499,0.210655638 37.3509891,0.58556264 L37.3489926,0.587559194 Z M17.5012495,20.7567475 C14.3837135,17.7174001 9.40484743,17.7396152 6.31455754,20.8066613 C3.26067509,23.8361035 3.21437298,28.7592638 6.21073674,31.8456083 C8.21897421,33.8596593 11.1479195,34.6516157 13.8974695,33.9240209 C16.6437428,33.2030319 18.7931506,31.065815 19.5297483,28.323687 C20.2503535,25.6201128 19.4775598,22.7373491 17.5012495,20.7567475 L17.5012495,20.7567475 Z M29.0892488,11.882065 L31.6767827,14.4576197 L35.1707522,10.9836158 L32.5812217,8.40806112 L29.0912453,11.882065 L29.0892488,11.882065 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,3 +1,8 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M13 18H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M13 18H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6 7h12"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6 7h12"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6 10.5h3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6 10.5h3"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6 14h2"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6 14h2"/><path stroke-width="2" stroke="#646A73" d="M15 16.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/><path stroke-width="2" stroke-opacity=".2" stroke="#000" d="M15 16.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="m15 20 2 1v-5.264s-.57.764-2 .764c-1.43 0-2-.75-2-.75V21l2-1Z"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m15 20 2 1v-5.264s-.57.764-2 .764c-1.43 0-2-.75-2-.75V21l2-1Z"/></svg> -->
<svg t="1676622059205" class="icon" viewBox="0 0 1169 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19169" width="200" height="200"><path d="M1143.167174 331.771389L914.130282 48.118294A125.781637 125.781637 0 0 0 816.329175 0.002241H354.519672a122.008562 122.008562 0 0 0-97.801107 48.116053L27.681673 331.771389a125.183922 125.183922 0 0 0 6.201292 164.035393l463.229077 488.407818 6.201292 6.163935a127.836282 127.836282 0 0 0 85.435879 33.28525h3.735718a131.833501 131.833501 0 0 0 87.901453-39.449185l453.142637-487.175031a127.313282 127.313282 0 0 0 9.899653-165.26818z m-69.334933 107.289831l-453.142636 487.175031a40.308401 40.308401 0 0 1-29.885747 12.32787 53.532844 53.532844 0 0 1-29.885747-9.862296L95.410247 437.828433a41.092902 41.092902 0 0 1-2.465574-54.279988l226.571318-283.653095a45.575764 45.575764 0 0 1 33.434679-16.026231H814.760173a45.575764 45.575764 0 0 1 33.43468 16.026231l229.036892 283.653095a44.604477 44.604477 0 0 1-3.735718 55.475418z" p-id="19170" fill="#000000"></path><path d="M806.392164 416.871053l-216.671664 229.410464-222.872957-234.341612a44.268263 44.268263 0 0 0-60.668067-2.465575 43.296976 43.296976 0 0 0-2.465574 57.978349l224.143102 235.5744 3.735718 3.735718a85.54795 85.54795 0 0 0 118.870558-3.735718l216.671665-234.304255a40.868759 40.868759 0 0 0-2.465574-57.978349 42.811332 42.811332 0 0 0-58.277207 6.126578z" p-id="19171" fill="#000000"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M39.1079734,11.3505553 L31.2722129,1.64627718 C30.464909,0.617725152 29.233748,0.0120202918 27.9262627,6.99543902e-05 L12.1269362,6.99543902e-05 C10.8148888,-0.00751564153 9.57559748,0.602189179 8.78098601,1.64627718 L0.945225583,11.3505553 C-0.391570056,13.0129795 -0.301112359,15.4057492 1.15738284,16.9624985 L17.0052754,33.6718008 L17.2174327,33.88268 C18.0174064,34.6106353 19.05875,35.0163358 20.1403464,35.0214277 L20.268152,35.0214277 C21.4049501,34.967084 22.4791775,34.4849828 23.2754174,33.6718008 L38.778235,17.0046744 C40.2685137,15.4607165 40.4122357,13.0613718 39.1169197,11.3505553 L39.1079734,11.3505553 Z M36.7359017,15.0211317 L21.2330842,31.6882581 C20.9660444,31.9653446 20.5953725,32.1182467 20.2106395,32.1100165 C19.8437167,32.1025301 19.4875058,31.9849805 19.1881948,31.7726098 L3.26234085,14.9789558 C2.77059669,14.4695141 2.73445576,13.6738658 3.17798917,13.1219407 L10.9293979,3.41766258 C11.2157551,3.08105704 11.6315001,2.88177812 12.0732579,2.86937664 L27.8725843,2.86937664 C28.3143421,2.88177812 28.7300872,3.08105703 29.0164444,3.41766258 L36.8522048,13.1219407 C37.2573516,13.7069889 37.2043269,14.4944064 36.7243992,15.0198536 L36.7359017,15.0211317 Z"
id="形状"></path>
<path d="M27.5862998,14.2619665 L20.1735759,22.1105075 L12.5486947,14.0932631 C11.9881604,13.5203522 11.0783076,13.4833754 10.473132,14.0089114 C9.94052837,14.5506363 9.90409094,15.4074681 10.3887803,15.9924541 L18.0571154,24.0518743 L18.184921,24.1796799 C19.3532905,25.2404082 21.1522355,25.1838732 22.2516947,24.0518743 L29.6644187,16.035908 C29.9176907,15.7623701 30.0512415,15.3990166 30.0354028,15.0265668 C30.0195641,14.6541169 29.8556474,14.3034135 29.580067,14.0523654 C28.9642821,13.5852058 28.0914727,13.6769627 27.5862998,14.2619665 L27.5862998,14.2619665 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1 +1,10 @@
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M115.625 127.937H.063V12.375h57.781v12.374H12.438v90.813h90.813V70.156h12.374z"/><path d="M116.426 2.821l8.753 8.753-56.734 56.734-8.753-8.745z"/><path d="M127.893 37.982h-12.375V12.375H88.706V0h39.187z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="41px" viewBox="0 0 40 41" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径"
points="36.1611515 40.033482 0 40.033482 0 3.87233044 18.0805758 3.87233044 18.0805758 7.74434796 3.87233044 7.74434796 3.87233044 36.1611515 32.289134 36.1611515 32.289134 21.9529062 36.1611515 21.9529062"></polygon>
<polygon id="路径"
points="36.4117969 0.882734882 39.1507471 3.62168505 21.3977939 21.3746382 18.6588438 18.6381913"></polygon>
<polygon id="路径"
points="40 11.88516 36.1276696 11.88516 36.1276696 3.87233044 27.7377767 3.87233044 27.7377767 0 40 0"></polygon>
</svg>

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 704 B

View File

@@ -1 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M8 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V3Zm2 1v1h6V4h-6Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M8 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V3Zm2 1v1h6V4h-6Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M8 10.5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-3Zm2 1v1h8v-1h-8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M8 10.5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-3Zm2 1v1h8v-1h-8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M8 18a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-3Zm2 1v1h11v-1H10Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M8 18a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-3Zm2 1v1h11v-1H10Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M2 4.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M2 4.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M2 19.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M2 19.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="39px" viewBox="0 0 40 39" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M11.4285714,1.9047619 C11.4285714,0.852790953 12.2813624,0 13.3333333,0 L28.5714286,0 C29.6233995,0 30.4761905,0.852790953 30.4761905,1.9047619 L30.4761905,7.61904762 C30.4761905,8.67101857 29.6233995,9.52380952 28.5714286,9.52380952 L13.3333333,9.52380952 C12.2813624,9.52380952 11.4285714,8.67101857 11.4285714,7.61904762 L11.4285714,1.9047619 Z M15.2380952,3.80952381 L15.2380952,5.71428571 L26.6666667,5.71428571 L26.6666667,3.80952381 L15.2380952,3.80952381 Z"
id="形状" fill="#646A73"></path>
<path d="M11.4285714,1.9047619 C11.4285714,0.852790953 12.2813624,0 13.3333333,0 L28.5714286,0 C29.6233995,0 30.4761905,0.852790953 30.4761905,1.9047619 L30.4761905,7.61904762 C30.4761905,8.67101857 29.6233995,9.52380952 28.5714286,9.52380952 L13.3333333,9.52380952 C12.2813624,9.52380952 11.4285714,8.67101857 11.4285714,7.61904762 L11.4285714,1.9047619 Z M15.2380952,3.80952381 L15.2380952,5.71428571 L26.6666667,5.71428571 L26.6666667,3.80952381 L15.2380952,3.80952381 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M11.4285714,16.1904762 C11.4285714,15.1385052 12.2813624,14.2857143 13.3333333,14.2857143 L32.3809524,14.2857143 C33.4329233,14.2857143 34.2857143,15.1385052 34.2857143,16.1904762 L34.2857143,21.9047619 C34.2857143,22.9567329 33.4329233,23.8095238 32.3809524,23.8095238 L13.3333333,23.8095238 C12.2813624,23.8095238 11.4285714,22.9567329 11.4285714,21.9047619 L11.4285714,16.1904762 Z M15.2380952,18.0952381 L15.2380952,20 L30.4761905,20 L30.4761905,18.0952381 L15.2380952,18.0952381 Z"
id="形状" fill="#646A73"></path>
<path d="M11.4285714,16.1904762 C11.4285714,15.1385052 12.2813624,14.2857143 13.3333333,14.2857143 L32.3809524,14.2857143 C33.4329233,14.2857143 34.2857143,15.1385052 34.2857143,16.1904762 L34.2857143,21.9047619 C34.2857143,22.9567329 33.4329233,23.8095238 32.3809524,23.8095238 L13.3333333,23.8095238 C12.2813624,23.8095238 11.4285714,22.9567329 11.4285714,21.9047619 L11.4285714,16.1904762 Z M15.2380952,18.0952381 L15.2380952,20 L30.4761905,20 L30.4761905,18.0952381 L15.2380952,18.0952381 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M11.4285714,30.4761905 C11.4285714,29.4242195 12.2813624,28.5714286 13.3333333,28.5714286 L38.0952381,28.5714286 C39.147209,28.5714286 40,29.4242195 40,30.4761905 L40,36.1904762 C40,37.2424471 39.147209,38.0952381 38.0952381,38.0952381 L13.3333333,38.0952381 C12.2813624,38.0952381 11.4285714,37.2424471 11.4285714,36.1904762 L11.4285714,30.4761905 Z M15.2380952,32.3809524 L15.2380952,34.2857143 L36.1904762,34.2857143 L36.1904762,32.3809524 L15.2380952,32.3809524 Z"
id="形状" fill="#646A73"></path>
<path d="M11.4285714,30.4761905 C11.4285714,29.4242195 12.2813624,28.5714286 13.3333333,28.5714286 L38.0952381,28.5714286 C39.147209,28.5714286 40,29.4242195 40,30.4761905 L40,36.1904762 C40,37.2424471 39.147209,38.0952381 38.0952381,38.0952381 L13.3333333,38.0952381 C12.2813624,38.0952381 11.4285714,37.2424471 11.4285714,36.1904762 L11.4285714,30.4761905 Z M15.2380952,32.3809524 L15.2380952,34.2857143 L36.1904762,34.2857143 L36.1904762,32.3809524 L15.2380952,32.3809524 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M0,4.76190476 C0,2.65796286 1.70558191,0.952380952 3.80952381,0.952380952 C5.91346571,0.952380952 7.61904762,2.65796286 7.61904762,4.76190476 C7.61904762,6.86584667 5.91346571,8.57142857 3.80952381,8.57142857 C1.70558191,8.57142857 0,6.86584667 0,4.76190476 L0,4.76190476 Z"
id="路径" fill="#646A73"></path>
<path d="M0,4.76190476 C0,2.65796286 1.70558191,0.952380952 3.80952381,0.952380952 C5.91346571,0.952380952 7.61904762,2.65796286 7.61904762,4.76190476 C7.61904762,6.86584667 5.91346571,8.57142857 3.80952381,8.57142857 C1.70558191,8.57142857 0,6.86584667 0,4.76190476 L0,4.76190476 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M0,19.047619 C0,16.9436771 1.70558191,15.2380952 3.80952381,15.2380952 C5.91346571,15.2380952 7.61904762,16.9436771 7.61904762,19.047619 C7.61904762,21.151561 5.91346571,22.8571429 3.80952381,22.8571429 C1.70558191,22.8571429 0,21.151561 0,19.047619 Z"
id="路径" fill="#646A73"></path>
<path d="M0,19.047619 C0,16.9436771 1.70558191,15.2380952 3.80952381,15.2380952 C5.91346571,15.2380952 7.61904762,16.9436771 7.61904762,19.047619 C7.61904762,21.151561 5.91346571,22.8571429 3.80952381,22.8571429 C1.70558191,22.8571429 0,21.151561 0,19.047619 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M0,33.3333333 C0,31.2293914 1.70558191,29.5238095 3.80952381,29.5238095 C5.91346571,29.5238095 7.61904762,31.2293914 7.61904762,33.3333333 C7.61904762,35.4372752 5.91346571,37.1428571 3.80952381,37.1428571 C1.70558191,37.1428571 0,35.4372752 0,33.3333333 Z"
id="路径" fill="#646A73"></path>
<path d="M0,33.3333333 C0,31.2293914 1.70558191,29.5238095 3.80952381,29.5238095 C5.91346571,29.5238095 7.61904762,31.2293914 7.61904762,33.3333333 C7.61904762,35.4372752 5.91346571,37.1428571 3.80952381,37.1428571 C1.70558191,37.1428571 0,35.4372752 0,33.3333333 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 7H44" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<path d="M4 23H15" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<path d="M4 39H15" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<path d="M31.5 34C36.1944 34 40 30.1944 40 25.5C40 20.8056 36.1944 17 31.5 17C26.8056 17 23 20.8056 23 25.5C23 30.1944 26.8056 34 31.5 34Z"
fill="none" stroke="#333" stroke-width="4"/>
<path d="M37 32L44 39.0505" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<svg width="42px" height="35px" viewBox="0 0 42 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<line x1="0" y1="0.5" x2="40" y2="0.5" id="路径" stroke-linecap="round"></line>
<line x1="0" y1="16.5" x2="11" y2="16.5" id="路径" stroke-linecap="round"></line>
<line x1="0" y1="32.5" x2="11" y2="32.5" id="路径" stroke-linecap="round"></line>
<path d="M27.5,27.5 C32.1944,27.5 36,23.6944 36,19 C36,14.3056 32.1944,10.5 27.5,10.5 C22.8056,10.5 19,14.3056 19,19 C19,23.6944 22.8056,27.5 27.5,27.5 Z"
id="路径"></path>
<line x1="33" y1="25.5" x2="40" y2="32.5505" id="路径" stroke-linecap="round"></line>
</svg>

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 692 B

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M6.5 8v-.5C6.5 4.46 8.963 2 12 2s5.5 2.46 5.5 5.5V8H21c.552 0 1 .45 1 1v12c0 .55-.448 1-1 1H3c-.553 0-1-.45-1-1V9c0-.55.447-1 1-1h3.5Zm9-.5C15.5 5.565 13.933 4 12 4a3.499 3.499 0 0 0-3.5 3.5V8h7v-.5ZM4 10v10h16V10H4Zm8 8a3.001 3.001 0 0 1 0-6 3.001 3.001 0 0 1 0 6Zm0-2c.553 0 1-.45 1-1s-.447-1-1-1c-.553 0-1 .45-1 1s.447 1 1 1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M6.5 8v-.5C6.5 4.46 8.963 2 12 2s5.5 2.46 5.5 5.5V8H21c.552 0 1 .45 1 1v12c0 .55-.448 1-1 1H3c-.553 0-1-.45-1-1V9c0-.55.447-1 1-1h3.5Zm9-.5C15.5 5.565 13.933 4 12 4a3.499 3.499 0 0 0-3.5 3.5V8h7v-.5ZM4 10v10h16V10H4Zm8 8a3.001 3.001 0 0 1 0-6 3.001 3.001 0 0 1 0 6Zm0-2c.553 0 1-.45 1-1s-.447-1-1-1c-.553 0-1 .45-1 1s.447 1 1 1Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M9,12 L9,11 C9,4.92 13.926,0 20,0 C26.074,0 31,4.92 31,11 L31,12 L38,12 C39.104,12 40,12.9 40,14 L40,38 C40,39.1 39.104,40 38,40 L2,40 C0.894,40 0,39.1 0,38 L0,14 C0,12.9 0.894,12 2,12 L9,12 Z M26.9999997,10.9999997 C26.9999997,7.13 23.866,3.99999971 19.9999997,3.99999971 C18.1433219,3.99946929 16.3625362,4.73679675 15.0496665,6.04966646 C13.7367967,7.36253617 12.9994693,9.14332193 12.9999997,10.9999997 L12.9999997,11.9999997 L26.9999997,11.9999997 L26.9999997,10.9999997 Z M4,16 L4,36 L36,36 L36,16 L4,16 Z M20,32 C16.7466224,31.9159912 14.1529322,29.254462 14.1529322,26 C14.1529322,22.745538 16.7466224,20.0840088 20,20 C23.2533776,20.0840088 25.8470678,22.745538 25.8470678,26 C25.8470678,29.254462 23.2533776,31.9159912 20,32 L20,32 Z M20,28 C21.106,28 22,27.1 22,26 C22,24.9 21.106,24 20,24 C18.894,24 18,24.9 18,26 C18,27.1 18.894,28 20,28 Z"
id="形状" fill="#646A73"></path>
<path d="M9,12 L9,11 C9,4.92 13.926,0 20,0 C26.074,0 31,4.92 31,11 L31,12 L38,12 C39.104,12 40,12.9 40,14 L40,38 C40,39.1 39.104,40 38,40 L2,40 C0.894,40 0,39.1 0,38 L0,14 C0,12.9 0.894,12 2,12 L9,12 Z M26.9999997,10.9999997 C26.9999997,7.13 23.866,3.99999971 19.9999997,3.99999971 C18.1433219,3.99946929 16.3625362,4.73679675 15.0496665,6.04966646 C13.7367967,7.36253617 12.9994693,9.14332193 12.9999997,10.9999997 L12.9999997,11.9999997 L26.9999997,11.9999997 L26.9999997,10.9999997 Z M4,16 L4,36 L36,36 L36,16 L4,16 Z M20,32 C16.7466224,31.9159912 14.1529322,29.254462 14.1529322,26 C14.1529322,22.745538 16.7466224,20.0840088 20,20 C23.2533776,20.0840088 25.8470678,22.745538 25.8470678,26 C25.8470678,29.254462 23.2533776,31.9159912 20,32 L20,32 Z M20,28 C21.106,28 22,27.1 22,26 C22,24.9 21.106,24 20,24 C18.894,24 18,24.9 18,26 C18,27.1 18.894,28 20,28 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 871 B

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M3 3a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a1 1 0 1 1-2 0V3H5v18h7a1 1 0 1 1 0 2H5a2 2 0 0 1-2-2V3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M3 3a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a1 1 0 1 1-2 0V3H5v18h7a1 1 0 1 1 0 2H5a2 2 0 0 1-2-2V3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M7 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M7 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M7 12a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M7 12a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M17.291 13.043 17 14l-.291-.957a1 1 0 0 1 .582 0ZM17 22c-.52.854-.52.854-.521.853h-.001l-.002-.001-.005-.003-.014-.009a4.897 4.897 0 0 1-.179-.12 7.765 7.765 0 0 1-.456-.344 9.524 9.524 0 0 1-1.345-1.342c-.978-1.192-1.977-3.009-1.977-5.434 0-.308.124-.54.216-.674.095-.137.205-.242.292-.314.174-.146.38-.27.568-.37.385-.204.87-.406 1.318-.577a30.07 30.07 0 0 1 1.77-.608l.032-.01.012-.004L17 14l.291-.957.013.004.031.01.116.036a33.138 33.138 0 0 1 1.655.572c.449.171.933.373 1.318.578.187.1.394.223.568.369.087.072.197.177.291.314.093.133.217.366.217.674 0 2.425-.999 4.242-1.977 5.434a9.524 9.524 0 0 1-1.345 1.342 7.765 7.765 0 0 1-.635.464l-.014.009-.005.003h-.002v.001c-.001 0-.002 0-.522-.853Zm0 0-.521.853c.32.195.723.195 1.042 0L17 22Zm0-1.245a7.56 7.56 0 0 1-.977-.99c-.713-.87-1.41-2.117-1.51-3.755l.005-.003c.271-.145.662-.31 1.088-.473A28.054 28.054 0 0 1 17 15.048a31.728 31.728 0 0 1 1.394.486c.426.163.817.328 1.089.473l.004.003c-.1 1.638-.796 2.886-1.51 3.756-.35.427-.7.757-.977.989Zm2.707-4.61a.015.015 0 0 1 0-.001Zm-5.414 0v-.001Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M17.291 13.043 17 14l-.291-.957a1 1 0 0 1 .582 0ZM17 22c-.52.854-.52.854-.521.853h-.001l-.002-.001-.005-.003-.014-.009a4.897 4.897 0 0 1-.179-.12 7.765 7.765 0 0 1-.456-.344 9.524 9.524 0 0 1-1.345-1.342c-.978-1.192-1.977-3.009-1.977-5.434 0-.308.124-.54.216-.674.095-.137.205-.242.292-.314.174-.146.38-.27.568-.37.385-.204.87-.406 1.318-.577a30.07 30.07 0 0 1 1.77-.608l.032-.01.012-.004L17 14l.291-.957.013.004.031.01.116.036a33.138 33.138 0 0 1 1.655.572c.449.171.933.373 1.318.578.187.1.394.223.568.369.087.072.197.177.291.314.093.133.217.366.217.674 0 2.425-.999 4.242-1.977 5.434a9.524 9.524 0 0 1-1.345 1.342 7.765 7.765 0 0 1-.635.464l-.014.009-.005.003h-.002v.001c-.001 0-.002 0-.522-.853Zm0 0-.521.853c.32.195.723.195 1.042 0L17 22Zm0-1.245a7.56 7.56 0 0 1-.977-.99c-.713-.87-1.41-2.117-1.51-3.755l.005-.003c.271-.145.662-.31 1.088-.473A28.054 28.054 0 0 1 17 15.048a31.728 31.728 0 0 1 1.394.486c.426.163.817.328 1.089.473l.004.003c-.1 1.638-.796 2.886-1.51 3.756-.35.427-.7.757-.977.989Zm2.707-4.61a.015.015 0 0 1 0-.001Zm-5.414 0v-.001Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="48px" viewBox="0 0 40 48" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M0,4.32432432 C0,1.93606595 1.93606595,0 4.32432432,0 L34.5945946,0 C36.982853,0 38.9189189,1.93606595 38.9189189,4.32432432 L38.9189189,23.7837838 C38.9189189,24.977913 37.9508859,25.9459459 36.7567568,25.9459459 C35.5626276,25.9459459 34.5945946,24.977913 34.5945946,23.7837838 L34.5945946,4.32432432 L4.32432432,4.32432432 L4.32432432,43.2432432 L19.4594595,43.2432432 C20.6535886,43.2432432 21.6216216,44.2112762 21.6216216,45.4054054 C21.6216216,46.5995346 20.6535886,47.5675676 19.4594595,47.5675676 L4.32432432,47.5675676 C1.93606595,47.5675676 0,45.6315016 0,43.2432432 L0,4.32432432 Z"
id="路径" fill="#646A73"></path>
<path d="M0,4.32432432 C0,1.93606595 1.93606595,0 4.32432432,0 L34.5945946,0 C36.982853,0 38.9189189,1.93606595 38.9189189,4.32432432 L38.9189189,23.7837838 C38.9189189,24.977913 37.9508859,25.9459459 36.7567568,25.9459459 C35.5626276,25.9459459 34.5945946,24.977913 34.5945946,23.7837838 L34.5945946,4.32432432 L4.32432432,4.32432432 L4.32432432,43.2432432 L19.4594595,43.2432432 C20.6535886,43.2432432 21.6216216,44.2112762 21.6216216,45.4054054 C21.6216216,46.5995346 20.6535886,47.5675676 19.4594595,47.5675676 L4.32432432,47.5675676 C1.93606595,47.5675676 0,45.6315016 0,43.2432432 L0,4.32432432 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M8.64864865,15.1351351 C8.64864865,13.9410059 9.61668162,12.972973 10.8108108,12.972973 L28.1081081,12.972973 C29.3022373,12.972973 30.2702703,13.9410059 30.2702703,15.1351351 C30.2702703,16.3292643 29.3022373,17.2972973 28.1081081,17.2972973 L10.8108108,17.2972973 C9.61668162,17.2972973 8.64864865,16.3292643 8.64864865,15.1351351 Z"
id="路径" fill="#646A73"></path>
<path d="M8.64864865,15.1351351 C8.64864865,13.9410059 9.61668162,12.972973 10.8108108,12.972973 L28.1081081,12.972973 C29.3022373,12.972973 30.2702703,13.9410059 30.2702703,15.1351351 C30.2702703,16.3292643 29.3022373,17.2972973 28.1081081,17.2972973 L10.8108108,17.2972973 C9.61668162,17.2972973 8.64864865,16.3292643 8.64864865,15.1351351 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M8.64864865,23.7837838 C8.64864865,22.5896546 9.61668162,21.6216216 10.8108108,21.6216216 L19.4594595,21.6216216 C20.6535886,21.6216216 21.6216216,22.5896546 21.6216216,23.7837838 C21.6216216,24.977913 20.6535886,25.9459459 19.4594595,25.9459459 L10.8108108,25.9459459 C9.61668162,25.9459459 8.64864865,24.977913 8.64864865,23.7837838 Z"
id="路径" fill="#646A73"></path>
<path d="M8.64864865,23.7837838 C8.64864865,22.5896546 9.61668162,21.6216216 10.8108108,21.6216216 L19.4594595,21.6216216 C20.6535886,21.6216216 21.6216216,22.5896546 21.6216216,23.7837838 C21.6216216,24.977913 20.6535886,25.9459459 19.4594595,25.9459459 L10.8108108,25.9459459 C9.61668162,25.9459459 8.64864865,24.977913 8.64864865,23.7837838 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M30.8994595,26.0389189 L30.2702703,28.1081081 L29.6410811,26.0389189 C30.0512633,25.9141565 30.4892772,25.9141565 30.8994595,26.0389189 Z M30.2702703,45.4054054 C29.1459459,47.2518919 29.1459459,47.2518919 29.1437838,47.2498704 L29.1416216,47.2498704 L29.1372973,47.2475676 L29.1264865,47.2410811 L29.0962162,47.2216216 C28.9653196,47.1379846 28.8362793,47.0514772 28.7091892,46.9621622 C28.3715297,46.7264101 28.0426587,46.4783144 27.7232432,46.2183784 C26.6595791,45.3505233 25.6853632,44.3784803 24.8151351,43.3167568 C22.7005405,40.7394595 20.5405405,36.8108108 20.5405405,31.5675676 C20.5405405,30.9016216 20.8086486,30.4 21.0075676,30.1102703 C21.212973,29.8140541 21.4508108,29.587027 21.6389189,29.4313514 C22.0151351,29.1156757 22.4605405,28.8475676 22.867027,28.6313514 C23.6994595,28.1902703 24.7481081,27.7535135 25.7167568,27.3837838 C26.9784837,26.905984 28.2547774,26.4675735 29.5437838,26.0691892 L29.612973,26.0475676 L29.6389189,26.0389189 L30.2702703,28.1081081 L30.8994595,26.0389189 L30.9275676,26.0475676 L30.9945946,26.0691892 L31.2454054,26.147027 C32.4488839,26.5276874 33.6420931,26.9400836 34.8237838,27.3837838 C35.7945946,27.7535135 36.8410811,28.1902703 37.6735135,28.6335135 C38.0778378,28.8497297 38.5254054,29.1156757 38.9016216,29.4313514 C39.0897297,29.587027 39.3275676,29.8140541 39.5308108,30.1102703 C39.7318919,30.3978378 40,30.9016216 40,31.5675676 C40,36.8108108 37.84,40.7394595 35.7254054,43.3167568 C34.8551773,44.3784803 33.8809614,45.3505233 32.8172973,46.2183784 C32.3768795,46.5757694 31.9186343,46.9106132 31.4443243,47.2216216 L31.4140541,47.2410811 L31.4032432,47.2475676 L31.3989189,47.2475676 L31.3989189,47.2498704 C31.3967568,47.2498704 31.3945946,47.2498704 30.2702703,45.4054054 L30.2702703,45.4054054 Z M30.2702703,45.4054054 L29.1437838,47.2497297 C29.8356757,47.6713514 30.707027,47.6713514 31.3967568,47.2497297 L30.2702703,45.4054054 Z M30.2702703,42.7135135 C29.5018456,42.0664287 28.7947094,41.3498834 28.1578378,40.572973 C26.6162162,38.6918919 25.1091892,35.9956757 24.892973,32.4540541 L24.9037838,32.4475676 C25.4897297,32.1340541 26.3351351,31.7772973 27.2562162,31.4248649 C28.2515092,31.0482158 29.2565418,30.6978243 30.2702703,30.3740541 C31.282969,30.7009 32.2879257,31.0512651 33.2843243,31.4248649 C34.2054054,31.7772973 35.0508108,32.1340541 35.6389189,32.4475676 L35.6475676,32.4540541 C35.4313514,35.9956757 33.9264865,38.6940541 32.3827027,40.5751351 C31.6259459,41.4983784 30.8691892,42.2118919 30.2702703,42.7135135 L30.2702703,42.7135135 Z"
id="形状" fill="#646A73"></path>
<path d="M30.8994595,26.0389189 L30.2702703,28.1081081 L29.6410811,26.0389189 C30.0512633,25.9141565 30.4892772,25.9141565 30.8994595,26.0389189 Z M30.2702703,45.4054054 C29.1459459,47.2518919 29.1459459,47.2518919 29.1437838,47.2498704 L29.1416216,47.2498704 L29.1372973,47.2475676 L29.1264865,47.2410811 L29.0962162,47.2216216 C28.9653196,47.1379846 28.8362793,47.0514772 28.7091892,46.9621622 C28.3715297,46.7264101 28.0426587,46.4783144 27.7232432,46.2183784 C26.6595791,45.3505233 25.6853632,44.3784803 24.8151351,43.3167568 C22.7005405,40.7394595 20.5405405,36.8108108 20.5405405,31.5675676 C20.5405405,30.9016216 20.8086486,30.4 21.0075676,30.1102703 C21.212973,29.8140541 21.4508108,29.587027 21.6389189,29.4313514 C22.0151351,29.1156757 22.4605405,28.8475676 22.867027,28.6313514 C23.6994595,28.1902703 24.7481081,27.7535135 25.7167568,27.3837838 C26.9784837,26.905984 28.2547774,26.4675735 29.5437838,26.0691892 L29.612973,26.0475676 L29.6389189,26.0389189 L30.2702703,28.1081081 L30.8994595,26.0389189 L30.9275676,26.0475676 L30.9945946,26.0691892 L31.2454054,26.147027 C32.4488839,26.5276874 33.6420931,26.9400836 34.8237838,27.3837838 C35.7945946,27.7535135 36.8410811,28.1902703 37.6735135,28.6335135 C38.0778378,28.8497297 38.5254054,29.1156757 38.9016216,29.4313514 C39.0897297,29.587027 39.3275676,29.8140541 39.5308108,30.1102703 C39.7318919,30.3978378 40,30.9016216 40,31.5675676 C40,36.8108108 37.84,40.7394595 35.7254054,43.3167568 C34.8551773,44.3784803 33.8809614,45.3505233 32.8172973,46.2183784 C32.3768795,46.5757694 31.9186343,46.9106132 31.4443243,47.2216216 L31.4140541,47.2410811 L31.4032432,47.2475676 L31.3989189,47.2475676 L31.3989189,47.2498704 C31.3967568,47.2498704 31.3945946,47.2498704 30.2702703,45.4054054 L30.2702703,45.4054054 Z M30.2702703,45.4054054 L29.1437838,47.2497297 C29.8356757,47.6713514 30.707027,47.6713514 31.3967568,47.2497297 L30.2702703,45.4054054 Z M30.2702703,42.7135135 C29.5018456,42.0664287 28.7947094,41.3498834 28.1578378,40.572973 C26.6162162,38.6918919 25.1091892,35.9956757 24.892973,32.4540541 L24.9037838,32.4475676 C25.4897297,32.1340541 26.3351351,31.7772973 27.2562162,31.4248649 C28.2515092,31.0482158 29.2565418,30.6978243 30.2702703,30.3740541 C31.282969,30.7009 32.2879257,31.0512651 33.2843243,31.4248649 C34.2054054,31.7772973 35.0508108,32.1340541 35.6389189,32.4475676 L35.6475676,32.4540541 C35.4313514,35.9956757 33.9264865,38.6940541 32.3827027,40.5751351 C31.6259459,41.4983784 30.8691892,42.2118919 30.2702703,42.7135135 L30.2702703,42.7135135 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -1 +1,8 @@
<svg t="1712647226025" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13381" width="200" height="200"><path d="M511.338 421.875l-221.281 238.02 64.44 60 110.79-119.221v336.521h92.16v-336.47l110.795 119.17 64.432-60z" fill="#040000" p-id="13382"></path><path d="M882.262 86.803H141.739C63.463 86.803 0.007 150.259 0.007 228.535v566.929c0 78.276 63.456 141.732 141.732 141.732h157.663v-80H141.739c-34.039 0-61.732-27.693-61.732-61.732V228.536c0-34.04 27.693-61.732 61.732-61.732h740.522c34.04 0 61.732 27.693 61.732 61.732v566.929c0 34.039-27.692 61.732-61.732 61.732H724.6v80h157.662c78.276 0 141.732-63.456 141.732-141.732V228.536c0-78.277-63.456-141.733-141.732-141.733z" fill="#040000" p-id="13383"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="34px" viewBox="0 0 40 34" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径"
points="19.9741208 13.0889162 11.330222 22.3866905 13.8474414 24.7304702 18.1752307 20.0733408 18.1752307 33.2188592 21.7752764 33.2188592 21.7752764 20.075333 26.1032611 24.7304702 28.620168 22.3866905"></polygon>
<path d="M34.4635235,0 L5.53647654,0 C2.47878147,0 0,2.47878147 0,5.53647654 L0,27.6824217 C0,30.7401168 2.47878147,33.2189373 5.53647654,33.2189373 L11.6952657,33.2189373 L11.6952657,30.0938586 L5.53647654,30.0938586 C4.20681122,30.0938586 3.12503967,29.0120871 3.12503967,27.6824217 L3.12503967,5.5365156 C3.12503967,4.20681122 4.20681122,3.12507874 5.53647654,3.12507874 L34.4634844,3.12507874 C35.7931888,3.12507874 36.8749213,4.20685028 36.8749213,5.5365156 L36.8749213,27.6824608 C36.8749213,29.0121261 35.7931888,30.0938977 34.4634844,30.0938977 L28.3047734,30.0938977 L28.3047734,33.2189373 L34.4635235,33.2189373 C37.5212185,33.2189373 40,30.7401559 40,27.6824608 L40,5.5365156 C40,2.47878147 37.5212185,0 34.4635235,0 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M2 3a1 1 0 0 1 1-1h8.996a1 1 0 1 1 0 2H4v16h8a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1V3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M2 3a1 1 0 0 1 1-1h8.996a1 1 0 1 1 0 2H4v16h8a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1V3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M15.793 6.793a1 1 0 0 1 1.414 0l4.5 4.5a1 1 0 0 1 0 1.414l-4.5 4.5a1 1 0 0 1-1.414-1.414L19.586 12l-3.793-3.793a1 1 0 0 1 0-1.414Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M15.793 6.793a1 1 0 0 1 1.414 0l4.5 4.5a1 1 0 0 1 0 1.414l-4.5 4.5a1 1 0 0 1-1.414-1.414L19.586 12l-3.793-3.793a1 1 0 0 1 0-1.414Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M7 11.996a1 1 0 0 1 1-1h13a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M7 11.996a1 1 0 0 1 1-1h13a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M0,2 C0,0.8954305 0.8954305,0 2,0 L19.992,0 C21.0965695,0 21.992,0.8954305 21.992,2 C21.992,3.1045695 21.0965695,4 19.992,4 L4,4 L4,36 L20,36 C21.1045695,36 22,36.8954305 22,38 C22,39.1045695 21.1045695,40 20,40 L2,40 C0.8954305,40 0,39.1045695 0,38 L0,2 Z"
id="路径" fill="#646A73"></path>
<path d="M0,2 C0,0.8954305 0.8954305,0 2,0 L19.992,0 C21.0965695,0 21.992,0.8954305 21.992,2 C21.992,3.1045695 21.0965695,4 19.992,4 L4,4 L4,36 L20,36 C21.1045695,36 22,36.8954305 22,38 C22,39.1045695 21.1045695,40 20,40 L2,40 C0.8954305,40 0,39.1045695 0,38 L0,2 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M27.586,9.586 C28.3669997,8.80523612 29.6330003,8.80523612 30.414,9.586 L39.414,18.586 C40.1947639,19.3669997 40.1947639,20.6330003 39.414,21.414 L30.414,30.414 C29.6292422,31.1719444 28.3818304,31.1611047 27.6103628,30.3896372 C26.8388953,29.6181696 26.8280556,28.3707578 27.586,27.586 L35.172,20 L27.586,12.414 C26.8052361,11.6330003 26.8052361,10.3669997 27.586,9.586 Z"
id="路径" fill="#646A73"></path>
<path d="M27.586,9.586 C28.3669997,8.80523612 29.6330003,8.80523612 30.414,9.586 L39.414,18.586 C40.1947639,19.3669997 40.1947639,20.6330003 39.414,21.414 L30.414,30.414 C29.6292422,31.1719444 28.3818304,31.1611047 27.6103628,30.3896372 C26.8388953,29.6181696 26.8280556,28.3707578 27.586,27.586 L35.172,20 L27.586,12.414 C26.8052361,11.6330003 26.8052361,10.3669997 27.586,9.586 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M10,19.992 C10,18.8874305 10.8954305,17.992 12,17.992 L38,17.992 C39.1045695,17.992 40,18.8874305 40,19.992 C40,21.0965695 39.1045695,21.992 38,21.992 L12,21.992 C10.8954305,21.992 10,21.0965695 10,19.992 Z"
id="路径" fill="#646A73"></path>
<path d="M10,19.992 C10,18.8874305 10.8954305,17.992 12,17.992 L38,17.992 C39.1045695,17.992 40,18.8874305 40,19.992 C40,21.0965695 39.1045695,21.992 38,21.992 L12,21.992 C10.8954305,21.992 10,21.0965695 10,19.992 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1,3 +1,8 @@
<!-- <?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M20.1005 8.1005L24.3431 12.3431M30 4V10V4ZM39.8995 8.1005L35.6569 12.3431L39.8995 8.1005ZM44 18H38H44ZM39.8995 27.8995L35.6569 23.6569L39.8995 27.8995ZM30 32V26V32ZM20.1005 27.8995L24.3431 23.6569L20.1005 27.8995ZM16 18H22H16Z" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.5856 18.4143L5.54395 42.4559" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg> -->
<svg t="1676628716407" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2742" width="200" height="200"><path d="M581.1 738.3c-4.6 0-9.3-0.4-14-1.1-33.2-5.3-60-28.5-70-60.6l-35.1-113-113-35.1c-32.1-10-55.3-36.8-60.6-70-5.3-33.2 8.5-65.9 36-85.3l97.6-69-2.5-117.7c-0.4-33.6 17.9-64 47.9-79.3s65.3-12.3 92.3 7.8l95.8 71.5 111.2-38.7c31.8-10.8 66.4-2.7 90.2 21 23.8 23.8 31.9 58.3 21.1 90.2l-38.4 113.2 71.1 93.8c20.1 27 23.1 62.3 7.9 92.3-15.1 29.6-44.9 47.9-78.1 47.9h-1.2l-119.5-1.5-67.2 96.6c-16.9 23.5-43.4 37-71.5 37z m1.8-88.4h0.2-0.2z m-203.1-206l109.9 34.2c27.6 8.6 49.1 30.1 57.7 57.7l34.2 109.9 66.4-94c16.6-23.6 43.3-37.1 72.7-37.1l115.1 1.5-68.8-92.2c-17.3-23.1-22-53.3-12.8-80.6l36.9-109-109 36.9c-27.4 9.3-57.5 4.5-80.6-12.8l-92.2-68.8 1.5 115.1c0.4 28.9-13.5 56-37.1 72.7l-93.9 66.5z" fill="#000000" p-id="2743"></path><path d="M203.8 928.9c-27.5 0-54.9-10.4-75.8-31.4-41.8-41.8-41.8-109.9 0-151.7l267.6-267.6c17.5-17.6 46-17.6 63.6 0 17.6 17.5 17.6 46 0 63.6L191.5 809.4c-6.8 6.8-6.8 17.8 0 24.6 6.8 6.8 17.8 6.7 24.6 0L486 564.1c17.5-17.6 46-17.6 63.6 0 17.6 17.5 17.6 46 0 63.6l-270 269.9c-20.9 20.9-48.4 31.3-75.8 31.3z" fill="#000000" p-id="2744"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M23.3033985,30.8234702 C23.0821256,30.8234702 22.8560425,30.8042291 22.6299593,30.7705571 C21.0329466,30.5156123 19.7437917,29.3996275 19.2627638,27.8555278 L17.5743557,22.4199121 L12.13874,20.7315041 C10.5946403,20.2504761 9.47865552,18.9613213 9.22371071,17.3643085 C8.96876591,15.7672958 9.63258446,14.1943344 10.9554113,13.2611402 L15.650244,9.94204743 L15.529987,4.2803486 C15.5107459,2.66409473 16.391027,1.2017698 17.8341108,0.465797051 C19.2771946,-0.270175694 20.9752232,-0.125867313 22.2739987,0.840998843 L26.8822463,4.2803486 L32.231277,2.41877048 C33.7609458,1.89926031 35.4253025,2.28889294 36.570149,3.42892915 C37.7149955,4.57377564 38.1046281,6.23332203 37.5851179,7.76780115 L35.7379707,13.2130374 L39.1580793,17.7250795 C40.1249455,19.0238549 40.2692538,20.7218835 39.5380914,22.1649673 C38.8117392,23.58881 37.3782759,24.4690912 35.7812632,24.4690912 L35.7235398,24.4690912 L29.975256,24.396937 L26.7427482,29.0436669 C25.929811,30.1740825 24.655087,30.8234702 23.3033985,30.8234702 L23.3033985,30.8234702 Z M23.4107424,26.5971319 L23.4307424,26.5971319 L23.4107424,26.5971319 Z M13.6203061,16.6620077 L18.9068031,18.3071233 C20.2344402,18.7208073 21.2686503,19.7550174 21.6823343,21.0826545 L23.3274499,26.3691515 L26.5214754,21.8474889 C27.3199817,20.712263 28.6043263,20.0628752 30.0185485,20.0628752 L35.55518,20.1350294 L32.2457078,15.6999518 C31.4135295,14.5887773 31.1874464,13.1360729 31.6299921,11.8228667 L33.4049852,6.57966214 L28.1617806,8.35465524 C26.8437641,8.80201122 25.39587,8.57111781 24.2846955,7.73893947 L19.8496179,4.42946726 L19.9217721,9.96609883 C19.9410132,11.3562696 19.2723843,12.6598553 18.1371584,13.4631719 L13.6203061,16.6620077 L13.6203061,16.6620077 Z"
id="形状"></path>
<path d="M5.15421436,39.9918627 C3.83138753,39.9918627 2.51337098,39.4915937 1.50802259,38.481435 C-0.502674195,36.4707382 -0.502674195,33.194938 1.50802259,31.1842412 L14.3803302,18.3119336 C15.2221291,17.4653244 16.5930587,17.4653244 17.4396679,18.3119336 C18.2862771,19.1537324 18.2862771,20.5246621 17.4396679,21.3712712 L4.56254999,34.2435789 C4.23545099,34.5706779 4.23545099,35.0998086 4.56254999,35.4269076 C4.88964899,35.7540066 5.41877972,35.7491963 5.74587872,35.4269076 L18.7288228,22.4439635 C19.5706217,21.5973544 20.9415513,21.5973544 21.7881605,22.4439635 C22.6347696,23.2857624 22.6347696,24.6566921 21.7881605,25.5033012 L8.80040613,38.4862453 C7.79505774,39.4915937 6.47223091,39.9918627 5.15421436,39.9918627 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="32" height="32" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M4 39H44V24V9H24H4V24V39Z" stroke="#fff" stroke-width="4" stroke-linejoin="round"/><path d="M4 9L24 24L44 9" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 9H4V24" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M44 24V9H24" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="44px" height="34px" viewBox="0 0 44 34" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径" points="0 30 40 30 40 15 40 0 20 0 0 0 0 15"></polygon>
<polyline id="路径" stroke-linecap="round" points="0 0 20 15 40 0"></polyline>
<polyline id="路径" stroke-linecap="round" points="20 0 0 0 0 15"></polyline>
<polyline id="路径" stroke-linecap="round" points="40 15 40 0 20 0"></polyline>
</svg>

Before

Width:  |  Height:  |  Size: 525 B

After

Width:  |  Height:  |  Size: 485 B

View File

@@ -1,5 +1,8 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M12.5 18 10 20.5 7.5 18H2V3h20v7.5"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M12.5 18 10 20.5 7.5 18H2V3h20v7.5"/><path stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M11.5 12.5h1.001"/><path stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M11.5 12.5h1.001"/><path stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6.5 12.5h2"/><path stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6.5 12.5h2"/><path stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M16.5 8.5h1"/><path stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M16.5 8.5h1"/><path stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M6.5 8.5h7"/><path stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M6.5 8.5h7"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M19 13v6"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M19 13v6"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#646A73" d="M16 16h6"/><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M16 16h6"/></svg> -->
<!-- <svg t="1676620388815" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12877" width="200" height="200"><path d="M289.349728 312.130739h472.444513v78.154708H289.349728zM289.349728 504.947549h264.715953v78.154708H289.349728z" fill="#333333" p-id="12878"></path><path d="M486.48965 1024V867.152685h-234.284825C149.924358 867.152685 66.7393 783.967626 66.7393 681.68716v-481.220234C66.7393 98.19642 149.924358 15.011362 252.204825 15.011362h546.754241c102.250584 0 185.435642 83.195019 185.435642 185.465525v481.220234c0 102.270506-83.195019 185.465525-185.435642 185.465525h-41.089494L486.48965 1024zM252.204825 93.16607c-59.178833 0-107.310817 48.131984-107.310817 107.310817v481.220234c0 59.178833 48.131984 107.310817 107.310817 107.310817h312.439533v99.551128l172.257121-99.551128h62.047626c59.148949 0 107.280934-48.131984 107.280934-107.310817v-481.220234c0-59.178833-48.131984-107.310817-107.280934-107.310817H252.204825z" fill="#333333" p-id="12879"></path></svg> -->
<svg t="1676624632343" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="61793" width="200" height="200"><path d="M875.554133 752.981333l-62.6688-91.784533a26.2656 26.2656 0 0 1-4.642133-14.848v-273.851733C808.209067 202.581333 676.181333 64.853333 513.262933 64.853333c-162.9184 0-294.946133 137.762133-294.946133 307.677867v273.8176a26.528427 26.528427 0 0 1-4.642133 14.848L150.971733 752.981333a53.15584 53.15584 0 0 0-3.652266 53.248c8.465067 17.066667 25.326933 27.7504 43.7248 27.7504h644.5056c18.397867 0 35.259733-10.717867 43.7248-27.7504a53.333333 53.333333 0 0 0-3.720534-53.248z m-636.859733 4.130134l34.9184-51.268267c12.0832-17.476267 18.500267-38.229333 18.432-59.4944v-273.851733c0-61.201067 23.313067-119.876267 64.785067-163.157334s97.723733-67.584 156.398933-67.584 114.926933 24.302933 156.398933 67.584c41.472 43.281067 64.785067 101.9904 64.785067 163.157334v273.851733c-0.068267 21.230933 6.3488 41.984 18.432 59.4944l34.9184 51.268267H238.6944z" p-id="61794" fill="#000000"></path><path d="M599.278933 962.218667h-147.456c-20.343467 0-36.864-17.2032-36.864-38.468267 0-21.230933 16.520533-38.468267 36.864-38.468267h147.490134c20.3776 0 36.864 17.237333 36.864 38.468267-0.034133 21.265067-16.520533 38.468267-36.898134 38.468267z" fill="#000000" p-id="61795"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="49px" viewBox="0 0 40 49" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M39.5083202,37.054313 L36.133731,32.1119 C35.9715831,31.8767445 35.8844366,31.5980038 35.8837614,31.312365 L35.8837614,16.5659982 C35.8819234,7.41637664 28.7724947,0 19.9996655,0 C11.2268363,0 4.11740765,7.41821464 4.11740765,16.5678362 L4.11740765,31.312365 C4.1158562,31.5978683 4.02878854,31.8763568 3.86743809,32.1119 L0.491010821,37.054313 C-0.084406912,37.905511 -0.159465181,38.9998187 0.29434362,39.9216111 C0.750170505,40.8406169 1.65814818,41.4159145 2.64883643,41.4159145 L37.3541707,41.4159145 C38.344859,41.4159145 39.2528366,40.8387788 39.7086635,39.9216111 C40.1593732,38.9987759 40.0829843,37.9055035 39.5083202,37.054313 Z M5.21470055,37.2767125 L7.09498637,34.5160191 C7.74564247,33.5749572 8.09118866,32.4574462 8.08751262,31.312365 L8.08751262,16.5659982 C8.08751262,13.2704435 9.34287453,10.1109016 11.5760586,7.78030293 C13.8092426,5.44970426 16.8382857,4.14104004 19.9978275,4.14104004 C23.1573694,4.14104004 26.1864124,5.44970426 28.4195965,7.78030293 C30.6527805,10.1109016 31.9081424,13.2722815 31.9081424,16.5659982 L31.9081424,31.312365 C31.9044664,32.4556081 32.2500126,33.5731192 32.9006687,34.5160191 L34.7809545,37.2767125 L5.21470055,37.2767125 Z"
id="形状"></path>
<path d="M24.6314546,48.3213239 L16.6912447,48.3213239 C15.5957898,48.3213239 14.7061922,47.3949661 14.7061922,46.2498849 C14.7061922,45.1066417 15.5957898,44.1784459 16.6912447,44.1784459 L24.6332927,44.1784459 C25.7305856,44.1784459 26.6183452,45.1066417 26.6183452,46.2498849 C26.6165072,47.3949661 25.7287476,48.3213239 24.6314546,48.3213239 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z" fill="none" stroke="#525252" stroke-width="4" stroke-linejoin="round"/><circle cx="14" cy="24" r="3" fill="#525252"/><circle cx="24" cy="24" r="3" fill="#525252"/><circle cx="34" cy="24" r="3" fill="#525252"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20,40 C31.0457,40 40,31.0457 40,20 C40,8.9543 31.0457,0 20,0 C8.9543,0 0,8.9543 0,20 C0,31.0457 8.9543,40 20,40 Z"
id="路径" stroke="#525252" stroke-width="2" stroke-linejoin="round"></path>
<circle id="椭圆形" fill="#525252" fill-rule="nonzero" cx="10" cy="20" r="3"></circle>
<circle id="椭圆形" fill="#525252" fill-rule="nonzero" cx="20" cy="20" r="3"></circle>
<circle id="椭圆形" fill="#525252" fill-rule="nonzero" cx="30" cy="20" r="3"></circle>
</svg>

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 648 B

View File

@@ -1 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="M9 3H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M9 3H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="M9 14H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M9 14H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="M20 14h-5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M20 14h-5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1Z"/><path fill="#646A73" d="M17.5 4a2.5 2.5 0 1 0 .001 5.001A2.5 2.5 0 0 0 17.5 4ZM13 6.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M17.5 4a2.5 2.5 0 1 0 .001 5.001A2.5 2.5 0 0 0 17.5 4ZM13 6.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="41px" height="41px" viewBox="0 0 41 41" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M12.6315789,2.10526336 L2.10526316,2.10526336 C0.942558421,2.10526336 0,3.04782178 0,4.21052652 L0,14.7368423 C0,15.899547 0.942558421,16.8421055 2.10526316,16.8421055 L12.6315789,16.8421055 C13.7942837,16.8421055 14.7368421,15.899547 14.7368421,14.7368423 L14.7368421,4.21052652 C14.7368421,3.04782178 13.7942837,2.10526336 12.6315789,2.10526336 Z"
id="路径" stroke="#646A73" stroke-width="2" fill="#000000" fill-rule="nonzero" stroke-linejoin="round"></path>
<path d="M12.6315789,2.10526336 L2.10526316,2.10526336 C0.942558421,2.10526336 0,3.04782178 0,4.21052652 L0,14.7368423 C0,15.899547 0.942558421,16.8421055 2.10526316,16.8421055 L12.6315789,16.8421055 C13.7942837,16.8421055 14.7368421,15.899547 14.7368421,14.7368423 L14.7368421,4.21052652 C14.7368421,3.04782178 13.7942837,2.10526336 12.6315789,2.10526336 Z"
id="路径" stroke-opacity="0.2" stroke="#000000" stroke-width="2" fill="#000000" fill-rule="nonzero"
stroke-linejoin="round"></path>
<path d="M12.6315789,25.2631581 L2.10526316,25.2631581 C0.942558421,25.2631581 0,26.2057165 0,27.3684213 L0,37.894737 C0,39.0574418 0.942558421,40.0000002 2.10526316,40.0000002 L12.6315789,40.0000002 C13.7942837,40.0000002 14.7368421,39.0574418 14.7368421,37.894737 L14.7368421,27.3684213 C14.7368421,26.2057165 13.7942837,25.2631581 12.6315789,25.2631581 Z"
id="路径" stroke="#646A73" stroke-width="2" fill="#000000" fill-rule="nonzero" stroke-linejoin="round"></path>
<path d="M12.6315789,25.2631581 L2.10526316,25.2631581 C0.942558421,25.2631581 0,26.2057165 0,27.3684213 L0,37.894737 C0,39.0574418 0.942558421,40.0000002 2.10526316,40.0000002 L12.6315789,40.0000002 C13.7942837,40.0000002 14.7368421,39.0574418 14.7368421,37.894737 L14.7368421,27.3684213 C14.7368421,26.2057165 13.7942837,25.2631581 12.6315789,25.2631581 Z"
id="路径" stroke-opacity="0.2" stroke="#000000" stroke-width="2" fill="#000000" fill-rule="nonzero"
stroke-linejoin="round"></path>
<path d="M35.7894737,25.2631581 L25.2631579,25.2631581 C24.1004532,25.2631581 23.1578947,26.2057165 23.1578947,27.3684213 L23.1578947,37.894737 C23.1578947,39.0574418 24.1004532,40.0000002 25.2631579,40.0000002 L35.7894737,40.0000002 C36.9521784,40.0000002 37.8947368,39.0574418 37.8947368,37.894737 L37.8947368,27.3684213 C37.8947368,26.2057165 36.9521784,25.2631581 35.7894737,25.2631581 Z"
id="路径" stroke="#646A73" stroke-width="2" fill="#000000" fill-rule="nonzero" stroke-linejoin="round"></path>
<path d="M35.7894737,25.2631581 L25.2631579,25.2631581 C24.1004532,25.2631581 23.1578947,26.2057165 23.1578947,27.3684213 L23.1578947,37.894737 C23.1578947,39.0574418 24.1004532,40.0000002 25.2631579,40.0000002 L35.7894737,40.0000002 C36.9521784,40.0000002 37.8947368,39.0574418 37.8947368,37.894737 L37.8947368,27.3684213 C37.8947368,26.2057165 36.9521784,25.2631581 35.7894737,25.2631581 Z"
id="路径" stroke-opacity="0.2" stroke="#000000" stroke-width="2" fill="#000000" fill-rule="nonzero"
stroke-linejoin="round"></path>
<path d="M30.5263158,4.21052641 C27.6189726,4.21110787 25.2625765,6.56844648 25.2631578,9.47578967 C25.2637392,12.3831329 27.6210779,14.7395289 30.5284211,14.7389477 C33.4357642,14.7383662 35.7921603,12.3810276 35.7915791,9.47368441 C35.7909976,6.56634122 33.433659,4.20994516 30.5263158,4.21052641 Z M21.0526316,9.47368441 C21.0526316,6.08906298 22.8583055,2.96154378 25.7894736,1.26923305 C28.7206418,-0.423077683 32.3319898,-0.423077683 35.263158,1.26923305 C38.1943261,2.96154378 40,6.08906298 40,9.47368441 C40,14.7058556 35.758487,18.9473684 30.5263158,18.9473684 C25.2941446,18.9473684 21.0526316,14.7058556 21.0526316,9.47368441 L21.0526316,9.47368441 Z"
id="形状" fill="#646A73"></path>
<path d="M30.5263158,4.21052641 C27.6189726,4.21110787 25.2625765,6.56844648 25.2631578,9.47578967 C25.2637392,12.3831329 27.6210779,14.7395289 30.5284211,14.7389477 C33.4357642,14.7383662 35.7921603,12.3810276 35.7915791,9.47368441 C35.7909976,6.56634122 33.433659,4.20994516 30.5263158,4.21052641 Z M21.0526316,9.47368441 C21.0526316,6.08906298 22.8583055,2.96154378 25.7894736,1.26923305 C28.7206418,-0.423077683 32.3319898,-0.423077683 35.263158,1.26923305 C38.1943261,2.96154378 40,6.08906298 40,9.47368441 C40,14.7058556 35.758487,18.9473684 30.5263158,18.9473684 C25.2941446,18.9473684 21.0526316,14.7058556 21.0526316,9.47368441 L21.0526316,9.47368441 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -1 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ffffff" d="m4.328 19.733-.31-.338a10.911 10.911 0 0 1-2.386-4.147l-.135-.436L3.545 12 1.497 9.188l.135-.436a10.91 10.91 0 0 1 2.385-4.147l.311-.339 3.442.376 1.398-3.186.448-.101A10.842 10.842 0 0 1 12 1.09c.809 0 1.607.089 2.384.264l.448.1 1.398 3.187 3.442-.376.31.34a10.91 10.91 0 0 1 2.386 4.146l.135.436L20.455 12l2.048 2.812-.135.436a10.91 10.91 0 0 1-2.385 4.147l-.311.338-3.442-.376-1.398 3.187-.448.101c-.777.175-1.575.264-2.384.264-.809 0-1.607-.089-2.384-.264l-.448-.1-1.398-3.188-3.442.377Zm3.485-2.21a1.488 1.488 0 0 1 1.525.882l1.12 2.554a9.05 9.05 0 0 0 3.084 0l1.12-2.554a1.488 1.488 0 0 1 1.524-.881l2.755.3c.665-.8 1.19-1.71 1.547-2.69l-1.644-2.258a1.488 1.488 0 0 1 0-1.752l1.644-2.258a9.092 9.092 0 0 0-1.547-2.69l-2.755.3a1.488 1.488 0 0 1-1.524-.881l-1.12-2.555a9.053 9.053 0 0 0-3.084 0l-1.12 2.555a1.488 1.488 0 0 1-1.525.881l-2.754-.3c-.665.8-1.19 1.71-1.548 2.69l1.645 2.258c.38.522.38 1.23 0 1.752l-1.644 2.258c.358.98.882 1.89 1.547 2.69l2.754-.3ZM12 16.546c-2.502 0-4.528-2.036-4.528-4.545 0-2.51 2.026-4.546 4.528-4.546S16.528 9.49 16.528 12c0 2.51-2.026 4.545-4.528 4.545Zm0-1.818c1.496 0 2.71-1.22 2.71-2.727A2.719 2.719 0 0 0 12 9.273 2.719 2.719 0 0 0 9.29 12 2.719 2.719 0 0 0 12 14.727Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="m4.328 19.733-.31-.338a10.911 10.911 0 0 1-2.386-4.147l-.135-.436L3.545 12 1.497 9.188l.135-.436a10.91 10.91 0 0 1 2.385-4.147l.311-.339 3.442.376 1.398-3.186.448-.101A10.842 10.842 0 0 1 12 1.09c.809 0 1.607.089 2.384.264l.448.1 1.398 3.187 3.442-.376.31.34a10.91 10.91 0 0 1 2.386 4.146l.135.436L20.455 12l2.048 2.812-.135.436a10.91 10.91 0 0 1-2.385 4.147l-.311.338-3.442-.376-1.398 3.187-.448.101c-.777.175-1.575.264-2.384.264-.809 0-1.607-.089-2.384-.264l-.448-.1-1.398-3.188-3.442.377Zm3.485-2.21a1.488 1.488 0 0 1 1.525.882l1.12 2.554a9.05 9.05 0 0 0 3.084 0l1.12-2.554a1.488 1.488 0 0 1 1.524-.881l2.755.3c.665-.8 1.19-1.71 1.547-2.69l-1.644-2.258a1.488 1.488 0 0 1 0-1.752l1.644-2.258a9.092 9.092 0 0 0-1.547-2.69l-2.755.3a1.488 1.488 0 0 1-1.524-.881l-1.12-2.555a9.053 9.053 0 0 0-3.084 0l-1.12 2.555a1.488 1.488 0 0 1-1.525.881l-2.754-.3c-.665.8-1.19 1.71-1.548 2.69l1.645 2.258c.38.522.38 1.23 0 1.752l-1.644 2.258c.358.98.882 1.89 1.547 2.69l2.754-.3ZM12 16.546c-2.502 0-4.528-2.036-4.528-4.545 0-2.51 2.026-4.546 4.528-4.546S16.528 9.49 16.528 12c0 2.51-2.026 4.545-4.528 4.545Zm0-1.818c1.496 0 2.71-1.22 2.71-2.727A2.719 2.719 0 0 0 12 9.273 2.719 2.719 0 0 0 9.29 12 2.719 2.719 0 0 0 12 14.727Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="38px" height="40px" viewBox="0 0 38 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<title>nav-setting</title>
<path d="M4.93047342,32.4686742 L4.390577,31.8800129 C2.48814956,29.8096187 1.06887921,27.3428484 0.235116182,24.6575921 L0,23.8982539 L3.56679956,19.0008709 L0,14.1034879 L0.235116182,13.3441497 C1.06831314,10.6590255 2.48698779,8.19225664 4.3888354,6.12172894 L4.93047342,5.53132608 L10.9250652,6.18616818 L13.359824,0.637426288 L14.1400614,0.461524552 C15.5027235,0.154588193 16.8952361,0 18.292039,0 C19.7009944,0 21.0907924,0.155002715 22.4440165,0.45978295 L23.224254,0.633943085 L25.6590127,6.18442658 L31.6536045,5.52958447 L32.1935009,6.12172894 C34.0957536,8.19158333 35.5150177,10.657748 36.3489618,13.3424081 L36.5840779,14.1017463 L33.0172784,19.0008709 L36.5840779,23.8982539 L36.3489618,24.6575921 C35.5157648,27.3427163 34.0970901,29.8094852 32.1952425,31.8800129 L31.6536045,32.4686742 L25.6590127,31.813832 L23.224254,37.3643155 L22.4440165,37.5402173 C21.0907924,37.8449975 19.7009944,38 18.292039,38 C16.8830835,38 15.4932856,37.8449975 14.1400614,37.5402173 L13.359824,37.3660571 L10.9250652,31.813832 L4.93047342,32.4704158 L4.93047342,32.4686742 Z M10.9999541,28.6197351 C12.1258188,28.4963691 13.201373,29.1184273 13.6558962,30.1558276 L15.6064897,34.6038774 C17.3836695,34.9111789 19.2004084,34.9111789 20.9775882,34.6038774 L22.9281818,30.1558276 C23.3830727,29.1197783 24.457556,28.4986367 25.5823822,28.6214767 L30.3804939,29.1439572 C31.5386588,27.7506761 32.4529995,26.1658189 33.0747512,24.4590495 L30.2115586,20.5265137 C29.5493244,19.6172142 29.5493244,18.3845275 30.2115586,17.4752281 L33.0747512,13.5426923 C32.4517641,11.8382031 31.5404075,10.2534912 30.3804939,8.85778465 L25.5823822,9.38026505 C24.457556,9.50310505 23.3830727,8.88196348 22.9281818,7.84591427 L20.9775882,3.39612283 C19.2003997,3.08892472 17.3836783,3.08892472 15.6064897,3.39612283 L13.6558962,7.84591427 C13.2008073,8.88263051 12.1253871,9.50390597 10.9999541,9.38026505 L6.20358401,8.85778465 C5.04541911,10.2510657 4.1310784,11.835923 3.50758511,13.5426923 L6.37251934,17.4752281 C7.03432785,18.3843441 7.03432785,19.6173978 6.37251934,20.5265137 L3.50932671,24.4590495 C4.13282,26.1658189 5.04541911,27.7506761 6.20358401,29.1439572 L10.9999541,28.6214767 L10.9999541,28.6197351 Z M18.292039,26.9181906 C13.9345524,26.9181906 10.406068,23.3722903 10.406068,19.0026125 C10.406068,14.6311931 13.9345524,11.0852928 18.292039,11.0852928 C22.6495255,11.0852928 26.1780099,14.6294515 26.1780099,19.0008709 C26.1780099,23.3722903 22.6495255,26.9164491 18.292039,26.9164491 L18.292039,26.9181906 Z M18.292039,23.7519593 C20.8974746,23.7519593 23.0118305,21.6272058 23.0118305,19.0026125 C23.0159427,17.7467005 22.5210235,16.540574 21.635899,15.6495706 C20.7507747,14.7585672 19.547951,14.2556743 18.292039,14.251524 C15.6774183,14.2601672 13.5645921,16.3862473 13.5722574,19.0008709 C13.5645921,21.6154946 15.6774183,23.7415746 18.292039,23.7502178 L18.292039,23.7519593 Z"
id="形状"></path>
<path d="M4.93047342,32.4686742 L4.390577,31.8800129 C2.48814956,29.8096187 1.06887921,27.3428484 0.235116182,24.6575921 L0,23.8982539 L3.56679956,19.0008709 L0,14.1034879 L0.235116182,13.3441497 C1.06831314,10.6590255 2.48698779,8.19225664 4.3888354,6.12172894 L4.93047342,5.53132608 L10.9250652,6.18616818 L13.359824,0.637426288 L14.1400614,0.461524552 C15.5027235,0.154588193 16.8952361,0 18.292039,0 C19.7009944,0 21.0907924,0.155002715 22.4440165,0.45978295 L23.224254,0.633943085 L25.6590127,6.18442658 L31.6536045,5.52958447 L32.1935009,6.12172894 C34.0957536,8.19158333 35.5150177,10.657748 36.3489618,13.3424081 L36.5840779,14.1017463 L33.0172784,19.0008709 L36.5840779,23.8982539 L36.3489618,24.6575921 C35.5157648,27.3427163 34.0970901,29.8094852 32.1952425,31.8800129 L31.6536045,32.4686742 L25.6590127,31.813832 L23.224254,37.3643155 L22.4440165,37.5402173 C21.0907924,37.8449975 19.7009944,38 18.292039,38 C16.8830835,38 15.4932856,37.8449975 14.1400614,37.5402173 L13.359824,37.3660571 L10.9250652,31.813832 L4.93047342,32.4704158 L4.93047342,32.4686742 Z M10.9999541,28.6197351 C12.1258188,28.4963691 13.201373,29.1184273 13.6558962,30.1558276 L15.6064897,34.6038774 C17.3836695,34.9111789 19.2004084,34.9111789 20.9775882,34.6038774 L22.9281818,30.1558276 C23.3830727,29.1197783 24.457556,28.4986367 25.5823822,28.6214767 L30.3804939,29.1439572 C31.5386588,27.7506761 32.4529995,26.1658189 33.0747512,24.4590495 L30.2115586,20.5265137 C29.5493244,19.6172142 29.5493244,18.3845275 30.2115586,17.4752281 L33.0747512,13.5426923 C32.4517641,11.8382031 31.5404075,10.2534912 30.3804939,8.85778465 L25.5823822,9.38026505 C24.457556,9.50310505 23.3830727,8.88196348 22.9281818,7.84591427 L20.9775882,3.39612283 C19.2003997,3.08892472 17.3836783,3.08892472 15.6064897,3.39612283 L13.6558962,7.84591427 C13.2008073,8.88263051 12.1253871,9.50390597 10.9999541,9.38026505 L6.20358401,8.85778465 C5.04541911,10.2510657 4.1310784,11.835923 3.50758511,13.5426923 L6.37251934,17.4752281 C7.03432785,18.3843441 7.03432785,19.6173978 6.37251934,20.5265137 L3.50932671,24.4590495 C4.13282,26.1658189 5.04541911,27.7506761 6.20358401,29.1439572 L10.9999541,28.6214767 L10.9999541,28.6197351 Z M18.292039,26.9181906 C13.9345524,26.9181906 10.406068,23.3722903 10.406068,19.0026125 C10.406068,14.6311931 13.9345524,11.0852928 18.292039,11.0852928 C22.6495255,11.0852928 26.1780099,14.6294515 26.1780099,19.0008709 C26.1780099,23.3722903 22.6495255,26.9164491 18.292039,26.9164491 L18.292039,26.9181906 Z M18.292039,23.7519593 C20.8974746,23.7519593 23.0118305,21.6272058 23.0118305,19.0026125 C23.0159427,17.7467005 22.5210235,16.540574 21.635899,15.6495706 C20.7507747,14.7585672 19.547951,14.2556743 18.292039,14.251524 C15.6774183,14.2601672 13.5645921,16.3862473 13.5722574,19.0008709 C13.5645921,21.6154946 15.6774183,23.7415746 18.292039,23.7502178 L18.292039,23.7519593 Z"
id="形状" fill-opacity="0.2"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -1 +1,6 @@
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M.002 9.2c0 5.044 3.58 9.133 7.998 9.133 4.417 0 7.997-4.089 7.997-9.133 0-5.043-3.58-9.132-7.997-9.132S.002 4.157.002 9.2zM31.997.066h95.981V18.33H31.997V.066zm0 45.669c0 5.044 3.58 9.132 7.998 9.132 4.417 0 7.997-4.088 7.997-9.132 0-3.263-1.524-6.278-3.998-7.91-2.475-1.63-5.524-1.63-7.998 0-2.475 1.632-4 4.647-4 7.91zM63.992 36.6h63.986v18.265H63.992V36.6zm-31.995 82.2c0 5.043 3.58 9.132 7.998 9.132 4.417 0 7.997-4.089 7.997-9.132 0-5.044-3.58-9.133-7.997-9.133s-7.998 4.089-7.998 9.133zm31.995-9.131h63.986v18.265H63.992V109.67zm0-27.404c0 5.044 3.58 9.133 7.998 9.133 4.417 0 7.997-4.089 7.997-9.133 0-3.263-1.524-6.277-3.998-7.909-2.475-1.631-5.524-1.631-7.998 0-2.475 1.632-4 4.646-4 7.91zm31.995-9.13h31.991V91.4H95.987V73.135z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M0,2.8549103 C0,4.4314559 1.1189598,5.70950803 2.49984372,5.70950803 C3.88041508,5.70950803 4.99937488,4.4314559 4.99937488,2.8549103 C4.99937488,1.27867725 3.88041508,0.000625117209 2.49984372,0.000625117209 C1.11927236,0.000625117209 0,1.27867725 0,2.8549103 Z M10.0003126,0 L40,0 L40,5.70857036 L10.0003126,5.70857036 L10.0003126,0 Z M10.0003126,14.2742389 C10.0003126,15.8507845 11.1192724,17.1285241 12.5001563,17.1285241 C13.8807276,17.1285241 14.9996874,15.8507845 14.9996874,14.2742389 C14.9996874,13.2543602 14.5233481,12.311996 13.7500781,11.8019004 C12.9764956,11.2924298 12.0235044,11.2924298 11.2502344,11.8019004 C10.4766519,12.311996 10,13.2543602 10,14.2742389 L10.0003126,14.2742389 Z M20.0006251,11.4190161 L40,11.4190161 L40,17.127899 L20.0006251,17.127899 L20.0006251,11.4190161 Z M10.0003126,37.1113334 C10.0003126,38.6875664 11.1192724,39.9656186 12.5001563,39.9656186 C13.8807276,39.9656186 14.9996874,38.6875664 14.9996874,37.1113334 C14.9996874,35.5347878 13.8807276,34.2567356 12.5001563,34.2567356 C11.1195849,34.2567356 10.0003126,35.5347878 10.0003126,37.1113334 Z M20.0006251,34.2573608 L40,34.2573608 L40,39.9662437 L20.0006251,39.9662437 L20.0006251,34.2576733 L20.0006251,34.2573608 Z M20.0006251,25.6920048 C20.0006251,27.2685504 21.1195849,28.5466025 22.5004688,28.5466025 C23.8810402,28.5466025 25,27.2685504 25,25.6920048 C25,24.672126 24.5236607,23.7300744 23.7503907,23.2199787 C22.9768082,22.7101957 22.023817,22.7101957 21.250547,23.2199787 C20.4769644,23.7300744 20.0003126,24.672126 20.0003126,25.6923173 L20.0006251,25.6920048 Z M30.0009377,22.8383447 L40,22.8383447 L40,28.5472276 L30.0009377,28.5472276 L30.0009377,22.8383447 L30.0009377,22.8383447 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1 +1,6 @@
<svg t="1716530875135" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="66105" width="200" height="200"><path d="M741.17 343H457.76c-16.57 0-30-13.43-30-30s13.43-30 30-30h283.4c16.57 0 30 13.43 30 30s-13.43 30-30 30z m30 169.13c0-16.57-13.43-30-30-30H457.76c-16.57 0-30 13.43-30 30s13.43 30 30 30h283.4c16.57 0 30-13.43 30-30z m0 199.13c0-16.57-13.43-30-30-30H457.76c-16.57 0-30 13.43-30 30s13.43 30 30 30h283.4c16.57 0 30-13.43 30-30zM254.14 313c0-16.57-13.43-30-30-30H116.98c-16.57 0-30 13.43-30 30s13.43 30 30 30h107.16c16.57 0 30-13.43 30-30z m0 398.25c0-16.57-13.43-30-30-30H116.98c-16.57 0-30 13.43-30 30s13.43 30 30 30h107.16c16.57 0 30-13.43 30-30z m-111.26-60h60V373h-60v278.25zM802.29 70.68H247.61c-57.75 0-104.73 46.98-104.73 104.73V253h60v-77.59c0-24.66 20.06-44.73 44.73-44.73h554.68c24.66 0 44.73 20.06 44.73 44.73v673.18c0 24.66-20.06 44.73-44.73 44.73H247.61c-24.66 0-44.73-20.06-44.73-44.73v-77.34h-60v77.34c0 57.75 46.98 104.73 104.73 104.73h554.68c57.75 0 104.73-46.98 104.73-104.73V175.41c0-57.75-46.98-104.73-104.73-104.73z" p-id="66106" fill="#2c2c2c"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="44px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M31.9101507,13.2832545 L18.085947,13.2832545 C17.2776938,13.2832545 16.6226038,12.6281645 16.6226038,11.8199112 C16.6226038,11.011658 17.2776938,10.356568 18.085947,10.356568 L31.9096629,10.356568 C32.7179162,10.356568 33.3730062,11.011658 33.3730062,11.8199112 C33.3730062,12.6281645 32.7179162,13.2832545 31.9096629,13.2832545 L31.9101507,13.2832545 Z M33.373494,21.5330959 C33.373494,20.7248427 32.718404,20.0697527 31.9101507,20.0697527 L18.085947,20.0697527 C17.2776938,20.0697527 16.6226038,20.7248427 16.6226038,21.5330959 C16.6226038,22.3413492 17.2776938,22.9964392 18.085947,22.9964392 L31.9096629,22.9964392 C32.7179162,22.9964392 33.3730062,22.3413492 33.3730062,21.5330959 L33.373494,21.5330959 Z M33.373494,31.2462807 C33.373494,30.4380274 32.718404,29.7829374 31.9101507,29.7829374 L18.085947,29.7829374 C17.2776938,29.7829374 16.6226038,30.4380274 16.6226038,31.2462807 C16.6226038,32.0545339 17.2776938,32.7096239 18.085947,32.7096239 L31.9096629,32.7096239 C32.7179162,32.7096239 33.3730062,32.0545339 33.3730062,31.2462807 L33.373494,31.2462807 Z M8.1537486,11.8199112 C8.1537486,11.011658 7.4986586,10.356568 6.69040535,10.356568 L1.46334325,10.356568 C0.655089996,10.356568 0,11.011658 0,11.8199112 C0,12.6281645 0.655089996,13.2832545 1.46334325,13.2832545 L6.69040535,13.2832545 C7.4986586,13.2832545 8.1537486,12.6281645 8.1537486,11.8199112 Z M8.1537486,31.2457929 C8.1537486,30.4375396 7.4986586,29.7824496 6.69040535,29.7824496 L1.46334325,29.7824496 C0.655089996,29.7824496 0,30.4375396 0,31.2457929 C0,32.0540461 0.655089996,32.7091361 1.46334325,32.7091361 L6.69040535,32.7091361 C7.4986586,32.7091361 8.1537486,32.0540461 8.1537486,31.2457929 Z M2.72669626,28.3191064 L5.65338276,28.3191064 L5.65338276,14.7465977 L2.72669626,14.7465977 L2.72669626,28.3191064 Z M34.8914687,0 L7.83522755,0 C5.01829179,0 2.72669626,2.29159553 2.72669626,5.10853129 L2.72669626,8.89322472 L5.65338276,8.89322472 L5.65338276,5.10853129 C5.65338276,3.90566314 6.63187162,2.9266865 7.83522755,2.9266865 L34.8914687,2.9266865 C36.0943369,2.9266865 37.0733135,3.90517536 37.0733135,5.10853129 L37.0733135,37.9449783 C37.0733135,39.1478464 36.0948246,40.1268231 34.8914687,40.1268231 L7.83522755,40.1268231 C6.6323594,40.1268231 5.65338276,39.1483342 5.65338276,37.9449783 L5.65338276,34.1724794 L2.72669626,34.1724794 L2.72669626,37.9449783 C2.72669626,40.7619141 5.01829179,43.0535096 7.83522755,43.0535096 L34.8914687,43.0535096 C37.7084045,43.0535096 40,40.7619141 40,37.9449783 L40,5.10853129 C40,2.29159553 37.7084045,0 34.8914687,0 L34.8914687,0 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M13 7.5v9h-2v-9h2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M13 7.5v9h-2v-9h2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v2h12V4H6Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v2h12V4H6Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M5.914 11.451A1 1 0 0 1 6.75 11h10.486a1 1 0 0 1 .835.45l3.164 4.8-1.67 1.1L16.698 13H7.29l-2.854 4.349-1.672-1.098 3.15-4.8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M5.914 11.451A1 1 0 0 1 6.75 11h10.486a1 1 0 0 1 .835.45l3.164 4.8-1.67 1.1L16.698 13H7.29l-2.854 4.349-1.672-1.098 3.15-4.8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M1 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2H3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M1 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2H3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M9 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M9 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M17 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M17 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径" fill="#646A73"
points="21.8181818 10 21.8181818 26.3636364 18.1818182 26.3636364 18.1818182 10"></polygon>
<polygon id="路径" fill-opacity="0.2" fill="#000000"
points="21.8181818 10 21.8181818 26.3636364 18.1818182 26.3636364 18.1818182 10"></polygon>
<path d="M5.45454545,1.81818182 C5.45454545,0.814027728 6.26857318,0 7.27272727,0 L32.7272727,0 C33.7314268,0 34.5454545,0.814027728 34.5454545,1.81818182 L34.5454545,9.09090909 C34.5454545,10.0950632 33.7314268,10.9090909 32.7272727,10.9090909 L7.27272727,10.9090909 C6.26857318,10.9090909 5.45454545,10.0950632 5.45454545,9.09090909 L5.45454545,1.81818182 Z M9.09090909,3.63636364 L9.09090909,7.27272727 L30.9090909,7.27272727 L30.9090909,3.63636364 L9.09090909,3.63636364 Z"
id="形状" fill="#646A73"></path>
<path d="M5.45454545,1.81818182 C5.45454545,0.814027728 6.26857318,0 7.27272727,0 L32.7272727,0 C33.7314268,0 34.5454545,0.814027728 34.5454545,1.81818182 L34.5454545,9.09090909 C34.5454545,10.0950632 33.7314268,10.9090909 32.7272727,10.9090909 L7.27272727,10.9090909 C6.26857318,10.9090909 5.45454545,10.0950632 5.45454545,9.09090909 L5.45454545,1.81818182 Z M9.09090909,3.63636364 L9.09090909,7.27272727 L30.9090909,7.27272727 L30.9090909,3.63636364 L9.09090909,3.63636364 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M8.93454545,17.1836364 C9.27077193,16.67175 9.84211106,16.3636363 10.4545455,16.3636363 L29.52,16.3636363 C30.1314421,16.3636363 30.7018887,16.6711633 31.0381818,17.1818182 L36.7909091,25.9090909 L33.7545455,27.9090909 L28.5418182,20 L11.4363636,20 L6.24727273,27.9072727 L3.20727273,25.9109091 L8.93454545,17.1836364 Z"
id="路径" fill="#646A73"></path>
<path d="M8.93454545,17.1836364 C9.27077193,16.67175 9.84211106,16.3636363 10.4545455,16.3636363 L29.52,16.3636363 C30.1314421,16.3636363 30.7018887,16.6711633 31.0381818,17.1818182 L36.7909091,25.9090909 L33.7545455,27.9090909 L28.5418182,20 L11.4363636,20 L6.24727273,27.9072727 L3.20727273,25.9109091 L8.93454545,17.1836364 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
<path d="M0,26.3636364 C0,25.3594823 0.814027728,24.5454545 1.81818182,24.5454545 L9.09090909,24.5454545 C10.0950632,24.5454545 10.9090909,25.3594823 10.9090909,26.3636364 L10.9090909,33.6363636 C10.9090909,34.6405177 10.0950632,35.4545455 9.09090909,35.4545455 L1.81818182,35.4545455 C0.814027728,35.4545455 0,34.6405177 0,33.6363636 L0,26.3636364 Z M3.63636364,28.1818182 L3.63636364,31.8181818 L7.27272727,31.8181818 L7.27272727,28.1818182 L3.63636364,28.1818182 Z"
id="形状" fill="#646A73"></path>
<path d="M0,26.3636364 C0,25.3594823 0.814027728,24.5454545 1.81818182,24.5454545 L9.09090909,24.5454545 C10.0950632,24.5454545 10.9090909,25.3594823 10.9090909,26.3636364 L10.9090909,33.6363636 C10.9090909,34.6405177 10.0950632,35.4545455 9.09090909,35.4545455 L1.81818182,35.4545455 C0.814027728,35.4545455 0,34.6405177 0,33.6363636 L0,26.3636364 Z M3.63636364,28.1818182 L3.63636364,31.8181818 L7.27272727,31.8181818 L7.27272727,28.1818182 L3.63636364,28.1818182 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M14.5454545,26.3636364 C14.5454545,25.3594823 15.3594823,24.5454545 16.3636364,24.5454545 L23.6363636,24.5454545 C24.6405177,24.5454545 25.4545455,25.3594823 25.4545455,26.3636364 L25.4545455,33.6363636 C25.4545455,34.6405177 24.6405177,35.4545455 23.6363636,35.4545455 L16.3636364,35.4545455 C15.3594823,35.4545455 14.5454545,34.6405177 14.5454545,33.6363636 L14.5454545,26.3636364 Z M18.1818182,28.1818182 L18.1818182,31.8181818 L21.8181818,31.8181818 L21.8181818,28.1818182 L18.1818182,28.1818182 Z"
id="形状" fill="#646A73"></path>
<path d="M14.5454545,26.3636364 C14.5454545,25.3594823 15.3594823,24.5454545 16.3636364,24.5454545 L23.6363636,24.5454545 C24.6405177,24.5454545 25.4545455,25.3594823 25.4545455,26.3636364 L25.4545455,33.6363636 C25.4545455,34.6405177 24.6405177,35.4545455 23.6363636,35.4545455 L16.3636364,35.4545455 C15.3594823,35.4545455 14.5454545,34.6405177 14.5454545,33.6363636 L14.5454545,26.3636364 Z M18.1818182,28.1818182 L18.1818182,31.8181818 L21.8181818,31.8181818 L21.8181818,28.1818182 L18.1818182,28.1818182 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
<path d="M29.0909091,26.3636364 C29.0909091,25.3594823 29.9049368,24.5454545 30.9090909,24.5454545 L38.1818182,24.5454545 C39.1859723,24.5454545 40,25.3594823 40,26.3636364 L40,33.6363636 C40,34.6405177 39.1859723,35.4545455 38.1818182,35.4545455 L30.9090909,35.4545455 C29.9049368,35.4545455 29.0909091,34.6405177 29.0909091,33.6363636 L29.0909091,26.3636364 Z M32.7272727,28.1818182 L32.7272727,31.8181818 L36.3636364,31.8181818 L36.3636364,28.1818182 L32.7272727,28.1818182 Z"
id="形状" fill="#646A73"></path>
<path d="M29.0909091,26.3636364 C29.0909091,25.3594823 29.9049368,24.5454545 30.9090909,24.5454545 L38.1818182,24.5454545 C39.1859723,24.5454545 40,25.3594823 40,26.3636364 L40,33.6363636 C40,34.6405177 39.1859723,35.4545455 38.1818182,35.4545455 L30.9090909,35.4545455 C29.9049368,35.4545455 29.0909091,34.6405177 29.0909091,33.6363636 L29.0909091,26.3636364 Z M32.7272727,28.1818182 L32.7272727,31.8181818 L36.3636364,31.8181818 L36.3636364,28.1818182 L32.7272727,28.1818182 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -1 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#ffffff" d="M13 7.5v9h-2v-9h2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="M13 7.5v9h-2v-9h2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#ffffff" d="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v2h12V4H6Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v2h12V4H6Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#ffffff" d="M5.914 11.451A1 1 0 0 1 6.75 11h10.486a1 1 0 0 1 .835.45l3.164 4.8-1.67 1.1L16.698 13H7.29l-2.854 4.349-1.672-1.098 3.15-4.8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="M5.914 11.451A1 1 0 0 1 6.75 11h10.486a1 1 0 0 1 .835.45l3.164 4.8-1.67 1.1L16.698 13H7.29l-2.854 4.349-1.672-1.098 3.15-4.8Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#ffffff" d="M1 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2H3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="M1 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2H3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#ffffff" d="M9 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="M9 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#ffffff" d="M17 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#ffffff" d="M17 16.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Zm2 1v2h2v-2h-2Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<polygon id="路径" points="21.8181818 10 21.8181818 26.3636364 18.1818182 26.3636364 18.1818182 10"></polygon>
<polygon id="路径" fill-opacity="0.2"
points="21.8181818 10 21.8181818 26.3636364 18.1818182 26.3636364 18.1818182 10"></polygon>
<path d="M5.45454545,1.81818182 C5.45454545,0.814027728 6.26857318,0 7.27272727,0 L32.7272727,0 C33.7314268,0 34.5454545,0.814027728 34.5454545,1.81818182 L34.5454545,9.09090909 C34.5454545,10.0950632 33.7314268,10.9090909 32.7272727,10.9090909 L7.27272727,10.9090909 C6.26857318,10.9090909 5.45454545,10.0950632 5.45454545,9.09090909 L5.45454545,1.81818182 Z M9.09090909,3.63636364 L9.09090909,7.27272727 L30.9090909,7.27272727 L30.9090909,3.63636364 L9.09090909,3.63636364 Z"
id="形状"></path>
<path d="M5.45454545,1.81818182 C5.45454545,0.814027728 6.26857318,0 7.27272727,0 L32.7272727,0 C33.7314268,0 34.5454545,0.814027728 34.5454545,1.81818182 L34.5454545,9.09090909 C34.5454545,10.0950632 33.7314268,10.9090909 32.7272727,10.9090909 L7.27272727,10.9090909 C6.26857318,10.9090909 5.45454545,10.0950632 5.45454545,9.09090909 L5.45454545,1.81818182 Z M9.09090909,3.63636364 L9.09090909,7.27272727 L30.9090909,7.27272727 L30.9090909,3.63636364 L9.09090909,3.63636364 Z"
id="形状" fill-opacity="0.2"></path>
<path d="M8.93454545,17.1836364 C9.27077193,16.67175 9.84211106,16.3636363 10.4545455,16.3636363 L29.52,16.3636363 C30.1314421,16.3636363 30.7018887,16.6711633 31.0381818,17.1818182 L36.7909091,25.9090909 L33.7545455,27.9090909 L28.5418182,20 L11.4363636,20 L6.24727273,27.9072727 L3.20727273,25.9109091 L8.93454545,17.1836364 Z"
id="路径"></path>
<path d="M8.93454545,17.1836364 C9.27077193,16.67175 9.84211106,16.3636363 10.4545455,16.3636363 L29.52,16.3636363 C30.1314421,16.3636363 30.7018887,16.6711633 31.0381818,17.1818182 L36.7909091,25.9090909 L33.7545455,27.9090909 L28.5418182,20 L11.4363636,20 L6.24727273,27.9072727 L3.20727273,25.9109091 L8.93454545,17.1836364 Z"
id="路径" fill-opacity="0.2"></path>
<path d="M0,26.3636364 C0,25.3594823 0.814027728,24.5454545 1.81818182,24.5454545 L9.09090909,24.5454545 C10.0950632,24.5454545 10.9090909,25.3594823 10.9090909,26.3636364 L10.9090909,33.6363636 C10.9090909,34.6405177 10.0950632,35.4545455 9.09090909,35.4545455 L1.81818182,35.4545455 C0.814027728,35.4545455 0,34.6405177 0,33.6363636 L0,26.3636364 Z M3.63636364,28.1818182 L3.63636364,31.8181818 L7.27272727,31.8181818 L7.27272727,28.1818182 L3.63636364,28.1818182 Z"
id="形状"></path>
<path d="M0,26.3636364 C0,25.3594823 0.814027728,24.5454545 1.81818182,24.5454545 L9.09090909,24.5454545 C10.0950632,24.5454545 10.9090909,25.3594823 10.9090909,26.3636364 L10.9090909,33.6363636 C10.9090909,34.6405177 10.0950632,35.4545455 9.09090909,35.4545455 L1.81818182,35.4545455 C0.814027728,35.4545455 0,34.6405177 0,33.6363636 L0,26.3636364 Z M3.63636364,28.1818182 L3.63636364,31.8181818 L7.27272727,31.8181818 L7.27272727,28.1818182 L3.63636364,28.1818182 Z"
id="形状" fill-opacity="0.2"></path>
<path d="M14.5454545,26.3636364 C14.5454545,25.3594823 15.3594823,24.5454545 16.3636364,24.5454545 L23.6363636,24.5454545 C24.6405177,24.5454545 25.4545455,25.3594823 25.4545455,26.3636364 L25.4545455,33.6363636 C25.4545455,34.6405177 24.6405177,35.4545455 23.6363636,35.4545455 L16.3636364,35.4545455 C15.3594823,35.4545455 14.5454545,34.6405177 14.5454545,33.6363636 L14.5454545,26.3636364 Z M18.1818182,28.1818182 L18.1818182,31.8181818 L21.8181818,31.8181818 L21.8181818,28.1818182 L18.1818182,28.1818182 Z"
id="形状"></path>
<path d="M14.5454545,26.3636364 C14.5454545,25.3594823 15.3594823,24.5454545 16.3636364,24.5454545 L23.6363636,24.5454545 C24.6405177,24.5454545 25.4545455,25.3594823 25.4545455,26.3636364 L25.4545455,33.6363636 C25.4545455,34.6405177 24.6405177,35.4545455 23.6363636,35.4545455 L16.3636364,35.4545455 C15.3594823,35.4545455 14.5454545,34.6405177 14.5454545,33.6363636 L14.5454545,26.3636364 Z M18.1818182,28.1818182 L18.1818182,31.8181818 L21.8181818,31.8181818 L21.8181818,28.1818182 L18.1818182,28.1818182 Z"
id="形状" fill-opacity="0.2"></path>
<path d="M29.0909091,26.3636364 C29.0909091,25.3594823 29.9049368,24.5454545 30.9090909,24.5454545 L38.1818182,24.5454545 C39.1859723,24.5454545 40,25.3594823 40,26.3636364 L40,33.6363636 C40,34.6405177 39.1859723,35.4545455 38.1818182,35.4545455 L30.9090909,35.4545455 C29.9049368,35.4545455 29.0909091,34.6405177 29.0909091,33.6363636 L29.0909091,26.3636364 Z M32.7272727,28.1818182 L32.7272727,31.8181818 L36.3636364,31.8181818 L36.3636364,28.1818182 L32.7272727,28.1818182 Z"
id="形状"></path>
<path d="M29.0909091,26.3636364 C29.0909091,25.3594823 29.9049368,24.5454545 30.9090909,24.5454545 L38.1818182,24.5454545 C39.1859723,24.5454545 40,25.3594823 40,26.3636364 L40,33.6363636 C40,34.6405177 39.1859723,35.4545455 38.1818182,35.4545455 L30.9090909,35.4545455 C29.9049368,35.4545455 29.0909091,34.6405177 29.0909091,33.6363636 L29.0909091,26.3636364 Z M32.7272727,28.1818182 L32.7272727,31.8181818 L36.3636364,31.8181818 L36.3636364,28.1818182 L32.7272727,28.1818182 Z"
id="形状" fill-opacity="0.2"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -1,5 +1,6 @@
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="m17 20.5 5-8.5-5-8.5H7L2 12l5 8.5h10Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="m17 20.5 5-8.5-5-8.5H7L2 12l5 8.5h10Z"/><path stroke-linejoin="round" stroke-width="2" stroke="#646A73" d="M12 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path stroke-linejoin="round" stroke-width="2" stroke-opacity=".2" stroke="#000" d="M12 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/></svg> -->
<!-- <svg t="1676621755868" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6556" width="200" height="200"><path d="M944.48 552.458667l-182.357333 330.666666a73.792 73.792 0 0 1-64.565334 38.325334h-362.133333a73.792 73.792 0 0 1-64.565333-38.325334l-182.357334-330.666666a75.338667 75.338667 0 0 1 0-72.682667l182.357334-330.666667a73.792 73.792 0 0 1 64.565333-38.325333h362.133333a73.792 73.792 0 0 1 64.565334 38.325333l182.357333 330.666667a75.338667 75.338667 0 0 1 0 72.682667z m-55.989333-31.146667a10.773333 10.773333 0 0 0 0-10.378667l-182.037334-330.666666a10.517333 10.517333 0 0 0-9.205333-5.482667H335.733333a10.517333 10.517333 0 0 0-9.205333 5.482667l-182.037333 330.666666a10.773333 10.773333 0 0 0 0 10.378667l182.037333 330.666667a10.517333 10.517333 0 0 0 9.205333 5.472h361.514667a10.517333 10.517333 0 0 0 9.205333-5.472l182.037334-330.666667zM513.738667 682.666667c-94.261333 0-170.666667-76.405333-170.666667-170.666667s76.405333-170.666667 170.666667-170.666667c94.250667 0 170.666667 76.405333 170.666666 170.666667s-76.416 170.666667-170.666666 170.666667z m0-64c58.912 0 106.666667-47.754667 106.666666-106.666667s-47.754667-106.666667-106.666666-106.666667-106.666667 47.754667-106.666667 106.666667 47.754667 106.666667 106.666667 106.666667z" fill="#000000" p-id="6557"></path></svg> -->
<svg t="1676621805147" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8446" width="300" height="300"><path d="M469.333333 60.693333a85.333333 85.333333 0 0 1 85.333334 0l326.826666 188.714667a85.333333 85.333333 0 0 1 42.666667 73.898667v377.386666a85.333333 85.333333 0 0 1-42.666667 73.898667L554.666667 963.306667a85.333333 85.333333 0 0 1-85.333334 0L142.506667 774.592a85.333333 85.333333 0 0 1-42.666667-73.898667v-377.386666a85.333333 85.333333 0 0 1 42.666667-73.898667z m42.666667 73.898667L185.173333 323.306667v377.386666L512 889.408l326.826667-188.714667v-377.386666L512 134.592zM512 341.333333a170.666667 170.666667 0 1 1 0 341.333334 170.666667 170.666667 0 0 1 0-341.333334z m0 85.333334a85.333333 85.333333 0 1 0 0 170.666666 85.333333 85.333333 0 0 0 0-170.666666z" fill="#000000" p-id="8447"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="45px" viewBox="0 0 40 45" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M17.9296066,0.554760245 C19.2107705,-0.184920082 20.7892295,-0.184920082 22.0703934,0.554760245 L37.9296066,9.71211016 C39.210738,10.4517717 40,11.8187084 40,13.2980315 L40,31.6106609 C40,33.0899839 39.210738,34.4569207 37.9296066,35.1965822 L22.0703934,44.3539321 C20.7892295,45.0936124 19.2107705,45.0936124 17.9296066,44.3539321 L2.07039339,35.1965822 C0.789262044,34.4569207 0,33.0899839 0,31.6106609 L0,13.2980315 C0,11.8187084 0.789262044,10.4517717 2.07039339,9.71211016 L17.9296066,0.554760245 Z M20,4.14068159 L4.14078673,13.2980315 L4.14078673,31.6106609 L20,40.7680108 L35.8592133,31.6106609 L35.8592133,13.2980315 L20,4.14068159 Z M20,14.1727727 C24.5737868,14.1727727 28.2815735,17.8805594 28.2815735,22.4543462 C28.2815735,27.0281329 24.5737868,30.7359197 20,30.7359197 C15.4262132,30.7359197 11.7184265,27.0281329 11.7184265,22.4543462 C11.7184265,17.8805594 15.4262132,14.1727727 20,14.1727727 Z M20,18.3135594 C18.5206394,18.3135594 17.1536537,19.1027889 16.4139734,20.3839528 C15.6742931,21.6651167 15.6742931,23.2435757 16.4139734,24.5247396 C17.1536537,25.8059035 18.5206394,26.5951329 20,26.5951329 C22.2868933,26.5951329 24.1407866,24.7412395 24.1407866,22.4543462 C24.1407866,20.1674529 22.2868933,18.3135594 20,18.3135594 L20,18.3135594 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M1 3.5a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-13Zm2 1v11h18v-11H3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M1 3.5a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-13Zm2 1v11h18v-11H3Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M5.5 9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M5.5 9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M5.5 13a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M5.5 13a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M11 19.5v-3h2v3h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M11 19.5v-3h2v3h-2Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M12 12.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M12 12.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M19 8.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M19 8.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill="#646A73" d="M18 21a.5.5 0 0 1-.5.5h-11A.5.5 0 0 1 6 21v-1a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M18 21a.5.5 0 0 1-.5.5h-11A.5.5 0 0 1 6 21v-1a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v1Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="35px" viewBox="0 0 40 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M0,1.81818182 C0,0.814027728 0.814027728,0 1.81818182,0 L38.1818182,0 C39.1859723,0 40,0.814027728 40,1.81818182 L40,25.4545455 C40,26.4586995 39.1859723,27.2727273 38.1818182,27.2727273 L1.81818182,27.2727273 C0.814027728,27.2727273 0,26.4586995 0,25.4545455 L0,1.81818182 Z M3.63636364,3.63636364 L3.63636364,23.6363636 L36.3636364,23.6363636 L36.3636364,3.63636364 L3.63636364,3.63636364 Z"
id="形状"></path>
<path d="M0,1.81818182 C0,0.814027728 0.814027728,0 1.81818182,0 L38.1818182,0 C39.1859723,0 40,0.814027728 40,1.81818182 L40,25.4545455 C40,26.4586995 39.1859723,27.2727273 38.1818182,27.2727273 L1.81818182,27.2727273 C0.814027728,27.2727273 0,26.4586995 0,25.4545455 L0,1.81818182 Z M3.63636364,3.63636364 L3.63636364,23.6363636 L36.3636364,23.6363636 L36.3636364,3.63636364 L3.63636364,3.63636364 Z"
id="形状" fill-opacity="0.2"></path>
<path d="M8.18181818,11.8181818 C7.67974114,11.8181818 7.27272727,11.411168 7.27272727,10.9090909 L7.27272727,9.09090909 C7.27272727,8.58883205 7.67974114,8.18181818 8.18181818,8.18181818 L10,8.18181818 C10.502077,8.18181818 10.9090909,8.58883205 10.9090909,9.09090909 L10.9090909,10.9090909 C10.9090909,11.411168 10.502077,11.8181818 10,11.8181818 L8.18181818,11.8181818 Z"
id="路径"></path>
<path d="M8.18181818,11.8181818 C7.67974114,11.8181818 7.27272727,11.411168 7.27272727,10.9090909 L7.27272727,9.09090909 C7.27272727,8.58883205 7.67974114,8.18181818 8.18181818,8.18181818 L10,8.18181818 C10.502077,8.18181818 10.9090909,8.58883205 10.9090909,9.09090909 L10.9090909,10.9090909 C10.9090909,11.411168 10.502077,11.8181818 10,11.8181818 L8.18181818,11.8181818 Z"
id="路径" fill-opacity="0.2"></path>
<path d="M8.18181818,19.0909091 C7.67974114,19.0909091 7.27272727,18.6838952 7.27272727,18.1818182 L7.27272727,16.3636364 C7.27272727,15.8615593 7.67974114,15.4545455 8.18181818,15.4545455 L10,15.4545455 C10.502077,15.4545455 10.9090909,15.8615593 10.9090909,16.3636364 L10.9090909,18.1818182 C10.9090909,18.6838952 10.502077,19.0909091 10,19.0909091 L8.18181818,19.0909091 Z"
id="路径"></path>
<path d="M8.18181818,19.0909091 C7.67974114,19.0909091 7.27272727,18.6838952 7.27272727,18.1818182 L7.27272727,16.3636364 C7.27272727,15.8615593 7.67974114,15.4545455 8.18181818,15.4545455 L10,15.4545455 C10.502077,15.4545455 10.9090909,15.8615593 10.9090909,16.3636364 L10.9090909,18.1818182 C10.9090909,18.6838952 10.502077,19.0909091 10,19.0909091 L8.18181818,19.0909091 Z"
id="路径" fill-opacity="0.2"></path>
<polygon id="路径"
points="18.1818182 30.9090909 18.1818182 25.4545455 21.8181818 25.4545455 21.8181818 30.9090909"></polygon>
<polygon id="路径" fill-opacity="0.2"
points="18.1818182 30.9090909 18.1818182 25.4545455 21.8181818 25.4545455 21.8181818 30.9090909"></polygon>
<path d="M20,18.1818182 C20,18.6838952 19.5929861,19.0909091 19.0909091,19.0909091 L13.6363636,19.0909091 C13.1342866,19.0909091 12.7272727,18.6838952 12.7272727,18.1818182 L12.7272727,16.3636364 C12.7272727,15.8615593 13.1342866,15.4545455 13.6363636,15.4545455 L19.0909091,15.4545455 C19.5929861,15.4545455 20,15.8615593 20,16.3636364 L20,18.1818182 Z"
id="路径"></path>
<path d="M20,18.1818182 C20,18.6838952 19.5929861,19.0909091 19.0909091,19.0909091 L13.6363636,19.0909091 C13.1342866,19.0909091 12.7272727,18.6838952 12.7272727,18.1818182 L12.7272727,16.3636364 C12.7272727,15.8615593 13.1342866,15.4545455 13.6363636,15.4545455 L19.0909091,15.4545455 C19.5929861,15.4545455 20,15.8615593 20,16.3636364 L20,18.1818182 Z"
id="路径" fill-opacity="0.2"></path>
<path d="M32.7272727,10.9090909 C32.7272727,11.411168 32.3202589,11.8181818 31.8181818,11.8181818 L13.6363636,11.8181818 C13.1342866,11.8181818 12.7272727,11.411168 12.7272727,10.9090909 L12.7272727,9.09090909 C12.7272727,8.58883205 13.1342866,8.18181818 13.6363636,8.18181818 L31.8181818,8.18181818 C32.3202589,8.18181818 32.7272727,8.58883205 32.7272727,9.09090909 L32.7272727,10.9090909 Z"
id="路径"></path>
<path d="M32.7272727,10.9090909 C32.7272727,11.411168 32.3202589,11.8181818 31.8181818,11.8181818 L13.6363636,11.8181818 C13.1342866,11.8181818 12.7272727,11.411168 12.7272727,10.9090909 L12.7272727,9.09090909 C12.7272727,8.58883205 13.1342866,8.18181818 13.6363636,8.18181818 L31.8181818,8.18181818 C32.3202589,8.18181818 32.7272727,8.58883205 32.7272727,9.09090909 L32.7272727,10.9090909 Z"
id="路径" fill-opacity="0.2"></path>
<path d="M30.9090909,33.6363636 C30.9090909,34.1384407 30.502077,34.5454545 30,34.5454545 L10,34.5454545 C9.49792295,34.5454545 9.09090909,34.1384407 9.09090909,33.6363636 L9.09090909,31.8181818 C9.09090909,31.3161048 9.49792295,30.9090909 10,30.9090909 L30,30.9090909 C30.502077,30.9090909 30.9090909,31.3161048 30.9090909,31.8181818 L30.9090909,33.6363636 Z"
id="路径"></path>
<path d="M30.9090909,33.6363636 C30.9090909,34.1384407 30.502077,34.5454545 30,34.5454545 L10,34.5454545 C9.49792295,34.5454545 9.09090909,34.1384407 9.09090909,33.6363636 L9.09090909,31.8181818 C9.09090909,31.3161048 9.49792295,30.9090909 10,30.9090909 L30,30.9090909 C30.502077,30.9090909 30.9090909,31.3161048 30.9090909,31.8181818 L30.9090909,33.6363636 Z"
id="路径" fill-opacity="0.2"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -1 +1,8 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1694426459089" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8414" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M510.952965 0L78.178596 164.73347v286.887525a505.36878 505.36878 0 0 0 209.406953 408.343559l223.367416 164.035446 225.461486-164.035446a505.36878 505.36878 0 0 0 209.406953-408.343559V164.73347z m360.877983 451.620995a432.774369 432.774369 0 0 1-177.995911 349.011589L510.952965 934.653033l-182.184049-133.322426A431.378323 431.378323 0 0 1 147.980913 451.620995v-237.32788l360.877983-139.604635 360.877982 139.604635z" p-id="8415"></path><path d="M510.952965 258.966599a144.490798 144.490798 0 0 0-34.901159 284.095432V732.924335a32.109066 32.109066 0 0 0 34.901159 34.901159 32.109066 32.109066 0 0 0 36.297205-36.297205V677.082481h36.297206a32.109066 32.109066 0 0 0 36.297205-36.297205 32.109066 32.109066 0 0 0-36.297205-35.599182h-36.297206v-57.2379-4.886163a144.490798 144.490798 0 0 0-36.297205-284.095432z m69.802318 144.490797a69.802318 69.802318 0 1 1-69.802318-69.802318 69.802318 69.802318 0 0 1 72.594411 69.802318z" p-id="8416"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="48px" viewBox="0 0 40 48" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M19.9517297,0 L0,7.59452938 L0,20.8205953 C0.0191387404,28.2792918 3.60819498,35.2779515 9.65406276,39.6460177 L19.9517297,47.2083669 L30.3459372,39.6460177 C36.391805,35.2779515 39.9808613,28.2792918 40,20.8205953 L40,7.59452938 L19.9517297,0 Z M36.5888979,20.8205953 C36.5768404,27.1858875 33.5283113,33.1633956 28.3829445,36.9107 L19.9517297,43.0893001 L11.5526951,36.9428802 C6.34127403,33.2236991 3.23911567,27.222999 3.21802089,20.8205953 L3.21802089,9.87932421 L19.8551891,3.44328239 L36.4923572,9.87932421 L36.5888979,20.8205953 Z"
id="形状"></path>
<path d="M19.9517297,11.9388576 C16.6274797,11.9915165 13.8510266,14.4872304 13.4456385,17.7870896 C13.0402504,21.0869489 15.1300636,24.1804842 18.3427192,25.0362027 L18.3427192,33.7892196 C18.3026625,34.2270129 18.4592687,34.6599612 18.7701284,34.9708209 C19.0809881,35.2816806 19.5139364,35.4382868 19.9517297,35.3982301 C20.4124826,35.4635337 20.8771239,35.3083687 21.2061815,34.9793111 C21.5352392,34.6502535 21.6904042,34.1856122 21.6251005,33.7248592 L21.6251005,31.2148029 L23.2984715,31.2148029 C23.7592244,31.2801066 24.2238657,31.1249415 24.5529233,30.7958839 C24.8819809,30.4668263 25.037146,30.002185 24.9718423,29.541432 C25.0260646,29.0858598 24.865985,28.6308942 24.538439,28.3096471 C24.210893,27.9884001 23.752905,27.8371841 23.2984715,27.9002414 L21.6251005,27.9002414 L21.6251005,25.2614642 L21.6251005,25.0362027 C24.8482627,24.1762934 26.9383499,21.0648044 26.5155784,17.7558042 C26.0928069,14.4468039 23.2875562,11.9607635 19.9517297,11.9388576 L19.9517297,11.9388576 Z M23.1697506,18.6001609 C23.1697506,19.9017289 22.385705,21.0751361 21.183213,21.5732246 C19.980721,22.0713131 18.5965928,21.7959929 17.6762453,20.8756453 C16.7558977,19.9552978 16.4805775,18.5711696 16.978666,17.3686776 C17.4767545,16.1661856 18.6501617,15.38214 19.9517297,15.38214 C20.8272786,15.3470897 21.6792598,15.6705929 22.3108899,16.2779295 C22.94252,16.8852662 23.2991728,17.723911 23.2984725,18.6001609 L23.1697506,18.6001609 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -1 +1,8 @@
<svg t="1716530640945" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="60528" width="200" height="200"><path d="M855.68 312.32h-55.68V288C800 129.28 670.72 0 512 0S224 129.28 224 288v23.68h-55.68C110.72 312.32 64 358.4 64 416v503.68c0 57.6 46.72 104.32 104.32 104.32h688c57.6 0 104.32-46.72 104.32-104.32V416c-0.64-57.6-47.36-103.68-104.96-103.68zM288 288C288 164.48 388.48 64 512 64s224 100.48 224 224v23.68h-448V288z m608 631.68c0 22.4-17.92 40.32-40.32 40.32H168.32c-22.4 0-40.32-17.92-40.32-40.32V416c0-22.4 17.92-40.32 40.32-40.32h688c21.76 0.64 39.68 18.56 39.68 40.32v503.68z" fill="#2c2c2c" p-id="60529"></path><path d="M512 544c-17.92 0-32 14.08-32 32v128c0 17.92 14.08 32 32 32s32-14.08 32-32V576c0-17.92-14.08-32-32-32z" fill="#2c2c2c" p-id="60530"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="46px" viewBox="0 0 40 46" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M35.3176303,13.9329051 L32.8336902,13.9329051 L32.8336902,12.8479657 C32.8336902,5.76730906 27.0663812,0 19.9857245,0 C12.9050678,0 7.13775874,5.76730906 7.13775874,12.8479657 L7.13775874,13.904354 L4.6538187,13.904354 C2.08422555,13.9329051 0,15.9885796 0,18.5581727 L0,41.0278373 C0,43.5974304 2.08422555,45.681656 4.6538187,45.681656 L35.3461813,45.681656 C37.9157744,45.681656 40,43.5974304 40,41.0278373 L40,18.5581727 C39.971449,15.9885796 37.8872234,13.9329051 35.3176303,13.9329051 Z M9.99286224,12.8479657 C9.99286224,7.33761599 14.4753747,2.8551035 19.9857245,2.8551035 C25.4960742,2.8551035 29.9785867,7.33761599 29.9785867,12.8479657 L29.9785867,13.904354 L9.99286224,13.904354 L9.99286224,12.8479657 Z M37.1163455,41.0278373 C37.1163455,42.0271235 36.3169165,42.8265525 35.3176303,42.8265525 L4.6538187,42.8265525 C3.65453248,42.8265525 2.8551035,42.0271235 2.8551035,41.0278373 L2.8551035,18.5581727 C2.8551035,17.5588865 3.65453248,16.7594575 4.6538187,16.7594575 L35.3461813,16.7594575 C36.3169165,16.7880086 37.1163455,17.5874375 37.1163455,18.5581727 L37.1163455,41.0278373 Z"
id="形状"></path>
<path d="M19.9857245,24.2683797 C19.1862955,24.2683797 18.5581727,24.8965025 18.5581727,25.6959315 L18.5581727,31.4061385 C18.5581727,32.2055675 19.1862955,32.8336902 19.9857245,32.8336902 C20.7851535,32.8336902 21.4132762,32.2055675 21.4132762,31.4061385 L21.4132762,25.6959315 C21.4132762,24.8965025 20.7851535,24.2683797 19.9857245,24.2683797 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.25564L24.0086 4L42 9.25564V20.0337C42 31.3622 34.7502 41.4194 24.0026 45.0005C13.2521 41.4195 6 31.36 6 20.0287V9.25564Z" fill="none" stroke="#525252" stroke-width="4" stroke-linejoin="round"/><path d="M15 23L22 30L34 18" stroke="#525252" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="46px" viewBox="0 0 40 46" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M37.1428571,25.7645714 L37.1428571,6.64457143 L19.9988571,2.92380951 L2.85714286,6.64457143 L2.85714286,25.7668571 C2.85714286,32.616381 8.34019048,38.2678095 19.9988571,42.6685714 C31.6590476,38.2678095 37.1428571,32.6152381 37.1428571,25.7645714 Z M0,25.7668571 L0,4.34095237 L19.9988571,0 L40,4.34095237 L40,25.7645714 C40,34.2495238 33.3329524,40.8994286 19.9988571,45.7142857 C6.66628571,40.8990476 0,34.2502857 0,25.7668571 Z"
id="形状"></path>
<polygon id="路径"
points="12.6045714 16.8114286 10.2525714 18.4339048 16.8011429 27.9287619 29.575619 15.3017143 27.5672381 13.2697143 17.2171429 23.4998095"></polygon>
</svg>

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 814 B

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M10 12a5 5 0 1 1 .002-10.002A5 5 0 0 1 10 12Zm0-2a3 3 0 0 0 0-6 3 3 0 0 0 0 6Zm-9 9a6 6 0 0 1 6-6h6a6 6 0 0 1 6 6v2.539c0 .552-.45 1-1 1H2c-.55 0-1-.448-1-1V19Zm16 0a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v1.539h14V19Zm.5-10h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Zm3 4h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd" fill-rule="evenodd"/><path fill-opacity=".2" fill="#000" d="M10 12a5 5 0 1 1 .002-10.002A5 5 0 0 1 10 12Zm0-2a3 3 0 0 0 0-6 3 3 0 0 0 0 6Zm-9 9a6 6 0 0 1 6-6h6a6 6 0 0 1 6 6v2.539c0 .552-.45 1-1 1H2c-.55 0-1-.448-1-1V19Zm16 0a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v1.539h14V19Zm.5-10h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Zm3 4h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd" fill-rule="evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="38px" viewBox="0 0 40 38" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M16.3636364,18.1854551 C11.3418618,18.1844508 7.27172312,14.1126841 7.27272709,9.09090946 C7.27373143,4.06913486 11.3454981,-0.00100378263 16.3672727,1.85694324e-07 C21.3890473,0.00100452555 25.459186,4.07277122 25.458182,9.09454583 C25.4571777,14.1163204 21.385411,18.1864591 16.3636364,18.1854551 Z M16.3636364,14.5490913 C19.3760986,14.5490913 21.8181817,12.1070081 21.8181817,9.09454583 C21.8181817,6.08208359 19.3760986,3.64000037 16.3636364,3.64000037 C13.3511741,3.64000037 10.909091,6.08208359 10.909091,9.09454583 C10.909091,12.1070081 13.3511741,14.5490913 16.3636364,14.5490913 Z M0,30.9127276 C0,24.8878031 4.88416637,20.0036367 10.9090909,20.0036367 L21.8181818,20.0036367 C27.8431064,20.0036367 32.7272727,24.8878031 32.7272727,30.9127276 L32.7272727,35.5290913 C32.7272727,36.5327276 31.9090909,37.3472731 30.9090909,37.3472731 L1.81818182,37.3472731 C0.818181818,37.3472731 0,36.5327276 0,35.5290913 L0,30.9127276 Z M29.0909091,30.9127276 C29.0909091,26.8961113 25.8347982,23.6400004 21.8181818,23.6400004 L10.9090909,23.6400004 C6.89247455,23.6400004 3.63636364,26.8961113 3.63636364,30.9127276 L3.63636364,33.7109095 L29.0909091,33.7109095 L29.0909091,30.9127276 Z M30,12.7309095 L39.0909091,12.7309095 C39.5929861,12.7309095 40,13.1379233 40,13.6400004 L40,15.4581822 C40,15.9602592 39.5929861,16.3672731 39.0909091,16.3672731 L30,16.3672731 C29.497923,16.3672731 29.0909091,15.9602592 29.0909091,15.4581822 L29.0909091,13.6400004 C29.0909091,13.1379233 29.497923,12.7309095 30,12.7309095 Z M35.4545455,20.0036367 L39.0909091,20.0036367 C39.5929861,20.0036367 40,20.4106506 40,20.9127276 L40,22.7309095 C40,23.2329865 39.5929861,23.6400004 39.0909091,23.6400004 L35.4545455,23.6400004 C34.9524684,23.6400004 34.5454545,23.2329865 34.5454545,22.7309095 L34.5454545,20.9127276 C34.5454545,20.4106506 34.9524684,20.0036367 35.4545455,20.0036367 Z"
id="形状" fill="#646A73"></path>
<path d="M16.3636364,18.1854551 C11.3418618,18.1844508 7.27172312,14.1126841 7.27272709,9.09090946 C7.27373143,4.06913486 11.3454981,-0.00100378263 16.3672727,1.85694324e-07 C21.3890473,0.00100452555 25.459186,4.07277122 25.458182,9.09454583 C25.4571777,14.1163204 21.385411,18.1864591 16.3636364,18.1854551 Z M16.3636364,14.5490913 C19.3760986,14.5490913 21.8181817,12.1070081 21.8181817,9.09454583 C21.8181817,6.08208359 19.3760986,3.64000037 16.3636364,3.64000037 C13.3511741,3.64000037 10.909091,6.08208359 10.909091,9.09454583 C10.909091,12.1070081 13.3511741,14.5490913 16.3636364,14.5490913 Z M0,30.9127276 C0,24.8878031 4.88416637,20.0036367 10.9090909,20.0036367 L21.8181818,20.0036367 C27.8431064,20.0036367 32.7272727,24.8878031 32.7272727,30.9127276 L32.7272727,35.5290913 C32.7272727,36.5327276 31.9090909,37.3472731 30.9090909,37.3472731 L1.81818182,37.3472731 C0.818181818,37.3472731 0,36.5327276 0,35.5290913 L0,30.9127276 Z M29.0909091,30.9127276 C29.0909091,26.8961113 25.8347982,23.6400004 21.8181818,23.6400004 L10.9090909,23.6400004 C6.89247455,23.6400004 3.63636364,26.8961113 3.63636364,30.9127276 L3.63636364,33.7109095 L29.0909091,33.7109095 L29.0909091,30.9127276 Z M30,12.7309095 L39.0909091,12.7309095 C39.5929861,12.7309095 40,13.1379233 40,13.6400004 L40,15.4581822 C40,15.9602592 39.5929861,16.3672731 39.0909091,16.3672731 L30,16.3672731 C29.497923,16.3672731 29.0909091,15.9602592 29.0909091,15.4581822 L29.0909091,13.6400004 C29.0909091,13.1379233 29.497923,12.7309095 30,12.7309095 Z M35.4545455,20.0036367 L39.0909091,20.0036367 C39.5929861,20.0036367 40,20.4106506 40,20.9127276 L40,22.7309095 C40,23.2329865 39.5929861,23.6400004 39.0909091,23.6400004 L35.4545455,23.6400004 C34.9524684,23.6400004 34.5454545,23.2329865 34.5454545,22.7309095 L34.5454545,20.9127276 C34.5454545,20.4106506 34.9524684,20.0036367 35.4545455,20.0036367 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -1 +1,6 @@
<svg t="1716521302395" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25663" width="200" height="200"><path d="M927.68 272L542.08 49.28a60.032 60.032 0 0 0-60.032 0L96.32 272v445.376c0 21.44 11.392 41.216 30.016 51.968L512 992l385.664-222.72a60.032 60.032 0 0 0 30.08-51.904V272zM512 475.008L192.256 290.432 512 105.856l319.68 184.576L512 475.008z m32.064 55.488l319.68-184.576v369.088L544 899.52V530.56z m-64 0v369.024l-319.744-184.512V345.856L480 530.56z" fill="#2c2c2c" fill-opacity=".9" p-id="25664"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="46px" viewBox="0 0 40 46" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M39.9969209,11.1020496 L21.4456162,0.386939177 C20.5520184,-0.128979726 19.4510606,-0.128979726 18.5574629,0.386939177 L0,11.1020496 L0,32.5291915 C0,33.5606748 0.548071742,34.5121028 1.44407667,35.0293839 L19.9984605,45.7414154 L38.5528443,35.0263049 C39.4463597,34.5119014 39.9979012,33.5601989 40,32.5291915 L40,11.1020496 L39.9969209,11.1020496 Z M19.9984605,20.8688112 L4.61550304,11.9888174 L19.9984605,3.10882356 L35.3783388,11.9888174 L19.9984605,20.8688112 Z M21.5410669,23.5383517 L36.9209453,14.6583579 L36.9209453,32.4152665 L21.5379878,41.2921813 L21.5379878,23.5414307 L21.5410669,23.5383517 Z M18.4620122,23.5383517 L18.4620122,41.2921813 L3.07905473,32.4152665 L3.07905473,14.6552788 L18.4589331,23.5414307 L18.4620122,23.5383517 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 941 B

View File

@@ -1 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><svg width="24" height="24" viewBox="0 0 48 48" fill="#fff" xmlns="http://www.w3.org/2000/svg"><path d="M24.0605 10L24.0239 38" stroke="#ffffff" stroke-width="4" stroke-linecap="square" stroke-linejoin="bevel"/><path d="M10 24L38 24" stroke="#ffffff" stroke-width="4" stroke-linecap="square" stroke-linejoin="bevel"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M 11 2 L 11 11 L 2 11 L 2 13 L 11 13 L 11 22 L 13 22 L 13 13 L 22 13 L 22 11 L 13 11 L 13 2 Z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 255 B

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1697615639399" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7535" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M122.88 232.106667l-2.56-2.986667H42.666667v-106.666667l81.066666 2.56v-4.266666a175.36 175.36 0 0 1 331.946667 0l2.56 2.56h532.053333v104.533333H454.826667v4.266667a174.933333 174.933333 0 0 1-331.946667 0z m212.437333-122.112A80.64 80.64 0 0 0 290.986667 95.573333h-1.706667a80.64 80.64 0 1 0 46.037333 14.421334zM515.413333 564.906667l2.56 2.986666a175.36 175.36 0 0 0 331.946667 0v-4.266666h140.373333v-104.533334H853.333333l-2.56-2.986666a175.36 175.36 0 0 0-331.946666 0v4.266666L42.666667 457.386667v107.52h472.746666z m170.666667-133.546667a80.597333 80.597333 0 0 1 54.698667 138.24A80.64 80.64 0 1 1 682.666667 431.36h3.413333z m-467.2 469.333333l2.56 2.56a175.36 175.36 0 0 0 331.946667 0v-4.266666l436.48 2.133333v-106.24H556.8l-2.133333-2.986667a174.933333 174.933333 0 0 0-331.946667 0v4.266667L42.666667 793.173333v107.52h176.213333z m170.666667-133.546666a80.64 80.64 0 1 1-82.346667 80.64A80.64 80.64 0 0 1 387.84 768l1.706667-0.853333z" fill="#515151" p-id="7536"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="44px" viewBox="0 0 40 44" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M3.38586221,9.71337253 L3.27780278,9.58730318 L0,9.58730318 L0,5.0848268 L3.42188201,5.19288623 L3.42188201,5.01278721 C4.44421945,2.01509156 7.26050411,0 10.4277352,0 C13.5949664,0 16.411251,2.01509156 17.4335885,5.01278721 L17.5416479,5.12084664 L40,5.12084664 L40,9.53327346 L17.3975687,9.53327346 L17.3975687,9.71337253 C16.3931574,12.7296977 13.5708757,14.7645427 10.3917154,14.7645427 C7.21255522,14.7645427 4.3902735,12.7296977 3.38586221,9.71337253 Z M12.3529941,4.55893759 C11.8027835,4.17622859 11.1518354,3.96446683 10.481765,3.95020276 L10.4097253,3.95020276 C8.72869151,3.95055102 7.29964605,5.17801408 7.04564043,6.83974692 C6.79163482,8.50147975 7.78874354,10.0997947 9.39291243,10.6023055 C10.9970813,11.1048162 12.7278631,10.3610212 13.4673082,8.85135379 C14.2067533,7.34168636 13.7333986,5.51829067 12.3529941,4.55893759 L12.3529941,4.55893759 Z M19.9549752,23.7610988 L20.0630347,23.8871681 C21.0853721,26.8848637 23.9016568,28.8999553 27.0688879,28.8999553 C30.236119,28.8999553 33.0524037,26.8848637 34.0747411,23.8871681 L34.0747411,23.7070691 L40,23.7070691 L40,19.2946422 L34.2188203,19.2946422 L34.1107609,19.1685729 C33.0884235,16.1708773 30.2721388,14.1557858 27.1049077,14.1557858 C23.9376766,14.1557858 21.121392,16.1708773 20.0990545,19.1685729 L20.0990545,19.3486719 L0,19.2226026 L0,23.7610988 L19.9549752,23.7610988 Z M27.1589374,18.1239984 C28.5295543,18.1514916 29.7497595,18.998948 30.2541443,20.2736803 C30.7585292,21.5484127 30.4485362,23.0013364 29.4678073,23.9592077 C28.3765234,25.027769 26.7070861,25.2386179 25.3843916,24.4749406 C24.0616971,23.7112634 23.4096128,22.1600496 23.7894043,20.6806977 C24.1691958,19.2013458 25.4878695,18.1560813 27.0148582,18.1239984 L27.1589374,18.1239984 L27.1589374,18.1239984 Z M7.43809094,37.9348944 L7.54615037,38.0429538 C8.56848781,41.0406494 11.3847725,43.055741 14.5520036,43.055741 C17.7192347,43.055741 20.5355194,41.0406494 21.5578568,38.0429538 L21.5578568,37.8628548 L39.9819901,37.9529043 L39.9819901,33.4684378 L21.7019361,33.4684378 L21.6118866,33.3423685 C20.6074753,30.3260433 17.7851935,28.2911983 14.6060333,28.2911983 C11.4268731,28.2911983 8.60459138,30.3260433 7.60018009,33.3423685 L7.60018009,33.5224675 L0,33.3963982 L0,37.9348944 L7.43809094,37.9348944 Z M14.6420531,32.297794 C16.5120701,32.33738 17.9998024,33.8784263 17.9735503,35.7486781 C17.9472981,37.6189298 16.4168982,39.1176116 14.5465068,39.1046947 C12.6761155,39.0917777 11.1665603,37.572102 11.1661414,35.7016661 C11.1858866,33.8358412 12.7040841,32.3337093 14.5700135,32.3338138 L14.6420531,32.297794 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><path d="M20 20v-3a4 4 0 0 0-8 0v3a2.002 2.002 0 0 0-2 2v6a2.002 2.002 0 0 0 2 2h8a2.002 2.002 0 0 0 2-2v-6a2.002 2.002 0 0 0-2-2zm-6-3a2 2 0 0 1 4 0v3h-4zm-2 11v-6h8l.001 6z" fill="currentColor"></path><path d="M25.829 10.115a10.007 10.007 0 0 0-7.939-7.933a10.002 10.002 0 0 0-11.72 7.933A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.502 5.502 0 0 1-.97-10.916l1.35-.245l.259-1.345a8.01 8.01 0 0 1 15.731 0l.259 1.345l1.349.245A5.502 5.502 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.32-14.885z" fill="currentColor"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="35px" viewBox="0 0 40 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M25.0010919,22.4989516 L25.0010919,18.7490668 C25.0010919,15.9877279 22.7625844,13.7492205 20.0012455,13.7492205 C17.2399066,13.7492205 15.0013992,15.9877279 15.0013992,18.7490668 L15.0013992,22.4989516 C13.6213009,22.5003296 12.502854,23.6187765 12.501476,24.9988748 L12.501476,32.4986443 C12.502854,33.8787426 13.6213009,34.9971895 15.0013992,34.9985675 L25.0010919,34.9985675 C26.3811901,34.9971895 27.499637,33.8787426 27.5010151,32.4986443 L27.5010151,24.9988748 C27.499637,23.6187765 26.3811901,22.5003296 25.0010919,22.4989516 L25.0010919,22.4989516 Z M17.5013223,18.7490668 C17.5013223,17.3683974 18.6205761,16.2491437 20.0012455,16.2491437 C21.381915,16.2491437 22.5011687,17.3683974 22.5011687,18.7490668 L22.5011687,22.4989516 L17.5013223,22.4989516 L17.5013223,18.7490668 Z M15.0013992,32.4986443 L15.0013992,24.9988748 L25.0010919,24.9988748 L25.0023418,32.4986443 L15.0013992,32.4986443 Z"
id="形状"></path>
<path d="M32.287118,10.1430813 C31.3185376,5.11934525 27.3881398,1.19191794 22.3636729,0.227135986 C19.1058905,-0.402397373 15.7314753,0.288925049 12.9837078,2.14882608 C10.2359402,4.00872712 8.34022245,6.88463717 7.71412309,10.1430813 C2.93819287,11.0039975 -0.391834471,15.3665916 0.0371604992,20.2004978 C0.466155469,25.0344041 4.51242163,28.7423738 9.36532235,28.7487596 L10.0015528,28.7487596 L10.0015528,26.2488364 L9.37032219,26.2488364 C5.81283252,26.2423348 2.84747442,23.5238121 2.5325947,19.9802792 C2.21771499,16.4367462 4.65725713,13.2379421 8.15785945,12.6042557 L9.8453076,12.2980151 L10.1690477,10.6168167 C11.076596,5.90380531 15.2010247,2.4978148 20.0006205,2.4978148 C24.8002164,2.4978148 28.9246451,5.90380531 29.8321934,10.6168167 L30.1559335,12.2980151 L31.8421317,12.6042557 C35.3415916,13.2376938 37.7809163,16.434668 37.46775,19.9771799 C37.1545836,23.5196918 34.1922328,26.2391452 30.6359187,26.2488364 L30.0009383,26.2488364 L30.0009383,28.7487596 L30.6359187,28.7487596 C35.4885825,28.7417322 39.5342435,25.0335766 39.9628954,20.1998769 C40.3915473,15.3661772 37.0615669,11.0039507 32.285868,10.1430813 L32.287118,10.1430813 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><path d="M22.5 13c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5s8.5-3.8 8.5-8.5s-3.8-8.5-8.5-8.5zm6.5 8h-3c0-2-.3-4-.9-5.5c2.1 1 3.7 3 3.9 5.5zm-6.5 7c-.4-.2-1.3-1.8-1.5-5h2.9c-.2 3.2-1 4.8-1.4 5zM21 21c.1-3.8 1.1-5.8 1.4-6c.4.2 1.4 2.2 1.5 6H21zm-1.1-5.5c-.6 1.5-.8 3.5-.9 5.5h-3c.2-2.5 1.8-4.5 3.9-5.5zM16.2 23H19c.1 1.6.4 3.2.9 4.5c-1.8-.8-3.2-2.5-3.7-4.5zm8.9 4.5c.5-1.3.8-2.8.9-4.5h2.9c-.6 2-2 3.7-3.8 4.5z" fill="currentColor"></path><path d="M25.8 10c-.9-4.6-5-8-9.8-8c-4.8 0-8.9 3.4-9.8 8.1c-3.5.7-6.2 3.7-6.2 7.4C0 21.6 3.4 25 7.5 25H11v-2H7.5c-3 0-5.5-2.5-5.5-5.5c0-2.9 2.2-5.3 5.1-5.5H8v-.9c.5-4 3.9-7.1 8-7.1c3.7 0 6.8 2.6 7.7 6h2.1z" fill="currentColor"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="37px" viewBox="0 0 40 37" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M29.0322581,14.1935484 C22.9677419,14.1935484 18.0645161,19.0967742 18.0645161,25.1612903 C18.0645161,31.2258065 22.9677419,36.1290323 29.0322581,36.1290323 C35.0967742,36.1290323 40,31.2258065 40,25.1612903 C40,19.0967742 35.0967742,14.1935484 29.0322581,14.1935484 Z M37.4193548,24.516129 L33.5483871,24.516129 C33.5483871,21.9354839 33.1612903,19.3548387 32.3870968,17.4193548 C35.0967742,18.7096774 37.1612903,21.2903226 37.4193548,24.516129 Z M29.0322581,33.5483871 C28.516129,33.2903226 27.3548387,31.2258065 27.0967742,27.0967742 L30.8387097,27.0967742 C30.5806452,31.2258065 29.5483871,33.2903226 29.0322581,33.5483871 Z M27.0967742,24.516129 C27.2258065,19.6129032 28.516129,17.0322581 28.9032258,16.7741935 C29.4193548,17.0322581 30.7096774,19.6129032 30.8387097,24.516129 L27.0967742,24.516129 Z M25.6774194,17.4193548 C24.9032258,19.3548387 24.6451613,21.9354839 24.516129,24.516129 L20.6451613,24.516129 C20.9032258,21.2903226 22.9677419,18.7096774 25.6774194,17.4193548 Z M20.9032258,27.0967742 L24.516129,27.0967742 C24.6451613,29.1612903 25.0322581,31.2258065 25.6774194,32.9032258 C23.3548387,31.8709677 21.5483871,29.6774194 20.9032258,27.0967742 Z M32.3870968,32.9032258 C33.0322581,31.2258065 33.4193548,29.2903226 33.5483871,27.0967742 L37.2903226,27.0967742 C36.516129,29.6774194 34.7096774,31.8709677 32.3870968,32.9032258 L32.3870968,32.9032258 Z"
id="形状"></path>
<path d="M33.2903226,10.3225806 C32.1290323,4.38709677 26.8387097,0 20.6451613,0 C14.4516129,0 9.16129032,4.38709677 8,10.4516129 C3.48387097,11.3548387 0,15.2258065 0,20 C0,25.2903226 4.38709677,29.6774194 9.67741935,29.6774194 L14.1935484,29.6774194 L14.1935484,27.0967742 L9.67741935,27.0967742 C5.80645161,27.0967742 2.58064516,23.8709677 2.58064516,20 C2.58064516,16.2580645 5.41935484,13.1612903 9.16129032,12.9032258 L10.3225806,12.9032258 L10.3225806,11.7419355 C10.9677419,6.58064516 15.3548387,2.58064516 20.6451613,2.58064516 C25.4193548,2.58064516 29.4193548,5.93548387 30.5806452,10.3225806 L33.2903226,10.3225806 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 777 B

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +1,16 @@
<svg t="1712572674247" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9050" width="200" height="200"><path d="M871.122 166.136c-5.531 0.219-11.055 1.26-16.501 3.051L180.978 389.614c-22.851 7.454-38.932 27.816-40.868 51.731-1.936 23.916 10.566 46.538 31.866 57.577l282.245 146.656 146.606 282.4c10.36 19.85 30.69 32.022 52.766 32.022 1.645 0 3.172-0.058 4.915-0.156 23.915-2.032 44.275-18.067 51.731-40.918L930.82 245.439c7.165-21.785 1.581-45.391-14.589-61.56-12.126-12.128-28.516-18.402-45.109-17.743z m-9.363 71.75L651.835 879.041 523.542 631.974l118.566-118.568c13.534-13.534 13.534-35.508 0-49.041-13.533-13.533-35.455-13.533-48.988 0L476.724 580.812 220.707 447.811l641.052-209.925z" fill="#2c2c2c" p-id="9051"></path><path d="M91.679 224.091c-5.37-16.301 3.492-33.867 19.792-39.236l279.218-91.97c16.301-5.368 33.867 3.493 39.236 19.793 5.369 16.301-3.493 33.867-19.793 39.236l-279.218 91.969c-16.3 5.369-33.866-3.492-39.235-19.792z" fill="#2c2c2c" p-id="9052"></path><path d="M116.031 330.272c-5.369-16.3 3.493-33.866 19.793-39.235l123.784-40.773c16.3-5.369 33.866 3.493 39.235 19.793s-3.492 33.867-19.792 39.235l-123.784 40.773c-16.301 5.369-33.867-3.493-39.236-19.793z" fill="#2c2c2c" p-id="9053"></path><path d="M358.236 708.439c0-19.858 16.098-35.955 35.955-35.955 19.858 0 35.955 16.097 35.955 35.955 0 19.857-16.097 35.955-35.955 35.955-19.857 0-35.955-16.098-35.955-35.955z" fill="#2c2c2c" p-id="9054"></path><path d="M296.251 780.349c0-19.857 16.097-35.955 35.955-35.955 19.857 0 35.955 16.098 35.955 35.955s-16.098 35.955-35.955 35.955c-19.858 0-35.955-16.098-35.955-35.955z" fill="#2c2c2c" p-id="9055"></path><path d="M224.341 852.259c0-19.857 16.097-35.955 35.955-35.955 19.857 0 35.955 16.098 35.955 35.955s-16.098 35.955-35.955 35.955c-19.858 0-35.955-16.098-35.955-35.955z" fill="#2c2c2c" p-id="9056"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="42px" viewBox="0 0 40 42" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M37.0244422,3.54684106 C36.762241,3.55722292 36.5003716,3.60657231 36.2421999,3.691476 L4.30764957,14.1409828 C3.22438082,14.4943453 2.46204899,15.4596211 2.37027146,16.5933296 C2.27849393,17.7270854 2.87116059,18.7994983 3.88090303,19.3228103 L17.2609384,26.2751477 L24.2109055,39.662531 C24.702029,40.6035351 25.6657879,41.1805578 26.7123172,41.1805578 C26.7902996,41.1805578 26.8626882,41.1778083 26.9453164,41.1731625 C28.0790249,41.0768341 29.0442059,40.3166829 29.3976632,39.2334141 L39.8544705,7.3062591 C40.1941327,6.27352488 39.929419,5.15446479 39.162868,4.38796125 C38.5880259,3.81302434 37.8110457,3.51560068 37.0244422,3.54684106 Z M36.5805821,6.94820349 L26.6289779,37.3426359 L20.5471522,25.6302399 L26.1678622,20.0094352 C26.8094516,19.3678458 26.8094516,18.3261519 26.1678622,17.6846099 C25.5263202,17.0430679 24.4870914,17.0430679 23.8455494,17.6846099 L18.3277099,23.204867 L6.19103254,16.8998551 L36.5805821,6.94820349 Z"
id="形状"></path>
<path d="M0.0743636771,6.29424119 C-0.18020519,5.52148009 0.239904549,4.68875072 1.01261824,4.43422926 L14.2491564,0.0743226136 C15.0219175,-0.180151442 15.8546469,0.239910892 16.1091683,1.01262458 C16.3636898,1.78538568 15.9435801,2.61811505 15.1708664,2.87263652 L1.9343282,7.23249576 C1.16161451,7.48701722 0.328885138,7.06695489 0.0743636771,6.29424119 Z"
id="路径"></path>
<path d="M1.22878845,11.3278309 C0.974266992,10.5551172 1.39437673,9.72238786 2.16709042,9.4678664 L8.03516354,7.53499184 C8.80787723,7.28047037 9.6406066,7.70058011 9.89512807,8.47329381 C10.1496495,9.2460075 9.72958719,10.0787843 8.9568735,10.3332583 L3.08880038,12.2661329 C2.31603929,12.5206544 1.48330991,12.1005446 1.22878845,11.3278309 L1.22878845,11.3278309 Z"
id="路径"></path>
<path d="M12.7106977,29.2551204 C12.7106977,28.3137371 13.4738354,27.5506468 14.4151713,27.5506468 C15.3565547,27.5506468 16.119645,28.3137371 16.119645,29.2551204 C16.119645,30.1964564 15.3565547,30.9595941 14.4151713,30.9595941 C13.4738354,30.9595941 12.7106977,30.1964564 12.7106977,29.2551204 Z"
id="路径"></path>
<path d="M9.77225237,32.6640678 C9.77225237,31.7227319 10.5353427,30.9595941 11.476726,30.9595941 C12.418062,30.9595941 13.1811997,31.7227319 13.1811997,32.6640678 C13.1811997,33.6054037 12.418062,34.3685415 11.476726,34.3685415 C10.5353427,34.3685415 9.77225237,33.6054037 9.77225237,32.6640678 Z"
id="路径"></path>
<path d="M6.36330502,36.0730151 C6.36330502,35.1316792 7.12639535,34.3685415 8.0677787,34.3685415 C9.00911463,34.3685415 9.77225237,35.1316792 9.77225237,36.0730151 C9.77225237,37.0143511 9.00911463,37.7774888 8.0677787,37.7774888 C7.12639535,37.7774888 6.36330502,37.0143511 6.36330502,36.0730151 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,6 +1,9 @@
<!-- <svg t="1668760056876" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6883" width="490" height="490"><path d="M514.048 54.272q95.232 0 178.688 36.352t145.92 98.304 98.304 145.408 35.84 178.688-35.84 178.176-98.304 145.408-145.92 98.304-178.688 35.84-178.176-35.84-145.408-98.304-98.304-145.408-35.84-178.176 35.84-178.688 98.304-145.408 145.408-98.304 178.176-36.352zM515.072 826.368q26.624 0 44.544-17.92t17.92-43.52q0-26.624-17.92-44.544t-44.544-17.92-44.544 17.92-17.92 44.544q0 25.6 17.92 43.52t44.544 17.92zM567.296 574.464q-1.024-16.384 20.48-34.816t48.128-40.96 49.152-50.688 24.576-65.024q2.048-39.936-8.192-74.752t-33.792-59.904-60.928-39.936-87.552-14.848q-62.464 0-103.936 22.016t-67.072 53.248-35.84 64.512-9.216 55.808q1.024 26.624 16.896 38.912t34.304 12.8 33.792-10.24 15.36-31.232q0-12.288 7.68-30.208t20.992-34.304 32.256-27.648 42.496-11.264q46.08 0 73.728 23.04t25.6 57.856q0 17.408-10.24 32.256t-26.112 28.672-33.792 27.648-33.792 28.672-26.624 32.256-11.776 37.888l1.024 38.912q0 15.36 14.336 29.184t37.888 14.848q23.552-1.024 37.376-15.36t12.8-32.768l0-24.576z" p-id="6884" fill="#ffffff"></path></svg> -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="#ffffff" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0 2C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11Zm-.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5ZM8.05 9.282c.013-.112.026-.205.039-.28.195-1.085.689-1.883 1.481-2.394.62-.405 1.383-.608 2.288-.608 1.189 0 2.176.288 2.962.864.787.575 1.18 1.428 1.18 2.558 0 .693-.17 1.277-.513 1.752-.2.287-.584.655-1.152 1.103l-.56.44c-.305.24-.507.52-.607.84-.027.087-.051.249-.072.486a.5.5 0 0 1-.498.457h-1.12a.5.5 0 0 1-.498-.546c.065-.696.134-1.136.207-1.321.137-.344.49-.74 1.058-1.188l.575-.455c.19-.144 1.166-.831 1.166-1.44 0-.608-.106-.832-.412-1.166-.305-.333-.993-.44-1.614-.44-.61 0-1.131.161-1.386.572-.118.19-.215.393-.284.6a2.097 2.097 0 0 0-.073.307.5.5 0 0 1-.493.415H8.547a.5.5 0 0 1-.497-.556Z" clip-rule="evenodd" fill-rule="evenodd"/>
<path fill="#ffffff" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0 2C5.925 23 1 18.075 1 12S5.925 1 12 1s11 4.925 11 11-4.925 11-11 11Zm-.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5ZM8.05 9.282c.013-.112.026-.205.039-.28.195-1.085.689-1.883 1.481-2.394.62-.405 1.383-.608 2.288-.608 1.189 0 2.176.288 2.962.864.787.575 1.18 1.428 1.18 2.558 0 .693-.17 1.277-.513 1.752-.2.287-.584.655-1.152 1.103l-.56.44c-.305.24-.507.52-.607.84-.027.087-.051.249-.072.486a.5.5 0 0 1-.498.457h-1.12a.5.5 0 0 1-.498-.546c.065-.696.134-1.136.207-1.321.137-.344.49-.74 1.058-1.188l.575-.455c.19-.144 1.166-.831 1.166-1.44 0-.608-.106-.832-.412-1.166-.305-.333-.993-.44-1.614-.44-.61 0-1.131.161-1.386.572-.118.19-.215.393-.284.6a2.097 2.097 0 0 0-.073.307.5.5 0 0 1-.493.415H8.547a.5.5 0 0 1-.497-.556Z" clip-rule="evenodd" fill-rule="evenodd"/>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<title>question-mark</title>
<path d="M19,34.5454546 C24.5538561,34.5454546 29.6858307,31.5825078 32.4627588,26.7727274 C35.2396867,21.9629469 35.2396867,16.0370531 32.4627588,11.2272726 C29.6858307,6.41749225 24.5538561,3.45454546 19,3.45454546 C10.4144826,3.45454546 3.45454578,10.4144826 3.45454578,19 C3.45454578,27.5855174 10.4144826,34.5454546 19,34.5454546 L19,34.5454546 Z M19,38 C8.50681818,38 0,29.4931818 0,19 C0,8.50681818 8.50681818,0 19,0 C29.4931818,0 38,8.50681818 38,19 C38,29.4931818 29.4931818,38 19,38 Z M18.1363636,25.9090909 L19.8636364,25.9090909 C20.3406096,25.9090909 20.7272727,26.295754 20.7272727,26.7727273 L20.7272727,28.5 C20.7272727,28.9769732 20.3406096,29.3636364 19.8636364,29.3636364 L18.1363636,29.3636364 C17.6593904,29.3636364 17.2727273,28.9769732 17.2727273,28.5 L17.2727273,26.7727273 C17.2727273,26.295754 17.6593904,25.9090909 18.1363636,25.9090909 Z M12.1772727,14.3052727 C12.1997273,14.1118182 12.2221818,13.9511818 12.2446364,13.8216364 C12.5814546,11.9475454 13.4347273,10.5691818 14.8027273,9.68654542 C15.8736364,8.987 17.1915454,8.63636364 18.7547273,8.63636364 C20.8084546,8.63636364 22.5132727,9.13381818 23.8709091,10.1287273 C25.2302727,11.1219091 25.9090909,12.5952727 25.9090909,14.5470909 C25.9090909,15.7440909 25.6154546,16.7528182 25.023,17.5732727 C24.6775454,18.069 24.0142727,18.7046364 23.0331818,19.4784546 L22.0659091,20.2384546 C21.5390909,20.653 21.1901818,21.1366364 21.0174546,21.6893636 C20.9708182,21.8396364 20.9293636,22.1194546 20.8930909,22.5288182 C20.8545555,22.9752445 20.4809956,23.3181819 20.0329091,23.3181819 L18.0983636,23.3181819 C17.8554587,23.3181819 17.6237588,23.2160036 17.4600691,23.0365364 C17.2963793,22.8570693 17.2158345,22.6169657 17.2381818,22.3750909 C17.3504546,21.1729091 17.4696364,20.4129091 17.5957273,20.0933636 C17.8323636,19.4991818 18.4420909,18.8151818 19.4231818,18.0413636 L20.4163636,17.2554546 C20.7445454,17.0067273 22.4303636,15.8200909 22.4303636,14.7681818 C22.4303636,13.718 22.2472727,13.3310909 21.7187273,12.7541818 C21.1919091,12.179 20.0035454,11.9941818 18.9309091,11.9941818 C17.8772727,11.9941818 16.9773636,12.2722727 16.5369091,12.9821818 C16.3330909,13.3103636 16.1655454,13.661 16.0463636,14.0185454 C15.9910747,14.1918853 15.9489251,14.3691446 15.9202727,14.5488182 C15.8487867,14.9632037 15.4892336,15.2658702 15.0687273,15.2656364 L13.0357273,15.2656364 C12.7897903,15.2657082 12.5554879,15.1609236 12.3915852,14.9775636 C12.2276826,14.7942036 12.1497277,14.5496623 12.1772727,14.3052727 Z"
id="形状"></path>
<path d="M19,34.5454546 C24.5538561,34.5454546 29.6858307,31.5825078 32.4627588,26.7727274 C35.2396867,21.9629469 35.2396867,16.0370531 32.4627588,11.2272726 C29.6858307,6.41749225 24.5538561,3.45454546 19,3.45454546 C10.4144826,3.45454546 3.45454578,10.4144826 3.45454578,19 C3.45454578,27.5855174 10.4144826,34.5454546 19,34.5454546 L19,34.5454546 Z M19,38 C8.50681818,38 0,29.4931818 0,19 C0,8.50681818 8.50681818,0 19,0 C29.4931818,0 38,8.50681818 38,19 C38,29.4931818 29.4931818,38 19,38 Z M18.1363636,25.9090909 L19.8636364,25.9090909 C20.3406096,25.9090909 20.7272727,26.295754 20.7272727,26.7727273 L20.7272727,28.5 C20.7272727,28.9769732 20.3406096,29.3636364 19.8636364,29.3636364 L18.1363636,29.3636364 C17.6593904,29.3636364 17.2727273,28.9769732 17.2727273,28.5 L17.2727273,26.7727273 C17.2727273,26.295754 17.6593904,25.9090909 18.1363636,25.9090909 Z M12.1772727,14.3052727 C12.1997273,14.1118182 12.2221818,13.9511818 12.2446364,13.8216364 C12.5814546,11.9475454 13.4347273,10.5691818 14.8027273,9.68654542 C15.8736364,8.987 17.1915454,8.63636364 18.7547273,8.63636364 C20.8084546,8.63636364 22.5132727,9.13381818 23.8709091,10.1287273 C25.2302727,11.1219091 25.9090909,12.5952727 25.9090909,14.5470909 C25.9090909,15.7440909 25.6154546,16.7528182 25.023,17.5732727 C24.6775454,18.069 24.0142727,18.7046364 23.0331818,19.4784546 L22.0659091,20.2384546 C21.5390909,20.653 21.1901818,21.1366364 21.0174546,21.6893636 C20.9708182,21.8396364 20.9293636,22.1194546 20.8930909,22.5288182 C20.8545555,22.9752445 20.4809956,23.3181819 20.0329091,23.3181819 L18.0983636,23.3181819 C17.8554587,23.3181819 17.6237588,23.2160036 17.4600691,23.0365364 C17.2963793,22.8570693 17.2158345,22.6169657 17.2381818,22.3750909 C17.3504546,21.1729091 17.4696364,20.4129091 17.5957273,20.0933636 C17.8323636,19.4991818 18.4420909,18.8151818 19.4231818,18.0413636 L20.4163636,17.2554546 C20.7445454,17.0067273 22.4303636,15.8200909 22.4303636,14.7681818 C22.4303636,13.718 22.2472727,13.3310909 21.7187273,12.7541818 C21.1919091,12.179 20.0035454,11.9941818 18.9309091,11.9941818 C17.8772727,11.9941818 16.9773636,12.2722727 16.5369091,12.9821818 C16.3330909,13.3103636 16.1655454,13.661 16.0463636,14.0185454 C15.9910747,14.1918853 15.9489251,14.3691446 15.9202727,14.5488182 C15.8487867,14.9632037 15.4892336,15.2658702 15.0687273,15.2656364 L13.0357273,15.2656364 C12.7897903,15.2657082 12.5554879,15.1609236 12.3915852,14.9775636 C12.2276826,14.7942036 12.1497277,14.5496623 12.1772727,14.3052727 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M17.745 8a7 7 0 1 0 .965 6h2.067A9 9 0 1 1 19 6.343V3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V9a1 1 0 0 1-1 1h-5.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3.245Z"/><path fill-opacity=".2" fill="#000" d="M17.745 8a7 7 0 1 0 .965 6h2.067A9 9 0 1 1 19 6.343V3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V9a1 1 0 0 1-1 1h-5.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3.245Z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M32.7663765,11.1115569 C28.6180118,5.15694244 20.9035042,2.86181736 14.1747916,5.58041812 C7.4460791,8.29901888 3.4910983,15.3089657 4.64348203,22.4740459 C5.79586576,29.6391261 11.7494055,35.0554525 18.9912206,35.5271268 C26.2330357,35.998801 32.8388492,31.4004909 34.9109069,24.4454252 L39.5044246,24.4454252 C37.435282,33.5325969 29.3640947,39.9863071 20.0443487,40.0057186 C10.7246028,40.0250426 2.62666182,33.6049342 0.519768442,24.5264409 C-1.58712493,15.4479476 2.85549867,6.11748483 11.2311779,2.03018282 C19.6068571,-2.0571192 29.6954699,0.182151305 35.5553772,7.42918695 L35.5553772,1.11115569 C35.5553772,0.497481348 36.0528586,0 36.6665329,0 L38.8888443,0 C39.5025187,0 40,0.497481348 40,1.11115569 L40,13.3338683 C40,14.561217 39.0050373,15.5561797 37.7776886,15.5561797 L25.554976,15.5561797 C24.9413017,15.5561797 24.4438203,15.0586983 24.4438203,14.445024 L24.4438203,12.2227126 C24.4438203,11.6090383 24.9413017,11.1115569 25.554976,11.1115569 L32.7663765,11.1115569 Z"
id="路径" fill="#646A73"></path>
<path d="M32.7663765,11.1115569 C28.6180118,5.15694244 20.9035042,2.86181736 14.1747916,5.58041812 C7.4460791,8.29901888 3.4910983,15.3089657 4.64348203,22.4740459 C5.79586576,29.6391261 11.7494055,35.0554525 18.9912206,35.5271268 C26.2330357,35.998801 32.8388492,31.4004909 34.9109069,24.4454252 L39.5044246,24.4454252 C37.435282,33.5325969 29.3640947,39.9863071 20.0443487,40.0057186 C10.7246028,40.0250426 2.62666182,33.6049342 0.519768442,24.5264409 C-1.58712493,15.4479476 2.85549867,6.11748483 11.2311779,2.03018282 C19.6068571,-2.0571192 29.6954699,0.182151305 35.5553772,7.42918695 L35.5553772,1.11115569 C35.5553772,0.497481348 36.0528586,0 36.6665329,0 L38.8888443,0 C39.5025187,0 40,0.497481348 40,1.11115569 L40,13.3338683 C40,14.561217 39.0050373,15.5561797 37.7776886,15.5561797 L25.554976,15.5561797 C24.9413017,15.5561797 24.4438203,15.0586983 24.4438203,14.445024 L24.4438203,12.2227126 C24.4438203,11.6090383 24.9413017,11.1115569 25.554976,11.1115569 L32.7663765,11.1115569 Z"
id="路径" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 445 B

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1,3 +1,11 @@
<!-- <?xml version="1.0" encoding="UTF-8"?><svg width="32" height="32" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M24 4C16.268 4 10 10.268 10 18V38H38V18C38 10.268 31.732 4 24 4Z"/><path d="M10 38V18C10 10.268 16.268 4 24 4C31.732 4 38 10.268 38 18V38M4 38H44" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 44C26.7614 44 29 41.7614 29 39V38H19V39C19 41.7614 21.2386 44 24 44Z" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg> -->
<svg t="1676622566768" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="31041" width="200" height="200"><path d="M512 0c43.885714 0 73.142857 29.257143 73.142857 73.142857s-29.257143 73.142857-73.142857 73.142857-73.142857-29.257143-73.142857-73.142857 29.257143-73.142857 73.142857-73.142857z" fill="#000000" p-id="31042"></path><path d="M877.714286 877.714286H146.285714V438.857143c0-204.8 160.914286-365.714286 365.714286-365.714286s365.714286 160.914286 365.714286 365.714286v438.857143z m-658.285715-73.142857h585.142858V438.857143c0-160.914286-131.657143-292.571429-292.571429-292.571429S219.428571 277.942857 219.428571 438.857143v365.714286z" fill="#000000" p-id="31043"></path><path d="M36.571429 804.571429h950.857142c21.942857 0 36.571429 14.628571 36.571429 36.571428s-14.628571 36.571429-36.571429 36.571429H36.571429c-21.942857 0-36.571429-14.628571-36.571429-36.571429s14.628571-36.571429 36.571429-36.571428zM512 1024c58.514286 0 109.714286-21.942857 146.285714-73.142857H365.714286c36.571429 51.2 87.771429 73.142857 146.285714 73.142857z" fill="#000000" p-id="31044"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<title>remind</title>
<path d="M19,0 C20.6285714,0 21.7142858,1.08571429 21.7142858,2.71428571 C21.7142858,4.34285712 20.6285714,5.42857141 19,5.42857141 C17.3714286,5.42857141 16.2857142,4.34285712 16.2857142,2.71428571 C16.2857142,1.08571429 17.3714286,0 19,0 Z"
id="路径"></path>
<path d="M32.5714286,32.5714286 L5.42857141,32.5714286 L5.42857141,16.2857142 C5.42857141,8.68571429 11.4,2.71428571 19,2.71428571 C26.6,2.71428571 32.5714286,8.68571429 32.5714286,16.2857142 L32.5714286,32.5714286 Z M8.14285712,29.8571428 L29.8571428,29.8571428 L29.8571428,16.2857142 C29.8571428,10.3142858 24.9714286,5.42857141 19,5.42857141 C13.0285714,5.42857141 8.14285712,10.3142858 8.14285712,16.2857142 L8.14285712,29.8571428 Z"
id="形状"></path>
<path d="M1.35714288,29.8571428 L36.6428572,29.8571428 C37.4571428,29.8571428 38,30.4 38,31.2142858 C38,32.0285714 37.4571428,32.5714286 36.6428572,32.5714286 L1.35714288,32.5714286 C0.542857164,32.5714286 0,32.0285714 0,31.2142858 C0,30.4 0.542857127,29.8571428 1.35714288,29.8571428 Z M19,38 C21.1714286,38 23.0714286,37.1857142 24.4285714,35.2857142 L13.5714286,35.2857142 C14.9285714,37.1857142 16.8285714,38 19,38 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,3 +1,8 @@
<!-- <svg t="1680591582590" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5513" width="100" height="100"><path d="M697 471H327v80h370v-80z" fill="#323338" p-id="5514"></path><path d="M512.5 961C760.2 961 961 760.2 961 512.5S760.2 64 512.5 64 64 264.8 64 512.5 264.8 961 512.5 961z m0-88C313.401 873 152 711.599 152 512.5S313.401 152 512.5 152 873 313.401 873 512.5 711.599 873 512.5 873z" fill="#323338" p-id="5515"></path></svg> -->
<svg t="1680591706545" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6566" width="200" height="200"><path d="M512 960A448 448 0 1 1 512 64a448 448 0 0 1 0 896z m0-96a352 352 0 1 0 0-704 352 352 0 0 0 0 704z" fill="#666666" p-id="6567"></path><path d="M256 448h512v128H256z" fill="#666666" p-id="6568"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M20,40 C8.954305,40 0,31.045695 0,20 C0,8.954305 8.954305,0 20,0 C31.045695,0 40,8.954305 40,20 C40,31.045695 31.045695,40 20,40 Z M20,35.7142857 C28.6787604,35.7142857 35.7142857,28.6787604 35.7142857,20 C35.7142857,11.3212396 28.6787604,4.28571429 20,4.28571429 C11.3212396,4.28571429 4.28571429,11.3212396 4.28571429,20 C4.28571429,28.6787604 11.3212396,35.7142857 20,35.7142857 Z"
id="形状"></path>
<polygon id="路径"
points="8.57142857 17.1428571 31.4285714 17.1428571 31.4285714 22.8571429 8.57142857 22.8571429"></polygon>
</svg>

Before

Width:  |  Height:  |  Size: 841 B

After

Width:  |  Height:  |  Size: 723 B

View File

@@ -1 +1,6 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1584946863169" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1307" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M859.392004 256q0-22.820571-16.018286-38.838857t-38.838857-16.018286-38.838857 16.018286-16.018286 38.838857 16.018286 38.838857 38.838857 16.018286 38.838857-16.018286 16.018286-38.838857zM987.392004 91.428571q0 142.262857-43.154286 245.979429t-144.822857 205.970286q-46.299429 45.714286-111.396571 100.571429l-11.410286 216.576q-1.170286 9.142857-9.142857 14.848l-219.428571 128q-4.022857 2.267429-9.142857 2.267429-6.875429 0-13.165714-5.12l-36.571429-36.571429q-7.460571-7.972571-4.534857-18.285714l48.566857-157.696-160.548571-160.548571-157.696 48.566857q-1.682286 0.585143-5.12 0.585143-7.972571 0-13.165714-5.12l-36.571429-36.571429q-9.728-10.825143-2.852571-22.308571l128-219.428571q5.705143-7.972571 14.848-9.142857l216.576-11.410286q54.857143-65.170286 100.571429-111.396571 107.446857-106.861714 204.580571-147.456t246.272-40.594286q7.972571 0 13.677714 5.412571t5.705143 12.873143z" p-id="1308"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M34.5096487,7.83887952 C34.5096487,7.18668475 34.2807534,6.63169207 33.8229628,6.1739015 C33.3651722,5.71611092 32.8101796,5.48721563 32.1579848,5.48721563 C31.50579,5.48721563 30.9507974,5.71611092 30.4930068,6.1739015 C30.0352162,6.63169207 29.8063209,7.18668475 29.8063209,7.83887952 C29.8063209,8.49107429 30.0352162,9.04606696 30.4930068,9.50385754 C30.9507974,9.96164812 31.50579,10.1905434 32.1579848,10.1905434 C32.8101796,10.1905434 33.3651722,9.96164812 33.8229628,9.50385754 C34.2807534,9.04606696 34.5096487,8.49107429 34.5096487,7.83887952 Z M39.9968644,0.783887862 C39.9968644,4.84965341 39.3802059,8.36460703 38.1468888,11.3287487 C36.9135717,14.2928904 34.8441075,17.2361284 31.9384962,20.1584627 C30.6152933,21.4649426 29.0234781,22.9020706 27.1630507,24.4698465 L26.6739046,33.7542155 C26.6404587,34.0155115 26.5098107,34.2276838 26.2819607,34.3907325 L16.8753052,39.8779482 C16.7603349,39.9427497 16.6296869,39.9751504 16.4833612,39.9751504 C16.2868666,39.9751504 16.0987335,39.9019875 15.9189619,39.7556617 L14.3511859,38.1878858 C14.1379684,37.9600357 14.073167,37.6987397 14.1567817,37.4039979 L16.2387881,30.6437481 L9.35625187,23.7612118 L2.5960021,25.8432182 C2.54792363,25.8599412 2.47476076,25.8683027 2.37651347,25.8683027 C2.14866338,25.8683027 1.96053028,25.7951398 1.81211415,25.648814 L0.244338216,24.0810381 C-0.0336807137,23.7716636 -0.0744428814,23.4528825 0.122051713,23.1246948 L5.60926743,13.7180393 C5.77231613,13.4901892 5.98448847,13.3595412 6.24578446,13.3260953 L15.5301535,12.8369492 C17.0979294,10.9744314 18.5350573,9.38261628 19.8415372,8.06150379 C22.9122877,5.00747631 25.8356672,2.90038547 28.6116757,1.74023128 C31.3876843,0.580077094 34.9068186,0 39.1690788,0 C39.3969289,0 39.5923783,0.0773436059 39.755427,0.232030818 C39.9184757,0.38671803 40,0.570670406 40,0.783887948 L39.9968644,0.783887862 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1 +1,6 @@
<svg t="1716522961809" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="38157" width="200" height="200"><path d="M1011.2 320L928 179.2c-44.8-64-102.4-89.6-217.6-89.6h-83.2c-12.8 0-19.2 6.4-25.6 12.8l-19.2 44.8-70.4 83.2-64-76.8-19.2-38.4c0-12.8-12.8-19.2-25.6-19.2h-89.6c-102.4 0-172.8 32-224 102.4L12.8 320C0 345.6 6.4 377.6 25.6 390.4L128 480c19.2 12.8 38.4 19.2 57.6 12.8h6.4l6.4-6.4v371.2c0 76.8 57.6 134.4 134.4 134.4h345.6c76.8 0 134.4-57.6 134.4-134.4V480h32c12.8 0 32-6.4 44.8-12.8L992 384c25.6-6.4 32-38.4 19.2-64zM857.6 428.8h-12.8L825.6 416h-12.8c-6.4 0-12.8-6.4-19.2-6.4C780.8 416 768 428.8 768 448v409.6c0 44.8-38.4 76.8-76.8 76.8h-352c-44.8 0-76.8-38.4-76.8-76.8V448c-6.4 0-6.4 0-6.4-6.4 0-12.8-12.8-25.6-32-25.6-12.8 0-25.6 6.4-25.6 6.4l-32 19.2H160L57.6 352l76.8-121.6c32-44.8 76.8-76.8 172.8-76.8H384l12.8 25.6s0 6.4 6.4 6.4l76.8 89.6c19.2 19.2 51.2 19.2 64 0l76.8-89.6s0-6.4 6.4-6.4l12.8-25.6h70.4c108.8 0 140.8 19.2 166.4 64L960 352l-102.4 76.8z" fill="#2c2c2c" p-id="38158"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="36px" viewBox="0 0 40 36" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M39.7469003,9.11158743 L36.4566049,3.54339511 C34.6849073,1.0123986 32.4070105,0 27.8512168,0 L24.5609213,0 C24.054722,0 23.8016224,0.253099651 23.5485227,0.506199302 L22.7892237,2.27789686 L20.0051276,5.56819232 L17.4741311,2.53099651 L16.7148321,1.0123986 C16.7148321,0.506199302 16.2086328,0.253099651 15.7024335,0.253099651 L12.1590384,0.253099651 C8.10944401,0.253099651 5.32534785,1.5185979 3.30055064,4.30269406 L0.263354832,9.11158743 C-0.242844469,10.123986 0.0102551815,11.3894843 0.769554134,11.8956836 L4.81914855,15.4390787 C5.5784475,15.945278 6.33774645,16.1983776 7.0970454,15.945278 L7.35014505,15.945278 L7.6032447,15.6921783 L7.6032447,30.3719581 C7.6032447,33.4091539 9.88114156,35.6870508 12.9183374,35.6870508 L26.5857185,35.6870508 C29.6229143,35.6870508 31.9008112,33.4091539 31.9008112,30.3719581 L31.9008112,15.4390787 L33.1663094,15.4390787 C33.6725087,15.4390787 34.4318077,15.185979 34.938007,14.9328794 L38.9876014,11.6425839 C40,11.3894843 40.2530997,10.123986 39.7469003,9.11158743 Z M33.6725087,13.4142815 L33.1663094,13.4142815 L32.4070105,12.9080822 L31.9008112,12.9080822 C31.6477115,12.9080822 31.3946119,12.6549825 31.1415122,12.6549825 C30.6353129,12.9080822 30.1291136,13.4142815 30.1291136,14.1735804 L30.1291136,30.3719581 C30.1291136,32.1436556 28.6105157,33.4091539 27.0919178,33.4091539 L13.171437,33.4091539 C11.3997395,33.4091539 10.1342412,31.890556 10.1342412,30.3719581 L10.1342412,14.1735804 C9.88114156,14.1735804 9.88114156,14.1735804 9.88114156,13.9204808 C9.88114156,13.4142815 9.37494226,12.9080822 8.61564331,12.9080822 C8.10944401,12.9080822 7.6032447,13.1611818 7.6032447,13.1611818 L6.33774645,13.9204808 L6.0846468,13.9204808 L2.03505239,10.3770857 L5.0722482,5.56819232 C6.33774645,3.79649476 8.10944401,2.53099651 11.9059388,2.53099651 L14.9431346,2.53099651 L15.4493339,3.54339511 C15.4493339,3.54339511 15.4493339,3.79649476 15.7024335,3.79649476 L18.7396293,7.33988987 C19.4989283,8.09918882 20.7644265,8.09918882 21.2706258,7.33988987 L24.3078217,3.79649476 C24.3078217,3.79649476 24.3078217,3.54339511 24.5609213,3.54339511 L25.0671206,2.53099651 L27.8512168,2.53099651 C32.1539108,2.53099651 33.4194091,3.29029546 34.4318077,5.06199302 L37.7221031,10.3770857 L33.6725087,13.4142815 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 8C8.92487 8 4 12.9249 4 19C4 30 17 40 24 42.3262C31 40 44 30 44 19C44 12.9249 39.0751 8 33 8C29.2797 8 25.9907 9.8469 24 12.6738C22.0093 9.8469 18.7203 8 15 8Z"
fill="none" stroke="#333" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
<svg width="42px" height="37px" viewBox="0 0 42 37" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M11,0 C4.92487,0 0,4.9249 0,11 C0,22 13,32 20,34.3262 C27,32 40,22 40,11 C40,4.9249 35.0751,0 29,0 C25.2797,0 21.9907,1.8469 20,4.6738 C18.0093,1.8469 14.7203,0 11,0 Z"
id="路径"></path>
</svg>

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 361 B

View File

@@ -1 +1,6 @@
<svg t="1671772969164" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5674" width="200" height="200"><path d="M597.333333 85.333333v202.752a10.666667 10.666667 0 0 1-8.234666 10.410667l-2.432 0.256h-256a10.666667 10.666667 0 0 1-10.368-8.192L320 288.085333V85.333333H597.333333z m139.050667 513.706667a10.666667 10.666667 0 0 1 10.666667 10.666667l-0.042667 307.626666H277.290667l0.042666-307.626666a10.666667 10.666667 0 0 1 10.666667-10.666667h448.384zM667.136 85.333333c11.776 0 23.168 3.882667 32.426667 10.965334L923.733333 288c10.538667 10.069333 14.933333 24.234667 14.933334 38.826667v494.506666a96 96 0 0 1-96 96h-31.658667v-307.626666a74.666667 74.666667 0 0 0-74.666667-74.666667H288A74.666667 74.666667 0 0 0 213.333333 609.706667l-0.042666 307.626666H181.333333A96 96 0 0 1 85.333333 821.333333v-640A96 96 0 0 1 181.333333 85.333333H256v202.752a74.666667 74.666667 0 0 0 68.522667 74.453334l6.144 0.213333h256a74.666667 74.666667 0 0 0 74.410666-68.522667l0.256-6.144V85.333333h5.802667z" fill="#888888" p-id="5675"></path></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="39px" viewBox="0 0 40 39" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M24,8.8817842e-16 L24,9.50399999 C24.000544,9.7366622 23.8405349,9.9389535 23.614,9.99200001 L23.5,10.004 L11.5,10.004 C11.2686763,10.0038344 11.0676671,9.84501227 11.014,9.62000001 L11,9.50399999 L11,8.8817842e-16 L24,8.8817842e-16 Z M30.518,24.08 C30.7941424,24.08 31.018,24.3038576 31.018,24.58 L31.016,39 L8.99800002,39 L8.99999999,24.58 C8.99999999,24.3038576 9.22385762,24.08 9.50000001,24.08 L30.518,24.08 Z M27.272,0 C27.824,0 28.358,0.182000015 28.792,0.514000031 L39.3,9.5 C39.794,9.97199999 40,10.636 40,11.32 L40,34.5 C40,36.9852813 37.9852814,39 35.5,39 L34.016,39 L34.016,24.58 C34.016,22.6470034 32.4489966,21.08 30.516,21.08 L9.5,21.08 C7.56700338,21.08 6,22.6470034 6,24.58 L5.99800003,39 L4.5,39 C2.01471862,39 -1.33226763e-15,36.9852813 -1.33226763e-15,34.5 L-1.33226763e-15,4.5 C-1.33226763e-15,2.01471862 2.01471862,0 4.5,0 L8,0 L8,9.50399999 C7.99902691,11.326053 9.39612568,12.8440713 11.212,12.994 L11.5,13.004 L23.5,13.004 C25.3212849,13.003932 26.8381343,11.6071085 26.988,9.79199999 L27,9.50399999 L27,0 L27.272,0 Z"
id="形状"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#646A73" d="M16.473 17.887A9.46 9.46 0 0 1 10.5 20a9.5 9.5 0 1 1 9.5-9.5 9.46 9.46 0 0 1-2.113 5.973l4.123 4.123a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0l-4.123-4.123ZM18 10.5a7.5 7.5 0 1 0-15 0 7.5 7.5 0 0 0 15 0Z"/><path fill-opacity=".2" fill="#000" d="M16.473 17.887A9.46 9.46 0 0 1 10.5 20a9.5 9.5 0 1 1 9.5-9.5 9.46 9.46 0 0 1-2.113 5.973l4.123 4.123a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0l-4.123-4.123ZM18 10.5a7.5 7.5 0 1 0-15 0 7.5 7.5 0 0 0 15 0Z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg"
>
<path d="M29.2545139,31.9279375 C26.0612572,34.5180589 22.0731135,35.9288989 17.9614737,35.9229473 C8.04162568,35.9229473 0,27.8813217 0,17.9614737 C0,8.04162568 8.04162568,0 17.9614737,0 C27.8813217,0 35.9229473,8.04162568 35.9229473,17.9614737 C35.9288989,22.0731135 34.5180589,26.0612572 31.9279375,29.2545139 L39.723217,37.0497935 C40.092261,37.4189489 40.092261,38.0173499 39.723217,38.3865053 L38.3865053,39.723217 C38.0173499,40.092261 37.4189489,40.092261 37.0497935,39.723217 L29.2545139,31.9279375 L29.2545139,31.9279375 Z M32.1415845,17.9614737 C32.1415845,10.1300147 25.7929326,3.78136288 17.9614737,3.78136288 C10.1300147,3.78136288 3.78136288,10.1300147 3.78136288,17.9614737 C3.78136288,25.7929326 10.1300147,32.1415845 17.9614737,32.1415845 C25.7929326,32.1415845 32.1415845,25.7929326 32.1415845,17.9614737 Z"
id="形状" fill="#646A73"></path>
<path d="M29.2545139,31.9279375 C26.0612572,34.5180589 22.0731135,35.9288989 17.9614737,35.9229473 C8.04162568,35.9229473 0,27.8813217 0,17.9614737 C0,8.04162568 8.04162568,0 17.9614737,0 C27.8813217,0 35.9229473,8.04162568 35.9229473,17.9614737 C35.9288989,22.0731135 34.5180589,26.0612572 31.9279375,29.2545139 L39.723217,37.0497935 C40.092261,37.4189489 40.092261,38.0173499 39.723217,38.3865053 L38.3865053,39.723217 C38.0173499,40.092261 37.4189489,40.092261 37.0497935,39.723217 L29.2545139,31.9279375 L29.2545139,31.9279375 Z M32.1415845,17.9614737 C32.1415845,10.1300147 25.7929326,3.78136288 17.9614737,3.78136288 C10.1300147,3.78136288 3.78136288,10.1300147 3.78136288,17.9614737 C3.78136288,25.7929326 10.1300147,32.1415845 17.9614737,32.1415845 C25.7929326,32.1415845 32.1415845,25.7929326 32.1415845,17.9614737 Z"
id="形状" fill-opacity="0.2" fill="#000000"></path>
</svg>

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Some files were not shown because too many files have changed in this diff Show More