初始化
This commit is contained in:
16
easyflow-ui-admin/app/public/logoMini.svg
Normal file
16
easyflow-ui-admin/app/public/logoMini.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg width="24" height="22" viewBox="0 0 24 22" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="EasyFlow logo mini">
|
||||
<defs>
|
||||
<linearGradient id="efMiniGrad" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#2563EB"/>
|
||||
<stop offset="100%" stop-color="#06B6D4"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect x="0.5" y="0.5" width="21" height="21" rx="6" fill="url(#efMiniGrad)"/>
|
||||
<path d="M6 7.5h5.5m5 0H17m-7.5 7h5.5m-5.5 0H6" stroke="#FFFFFF" stroke-width="1.8" stroke-linecap="round"/>
|
||||
<path d="M11.5 7.5v7m0 0l4.2-3.2" stroke="#FFFFFF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="6" cy="7.5" r="1.8" fill="#FFFFFF"/>
|
||||
<circle cx="17" cy="7.5" r="1.8" fill="#FFFFFF"/>
|
||||
<circle cx="11.5" cy="14.5" r="1.8" fill="#FFFFFF"/>
|
||||
<circle cx="6" cy="14.5" r="1.8" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 859 B |
Reference in New Issue
Block a user