Class: Mdi::Numeric10Circle

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

Overview

  • Version: 4.0.96

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 9H16V15H14V9M22 12C22 17.5 17.5 22 12 22S2 17.5 2 12 6.5 2 12 2 22 6.5 22 12M10 7H6V9H8V17H10V7M18 9C18 7.9 17.11 7 16 7H14C12.9 7 12 7.9 12 9V15C12 16.11 12.9 17 14 17H16C17.11 17 18 16.11 18 15V9Z"></path>
  HTML
end