Class: Mdi::Numeric10CircleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12S7.58 20 12 20 20 16.42 20 12 16.42 4 12 4M10 7H6V9H8V17H10V7M16 7H14C12.9 7 12 7.9 12 9V15C12 16.11 12.9 17 14 17H16C17.11 17 18 16.11 18 15V9C18 7.9 17.11 7 16 7M16 15H14V9H16V15Z"></path>
  HTML
end