Class: Mdi::OrderAlphabeticalDescending

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

Overview

  • Version: 3.3.92

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 13H5C3.9 13 3 13.9 3 15V21H5V19H7V21H9V15C9 13.9 8.11 13 7 13M7 17H5V15H7M9 3V5L5.67 9H9V11H3V9L6.33 5H3V3M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z"></path>
  HTML
end