Class: Mdi::WaterMinus

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

def content
  <<-HTML.squish.html_safe
    <path d="M22 17V19H14V17H22M17.62 12C16.31 8.1 12 3.25 12 3.25S6 10 6 14C6 17.31 8.69 20 12 20C12.12 20 12.23 20 12.34 20C12.12 19.36 12 18.7 12 18C12 14.82 14.5 12.22 17.62 12Z"></path>
  HTML
end