From 88f399fff41003bf0e9f3874cb5df79366cedb72 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 18 May 2021 17:58:34 +0200 Subject: [PATCH] Update BDFDB.data.json --- Library/_res/BDFDB.data.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 6b65922cb6..5384803ddb 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -330,6 +330,21 @@ "VideoForwardRef": {"strings": ["displayName=\"Video\"", "\"video\"", "HTMLImageElement"], "value": "default"} }, "SvgIcons": { + "ACTIVITY": { + "defaultProps": { + "width": 16, + "height": 16 + }, + "icon": "" + }, + "ACTIVITY_DISABLED": { + "defaultProps": { + "width": 16, + "height": 16, + "foreground": 16 + }, + "icon": "" + }, "ARROW_DOWN": { "defaultProps": { "width": 18, @@ -413,6 +428,15 @@ "FOLDER": { "icon": "" }, + "GAMEPAD": { + "icon": "" + }, + "GAMEPAD_DISABLED": { + "defaultProps": { + "foreground": "" + }, + "icon": "" + }, "GITHUB": { "icon": "" }, @@ -471,6 +495,12 @@ "OPEN_EXTERNAL": { "icon": "" }, + "OVERLAY": { + "icon": "" + }, + "OVERLAY_DISABLED": { + "icon": "" + }, "PATREON": { "icon": "" },