Skip to content

Commit f36aa89

Browse files
committed
add tab icon
1 parent 9c5f4c9 commit f36aa89

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"symbols" : [
7+
{
8+
"filename" : "fa-weibo.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}
Lines changed: 84 additions & 0 deletions
Loading

iosApp/flare/UI/Component/TabIcon.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ extension IconType.MaterialMaterialIcon {
135135
case .feeds: "fa-square-rss"
136136
case .messages: "fa-message"
137137
case .rss: "fa-square-rss"
138+
case .weibo: "fa-weibo"
138139
}
139140
}
140141
}

0 commit comments

Comments
 (0)