Class: Mdi::ArrowUDownRightBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M10.5 3C14.64 3 18 6.36 18 10.5V13H22L16 20L10 13H14V10.5C14 8.57 12.43 7 10.5 7S7 8.57 7 10.5V18H3V10.5C3 6.36 6.36 3 10.5 3Z"></path>
  HTML
end