Class: Mdi::ArrowURightBottomBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M10.5 3H18V7H10.5C8.57 7 7 8.57 7 10.5S8.57 14 10.5 14H13V10L20 16L13 22V18H10.5C6.36 18 3 14.64 3 10.5S6.36 3 10.5 3Z"></path>
  HTML
end