Class: Mdi::FileArrowLeftRight

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/file_arrow_left_right.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_left_right.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.5M20 19.5V18H16V16H20V14.5L23 17L20 19.5M18 20H22V22H18V23.5L15 21L18 18.5V20Z"></path>
  HTML
end