mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add perplexica icon (#21289)
Related: https://github.com/coder/registry/pull/596
This commit is contained in:
@@ -169,4 +169,5 @@ export const defaultParametersForBuiltinIcons = new Map<string, string>([
|
||||
["/icon/zed.svg", "monochrome"],
|
||||
["/icon/tasks.svg", "monochrome"],
|
||||
["/icon/openwebui.svg", "monochrome"],
|
||||
["/icon/perplexica.svg", "monochrome"],
|
||||
]);
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"openai.svg",
|
||||
"opencode.svg",
|
||||
"openwebui.svg",
|
||||
"perplexica.svg",
|
||||
"personalize.svg",
|
||||
"php.svg",
|
||||
"phpstorm.svg",
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="128" cy="128" r="120" fill="black"/>
|
||||
<polygon
|
||||
points="128,70 178,170 78,170"
|
||||
fill="white"
|
||||
/>
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 215 B |
Reference in New Issue
Block a user