Class: Mdi::FormatUnderline

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

def content
  <<-HTML.squish.html_safe
    <path d="M5,21H19V19H5V21M12,17A6,6 0 0,0 18,11V3H15.5V11A3.5,3.5 0 0,1 12,14.5A3.5,3.5 0 0,1 8.5,11V3H6V11A6,6 0 0,0 12,17Z"></path>
  HTML
end