Class: Mdi::ArrowCollapse

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

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z"></path>
  HTML
end