Class: Mdi::ArrowExpandRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,2H2V22H4V13H18.17L12.67,18.5L14.08,19.92L22,12L14.08,4.08L12.67,5.5L18.17,11H4V2Z"></path>
  HTML
end