Class: Mdi::RayStartVertexEnd

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

Overview

  • Version: 5.6.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 9C18.69 9 17.58 9.83 17.17 11H14.82C14.4 9.84 13.3 9 12 9S9.6 9.84 9.18 11H6.83C6.42 9.83 5.31 9 4 9C2.34 9 1 10.34 1 12S2.34 15 4 15C5.31 15 6.42 14.17 6.83 13H9.18C9.6 14.16 10.7 15 12 15S14.4 14.16 14.82 13H17.17C17.58 14.17 18.69 15 20 15C21.66 15 23 13.66 23 12S21.66 9 20 9"></path>
  HTML
end