Class: Mdi::PlusThick

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

Overview

  • Version: 4.5.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

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