Class: Mdi::ArrowDownBold

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z"></path>
  HTML
end