Class: Mdi::StorageTankOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/storage_tank_outline.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_outline.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 5H14V6H10V5M17 16H7C4.79 16 3 14.21 3 12S4.79 8 7 8H17C19.21 8 21 9.79 21 12S19.21 16 17 16Z"></path>
  HTML
end