Class: Mdi::ArrowUpBox

Inherits:
MdiData show all
Defined in:
app/models/mdi/arrow_up_box.rb

Overview

  • Version: 1.8.36

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19C20.11,3 21,3.9 21,5V19M13,18V9.5L16.5,13L17.92,11.58L12,5.66L6.08,11.58L7.5,13L11,9.5V18H13Z"></path>
  HTML
end