Initial private import

This commit is contained in:
seo
2026-06-08 02:33:14 +09:00
commit c0fc076d34
7 changed files with 550 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

+27
View File
@@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" id="find-my">
<defs>
<linearGradient id="a" x1="64.06" x2="55.94" y1="-2.02" y2="122.02" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#dddddb"></stop>
<stop offset="1" stop-color="#ccccca"></stop>
</linearGradient>
<linearGradient id="b" x1="60.28" x2="60.28" y1="60" y2="-2.94" gradientUnits="userSpaceOnUse">
<stop offset=".18" stop-color="#057eee"></stop>
<stop offset=".2" stop-color="#057eef" stop-opacity=".96"></stop>
<stop offset=".46" stop-color="#037cf6" stop-opacity=".56"></stop>
<stop offset=".67" stop-color="#017bfb" stop-opacity=".26"></stop>
<stop offset=".83" stop-color="#007afe" stop-opacity=".07"></stop>
<stop offset=".9" stop-color="#007AFF" stop-opacity="0"></stop>
</linearGradient>
</defs>
<g>
<rect width="120" height="120" fill="url(#a)" rx="26"></rect>
<circle cx="60.28" cy="60" r="52" fill="#38d165"></circle>
<circle cx="60.28" cy="60" r="32" fill="#46d75e"></circle>
<circle cx="60.28" cy="60" r="32" fill="#46d75e"></circle>
<circle cx="60.28" cy="60" r="14" fill="#efeff4"></circle>
<path fill="#58dc73" d="M60.28 93a33 33 0 1 1 33-33 33 33 0 0 1-33 33Zm0-64a31 31 0 1 0 31 31 31 31 0 0 0-31-31Z"></path>
<path fill="url(#b)" d="m60.28 60-26-45a52 52 0 0 1 52 0Z"></path>
<circle cx="60.28" cy="60" r="14" fill="#efeff4"></circle>
<circle cx="60.28" cy="60" r="9" fill="#007AFF"></circle>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+12
View File
@@ -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