Class: Mdi::SortDescending

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

Overview

  • Version: 1.5.54

  • Author: frankgrinaert

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 7H22L18 3L14 7H17V21H19M2 17H12V19H2M6 5V7H2V5M2 11H9V13H2V11Z"></path>
  HTML
end