Class: Mdi::TimerSandComplete

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/timer_sand_complete.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_complete.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M18 22H6V16L10 12L6 8V2H18V8L14 12L18 16M8 7.5L12 11.5L16 7.5V4H8M12 12.5L8 16.5V20H16V16.5M14 18H10V17.2L12 15.2L14 17.2Z"></path>
  HTML
end