Skip to content

Commit b07d7af

Browse files
authored
Merge pull request #1017 from MaxVerevkin/fix_fontawesome5
fix microphone icons in awesome5
2 parents 205b257 + 8675de7 commit b07d7af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/icons.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ lazy_static! {
217217
"volume_full" => " \u{f028} ",
218218
"volume_half" => " \u{f027} ",
219219
"volume_muted" => " \u{f6a9} ",
220-
"microphone_full" => " \u{f130} ",
221-
"microphone_half" => " \u{f130} ",
222-
"microphone_empty" => " \u{f130} ",
223-
"microphone_muted" => " \u{f131} ",
220+
"microphone_full" => " \u{f3c9} ",
221+
"microphone_half" => " \u{f3c9} ",
222+
"microphone_empty" => " \u{f3c9} ",
223+
"microphone_muted" => " \u{f539} ",
224224
"weather_clouds" => " \u{f0c2} ",
225225
"weather_default" => " \u{f0c2} ", // Cloud symbol as default
226226
"weather_rain" => " \u{f043} ",

0 commit comments

Comments
 (0)