Class: Mdi::CodeGreaterThan

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

def content
  <<-HTML.squish.html_safe
    <path d="M10.41,7.41L15,12L10.41,16.6L9,15.18L12.18,12L9,8.82M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z"></path>
  HTML
end