diff --git a/package.json b/package.json
index 466be8a..efc3625 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "1.8.10",
+ "version": "1.8.11",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx
index a24660b..befb3d4 100644
--- a/src/icon/Icons.tsx
+++ b/src/icon/Icons.tsx
@@ -1572,6 +1572,31 @@ export const MaximizeOutline = () => (
);
+export const MessageSquareFilled = () => (
+
+);
+
+export const MessageSquareOutline = () => (
+
+);
+
export const MinimizeOutline = () => (
);
+
+export const MinusOutline = () => (
+
+);
+
export const MoonOutline = () => (
);
//S
+export const SaveFilled = () => {
+ return (
+
+ );
+};
+
+export const SaveOutline = () => {
+ return (
+
+ );
+};
+
export const Search = () => (
);
-
-export const MinusOutline = () => (
-
-);
-
-export const MessageSquareOutline = () => (
-
-);
-
-export const MessageSquareFilled = () => (
-
-);