Class: Mdi::Loading

Inherits:
MdiData show all
Defined in:
app/models/mdi/loading.rb

Overview

  • Version: 1.9.32

  • Author: Kateryna Porshnieva

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,4V2A10,10 0 0,0 2,12H4A8,8 0 0,1 12,4Z"></path>
  HTML
end