Initial private import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- 라운드 사각형 테두리 (아이콘 베이스) -->
|
||||
<rect x="2" y="2" width="60" height="60" rx="16" fill="none" stroke="#8E8E93" stroke-width="2"/>
|
||||
|
||||
<!-- 전원 버튼 (iOS 스타일) -->
|
||||
<path d="M32 14v12" stroke="#34C759" stroke-width="4" stroke-linecap="round"/>
|
||||
<path d="M22 20a16 16 0 1 0 20 0" stroke="#34C759" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
<!-- 네트워크 파동 -->
|
||||
<path d="M18 42c4-4 8-6 14-6s10 2 14 6" stroke="#007AFF" stroke-width="2.5" fill="none" stroke-linecap="round"/>
|
||||
<path d="M22 48c3-3 6-4 10-4s7 1 10 4" stroke="#007AFF" stroke-width="2" fill="none" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 778 B |
Reference in New Issue
Block a user