Skip to content

Function: getPomodoroPhaseIcon()

function getPomodoroPhaseIcon(phase):
| IconType
| ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;

Defined in: shared/src/helper/pomodoroHelper/pomodoroStyles.ts:43

Get icon component for a Pomodoro phase

ParameterType
phase"focus" | "short-break" | "long-break"

| IconType | ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>