Class: Mdi::Details

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

def content
  <<-HTML.squish.html_safe
    <path d="M6.38,6H17.63L12,16L6.38,6M3,4L12,20L21,4H3Z"></path>
  HTML
end