Class: Mdi::ArrowRightCircle

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_right_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_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,12M6,13H14L10.5,16.5L11.92,17.92L17.84,12L11.92,6.08L10.5,7.5L14,11H6V13Z"></path>
  HTML
end