Class: Mdi::ArrowExpandDown

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

def content
  <<-HTML.squish.html_safe
    <path d="M22,4V2H2V4H11V18.17L5.5,12.67L4.08,14.08L12,22L19.92,14.08L18.5,12.67L13,18.17V4H22Z"></path>
  HTML
end