init
This commit is contained in:
21
assets/icons/habitual.svg
Normal file
21
assets/icons/habitual.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
|
||||
<!-- 惯性行者 - 齿轮/循环 -->
|
||||
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="white" stroke-width="2"/>
|
||||
<!-- 外齿轮 -->
|
||||
<circle cx="100" cy="100" r="50" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.1)"/>
|
||||
<circle cx="100" cy="100" r="30" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.1)"/>
|
||||
<!-- 齿轮齿 -->
|
||||
<rect x="96" y="40" width="8" height="16" rx="2" fill="white" opacity="0.7"/>
|
||||
<rect x="96" y="144" width="8" height="16" rx="2" fill="white" opacity="0.7"/>
|
||||
<rect x="40" y="96" width="16" height="8" rx="2" fill="white" opacity="0.7"/>
|
||||
<rect x="144" y="96" width="16" height="8" rx="2" fill="white" opacity="0.7"/>
|
||||
<rect x="55" y="55" width="14" height="8" rx="2" fill="white" opacity="0.7" transform="rotate(45 62 59)"/>
|
||||
<rect x="131" y="55" width="14" height="8" rx="2" fill="white" opacity="0.7" transform="rotate(-45 138 59)"/>
|
||||
<rect x="55" y="137" width="14" height="8" rx="2" fill="white" opacity="0.7" transform="rotate(-45 62 141)"/>
|
||||
<rect x="131" y="137" width="14" height="8" rx="2" fill="white" opacity="0.7" transform="rotate(45 138 141)"/>
|
||||
<!-- 循环箭头 -->
|
||||
<path d="M75,65 A35,35 0 0,1 125,65" stroke="white" stroke-width="2" fill="none" stroke-linecap="round"/>
|
||||
<polygon points="125,60 130,68 120,68" fill="white"/>
|
||||
<path d="M125,135 A35,35 0 0,1 75,135" stroke="white" stroke-width="2" fill="none" stroke-linecap="round"/>
|
||||
<polygon points="75,140 70,132 80,132" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user