Class: Mdi::ArrowCollapseRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M12.08,4.08L20,12L12.08,19.92L10.67,18.5L16.17,13H2V11H16.17L10.67,5.5L12.08,4.08M20,12V22H22V2H20V12Z"></path>
  HTML
end