Class: Mdi::ImageText

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

Overview

  • Version: 5.6.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 13H14V11H22V13M22 7H14V9H22V7M14 17H22V15H14V17M12 9V15C12 16.1 11.1 17 10 17H4C2.9 17 2 16.1 2 15V9C2 7.9 2.9 7 4 7H10C11.1 7 12 7.9 12 9M10.5 15L8.3 12L6.5 14.3L5.3 12.8L3.5 15H10.5Z"></path>
  HTML
end