Class: Mdi::NumericNegative1

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

Overview

  • Version: 4.1.95

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

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