Class: Mdi::ArrowExpandVertical

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,9V15H16L12,19L8,15H11V9H8L12,5L16,9H13M4,2H20V4H4V2M4,20H20V22H4V20Z"></path>
  HTML
end