Class: Mdi::ArrowUUpRightBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M3 13.5V6H7V13.5C7 15.43 8.57 17 10.5 17S14 15.43 14 13.5V11H10L16 4L22 11H18V13.5C18 17.64 14.64 21 10.5 21S3 17.64 3 13.5Z"></path>
  HTML
end