Cloud-sun icon
This commit is contained in:
parent
7aa3da2ff4
commit
0980f65751
4 changed files with 4 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ Singleton {
|
|||
readonly property string defaultIcon: TablerIcons.defaultIcon
|
||||
readonly property var icons: TablerIcons.icons
|
||||
readonly property var aliases: TablerIcons.aliases
|
||||
readonly property string fontPath: "/Assets/Fonts/tabler/tabler-icons.woff2"
|
||||
readonly property string fontPath: "/Assets/Fonts/tabler/tabler-icons.ttf"
|
||||
|
||||
Component.onCompleted: {
|
||||
Logger.log("Icons", "Service started")
|
||||
|
|
|
|||
|
|
@ -85,12 +85,12 @@ Singleton {
|
|||
"volume-low": "volume-2",
|
||||
"volume-high": "volume",
|
||||
"weather-sun": "sun-filled",
|
||||
"weather-cloud-sun": "sun-wind",
|
||||
"weather-cloud": "cloud",
|
||||
"weather-cloud-haze": "cloud-fog",
|
||||
"weather-cloud-lightning": "cloud-bolt",
|
||||
"weather-cloud-rain": "cloud-rain",
|
||||
"weather-cloud-snow": "cloud-snow",
|
||||
"weather-cloud-lightning": "cloud-bolt",
|
||||
"weather-cloud-sun": "cloud-sun",
|
||||
"brightness-low": "brightness-down-filled",
|
||||
"brightness-high": "brightness-up-filled",
|
||||
"settings-general": "adjustments-horizontal",
|
||||
|
|
@ -2044,6 +2044,7 @@ Singleton {
|
|||
"cloud-snow": "\u{ea73}",
|
||||
"cloud-star": "\u{f85b}",
|
||||
"cloud-storm": "\u{ea74}",
|
||||
"cloud-sun": "\u{ea7a}",
|
||||
"cloud-up": "\u{f85c}",
|
||||
"cloud-upload": "\u{ea75}",
|
||||
"cloud-x": "\u{f85d}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue