Class: Mdi::TimerSandPaused

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/timer_sand_paused.rb

Overview

  • Version: 6.5.95

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/timer_sand_paused.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22 6V18H16L12 14L8 18H2V6H8L12 10L16 6M7.5 16L11.5 12L7.5 8H4V16M12.5 12L16.5 16H20V8H16.5M18 12V14H17.2L15.2 12M8.8 12L6.8 14H6V12Z"></path>
  HTML
end