Class: Mdi::AlphaSCircle

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

Overview

  • Version: 3.2.89

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,7A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z"></path>
  HTML
end