Class: Mdi::FormatFloatCenter

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,7H15V13H9V7M3,3H21V5H3V3M3,15H21V17H3V15M3,19H17V21H3V19Z"></path>
  HTML
end