Class: Mdi::ArrowLeftTopBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M21 21H17V13.5C17 11.57 15.43 10 13.5 10H11V14L4 8L11 2V6H13.5C17.64 6 21 9.36 21 13.5V21Z"></path>
  HTML
end