Class: Mdi::ArrowDownRightBold

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_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_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 7H3V3H10.5Z"></path>
  HTML
end