Class: Mdi::FileDocumentArrowRight

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

def content
  <<-HTML.squish.html_safe
    <path d="M23 19L20 16V18H16V20H20V22L23 19M13 19C13 18.7 13 18.3 13.1 18H6V16H13.8C14.3 15.2 14.9 14.5 15.7 14H6V12H18V13.1C18.3 13 18.7 13 19 13S19.7 13 20 13.1V8L14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H13.8C13.3 21.1 13 20.1 13 19M13 3.5L18.5 9H13V3.5Z"></path>
  HTML
end