Class: Mdi::SortVariant

Inherits:
MdiData show all
Defined in:
app/models/mdi/sort_variant.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,13H15V11H3M3,6V8H21V6M3,18H9V16H3V18Z"></path>
  HTML
end