Skip to content

Commit 5d06376

Browse files
author
golson
committed
Gear shape
1 parent 76b60aa commit 5d06376

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

WMFComponents/Sources/WMFComponents/Style/WMFIcon.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public enum WMFSFSymbolIcon {
112112
case textPage
113113
case leave
114114
case gear
115+
case gearShape
115116
case calendar
116117
case share
117118
case infoCircleFill
@@ -284,6 +285,8 @@ public enum WMFSFSymbolIcon {
284285
image = UIImage(systemName: "rectangle.portrait.and.arrow.right", withConfiguration: configuration)
285286
case .gear:
286287
image = UIImage(systemName: "gear", withConfiguration: configuration)
288+
case .gearShape:
289+
image = UIImage(systemName: "gearshape", withConfiguration: configuration)
287290
case .heartFilled:
288291
image = UIImage(systemName: "heart.fill", withConfiguration: configuration)
289292
case .calendar:

Wikipedia/Code/ActivityTabViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ final class WMFActivityTabHostingController: WMFComponentHostingController<WMFAc
294294
ActivityTabFunnel.shared.logActivityTabOverflowMenuProblem()
295295
})
296296

297-
let customizeAction = UIAction(title: CommonStrings.customize, image: WMFSFSymbolIcon.for(symbol: .gear), handler: { _ in
297+
let customizeAction = UIAction(title: CommonStrings.customize, image: WMFSFSymbolIcon.for(symbol: .gearShape), handler: { _ in
298298
self.userDidTapCustomize()
299299
// TODO: Log
300300
})

0 commit comments

Comments
 (0)