Class: Mdi::ArrowDownThin

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

Overview

  • Version: 6.5.95

  • Author: Matt Stayner

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7.03 13.92H11.03V5L13.04 4.97V13.92H17.03L12.03 18.92Z"></path>
  HTML
end