Class: Mdi::ArrowUpCircleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,18H11V10L7.5,13.5L6.08,12.08L12,6.16L17.92,12.08L16.5,13.5L13,10V18M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z"></path>
  HTML
end