File tree Expand file tree Collapse file tree 6 files changed +4
-125
lines changed
Apps/Examples/Examples/FioriThemeManager
Sources/FioriThemeManager/FioriIcons
Resources/FioriIcon.xcassets
fiori.badge.new.symbolset Expand file tree Collapse file tree 6 files changed +4
-125
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ struct FioriIconSet {
192192 " share2 " : FioriIcon . actions. share2,
193193 " share " : FioriIcon . actions. share,
194194 " shield " : FioriIcon . actions. shield,
195+ " shield2 " : FioriIcon . actions. shield2,
195196 " shortcut " : FioriIcon . actions. shortcut,
196197 " show " : FioriIcon . actions. show,
197198 " signature " : FioriIcon . actions. signature,
@@ -649,7 +650,6 @@ struct FioriIconSet {
649650 " arobase " : FioriIcon . objects. arobase,
650651 " background " : FioriIcon . objects. background,
651652 " badge " : FioriIcon . objects. badge,
652- " badgeNew " : FioriIcon . objects. badgeNew,
653653 " barCode " : FioriIcon . objects. barCode,
654654 " bbydActiveSales " : FioriIcon . objects. bbydActiveSales,
655655 " bbydDashboard " : FioriIcon . objects. bbydDashboard,
Original file line number Diff line number Diff line change @@ -382,6 +382,8 @@ public enum FioriIcon {
382382 ///
383383 public static let shield = Image ( fioriName: " fiori.shield " )
384384 ///
385+ public static let shield2 = Image ( fioriName: " fiori.shield.2 " )
386+ ///
385387 public static let shortcut = Image ( fioriName: " fiori.shortcut " )
386388 ///
387389 public static let show = Image ( fioriName: " fiori.show " )
@@ -1284,8 +1286,6 @@ public enum FioriIcon {
12841286 ///
12851287 public static let badge = Image ( fioriName: " fiori.badge " )
12861288 ///
1287- public static let badgeNew = Image ( fioriName: " fiori.badge.new " )
1288- ///
12891289 public static let barCode = Image ( fioriName: " fiori.bar.code " )
12901290 ///
12911291 public static let bbydActiveSales = Image ( fioriName: " fiori.bbyd.active.sales " )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 },
66 "symbols" : [
77 {
8- "filename" : " fiori.badge.svg" ,
8+ "filename" : " fiori.badge.new. svg" ,
99 "idiom" : " universal"
1010 }
1111 ]
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments