Class: Mdi::CodeNotEqualVariant

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,6.5V9.33L8.33,12L11,14.67V17.5L5.5,12M13,6.43L18.57,12L13,17.57V14.74L15.74,12L13,9.26M5,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