icons
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
"Bash(cargo *)",
|
"Bash(cargo *)",
|
||||||
"Bash(npm *)",
|
"Bash(npm *)",
|
||||||
"Bash(npx *)",
|
"Bash(npx *)",
|
||||||
"WebSearch"
|
"WebSearch",
|
||||||
|
"Read(//Users/marcus.hinz/.config/ai-control/pools/private/**)",
|
||||||
|
"Read(//Users/marcus.hinz/claude-projects/pool/**)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,19 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||||
|
<stop offset="0" stop-color="#2b2b2f"/>
|
||||||
|
<stop offset="1" stop-color="#161618"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="txt" x1="0" y1="0" x2="0" y2="1">
|
||||||
|
<stop offset="0" stop-color="#ffffff"/>
|
||||||
|
<stop offset="1" stop-color="#d6d6d9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<rect width="1024" height="1024" rx="224" fill="url(#bg)"/>
|
||||||
|
<rect x="40" y="40" width="944" height="944" rx="192" fill="none"
|
||||||
|
stroke="#ffffff" stroke-opacity="0.14" stroke-width="3"/>
|
||||||
|
<text x="512" y="650" text-anchor="middle"
|
||||||
|
font-family="Didot, 'Bodoni 72', Georgia, serif"
|
||||||
|
font-size="400" letter-spacing="14"
|
||||||
|
fill="url(#txt)">aIC</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 839 B |
Reference in New Issue
Block a user