Class: Mdi::PowerOff

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M12,19A7,7 0 0,1 5,12A7,7 0 0,1 12,5A7,7 0 0,1 19,12A7,7 0 0,1 12,19Z"></path>
  HTML
end