Class: Mdi::ArrowLeftDropCircleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12M14,7L9,12L14,17V7Z"></path>
  HTML
end