Class: Mdi::ArrowLeftBold

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,9V15H12V19.84L4.16,12L12,4.16V9H20Z"></path>
  HTML
end