Class: Mdi::ArrowLeftBottomBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M21 10.5C21 14.64 17.64 18 13.5 18H11V22L4 16L11 10V14H13.5C15.43 14 17 12.43 17 10.5V3H21V10.5Z"></path>
  HTML
end