Class: Mdi::SubdirectoryArrowRight

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,15L13,21L11.58,19.58L15.17,16H4V4H6V14H15.17L11.58,10.42L13,9L19,15Z"></path>
  HTML
end