Class: Mdi::ArrowLeftCircleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M18,11V13H10L13.5,16.5L12.08,17.92L6.16,12L12.08,6.08L13.5,7.5L10,11H18M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12Z"></path>
  HTML
end