Class: Mdi::ArrowDown

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z"></path>
  HTML
end