Class: Mdi::NumericPositive1

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/numeric_positive_1.rb

Overview

  • Version: 5.6.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 7V9H15V17H17V7H13M11 13H9V15H7V13H5V11H7V9H9V11H11V13Z"></path>
  HTML
end