Initial commit to new repository
This commit is contained in:
13
src/AxCopilot/Assets/diamond_pixel.svg
Normal file
13
src/AxCopilot/Assets/diamond_pixel.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<!-- 다이아몬드 픽셀 아이콘: 상=파랑, 하=빨강, 좌=녹, 우=녹 -->
|
||||
<g transform="translate(256,256) rotate(45)">
|
||||
<!-- 좌상→상: Blue -->
|
||||
<rect x="-105" y="-105" width="95" height="95" rx="10" fill="#4488FF"/>
|
||||
<!-- 우상→우: Green -->
|
||||
<rect x="10" y="-105" width="95" height="95" rx="10" fill="#44DD66"/>
|
||||
<!-- 좌하→좌: Green -->
|
||||
<rect x="-105" y="10" width="95" height="95" rx="10" fill="#44DD66"/>
|
||||
<!-- 우하→하: Red -->
|
||||
<rect x="10" y="10" width="95" height="95" rx="10" fill="#FF4466"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 669 B |
Reference in New Issue
Block a user