Class: Mdi::PauseOctagon

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

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