Class: Mdi::StorageTank

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

Overview

  • Version: 6.7.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 6H16V5C16 3.9 15.1 3 14 3H10C8.9 3 8 3.9 8 5V6H7C3.69 6 1 8.69 1 12S3.69 18 7 18V21H9V18H15V21H17V18C20.31 18 23 15.31 23 12S20.31 6 17 6M10 5H14V6H10V5Z"></path>
  HTML
end