Class: Mdi::CompareVertical

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

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 15V22H16V15H19L15 11L11 15H14M13 9H10V2H8V9H5L9 13L13 9Z"></path>
  HTML
end