Class: Mdi::ArrowExpandUp

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_expand_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_expand_up.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M2,20V22H22V20H13V5.83L18.5,11.33L19.92,9.92L12,2L4.08,9.92L5.5,11.33L11,5.83V20H2Z"></path>
  HTML
end