From 52e3854e38b118b06e5aa9124e29c625ddc4fe63 Mon Sep 17 00:00:00 2001
From: Marc Bouchenoire <bouchenoire.marc@gmail.com>
Date: Mon, 8 Jul 2024 22:57:56 +0200
Subject: [PATCH] Update to SF Symbols 5.1 (#104)

---
 packages/symbolist/src/data/logs.json    | 4 ++--
 packages/symbolist/src/data/symbols.json | 8 ++++++++
 packages/symbolist/src/data/types.ts     | 8 ++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/packages/symbolist/src/data/logs.json b/packages/symbolist/src/data/logs.json
index 46aa614..3fecb23 100644
--- a/packages/symbolist/src/data/logs.json
+++ b/packages/symbolist/src/data/logs.json
@@ -1,4 +1,4 @@
 {
-  "length": 5351,
-  "version": "5.0"
+  "length": 5359,
+  "version": "5.1"
 }
diff --git a/packages/symbolist/src/data/symbols.json b/packages/symbolist/src/data/symbols.json
index a9278c6..9c08270 100644
--- a/packages/symbolist/src/data/symbols.json
+++ b/packages/symbolist/src/data/symbols.json
@@ -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": "􀆐",
@@ -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": "􀿐",
@@ -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": "􀈃",
diff --git a/packages/symbolist/src/data/types.ts b/packages/symbolist/src/data/types.ts
index e8bb882..bb1463d 100644
--- a/packages/symbolist/src/data/types.ts
+++ b/packages/symbolist/src/data/types.ts
@@ -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"
@@ -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"
@@ -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"