Class: Mdi::SortAscending

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

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