From 63461bae9606b050689f5db3391ce9dee7a2bb6f Mon Sep 17 00:00:00 2001 From: Parker Stafford Date: Fri, 18 Oct 2024 13:55:12 -0700 Subject: [PATCH] feat: add message and message filled icons --- src/icon/Icons.tsx | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) 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 = () => ( + + + + + + + + +);