Class: Mdi::ScaleBathroom

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,2H19A2,2 0 0,1 21,4V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V4A2,2 0 0,1 5,2M12,4A4,4 0 0,0 8,8H11.26L10.85,5.23L12.9,8H16A4,4 0 0,0 12,4M5,10V20H19V10H5Z"></path>
  HTML
end