Class: Mdi::FileDocumentArrowRightOutline

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

Overview

  • Version: 7.1.96

  • Author: Andrej Sharapov

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 19L20 16V18H16V20H20V22L23 19M13.8 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H14L20 8V13.1C19.7 13 19.3 13 19 13S18.3 13 18 13.1V9H13V4H6V20H13.1C13.2 20.7 13.5 21.4 13.8 22M8 12H16V13.8C15.9 13.9 15.8 13.9 15.7 14H8V12M8 16H13V18H8V16Z"></path>
  HTML
end