mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 11:03:24 +00:00
feat: Add FastAPI logo SVG and update variants in logos.json
This commit is contained in:
@@ -71,7 +71,8 @@
|
|||||||
"brand": "Adidas",
|
"brand": "Adidas",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Logo with bottom text"
|
"Logo only",
|
||||||
|
"Logo with bottom text"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"clothing",
|
"clothing",
|
||||||
@@ -296,7 +297,8 @@
|
|||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Text only"
|
"Logo only",
|
||||||
|
"Text only"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"tech"
|
"tech"
|
||||||
@@ -326,7 +328,9 @@
|
|||||||
"disable": false,
|
"disable": false,
|
||||||
"brand": "ATB",
|
"brand": "ATB",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Icon", "Square"
|
"Logo only",
|
||||||
|
"Icon",
|
||||||
|
"Square"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"retail",
|
"retail",
|
||||||
@@ -480,7 +484,9 @@
|
|||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Icon", "Circle"
|
"Logo only",
|
||||||
|
"Icon",
|
||||||
|
"Circle"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"automobile",
|
"automobile",
|
||||||
@@ -532,7 +538,9 @@
|
|||||||
"path": "logos/duckduckgo.svg",
|
"path": "logos/duckduckgo.svg",
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Icon", "Circle"
|
"Logo only",
|
||||||
|
"Icon",
|
||||||
|
"Circle"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"Search Engine",
|
"Search Engine",
|
||||||
@@ -578,7 +586,8 @@
|
|||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Text only"
|
"Logo only",
|
||||||
|
"Text only"
|
||||||
],
|
],
|
||||||
"brand": "Eufy",
|
"brand": "Eufy",
|
||||||
"tags": [
|
"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",
|
"name": "homarr",
|
||||||
"title": "Homarr",
|
"title": "Homarr",
|
||||||
@@ -1043,7 +1090,9 @@
|
|||||||
"path": "logos/homebridge.svg",
|
"path": "logos/homebridge.svg",
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"disable": false,
|
"disable": false,
|
||||||
"brand": "Homebridge",
|
"brand": "Homebridge",
|
||||||
@@ -1208,7 +1257,9 @@
|
|||||||
"title": "Linux Mint",
|
"title": "Linux Mint",
|
||||||
"path": "logos/linux-mint.svg",
|
"path": "logos/linux-mint.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1264,7 +1315,9 @@
|
|||||||
"title": "Chromium",
|
"title": "Chromium",
|
||||||
"path": "logos/chromium.svg",
|
"path": "logos/chromium.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1426,7 +1479,9 @@
|
|||||||
"title": "Firefox",
|
"title": "Firefox",
|
||||||
"path": "logos/firefox.svg",
|
"path": "logos/firefox.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1478,7 +1533,9 @@
|
|||||||
"title": "GitHub",
|
"title": "GitHub",
|
||||||
"path": "logos/github-logo.svg",
|
"path": "logos/github-logo.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1621,7 +1678,9 @@
|
|||||||
"title": "Google Chrome",
|
"title": "Google Chrome",
|
||||||
"path": "logos/google_chrome_icon.svg",
|
"path": "logos/google_chrome_icon.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1798,7 +1857,9 @@
|
|||||||
"title": "Lifecell Logo",
|
"title": "Lifecell Logo",
|
||||||
"path": "logos/lifecell_logo.svg",
|
"path": "logos/lifecell_logo.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1885,7 +1946,9 @@
|
|||||||
"title": "Facebook",
|
"title": "Facebook",
|
||||||
"path": "logos/meta-facebook.svg",
|
"path": "logos/meta-facebook.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -1984,7 +2047,9 @@
|
|||||||
"title": "OpenVPN",
|
"title": "OpenVPN",
|
||||||
"path": "logos/openvpn.svg",
|
"path": "logos/openvpn.svg",
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Circle", "Icon"
|
"Logo only",
|
||||||
|
"Circle",
|
||||||
|
"Icon"
|
||||||
],
|
],
|
||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
@@ -3514,7 +3579,9 @@
|
|||||||
"format": "SVG",
|
"format": "SVG",
|
||||||
"disable": false,
|
"disable": false,
|
||||||
"variants": [
|
"variants": [
|
||||||
"Logo only", "Icon", "Square"
|
"Logo only",
|
||||||
|
"Icon",
|
||||||
|
"Square"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bank",
|
"bank",
|
||||||
|
|||||||
5
public/logos/fastapi-logo.svg
Normal file
5
public/logos/fastapi-logo.svg
Normal 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 |
Reference in New Issue
Block a user