Class: Mdi::ArrowLeftCircle

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_left_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_left_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,12M18,11H10L13.5,7.5L12.08,6.08L6.16,12L12.08,17.92L13.5,16.5L10,13H18V11Z"></path>
  HTML
end