Class: Mdi::ViewSplitVertical

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,5H21V19H13V5M3,5H11V7H3V5M3,11V9H11V11H3M3,19V17H11V19H3M3,15V13H11V15H3Z"></path>
  HTML
end