Skip to content

Commit dd47a74

Browse files
authored
Merge pull request #55 from Automattic/stories-icon
Adds a new icon for the Stories feature
2 parents 0afbc30 + 162642a commit dd47a74

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "story.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
},
12+
"properties" : {
13+
"preserves-vector-representation" : true,
14+
"template-rendering-intent" : "template"
15+
}
16+
}
1.08 KB
Binary file not shown.

Gridicons/Gridicons/GridiconsGenerated.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public enum GridiconType: Int {
178178
case statsUp
179179
case stats
180180
case status
181+
case story
181182
case strikethrough
182183
case sync
183184
case tablet
@@ -380,6 +381,7 @@ extension GridiconType {
380381
case .statsUp: return "stats-up"
381382
case .stats: return "stats"
382383
case .status: return "status"
384+
case .story: return "story"
383385
case .strikethrough: return "strikethrough"
384386
case .sync: return "sync"
385387
case .tablet: return "tablet"

0 commit comments

Comments
 (0)