Class: Mdi::ArrowUpCircle

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_up_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_up_circle.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M13,18V10L16.5,13.5L17.92,12.08L12,6.16L6.08,12.08L7.5,13.5L11,10V18H13M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z"></path>
  HTML
end