Class: Mdi::Numeric2CircleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,7H13A2,2 0 0,1 15,9V11A2,2 0 0,1 13,13H11V15H15V17H11L9,17V13A2,2 0 0,1 11,11H13V9H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z"></path>
  HTML
end