Class: Mdi::ArrowCollapseDown

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

def content
  <<-HTML.squish.html_safe
    <path d="M19.92,12.08L12,20L4.08,12.08L5.5,10.67L11,16.17V2H13V16.17L18.5,10.66L19.92,12.08M12,20H2V22H22V20H12Z"></path>
  HTML
end