Class: Mdi::MenuOpen

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,15.61L19.59,17L14.58,12L19.59,7L21,8.39L17.44,12L21,15.61M3,6H16V8H3V6M3,13V11H13V13H3M3,18V16H16V18H3Z"></path>
  HTML
end