Class: Mdi::ArrowExpandHorizontal

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_expand_horizontal.rb

Overview

  • Version: 2.1.99

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/arrow_expand_horizontal.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M9,11H15V8L19,12L15,16V13H9V16L5,12L9,8V11M2,20V4H4V20H2M20,20V4H22V20H20Z"></path>
  HTML
end