mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: Replace stop icon to use pause icon (#3261)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import CircularProgress from "@material-ui/core/CircularProgress"
|
||||
import { makeStyles, Theme, useTheme } from "@material-ui/core/styles"
|
||||
import ErrorIcon from "@material-ui/icons/ErrorOutline"
|
||||
import StopIcon from "@material-ui/icons/PauseOutlined"
|
||||
import PlayIcon from "@material-ui/icons/PlayArrowOutlined"
|
||||
import StopIcon from "@material-ui/icons/StopOutlined"
|
||||
import { WorkspaceBuild } from "api/typesGenerated"
|
||||
import React from "react"
|
||||
import { MONOSPACE_FONT_FAMILY } from "theme/constants"
|
||||
|
||||
Reference in New Issue
Block a user