Class: Mdi::FileArrowUpDown

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

Overview

  • Version: 6.8.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M13 3.5L18.5 9H13V3.5M23.5 20L21 23L18.5 20H20V16H22V20H23.5M19.5 18H18V22H16V18H14.5L17 15L19.5 18Z"></path>
  HTML
end