Class: Mdi::ArrowSplitHorizontal

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

Overview

  • Version: 2.4.85

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,18H11V15H2V13H22V15H13V18H16L12,22L8,18M12,2L8,6H11V9H2V11H22V9H13V6H16L12,2Z"></path>
  HTML
end