Class: Mdi::PowerSleep

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

Overview

  • Version: 2.3.50

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18.73,18C15.4,21.69 9.71,22 6,18.64C2.33,15.31 2.04,9.62 5.37,5.93C6.9,4.25 9,3.2 11.27,3C7.96,6.7 8.27,12.39 12,15.71C13.63,17.19 15.78,18 18,18C18.25,18 18.5,18 18.73,18Z"></path>
  HTML
end