Class: Mdi::TextShort

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,9H20V11H4V9M4,13H14V15H4V13Z"></path>
  HTML
end