Class: Mdi::OrderAlphabeticalAscending

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12M9 13V15L5.67 19H9V21H3V19L6.33 15H3V13M7 3H5C3.9 3 3 3.9 3 5V11H5V9H7V11H9V5C9 3.9 8.11 3 7 3M7 7H5V5H7Z"></path>
  HTML
end