instrument control valve, shutoff valve icon built by own
This commit is contained in:
56
html/assets/images/icons/icons.svg
Normal file
56
html/assets/images/icons/icons.svg
Normal file
@@ -0,0 +1,56 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||
<defs>
|
||||
<!-- Control Valve Icon - 512x512 viewBox -->
|
||||
<symbol id="icon-cv" viewBox="0 0 512 512">
|
||||
<g fill="currentColor">
|
||||
<!-- 왼쪽 액추에이터 (삼각형) -->
|
||||
<path d="M 120 310 L 120 490 L 246 400 Z"/>
|
||||
|
||||
<!-- 오른쪽 액추에이터 (삼각형) -->
|
||||
<path d="M 392 310 L 392 490 L 266 400 Z"/>
|
||||
|
||||
<!-- 중앙 스템 (두꺼운 선) -->
|
||||
<rect x="246" y="230" width="20" height="170" rx="10"/>
|
||||
|
||||
<!-- 밸브 본체 (아치형) -->
|
||||
<path d="M 100 230 Q 256 80, 412 230"
|
||||
stroke="currentColor"
|
||||
stroke-width="30"
|
||||
fill="none"
|
||||
stroke-linecap="round"/>
|
||||
|
||||
<!-- 밸브 본체 하단 -->
|
||||
<path d="M 100 230 L 100 250 L 412 250 L 412 230"
|
||||
fill="currentColor"/>
|
||||
</g>
|
||||
</symbol>
|
||||
|
||||
<!-- XV Valve Icon - 512x512 viewBox -->
|
||||
<symbol id="icon-xv" viewBox="0 0 512 512">
|
||||
<g fill="currentColor">
|
||||
<!-- 왼쪽 액추에이터 -->
|
||||
<path d="M 120 290 L 120 470 L 246 380 Z"/>
|
||||
|
||||
<!-- 오른쪽 액추에이터 -->
|
||||
<path d="M 392 290 L 392 470 L 266 380 Z"/>
|
||||
|
||||
<!-- 중앙 스템 -->
|
||||
<rect x="246" y="210" width="20" height="170" rx="10"/>
|
||||
|
||||
<!-- 상단 사각형 케이스 (외곽) -->
|
||||
<rect x="156" y="50" width="200" height="160"
|
||||
stroke="currentColor"
|
||||
stroke-width="20"
|
||||
fill="none"
|
||||
rx="10"/>
|
||||
|
||||
<!-- 내부 사각형 -->
|
||||
<rect x="156" y="50" width="200" height="50"
|
||||
stroke="currentColor"
|
||||
stroke-width="15"
|
||||
fill="none"
|
||||
rx="5"/>
|
||||
</g>
|
||||
</symbol>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user