Class: Mdi::ArrowDownThinCircleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/arrow_down_thin_circle_outline.rb

Overview

  • Version: 5.5.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/arrow_down_thin_circle_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12 20.03C16.41 20.03 20.03 16.41 20.03 12C20.03 7.59 16.41 3.97 12 3.97C7.59 3.97 3.97 7.59 3.97 12C3.97 16.41 7.59 20.03 12 20.03M12 22C6.46 22 2 17.54 2 12C2 6.46 6.46 2 12 2C17.54 2 22 6.46 22 12C22 17.54 17.54 22 12 22M11 13.54H8L12 17.5L16 13.54H13V6.5H11"></path>
  HTML
end