update aliyun icon
parent
c4770c5ebf
commit
e2efa797c0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,107 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": {
|
|
||||||
"type": "element",
|
|
||||||
"isRootNode": true,
|
|
||||||
"name": "svg",
|
|
||||||
"attributes": {
|
|
||||||
"xmlns": "http://www.w3.org/2000/svg",
|
|
||||||
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
||||||
"width": "120px",
|
|
||||||
"height": "16px",
|
|
||||||
"viewBox": "0 0 120 16",
|
|
||||||
"version": "1.1"
|
|
||||||
},
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "defs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "clipPath",
|
|
||||||
"attributes": {
|
|
||||||
"id": "master_svg0_36_00924"
|
|
||||||
},
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "rect",
|
|
||||||
"attributes": {
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"width": "16",
|
|
||||||
"height": "16",
|
|
||||||
"rx": "0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "g",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "g",
|
|
||||||
"attributes": {
|
|
||||||
"clip-path": "url(#master_svg0_36_00924)"
|
|
||||||
},
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "g",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "path",
|
|
||||||
"attributes": {
|
|
||||||
"d": "a",
|
|
||||||
"fill-rule":"evenodd",
|
|
||||||
"fill":"#000000",
|
|
||||||
"fill-opacity":"1",
|
|
||||||
"style":"mix-blend-mode:passthrough"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "g",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "path",
|
|
||||||
"attributes": {
|
|
||||||
"d": "b",
|
|
||||||
"fill":"#000000",
|
|
||||||
"fill-opacity":"1",
|
|
||||||
"style":"mix-blend-mode:passthrough"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "g",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"type": "element",
|
|
||||||
"name": "path",
|
|
||||||
"attributes": {
|
|
||||||
"d": "c",
|
|
||||||
"fill":"#333333",
|
|
||||||
"fill-opacity":"1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"name": "AliyunIcon"
|
|
||||||
}
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="106" height="16" viewBox="0 0 106 16">
|
|
||||||
<defs>
|
|
||||||
<clipPath id="master_svg0_36_00924">
|
|
||||||
<rect x="0" y="0" width="19" height="16" rx="0"/>
|
|
||||||
</clipPath>
|
|
||||||
</defs>
|
|
||||||
<g>
|
|
||||||
<g clip-path="url(#master_svg0_36_00924)">
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<path d="a" fill-rule="evenodd" fill="#000000" fill-opacity="1" style="mix-blend-mode:passthrough"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path d="b" fill="#000000" fill-opacity="1" style="mix-blend-mode:passthrough"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<path d="c" fill="#000000" fill-opacity="1"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 768 B |
Loading…
Reference in New Issue