diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index 489b2a7ec3..b38179e975 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -62,6 +62,11 @@ { "title": "Crowdpear" }, + { + "title": "DCS", + "altNames": ["Digital Combat Simulator"], + "slug": "dcs" + }, { "title": "DEGIRO" }, @@ -360,6 +365,10 @@ { "title": "Wise" }, + { + "title": "WYZE", + "slug": "wyze" + }, { "title": "X", "altNames": ["twitter"], diff --git a/auth/assets/custom-icons/icons/dcs.svg b/auth/assets/custom-icons/icons/dcs.svg new file mode 100644 index 0000000000..dd7c41ccb7 --- /dev/null +++ b/auth/assets/custom-icons/icons/dcs.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/auth/assets/custom-icons/icons/wyze.svg b/auth/assets/custom-icons/icons/wyze.svg new file mode 100644 index 0000000000..89d252c154 --- /dev/null +++ b/auth/assets/custom-icons/icons/wyze.svg @@ -0,0 +1 @@ +Wyze \ No newline at end of file