Class: Mdi::ArrowCollapseLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M11.92,19.92L4,12L11.92,4.08L13.33,5.5L7.83,11H22V13H7.83L13.34,18.5L11.92,19.92M4,12V2H2V22H4V12Z"></path>
  HTML
end