Class: Mdi::ArrowUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z"></path>
  HTML
end