fix: add novita preset icon asset

This commit is contained in:
Tam Nhu Tran
2026-03-17 07:20:46 -04:00
parent 94fa96aa81
commit eeadff3e52
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -267,6 +267,7 @@ const RAW_PROVIDER_PRESET_DEFINITIONS: readonly ProviderPresetDefinition[] = [
category: 'alternative',
requiresApiKey: true,
badge: 'Anthropic-compatible',
icon: '/icons/novita.svg',
},
];
+9
View File
@@ -0,0 +1,9 @@
<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg">
<title>Novita AI</title>
<path
clip-rule="evenodd"
d="M9.167 4.17v5.665L0 19.003h9.167v-5.666l5.666 5.666H24L9.167 4.17z"
fill="#23D57C"
fill-rule="evenodd"
/>
</svg>

After

Width:  |  Height:  |  Size: 307 B