From 58280cffd706d73352f0960392fa6747255b180d Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Mon, 1 Jul 2024 13:09:12 -0600 Subject: [PATCH] feat: experiment icon (#222) * feat: experiment icon * v1.4.2 --- package.json | 2 +- src/icon/Icons.tsx | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dd303cf..a0bcac44 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 90ff1541..2cd89ace 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1048,6 +1048,47 @@ export const ExpandOutline = () => ( ); +export const ExperimentOutline = () => ( + + + + + + +); + export const Explainability = () => (