Class: Mdi::MinusThick

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

Overview

  • Version: 5.7.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 14H4V10H20"></path>
  HTML
end