Skip to content

Commit 2f921f3

Browse files
committed
feat: experiment icon
1 parent f1f2cd2 commit 2f921f3

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

src/icon/Icons.tsx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,47 @@ export const ExpandOutline = () => (
10481048
</svg>
10491049
);
10501050

1051+
export const ExperimentOutline = () => (
1052+
<svg
1053+
width="20"
1054+
height="20"
1055+
viewBox="0 0 20 20"
1056+
fill="none"
1057+
xmlns="http://www.w3.org/2000/svg"
1058+
>
1059+
<path
1060+
d="M11.7325 8.3969L12.9778 9.61741L5.58892 16.9977C4.90368 17.6822 3.79253 17.6823 3.10751 16.9981C2.42238 16.3137 2.42238 15.2042 3.10751 14.5198L10.4967 7.13917L11.7245 8.38888L11.7244 8.38895L11.7325 8.3969Z"
1061+
stroke="currentColor"
1062+
strokeWidth="1.2"
1063+
fill="none"
1064+
/>
1065+
<circle
1066+
cx="12"
1067+
cy="5"
1068+
r="0.75"
1069+
stroke="currentColor"
1070+
strokeWidth="0.5"
1071+
fill="none"
1072+
/>
1073+
<circle
1074+
cx="15"
1075+
cy="4"
1076+
r="0.75"
1077+
stroke="currentColor"
1078+
strokeWidth="0.5"
1079+
fill="none"
1080+
/>
1081+
<circle
1082+
cx="14.5"
1083+
cy="7.5"
1084+
r="1.2"
1085+
stroke="currentColor"
1086+
strokeWidth="0.6"
1087+
fill="none"
1088+
/>
1089+
</svg>
1090+
);
1091+
10511092
export const Explainability = () => (
10521093
<svg
10531094
width="24"

0 commit comments

Comments
 (0)