Class: Mdi::ArrowDownThick

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,4H14V13L17.5,9.5L19.92,11.92L12,19.84L4.08,11.92L6.5,9.5L10,13V4Z"></path>
  HTML
end