Skip to content

Commit

Permalink
Upgrade to SF Symbols 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Nov 24, 2021
1 parent 0c49736 commit 4e77d7e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/symbolist/src/data/logs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"length": 3283,
"version": "3.0"
"length": 3294,
"version": "3.1"
}
15 changes: 13 additions & 2 deletions packages/symbolist/src/data/symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@
"bolt.horizontal.fill": "􀒘",
"bolt.horizontal.icloud": "􀘿",
"bolt.horizontal.icloud.fill": "􀙀",
"bolt.ring.closed": "􁉘",
"bolt.shield": "􁃗",
"bolt.shield.fill": "􁃘",
"bolt.slash": "􀋩",
Expand Down Expand Up @@ -2378,8 +2379,12 @@
"platter.2.filled.iphone": "􀾩",
"platter.2.filled.iphone.landscape": "􀾪",
"platter.bottom.applewatch.case": "􁃇",
"platter.filled.bottom.and.arrow.down.iphone": "􁋂",
"platter.filled.bottom.applewatch.case": "􁃅",
"platter.filled.bottom.iphone": "􁋀",
"platter.filled.top.and.arrow.up.iphone": "􁋁",
"platter.filled.top.applewatch.case": "􁃄",
"platter.filled.top.iphone": "􁊿",
"platter.top.applewatch.case": "􁃆",
"play": "􀊃",
"play.circle": "􀊕",
Expand Down Expand Up @@ -2831,6 +2836,10 @@
"square.2.stack.3d": "􀯭",
"square.2.stack.3d.bottom.filled": "􀯯",
"square.2.stack.3d.top.filled": "􀯮",
"square.3.layers.3d.down.backward": "􁋜",
"square.3.layers.3d.down.forward": "􁋛",
"square.3.layers.3d.down.left": "􁉼",
"square.3.layers.3d.down.right": "􁉽",
"square.3.stack.3d": "􀯰",
"square.3.stack.3d.bottom.filled": "􀯳",
"square.3.stack.3d.middle.filled": "􀯲",
Expand Down Expand Up @@ -3042,8 +3051,10 @@
"text.bubble.fill": "􀌳",
"text.insert": "􀋽",
"text.justify": "􀌃",
"text.justifyleft": "􀌄",
"text.justifyright": "􀌅",
"text.justify.leading": "􁉀",
"text.justify.left": "􀌄",
"text.justify.right": "􀌅",
"text.justify.trailing": "􁉁",
"text.magnifyingglass": "􀭥",
"text.quote": "􀋿",
"text.redaction": "􀧎",
Expand Down
15 changes: 13 additions & 2 deletions packages/symbolist/src/data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ export type SymbolName =
| "bolt.horizontal.icloud.fill"
| "bolt.horizontal.icloud"
| "bolt.horizontal"
| "bolt.ring.closed"
| "bolt.shield.fill"
| "bolt.shield"
| "bolt.slash.circle.fill"
Expand Down Expand Up @@ -2378,8 +2379,12 @@ export type SymbolName =
| "platter.2.filled.iphone.landscape"
| "platter.2.filled.iphone"
| "platter.bottom.applewatch.case"
| "platter.filled.bottom.and.arrow.down.iphone"
| "platter.filled.bottom.applewatch.case"
| "platter.filled.bottom.iphone"
| "platter.filled.top.and.arrow.up.iphone"
| "platter.filled.top.applewatch.case"
| "platter.filled.top.iphone"
| "platter.top.applewatch.case"
| "play.circle.fill"
| "play.circle"
Expand Down Expand Up @@ -2830,6 +2835,10 @@ export type SymbolName =
| "square.2.stack.3d.bottom.filled"
| "square.2.stack.3d.top.filled"
| "square.2.stack.3d"
| "square.3.layers.3d.down.backward"
| "square.3.layers.3d.down.forward"
| "square.3.layers.3d.down.left"
| "square.3.layers.3d.down.right"
| "square.3.stack.3d.bottom.filled"
| "square.3.stack.3d.middle.filled"
| "square.3.stack.3d.top.filled"
Expand Down Expand Up @@ -3041,9 +3050,11 @@ export type SymbolName =
| "text.bubble.fill"
| "text.bubble"
| "text.insert"
| "text.justify.leading"
| "text.justify.left"
| "text.justify.right"
| "text.justify.trailing"
| "text.justify"
| "text.justifyleft"
| "text.justifyright"
| "text.magnifyingglass"
| "text.quote"
| "text.redaction"
Expand Down

0 comments on commit 4e77d7e

Please sign in to comment.