Class: Mdi::Octagon

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15.73,3H8.27L3,8.27V15.73L8.27,21H15.73L21,15.73V8.27"></path>
  HTML
end