diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 23ecebbf..a45057fb 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -2059,7 +2059,27 @@ export const MinusOutline = () => ( ); -//W -//X -//Y -//Z +export const MessageSquareOutline = () => ( + + + + + + + + + + + +); + +export const MessageSquareFilled = () => ( + + + + + + + + +);