diff --git a/src/lib/IconLibrary/IconClose.stories.svelte b/src/lib/IconLibrary/IconClose.stories.svelte
new file mode 100644
index 0000000..66d40ff
--- /dev/null
+++ b/src/lib/IconLibrary/IconClose.stories.svelte
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/IconLibrary/IconLibrary.docs.mdx b/src/lib/IconLibrary/IconLibrary.docs.mdx
index b58fca2..433d97f 100644
--- a/src/lib/IconLibrary/IconLibrary.docs.mdx
+++ b/src/lib/IconLibrary/IconLibrary.docs.mdx
@@ -1,7 +1,10 @@
-import * as IconStories from "./IconLibrary.stories.svelte";
-import { Meta, Title, Canvas, Controls, IconGallery, IconItem } from "@storybook/blocks";
+import * as PlusStories from "./IconPlus.stories.svelte";
+import * as MinusStory from "./IconMinus.stories.svelte";
+import * as CloseStory from "./IconClose.stories.svelte";
+import * as SearchStory from "./IconSearch.stories.svelte";
+import { Meta, Title, Canvas, Story, Controls, IconGallery, IconItem } from "@storybook/blocks";
-
+
# Icons
@@ -11,75 +14,29 @@ Any of these icons can be pulled in as standalone components. They are intended
-
+
-
+
-
+
-
+
## Default
-
+
## With color change
-
+
## With size change
-
+
diff --git a/src/lib/IconLibrary/IconLibrary.stories.svelte b/src/lib/IconLibrary/IconLibrary.stories.svelte
deleted file mode 100644
index 648af31..0000000
--- a/src/lib/IconLibrary/IconLibrary.stories.svelte
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/lib/IconLibrary/IconMinus.stories.svelte b/src/lib/IconLibrary/IconMinus.stories.svelte
new file mode 100644
index 0000000..dd2330e
--- /dev/null
+++ b/src/lib/IconLibrary/IconMinus.stories.svelte
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/IconLibrary/IconPlus.stories.svelte b/src/lib/IconLibrary/IconPlus.stories.svelte
new file mode 100644
index 0000000..0a7c813
--- /dev/null
+++ b/src/lib/IconLibrary/IconPlus.stories.svelte
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/IconLibrary/IconSearch.stories.svelte b/src/lib/IconLibrary/IconSearch.stories.svelte
new file mode 100644
index 0000000..0498c9d
--- /dev/null
+++ b/src/lib/IconLibrary/IconSearch.stories.svelte
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file