Class: Mdi::SortVariantOff

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

Overview

  • Version: 6.8.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.84 22.73L11.11 13H3V11H9.11L6.11 8H3V6H4.11L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M15 11H14.2L15 11.8V11M21 8V6H9.2L11.2 8H21M3 18H9V16H3V18Z"></path>
  HTML
end