Class: Mdi::ArrowRightBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z"></path>
  HTML
end