Class: Mdi::RefreshCircle

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

Overview

  • Version: 4.9.95

  • Author: François Risoud

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2M18 11H13L14.81 9.19A3.94 3.94 0 0 0 12 8A4 4 0 1 0 15.86 13H17.91A6 6 0 1 1 12 6A5.91 5.91 0 0 1 16.22 7.78L18 6Z"></path>
  HTML
end