mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-13 16:19:33 +03:00
Add aliases to AWS icons (#7427)
This commit is contained in:
parent
37aeece455
commit
fce6a0a5ea
@ -469,13 +469,23 @@
|
|||||||
{
|
{
|
||||||
"title": "Amazon AWS",
|
"title": "Amazon AWS",
|
||||||
"hex": "232F3E",
|
"hex": "232F3E",
|
||||||
"source": "https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg"
|
"source": "https://upload.wikimedia.org/wikipedia/commons/9/93/Amazon_Web_Services_Logo.svg",
|
||||||
|
"aliases": {
|
||||||
|
"aka": [
|
||||||
|
"AWS"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Amazon DynamoDB",
|
"title": "Amazon DynamoDB",
|
||||||
"hex": "4053D6",
|
"hex": "4053D6",
|
||||||
"source": "https://aws.amazon.com/architecture/icons/",
|
"source": "https://aws.amazon.com/architecture/icons/",
|
||||||
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
"guidelines": "https://aws.amazon.com/architecture/icons/",
|
||||||
|
"aliases": {
|
||||||
|
"aka": [
|
||||||
|
"AWS DynamoDB"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Amazon Fire TV",
|
"title": "Amazon Fire TV",
|
||||||
@ -502,7 +512,12 @@
|
|||||||
"title": "Amazon S3",
|
"title": "Amazon S3",
|
||||||
"hex": "569A31",
|
"hex": "569A31",
|
||||||
"source": "https://aws.amazon.com/architecture/icons/",
|
"source": "https://aws.amazon.com/architecture/icons/",
|
||||||
"guidelines": "https://aws.amazon.com/architecture/icons/"
|
"guidelines": "https://aws.amazon.com/architecture/icons/",
|
||||||
|
"aliases": {
|
||||||
|
"aka": [
|
||||||
|
"AWS S3"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "AMD",
|
"title": "AMD",
|
||||||
|
Loading…
Reference in New Issue
Block a user