Class: Mdi::ArrowCollapseUp

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

Overview

  • Version: 2.0.46

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4.08,11.92L12,4L19.92,11.92L18.5,13.33L13,7.83V22H11V7.83L5.5,13.33L4.08,11.92M12,4H22V2H2V4H12Z"></path>
  HTML
end