Class: Mdi::EllipseOutline

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

Overview

  • Version: 3.7.94

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,6C16.41,6 20,8.69 20,12C20,15.31 16.41,18 12,18C7.59,18 4,15.31 4,12C4,8.69 7.59,6 12,6M12,4C6.5,4 2,7.58 2,12C2,16.42 6.5,20 12,20C17.5,20 22,16.42 22,12C22,7.58 17.5,4 12,4Z"></path>
  HTML
end