Icons: picking from the right range
This commit is contained in:
parent
d6f629d4bb
commit
29167de546
1 changed files with 18 additions and 14 deletions
|
|
@ -15,12 +15,12 @@ Singleton {
|
||||||
|
|
||||||
property var icons: {
|
property var icons: {
|
||||||
"sunny": "\ue30d",
|
"sunny": "\ue30d",
|
||||||
"partly_cloudy": "\ue302",
|
"partly_cloudy": "\uF2BE",
|
||||||
"cloud": "\ue312",
|
"cloud": "\uF2C3",
|
||||||
"foggy": "\ue311",
|
"foggy": "\uF2A7",
|
||||||
"rainy": "\ue318",
|
"rainy": "\uf29c",
|
||||||
"snowy": "\ue319",
|
"snowy": "\uF2BC",
|
||||||
"thunderstom": "\ue31d",
|
"thunderstom": "\uF2AC",
|
||||||
"battery_empty": "\uF188",
|
"battery_empty": "\uF188",
|
||||||
"battery_low": "\uF187",
|
"battery_low": "\uF187",
|
||||||
"battery_full": "\uF186",
|
"battery_full": "\uF186",
|
||||||
|
|
@ -31,9 +31,13 @@ Singleton {
|
||||||
"volume_full": "\uF028",
|
"volume_full": "\uF028",
|
||||||
"brightness_low": "\uF1CF",
|
"brightness_low": "\uF1CF",
|
||||||
"brightness_high": "\uF1CD",
|
"brightness_high": "\uF1CD",
|
||||||
|
"wifi_disable": "\uF61B",
|
||||||
|
"wifi_low": "\uF619",
|
||||||
|
"wifi_half": "\uF61A",
|
||||||
|
"wifi_full": "\uF61C",
|
||||||
"power": "\uf011",
|
"power": "\uf011",
|
||||||
"gear": "\ue615",
|
"gear": "\ue615",
|
||||||
"close": "\uf00D",
|
"close": "\uF62A",
|
||||||
"check": "\uf00C",
|
"check": "\uf00C",
|
||||||
"panel": "\uF28C",
|
"panel": "\uF28C",
|
||||||
"memory": "\uF2D5",
|
"memory": "\uF2D5",
|
||||||
|
|
@ -41,16 +45,17 @@ Singleton {
|
||||||
"image": "\uF03E",
|
"image": "\uF03E",
|
||||||
"refresh": "\uF021",
|
"refresh": "\uF021",
|
||||||
"video_camera": "\uF03D",
|
"video_camera": "\uF03D",
|
||||||
"ethernet": "\uEF09",
|
"ethernet": "\uF2EB",
|
||||||
"speed": "\uF153",
|
"speed": "\uF608",
|
||||||
"leaf": "\uF06C",
|
"leaf": "\uF06C",
|
||||||
"microphone": "\uED03",
|
"microphone": "\uED03",
|
||||||
"coffee": "\uef59",
|
"coffee": "\uF7EA",
|
||||||
"thermometer": "\uE350",
|
"thermometer": "\uE350",
|
||||||
"contrast": "\uF042",
|
"contrast": "\uF042",
|
||||||
"skull": "\uEE15",
|
"skull": "\uEE15",
|
||||||
"paint_brush": "\uEE26",
|
"paint_brush": "\uEE26",
|
||||||
"paint_bucket": "\uEE3F",
|
"paint_bucket": "\uEE3F",
|
||||||
|
"paint_drop": "\uF30C",
|
||||||
"yin_yang": "\uEEE9",
|
"yin_yang": "\uEEE9",
|
||||||
"record": "\uEFFA",
|
"record": "\uEFFA",
|
||||||
"pause": "\uF04C",
|
"pause": "\uF04C",
|
||||||
|
|
@ -58,7 +63,6 @@ Singleton {
|
||||||
"stop": "\uEFFB",
|
"stop": "\uEFFB",
|
||||||
"next": "\uF051",
|
"next": "\uF051",
|
||||||
"prev": "\uF048",
|
"prev": "\uF048",
|
||||||
"paint_drop": "\uF30C",
|
|
||||||
"lightning": "\uF0E7",
|
"lightning": "\uF0E7",
|
||||||
"brightness": "\uF0A3",
|
"brightness": "\uF0A3",
|
||||||
"arrow_drop_down": "\uF0D7",
|
"arrow_drop_down": "\uF0D7",
|
||||||
|
|
@ -66,15 +70,15 @@ Singleton {
|
||||||
"info": "\uF26A",
|
"info": "\uF26A",
|
||||||
"upload": "\uF01B",
|
"upload": "\uF01B",
|
||||||
"download": "\uF01A",
|
"download": "\uF01A",
|
||||||
"album": "\uEFBD",
|
"album": "\uF2FE",
|
||||||
"link": "\uF0C1",
|
"link": "\uF0C1",
|
||||||
"plus": "\uF067",
|
"plus": "\uF067",
|
||||||
"minus": "\uF068",
|
"minus": "\uF068",
|
||||||
"eyedropper": "\uF342",
|
"eyedropper": "\uF342",
|
||||||
"bell": "\uF189",
|
"bell": "\uF189",
|
||||||
"bell_striked": "\uEE15",
|
"bell_striked": "\uEE15",
|
||||||
"drive"// FIXME
|
"drive"
|
||||||
: "\uEE15",
|
: "\uF410",
|
||||||
"person"// FIXME
|
"person"// FIXME
|
||||||
: "\uEE15"
|
: "\uEE15"
|
||||||
// FIXME
|
// FIXME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue