Class: Mdi::ChevronRightCircle

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/chevron_right_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_right_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,12M10,18L16,12L10,6L8.6,7.4L13.2,12L8.6,16.6L10,18Z"></path>
  HTML
end