Class: Mdi::MenuRightOutline

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

Overview

  • Version: 2.5.94

  • Author: Peter Noble

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,6H10.5L16.5,12L10.5,18H9V6M13.67,12L11,9.33V14.67L13.67,12Z"></path>
  HTML
end