Skip to content

Commit

Permalink
Merge pull request #55 from Automattic/stories-icon
Browse files Browse the repository at this point in the history
Adds a new icon for the Stories feature
  • Loading branch information
bjtitus authored Oct 29, 2020
2 parents 0afbc30 + 162642a commit dd47a74
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gridicons/Gridicons/Gridicons.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"images" : [
{
"filename" : "story.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}
Binary file not shown.
2 changes: 2 additions & 0 deletions Gridicons/Gridicons/GridiconsGenerated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public enum GridiconType: Int {
case statsUp
case stats
case status
case story
case strikethrough
case sync
case tablet
Expand Down Expand Up @@ -380,6 +381,7 @@ extension GridiconType {
case .statsUp: return "stats-up"
case .stats: return "stats"
case .status: return "status"
case .story: return "story"
case .strikethrough: return "strikethrough"
case .sync: return "sync"
case .tablet: return "tablet"
Expand Down

0 comments on commit dd47a74

Please sign in to comment.