@@ -37,7 +37,7 @@ import {
3737import { GiSteeringWheel } from "react-icons/gi"
3838import { GrConnect } from "react-icons/gr"
3939import { 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"
4141import Label from "./Label"
4242
4343export class SynthesisIcons {
@@ -63,6 +63,7 @@ export class SynthesisIcons {
6363 public static readonly CONNECT = < GrConnect />
6464 public static readonly INFO = < AiOutlineInfoCircle />
6565 public static readonly BUG = < FaBug />
66+ public static readonly PLAY = < IoPlayOutline />
6667
6768 /** Large icons: used for icon buttons */
6869 public static readonly DELETE_LARGE = < IoTrashBin size = { "1.25rem" } />
@@ -75,6 +76,7 @@ export class SynthesisIcons {
7576 public static readonly LEFT_ARROW_LARGE = < FaArrowLeft size = { "1.25rem" } />
7677 public static readonly BUG_LARGE = < FaBug size = { "1.25rem" } />
7778 public static readonly XMARK_LARGE = < FaXmark size = { "1.25rem" } />
79+ public static readonly PLAY_LARGE = < IoPlayOutline size = { "1.25rem" } />
7880
7981 public static readonly OPEN_HUD_ICON = (
8082 < FaAngleRight
0 commit comments