Class: Mdi::Pi

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,5V7H6V19H8V7H14V16A3,3 0 0,0 17,19A3,3 0 0,0 20,16H18A1,1 0 0,1 17,17A1,1 0 0,1 16,16V7H18V5"></path>
  HTML
end