Class: Mdi::ArrowRightTopBold

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

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 13.5C3 9.36 6.36 6 10.5 6H13V2L20 8L13 14V10H10.5C8.57 10 7 11.57 7 13.5V21H3V13.5Z"></path>
  HTML
end