Class: Mdi::PowerPlug

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

Overview

  • Version: 1.7.12

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,7V3H14V7H10V3H8V7H8C7,7 6,8 6,9V14.5L9.5,18V21H14.5V18L18,14.5V9C18,8 17,7 16,7Z"></path>
  HTML
end