Class: Mdi::BedEmpty

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

Overview

  • Version: 2.2.43

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,7H5V14H3V5H1V20H3V17H21V20H23V11A4,4 0 0,0 19,7"></path>
  HTML
end