mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-07 17:54:42 +03:00
Add Logicool aliases (#10430)
This commit is contained in:
parent
1401fb2a05
commit
2455746fcc
@ -638,6 +638,10 @@
|
|||||||
"guidelines": {
|
"guidelines": {
|
||||||
"description": "The brand guidelines, if different from the original",
|
"description": "The brand guidelines, if different from the original",
|
||||||
"$ref": "#/definitions/url"
|
"$ref": "#/definitions/url"
|
||||||
|
},
|
||||||
|
"loc": {
|
||||||
|
"description": "Localized names of the brand",
|
||||||
|
"$ref": "#/definitions/locale"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
@ -8609,7 +8609,18 @@
|
|||||||
{
|
{
|
||||||
"title": "Logitech",
|
"title": "Logitech",
|
||||||
"hex": "00B8FC",
|
"hex": "00B8FC",
|
||||||
"source": "https://www.logitech.com/en-us/pr/library"
|
"source": "https://www.logitech.com/en-us/pr/library",
|
||||||
|
"aliases": {
|
||||||
|
"dup": [
|
||||||
|
{
|
||||||
|
"title": "Logicool",
|
||||||
|
"hex": "00BFFF",
|
||||||
|
"loc": {
|
||||||
|
"ja-JP": "ロジクール"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Logitech G",
|
"title": "Logitech G",
|
||||||
|
Loading…
Reference in New Issue
Block a user