chore: add perplexica icon (#21289)

Related: https://github.com/coder/registry/pull/596
This commit is contained in:
Marcin Tojek
2025-12-16 13:58:03 +01:00
committed by GitHub
parent 134924ded0
commit e740872272
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -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"],
]);
+1
View File
@@ -96,6 +96,7 @@
"openai.svg",
"opencode.svg",
"openwebui.svg",
"perplexica.svg",
"personalize.svg",
"php.svg",
"phpstorm.svg",
+8
View File
@@ -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