Class: Mdi::MenuLeftOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M15,18H13.5L7.5,12L13.5,6H15V18M10.33,12L13,14.67V9.33L10.33,12Z"></path>
  HTML
end