Class: Mdi::ArrowUpThick

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

def content
  <<-HTML.squish.html_safe
    <path d="M14,20H10V11L6.5,14.5L4.08,12.08L12,4.16L19.92,12.08L17.5,14.5L14,11V20Z"></path>
  HTML
end