Class: Mdi::Contrast

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4.38,20.9C3.78,20.71 3.3,20.23 3.1,19.63L19.63,3.1C20.23,3.3 20.71,3.78 20.9,4.38L4.38,20.9M20,16V18H13V16H20M3,6H6V3H8V6H11V8H8V11H6V8H3V6Z"></path>
  HTML
end