From 622e2f7e38b8282ef1652b1ba322a559437c4b3f Mon Sep 17 00:00:00 2001
From: Ash Guillaume <10384315+ashygee@users.noreply.github.com>
Date: Thu, 3 Nov 2022 14:30:38 -0400
Subject: [PATCH 1/4] Save clock-fill-16.svg, clock-fill-24.svg,
skip-fill-16.svg, skip-fill-24.svg
---
icons/clock-fill-16.svg | 10 ++++++++++
icons/clock-fill-24.svg | 3 +++
icons/skip-fill-16.svg | 10 ++++++++++
icons/skip-fill-24.svg | 3 +++
4 files changed, 26 insertions(+)
create mode 100644 icons/clock-fill-16.svg
create mode 100644 icons/clock-fill-24.svg
create mode 100644 icons/skip-fill-16.svg
create mode 100644 icons/skip-fill-24.svg
diff --git a/icons/clock-fill-16.svg b/icons/clock-fill-16.svg
new file mode 100644
index 000000000..440ee1675
--- /dev/null
+++ b/icons/clock-fill-16.svg
@@ -0,0 +1,10 @@
+
diff --git a/icons/clock-fill-24.svg b/icons/clock-fill-24.svg
new file mode 100644
index 000000000..5db12d5a5
--- /dev/null
+++ b/icons/clock-fill-24.svg
@@ -0,0 +1,3 @@
+
diff --git a/icons/skip-fill-16.svg b/icons/skip-fill-16.svg
new file mode 100644
index 000000000..82e4725e4
--- /dev/null
+++ b/icons/skip-fill-16.svg
@@ -0,0 +1,10 @@
+
diff --git a/icons/skip-fill-24.svg b/icons/skip-fill-24.svg
new file mode 100644
index 000000000..45ab55ed9
--- /dev/null
+++ b/icons/skip-fill-24.svg
@@ -0,0 +1,3 @@
+
From c8d2ea9d5c40197f4bc19e7a59bd6c41e6e0bc0b Mon Sep 17 00:00:00 2001
From: Ash Guillaume
Date: Thu, 3 Nov 2022 18:31:30 +0000
Subject: [PATCH 2/4] Optimize SVGs
---
icons/clock-fill-16.svg | 11 +----------
icons/clock-fill-24.svg | 4 +---
icons/skip-fill-16.svg | 11 +----------
icons/skip-fill-24.svg | 4 +---
4 files changed, 4 insertions(+), 26 deletions(-)
diff --git a/icons/clock-fill-16.svg b/icons/clock-fill-16.svg
index 440ee1675..763a520b0 100644
--- a/icons/clock-fill-16.svg
+++ b/icons/clock-fill-16.svg
@@ -1,10 +1 @@
-
+
\ No newline at end of file
diff --git a/icons/clock-fill-24.svg b/icons/clock-fill-24.svg
index 5db12d5a5..ff5d0f485 100644
--- a/icons/clock-fill-24.svg
+++ b/icons/clock-fill-24.svg
@@ -1,3 +1 @@
-
+
\ No newline at end of file
diff --git a/icons/skip-fill-16.svg b/icons/skip-fill-16.svg
index 82e4725e4..33b13472d 100644
--- a/icons/skip-fill-16.svg
+++ b/icons/skip-fill-16.svg
@@ -1,10 +1 @@
-
+
\ No newline at end of file
diff --git a/icons/skip-fill-24.svg b/icons/skip-fill-24.svg
index 45ab55ed9..408c5c2bf 100644
--- a/icons/skip-fill-24.svg
+++ b/icons/skip-fill-24.svg
@@ -1,3 +1 @@
-
+
\ No newline at end of file
From fcd5c8e2ba3766fb60ed05a2ee6115b344fd2831 Mon Sep 17 00:00:00 2001
From: Ash Guillaume <10384315+ashygee@users.noreply.github.com>
Date: Thu, 3 Nov 2022 14:31:51 -0400
Subject: [PATCH 3/4] Create silly-roses-worry.md
---
.changeset/silly-roses-worry.md | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 .changeset/silly-roses-worry.md
diff --git a/.changeset/silly-roses-worry.md b/.changeset/silly-roses-worry.md
new file mode 100644
index 000000000..0504a8c11
--- /dev/null
+++ b/.changeset/silly-roses-worry.md
@@ -0,0 +1,5 @@
+---
+"@primer/octicons": minor
+---
+
+Save clock-fill-16.svg, clock-fill-24.svg, skip-fill-16.svg, skip-fil…
From 91de2b42cd99d797745bdb187a5329739ec72f1f Mon Sep 17 00:00:00 2001
From: Ash Guillaume <10384315+ashygee@users.noreply.github.com>
Date: Thu, 3 Nov 2022 19:16:14 +0000
Subject: [PATCH 4/4] update octicon_react snapshot
---
.../__tests__/__snapshots__/public-api.test.js.snap | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
index 623d53478..1a35f0406 100644
--- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
+++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
@@ -46,6 +46,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"ChevronUpIcon",
"CircleIcon",
"CircleSlashIcon",
+ "ClockFillIcon",
"ClockIcon",
"CloudIcon",
"CloudOfflineIcon",
@@ -240,6 +241,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"SignInIcon",
"SignOutIcon",
"SingleSelectIcon",
+ "SkipFillIcon",
"SkipIcon",
"SlidersIcon",
"SmileyIcon",