Class: Mdi::ArrowExpandLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M20,22H22V2H20V11H5.83L11.33,5.5L9.92,4.08L2,12L9.92,19.92L11.33,18.5L5.83,13H20V22Z"></path>
  HTML
end