Class: Mdi::AlphaMCircle

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,7A2,2 0 0,0 7,9V17H9V9H11V16H13V9H15V17H17V9A2,2 0 0,0 15,7H9M12,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