Class: Mdi::ArrowDownBoldOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_down_bold_outline.rb

Overview

  • Version: 2.5.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/arrow_down_bold_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22,11L12,21L2,11H8V3H16V11H22M12,18L17,13H14V5H10V13H7L12,18Z"></path>
  HTML
end