Class: Mdi::BedKingOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/bed_king_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_king_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M20 10V7A2 2 0 0 0 18 5H6A2 2 0 0 0 4 7V10A2 2 0 0 0 2 12V17H3.33L4 19H5L5.67 17H18.33L19 19H20L20.67 17H22V12A2 2 0 0 0 20 10M13 7H18V10H13M6 7H11V10H6M20 15H4V12H20Z"></path>
  HTML
end