Class: Mdi::SortAlphabeticalAscending

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

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