Class: Mdi::WaterAlert

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

Overview

  • Version: 5.4.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10 3.25C10 3.25 16 10 16 14C16 17.31 13.31 20 10 20S4 17.31 4 14C4 10 10 3.25 10 3.25M20 7V13H18V7H20M18 17H20V15H18V17Z"></path>
  HTML
end