Class: Mdi::CodeNotEqual

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

def content
  <<-HTML.squish.html_safe
    <path d="M6,15H8V17H6M11,13H18V15H11M11,9H18V11H11M6,7H8V13H6M5,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