From 2f921f34e269b8ff7e734f35d2305bafc8126b5d Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Mon, 1 Jul 2024 12:44:20 -0600 Subject: [PATCH] feat: experiment icon --- src/icon/Icons.tsx | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 90ff154..2cd89ac 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1048,6 +1048,47 @@ export const ExpandOutline = () => ( ); +export const ExperimentOutline = () => ( + + + + + + +); + export const Explainability = () => (