Class: Mdi::Sleep

Inherits:
MdiData show all
Defined in:
app/models/mdi/sleep.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23,12H17V10L20.39,6H17V4H23V6L19.62,10H23V12M15,16H9V14L12.39,10H9V8H15V10L11.62,14H15V16M7,20H1V18L4.39,14H1V12H7V14L3.62,18H7V20Z"></path>
  HTML
end