Class: Mdi::NotEqual

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

Overview

  • Version: 2.4.85

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,10H9V8H21V10M21,16H9V14H21V16M4,5H6V16H4V5M6,18V20H4V18H6Z"></path>
  HTML
end