Class: Mdi::FormatWrapSquare

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_wrap_square.rb

Overview

  • Version: 1.5.54

  • Author: Andreas Gohr

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,7L17,17H7L12,7M3,3H21V5H3V3M3,7H6V9H3V7M21,7V9H18V7H21M3,11H6V13H3V11M21,11V13H18V11H21M3,15H6V17H3V15M21,15V17H18V15H21M3,19H21V21H3V19Z"></path>
  HTML
end