Class: Mdi::ChevronDownCircle

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

Overview

  • Version: 2.8.94

  • Author: SarinManS

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M6,10L12,16L18,10L16.6,8.6L12,13.2L7.4,8.6L6,10Z"></path>
  HTML
end