Class: Mdi::CompareHorizontal

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

def content
  <<-HTML.squish.html_safe
    <path d="M9 14H2V16H9V19L13 15L9 11V14M15 13V10H22V8H15V5L11 9L15 13Z"></path>
  HTML
end