Class: Mdi::BedQueenOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/bed_queen_outline.rb

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 10V7A2 2 0 0 0 17 5H7A2 2 0 0 0 5 7V10A2 2 0 0 0 3 12V17H4.33L5 19H6L6.67 17H17.33L18 19H19L19.67 17H21V12A2 2 0 0 0 19 10M7 7H17V10H7M19 15H5V12H19Z"></path>
  HTML
end