Class: Mdi::Text

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

Overview

  • Version: 2.4.85

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,6V8H3V6H21M3,18H12V16H3V18M3,13H21V11H3V13Z"></path>
  HTML
end