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
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
phase | "focus" | "short-break" | "long-break" |
Returns
Section titled “Returns”| IconType
| ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>