Class: Mdi::BorderStyle

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,21H17V19H15M19,21H21V19H19M7,21H9V19H7M11,21H13V19H11M19,17H21V15H19M19,13H21V11H19M3,3V21H5V5H21V3M19,9H21V7H19"></path>
  HTML
end