Class: Mdi::PlusMinus

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,4V9H6V11H11V16H13V11H18V9H13V4H11M6,18V20H18V18H6Z"></path>
  HTML
end