Class: Mdi::ArrowUpLeftBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M13.5 21C9.36 21 6 17.64 6 13.5V11H2L8 4L14 11H10V13.5C10 15.43 11.57 17 13.5 17H21V21H13.5Z"></path>
  HTML
end