From d34fca8bc4af5253841765726a5558c94c17495e Mon Sep 17 00:00:00 2001 From: Brian Leung <25164951+bbleungg@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:35:45 -0700 Subject: [PATCH] feat: add icons to icon library (#199) * feat: add icons to icon library * remove pricing icons * use source from eva icons --------- Co-authored-by: Mikyo King --- src/icon/Icons.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index d7821519..b43a8814 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1806,6 +1806,22 @@ export const VolumeOnOutline = () => ( ); +export const MinusOutline = () => ( + + + + + + + + +); + //W //X //Y