Skip to content

Commit 688f3e2

Browse files
committed
feat: 🎸 [IOSSDKBUG-187] Fiori SDK icons have different height than in Figma
1 parent b6aea46 commit 688f3e2

File tree

11 files changed

+496
-12
lines changed

11 files changed

+496
-12
lines changed

Diff for: ‎Sources/FioriThemeManager/FioriIcons/FioriIcon.swift

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public enum FioriIcon {
4242
///
4343
public static let add = Image(fioriName: "fiori.add")
4444
///
45+
public static let ai = Image(fioriName: "fiori.ai")
46+
///
4547
public static let alphabeticalOrder = Image(fioriName: "fiori.alphabetical.order")
4648
///
4749
public static let attachment = Image(fioriName: "fiori.attachment")
@@ -182,6 +184,8 @@ public enum FioriIcon {
182184
///
183185
public static let group2 = Image(fioriName: "fiori.group.2")
184186
///
187+
public static let halfStar = Image(fioriName: "fiori.half.star")
188+
///
185189
public static let heading1 = Image(fioriName: "fiori.heading1")
186190
///
187191
public static let heading2 = Image(fioriName: "fiori.heading2")
@@ -1362,6 +1366,10 @@ public enum FioriIcon {
13621366
///
13631367
public static let customerView = Image(fioriName: "fiori.customer.view")
13641368
///
1369+
public static let daFill = Image(fioriName: "fiori.da.fill")
1370+
///
1371+
public static let da = Image(fioriName: "fiori.da")
1372+
///
13651373
public static let database = Image(fioriName: "fiori.database")
13661374
///
13671375
public static let dimension = Image(fioriName: "fiori.dimension")
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" : "fiori.ai.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}
Loading
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" : "fiori.da.fill.svg",
9+
"idiom" : "universal"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)