Class: Mdi::FileArrowLeftRightOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H14L20 8V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V9H13V4H6V20H13.09M23 17L20 14.5V16H16V18H20V19.5L23 17M18 18.5L15 21L18 23.5V22H22V20H18V18.5Z"></path>
  HTML
end