Class: Mdi::ArrowDownLeftBold

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

def content
  <<-HTML.squish.html_safe
    <path d="M21 3V7H13.5C11.57 7 10 8.57 10 10.5V13H14L8 20L2 13H6V10.5C6 6.36 9.36 3 13.5 3H21Z"></path>
  HTML
end