Class: Mdi::ArrowRightDropCircle

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M10,17L15,12L10,7V17Z"></path>
  HTML
end