Class: Mdi::FormatFont

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

Overview

  • Version: 1.8.36

  • Author: Haley Halcyon

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,8H20V20H21V21H17V20H18V17H14L12.5,20H14V21H10V20H11L17,8M18,9L14.5,16H18V9M5,3H10C11.11,3 12,3.89 12,5V16H9V11H6V16H3V5C3,3.89 3.89,3 5,3M6,5V9H9V5H6Z"></path>
  HTML
end