Skip to content

Commit

Permalink
Update to SF Symbols 5.1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire authored Jul 8, 2024
1 parent bfc306e commit 52e3854
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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": 5351,
"version": "5.0"
"length": 5359,
"version": "5.1"
}
8 changes: 8 additions & 0 deletions packages/symbolist/src/data/symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,9 @@
"chevron.backward.square": "τ€―Ή",
"chevron.backward.square.fill": "τ€―Ί",
"chevron.backward.to.line": "􁍄",
"chevron.compact.backward": "􂉏",
"chevron.compact.down": "􀆑",
"chevron.compact.forward": "􂉐",
"chevron.compact.left": "􀆒",
"chevron.compact.right": "􀆓",
"chevron.compact.up": "􀆐",
Expand Down Expand Up @@ -3736,6 +3738,10 @@
"person.crop.rectangle.stack": "􀏻",
"person.crop.rectangle.stack.fill": "􀏼",
"person.crop.square": "􀉹",
"person.crop.square.badge.camera": "τ‚‰š",
"person.crop.square.badge.camera.fill": "􂉛",
"person.crop.square.badge.video": "τ‚‰œ",
"person.crop.square.badge.video.fill": "􂉝",
"person.crop.square.fill": "􀉺",
"person.crop.square.filled.and.at.rectangle": "τ€¦Ž",
"person.crop.square.filled.and.at.rectangle.fill": "􀿐",
Expand Down Expand Up @@ -4583,6 +4589,8 @@
"square.and.arrow.down.on.square": "τ€ˆˆ",
"square.and.arrow.down.on.square.fill": "τ€ˆ‰",
"square.and.arrow.up": "τ€ˆ‚",
"square.and.arrow.up.badge.clock": "􂋍",
"square.and.arrow.up.badge.clock.fill": "􂋏",
"square.and.arrow.up.circle": "􁅅",
"square.and.arrow.up.circle.fill": "􁅆",
"square.and.arrow.up.fill": "τ€ˆƒ",
Expand Down
8 changes: 8 additions & 0 deletions packages/symbolist/src/data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export type SymbolName =
| "square.and.arrow.up.fill"
| "square.and.arrow.up.circle"
| "square.and.arrow.up.circle.fill"
| "square.and.arrow.up.badge.clock"
| "square.and.arrow.up.badge.clock.fill"
| "square.and.arrow.up.trianglebadge.exclamationmark"
| "square.and.arrow.down"
| "square.and.arrow.down.fill"
Expand Down Expand Up @@ -412,6 +414,10 @@ export type SymbolName =
| "person.crop.circle.dashed.circle.fill"
| "person.crop.square"
| "person.crop.square.fill"
| "person.crop.square.badge.camera"
| "person.crop.square.badge.camera.fill"
| "person.crop.square.badge.video"
| "person.crop.square.badge.video.fill"
| "person.crop.artframe"
| "photo.artframe"
| "photo.artframe.circle"
Expand Down Expand Up @@ -4491,6 +4497,8 @@ export type SymbolName =
| "chevron.compact.down"
| "chevron.compact.left"
| "chevron.compact.right"
| "chevron.compact.backward"
| "chevron.compact.forward"
| "arrow.left"
| "arrow.left.circle"
| "arrow.left.circle.fill"
Expand Down

0 comments on commit 52e3854

Please sign in to comment.