Class: Mdi::LedOff

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,6A4,4 0 0,0 8,10V16H6V18H9V23H11V18H13V23H15V18H18V16H16V10A4,4 0 0,0 12,6Z"></path>
  HTML
end