Class: Mdi::MenuDownOutline

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

Overview

  • Version: 1.7.22

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,9V10.5L12,16.5L6,10.5V9H18M12,13.67L14.67,11H9.33L12,13.67Z"></path>
  HTML
end