feat: Add FastAPI logo SVG and update variants in logos.json

This commit is contained in:
sHa
2025-06-16 01:18:44 +03:00
parent b0014295c8
commit 56a093d301
2 changed files with 88 additions and 16 deletions

View File

@@ -71,7 +71,8 @@
"brand": "Adidas",
"disable": false,
"variants": [
"Logo only", "Logo with bottom text"
"Logo only",
"Logo with bottom text"
],
"tags": [
"clothing",
@@ -296,7 +297,8 @@
"format": "SVG",
"disable": false,
"variants": [
"Logo only", "Text only"
"Logo only",
"Text only"
],
"tags": [
"tech"
@@ -326,7 +328,9 @@
"disable": false,
"brand": "ATB",
"variants": [
"Logo only", "Icon", "Square"
"Logo only",
"Icon",
"Square"
],
"tags": [
"retail",
@@ -480,7 +484,9 @@
"format": "SVG",
"disable": false,
"variants": [
"Logo only", "Icon", "Circle"
"Logo only",
"Icon",
"Circle"
],
"tags": [
"automobile",
@@ -532,7 +538,9 @@
"path": "logos/duckduckgo.svg",
"format": "SVG",
"variants": [
"Logo only", "Icon", "Circle"
"Logo only",
"Icon",
"Circle"
],
"tags": [
"Search Engine",
@@ -578,7 +586,8 @@
"format": "SVG",
"disable": false,
"variants": [
"Logo only", "Text only"
"Logo only",
"Text only"
],
"brand": "Eufy",
"tags": [
@@ -605,6 +614,44 @@
}
}
},
{
"name": "Fastapi",
"path": "logos/fastapi-logo.svg",
"format": "SVG",
"disable": false,
"brand": "Fastapi",
"variants": [
"Logo only",
"Circle"
],
"tags": [
"Python",
"Framework"
],
"colors": {
"green": "#049688",
"black": "#000000",
"white": "#ffffff"
},
"targets": {
"logo": "#logo",
"circle": "#circle"
},
"sets": {
"white_on_green": {
"circle": "green",
"logo": "white"
},
"black_on_green": {
"logo": "black",
"circle": "green"
},
"green": {
"logo": "green",
"circle": "none"
}
}
},
{
"name": "homarr",
"title": "Homarr",
@@ -1043,7 +1090,9 @@
"path": "logos/homebridge.svg",
"format": "SVG",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"disable": false,
"brand": "Homebridge",
@@ -1208,7 +1257,9 @@
"title": "Linux Mint",
"path": "logos/linux-mint.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1264,7 +1315,9 @@
"title": "Chromium",
"path": "logos/chromium.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1426,7 +1479,9 @@
"title": "Firefox",
"path": "logos/firefox.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1478,7 +1533,9 @@
"title": "GitHub",
"path": "logos/github-logo.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1621,7 +1678,9 @@
"title": "Google Chrome",
"path": "logos/google_chrome_icon.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1798,7 +1857,9 @@
"title": "Lifecell Logo",
"path": "logos/lifecell_logo.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1885,7 +1946,9 @@
"title": "Facebook",
"path": "logos/meta-facebook.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -1984,7 +2047,9 @@
"title": "OpenVPN",
"path": "logos/openvpn.svg",
"variants": [
"Logo only", "Circle", "Icon"
"Logo only",
"Circle",
"Icon"
],
"format": "SVG",
"disable": false,
@@ -3514,7 +3579,9 @@
"format": "SVG",
"disable": false,
"variants": [
"Logo only", "Icon", "Square"
"Logo only",
"Icon",
"Square"
],
"tags": [
"bank",

View File

@@ -0,0 +1,5 @@
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path id="circle" fill="none"
d="M12,0.039c-6.627,0 -12,5.354 -12,11.96c-0.001,6.606 5.372,11.963 12,11.962c6.628,-0.001 12.001,-5.356 12,-11.961c-0.001,-6.605 -5.373,-11.961 -12,-11.961" />
<path id="logo" fill="currentColor" d="M11.171,5.454l7.55,0l-7.58,5.329l5.182,0l-11.043,7.76l5.891,-13.089Z" />
</svg>

After

Width:  |  Height:  |  Size: 414 B