move a.svg, c.svg, s.svg to !/tags/ and update all references
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<!-- Black rounded square background -->
|
||||
<rect x="0" y="0" width="200" height="200" rx="24" ry="24" fill="#1a1a1a"/>
|
||||
|
||||
<!-- Stylized A lettermark -->
|
||||
<path d="
|
||||
M 40 160
|
||||
L 100 40
|
||||
L 160 160
|
||||
" fill="none" stroke="white" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<!-- Crossbar -->
|
||||
<line x1="62" y1="120" x2="138" y2="120" stroke="white" stroke-width="18" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 521 B |
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<!-- Black rounded square background -->
|
||||
<rect x="0" y="0" width="200" height="200" rx="24" ry="24" fill="#1a1a1a"/>
|
||||
|
||||
<!-- Stylized C lettermark -->
|
||||
<path d="
|
||||
M 132 62
|
||||
C 122 44, 108 38, 92 38
|
||||
C 64 38, 48 60, 48 100
|
||||
C 48 140, 64 162, 92 162
|
||||
C 108 162, 122 156, 132 138
|
||||
" fill="none" stroke="white" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 489 B |
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
||||
<!-- Black rounded square background -->
|
||||
<rect x="0" y="0" width="200" height="200" rx="24" ry="24" fill="#1a1a1a"/>
|
||||
|
||||
<!-- Stylized S lettermark -->
|
||||
<path d="
|
||||
M 130 58
|
||||
C 130 58, 128 42, 108 38
|
||||
C 88 34, 62 40, 62 62
|
||||
C 62 84, 88 88, 104 92
|
||||
C 120 96, 138 102, 138 124
|
||||
C 138 152, 112 162, 92 160
|
||||
C 72 158, 62 146, 62 146
|
||||
" fill="none" stroke="white" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 546 B |
Reference in New Issue
Block a user