Class: Mdi::SortAlphabeticalDescending

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 7H22L18 3L14 7H17V21H19M11 13V15L7.67 19H11V21H5V19L8.33 15H5V13M9 3H7C5.9 3 5 3.9 5 5V11H7V9H9V11H11V5C11 3.9 10.11 3 9 3M9 7H7V5H9Z"></path>
  HTML
end