Class: Mdi::TextShadow

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

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3H16V6H11V18H8V6H3V3M12,7H14V9H12V7M15,7H17V9H15V7M18,7H20V9H18V7M12,10H14V12H12V10M12,13H14V15H12V13M12,16H14V18H12V16M12,19H14V21H12V19Z"></path>
  HTML
end