Class: Mdi::Sort

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z"></path>
  HTML
end