diff --git a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap
index 1ed05848..abe81c0f 100644
--- a/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap
+++ b/scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap
@@ -119,6 +119,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"MeshIcon",
"MoreHorizontalIcon",
"MoreIcon",
+ "NetworkIcon",
"NotificationIcon",
"OrganizationIcon",
"OverviewIcon",
@@ -126,6 +127,7 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"PlugIcon",
"PortalIcon",
"PresentationIcon",
+ "ProfileTeamIcon",
"ProfileIcon",
"ProgressIcon",
"RedoIcon",
diff --git a/src/tests/__snapshots__/NetworkIcon.html b/src/tests/__snapshots__/NetworkIcon.html
new file mode 100644
index 00000000..1fe8b3c6
--- /dev/null
+++ b/src/tests/__snapshots__/NetworkIcon.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/tests/__snapshots__/ProfileTeamIcon.html b/src/tests/__snapshots__/ProfileTeamIcon.html
new file mode 100644
index 00000000..131d5528
--- /dev/null
+++ b/src/tests/__snapshots__/ProfileTeamIcon.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/tests/__snapshots__/StackIcon.html b/src/tests/__snapshots__/StackIcon.html
index d8576a35..457c7cf0 100644
--- a/src/tests/__snapshots__/StackIcon.html
+++ b/src/tests/__snapshots__/StackIcon.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svg/solid/network.svg b/svg/solid/network.svg
new file mode 100644
index 00000000..9a690fca
--- /dev/null
+++ b/svg/solid/network.svg
@@ -0,0 +1,3 @@
+
diff --git a/svg/solid/profile-team.svg b/svg/solid/profile-team.svg
new file mode 100644
index 00000000..26cc166a
--- /dev/null
+++ b/svg/solid/profile-team.svg
@@ -0,0 +1,3 @@
+
diff --git a/svg/solid/stack.svg b/svg/solid/stack.svg
index d942fbd7..899d4a7c 100644
--- a/svg/solid/stack.svg
+++ b/svg/solid/stack.svg
@@ -1,3 +1,3 @@