Class: Mdi::ArrowDownCircle

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

Overview

  • Version: 3.3.92

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,6V14L7.5,10.5L6.08,11.92L12,17.84L17.92,11.92L16.5,10.5L13,14V6H11M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22Z"></path>
  HTML
end