{{ $globals.icons.timer }}
          {{ $i18n.tc("recipe.timer.kitchen-timer") }}
        
        
          
           timerEnded ? resetTimer() : resumeTimer()"
          >
            {{ timerEnded ? $globals.icons.stop : $globals.icons.pause }}
          
          
        
        
          
            
               timerHours = v.toString().padStart(2, '0')"
              />
            
            
              :
            
            
               timerMinutes = v.toString().padStart(2, '0')"
              />
            
            
              :
            
            
               timerSeconds = v.toString().padStart(2, '0')"
              />