Class: Mdi::ArrowCollapseVertical

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,12H20V14H4V12M4,9H20V11H4V9M16,4L12,8L8,4H11V1H13V4H16M8,19L12,15L16,19H13V22H11V19H8Z"></path>
  HTML
end