Class: Mdi::BedSingle

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

Overview

  • Version: 4.2.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 10V7C17 5.9 16.11 5 15 5H9C7.9 5 7 5.9 7 7V10C5.9 10 4.89 10.9 5 12V17H6.33L7 19H8L8.67 17H15.33L16 19H17L17.67 17H19V12C19 10.9 18.11 10 17 10M15 10H9V7H15Z"></path>
  HTML
end