Class: Mdi::WaterAlertOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/water_alert_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M10 3.25C10 3.25 4 10 4 14C4 17.31 6.69 20 10 20S16 17.31 16 14C16 10 10 3.25 10 3.25M10 18C7.79 18 6 16.21 6 14C6 12.23 8 8.96 10 6.39C12 8.95 14 12.23 14 14C14 16.21 12.21 18 10 18M20 7V13H18V7H20M18 17H20V15H18V17Z"></path>
  HTML
end