Class: Mdi::Ph

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

Overview

  • Version: 6.1.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 7V17H15V13H17V17H19V7H17V11H15V7H13M11 15V13C11 11.9 10.11 11 9 11H5V21H7V17H9C10.11 17 11 16.11 11 15M9 15H7V13H9V15Z"></path>
  HTML
end