Class: Mdi::CloseOctagon

Inherits:
MdiData show all
Defined in:
app/models/mdi/close_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/close_octagon.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M8.27,3L3,8.27V15.73L8.27,21H15.73L21,15.73V8.27L15.73,3M8.41,7L12,10.59L15.59,7L17,8.41L13.41,12L17,15.59L15.59,17L12,13.41L8.41,17L7,15.59L10.59,12L7,8.41"></path>
  HTML
end