Class: Mdi::BedSingleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/bed_single_outline.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_outline.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 5 10.9 5 12V17H6.33L7 19H8L8.67 17H15.33L16 19H17L17.67 17H19V12C19 10.9 18.11 10 17 10M9 7H15V10H9M17 15H7V12H17Z"></path>
  HTML
end