Class: Mdi::FormatTextWrappingOverflow

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_text_wrapping_overflow.rb

Overview

  • Version: 3.3.92

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,21H5V3H7V21M14,3H12V9H14V3M14,15H12V21H14V15M19,12L16,9V11H9V13H16V15L19,12Z"></path>
  HTML
end