diff --git a/icons/android/device-mobile-24.svg b/icons/android/device-phone-24.svg
similarity index 100%
rename from icons/android/device-mobile-24.svg
rename to icons/android/device-phone-24.svg
diff --git a/icons/android/device-mobile-24.xml b/icons/android/device-phone-24.xml
similarity index 100%
rename from icons/android/device-mobile-24.xml
rename to icons/android/device-phone-24.xml
diff --git a/icons/desktop/device-phone-16.svg b/icons/desktop/device-phone-16.svg
new file mode 100755
index 0000000..91c537f
--- /dev/null
+++ b/icons/desktop/device-phone-16.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/icons/desktop/device-mobile-16.svg b/icons/desktop/device-tv-16.svg
similarity index 51%
rename from icons/desktop/device-mobile-16.svg
rename to icons/desktop/device-tv-16.svg
index bac1f70..ed65b4a 100644
--- a/icons/desktop/device-mobile-16.svg
+++ b/icons/desktop/device-tv-16.svg
@@ -1,4 +1,6 @@
-
\ No newline at end of file
+
diff --git a/icons/desktop/webvr-16.svg b/icons/desktop/device-vr-16.svg
similarity index 100%
rename from icons/desktop/webvr-16.svg
rename to icons/desktop/device-vr-16.svg
diff --git a/photon-icons.json b/photon-icons.json
index 8df6502..de0c095 100644
--- a/photon-icons.json
+++ b/photon-icons.json
@@ -561,15 +561,15 @@
}
}
},
- { "name": "Device Mobile",
+ { "name": "Device Phone",
"tags": [],
"categories": ["new"],
"source": {
"desktop": {
- "16": "icons/desktop/device-mobile-16.svg"
+ "16": "icons/desktop/device-phone-16.svg"
},
"android": {
- "24": "icons/android/device-mobile-24.svg"
+ "24": "icons/android/device-phone-24.svg"
}
}
},
@@ -582,6 +582,24 @@
}
}
},
+ { "name": "Device TV",
+ "tags": [],
+ "categories": ["new"],
+ "source": {
+ "desktop": {
+ "16": "icons/desktop/device-tv-16.svg"
+ }
+ }
+ },
+ { "name": "Device VR",
+ "tags": [],
+ "categories": ["new"],
+ "source": {
+ "desktop": {
+ "16": "icons/desktop/device-vr-16.svg"
+ }
+ }
+ },
{ "name": "Dictionaries",
"tags": [],
"categories": ["extensions"],
@@ -1960,7 +1978,7 @@
"16": "icons/desktop/tip-16.svg"
}
}
- },
+ },
{ "name": "Toggle",
"tags": [],
"categories": ["new"],
@@ -2222,15 +2240,6 @@
}
}
},
- { "name": "Web VR",
- "tags": [],
- "categories": ["new"],
- "source": {
- "desktop": {
- "16": "icons/desktop/webvr-16.svg"
- }
- }
- },
{ "name": "Webide",
"tags": ["deprecated"],
"categories": ["developer"],