Class: Mdi::SkipNextCircle

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

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M8,8L13,12L8,16M14,8H16V16H14"></path>
  HTML
end