Class: Mdi::Bench

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 13H1V15H3V19H5V15H19V19H21V15H23V13Z"></path>
  HTML
end