Class: Mdi::RayStart

Inherits:
MdiData show all
Defined in:
app/models/mdi/ray_start.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,9C5.31,9 6.42,9.83 6.83,11H22V13H6.83C6.42,14.17 5.31,15 4,15A3,3 0 0,1 1,12A3,3 0 0,1 4,9Z"></path>
  HTML
end