Class: Mdi::MenuSwapOutline

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

Overview

  • Version: 2.6.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3.5L6,9.5V11H18V9.5L12,3.5M12,6.33L14.67,9H9.33L12,6.33M6,13V14.5L12,20.5L18,14.5V13H6M9.33,15H14.67L12,17.67L9.33,15Z"></path>
  HTML
end