@@ -37,7 +37,7 @@ import {
37
37
import { GiSteeringWheel } from "react-icons/gi"
38
38
import { GrConnect } from "react-icons/gr"
39
39
import { HiDownload } from "react-icons/hi"
40
- import { IoCheckmark , IoPencil , IoPeople , IoTrashBin } from "react-icons/io5"
40
+ import { IoCheckmark , IoPencil , IoPeople , IoPlayOutline , IoTrashBin } from "react-icons/io5"
41
41
import Label from "./Label"
42
42
43
43
export class SynthesisIcons {
@@ -63,6 +63,7 @@ export class SynthesisIcons {
63
63
public static readonly CONNECT = < GrConnect />
64
64
public static readonly INFO = < AiOutlineInfoCircle />
65
65
public static readonly BUG = < FaBug />
66
+ public static readonly PLAY = < IoPlayOutline />
66
67
67
68
/** Large icons: used for icon buttons */
68
69
public static readonly DELETE_LARGE = < IoTrashBin size = { "1.25rem" } />
@@ -75,6 +76,7 @@ export class SynthesisIcons {
75
76
public static readonly LEFT_ARROW_LARGE = < FaArrowLeft size = { "1.25rem" } />
76
77
public static readonly BUG_LARGE = < FaBug size = { "1.25rem" } />
77
78
public static readonly XMARK_LARGE = < FaXmark size = { "1.25rem" } />
79
+ public static readonly PLAY_LARGE = < IoPlayOutline size = { "1.25rem" } />
78
80
79
81
public static readonly OPEN_HUD_ICON = (
80
82
< FaAngleRight
0 commit comments