Class: Mdi::Menu

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z"></path>
  HTML
end