diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index a24660b..0757d32 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -2205,3 +2205,30 @@ export const MessageSquareFilled = () => ( ); + +export const SaveOutline = () => { + return ( + + + + + + + + + ); +}; + +export const SaveFilled = () => { + return ( + + + + + + + + + + ); +};