Class: Mdi::Numeric7Circle

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

def content
  <<-HTML.squish.html_safe
    <path d="M11,17L15,9V7H9V9H13L9,17H11M12,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