Class: Mdi::SubdirectoryArrowLeft

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,9L12.42,10.42L8.83,14H18V4H20V16H8.83L12.42,19.58L11,21L5,15L11,9Z"></path>
  HTML
end